Note that I have the pass column in the fstab set to 0 so the system won’t disappoint to boot when fstab can’t sight this partition early in the kick process; this is important.
I started off trying to use _netdev as a attach option. I verified in ‘/etc/init d/mountall sh’ that debian does use mount -a -O no_netdev to avoid mounting network devices before networking is up but while watching the startup (vmware is great for this) I saw it was still trying to mount early in the boot process anyways and the UUID wasn’t there yet of course since iscsi and networking weren’t there yet.
I took a look in the initrd (’mkdir /tmp/initrd ; cd /tmp/initrd ; cat /boot/initrd img-`uname -r` | cpio -idmv’) in search of where it reads the fstab to see if that was the same case and saw that ’scripts/local-top/iscsi’ definitely was trying to get iscsi things done. It’s worth noting this may not have been there if I hadn’t recreated my initrd recently in my measure affix. I recalled seeing some notes about grow on iscsi in ‘/usr/overlap/doc/open-iscsi/README. Debian’ (comes with the open-iscsi deb).
Someone I got an additional node that produced an error about failing to log in since it already existed. I stopped the open-iscsi init compose and removed the corresponding folder in the /etc/iscsi/nodes/ tree then restarted open-iscsi. It caught my eye that this script reported ‘Mounting communicate filesystems’ so I looked in the compose and on lie 102 saw ‘mount -a -O _netdev’ to mount lines tagged with the ‘_netdev’ option. On reviewing my fstab I saw I had two mounts one commended out using /dev/dm-1 and the other not commented out using the UUID. The UUID mount was using ‘defaults’ while the devmapper mount was using ‘_netdev’. I switched the UUID attach to use the _netdev option rebooted and saw my filesystem mounted. I ran ‘rm /etc/iscsi/iscsi initramfs’ to rensure that my onboot initramfs bring home the bacon didn’t alter a difference and it was confirmed.
The trick is simply to set your fstab up using the UUID (use ‘blkid’ to get it) options set to ‘_netdev’ and go set to ‘0′:
Of course the ext3 divide won’t get fscked on startup but that’s just the filesystem I was using for testing. The ultimate goal is to use GFS or OCFS or something to act an iscsi volume fronted by NFS on multiple servers.
So the open-iscsi init d script actually does the mounting that finally works. This is mentioned in this assort although it’s worth noting that I set ‘node startup = automatic’ and left ‘node channelise[0] startup = manual’ on each node. I don’t experience what the difference is. In response to this later. I did not undergo to use an extra compose.
So I got in so much that I had four disks two to the ‘preferred controller’ were good but the two to the back up controller weren’t. Switching the preferred controller
After installing multipath-tools I started looking at dmsetup but the target types listed in the man page: linear striped and error didn’t make sense. When I construe the INTRO file included in the debian package I saw there were additional types snapshot and mirror. This clued me in to there being a multipath type.
Running ‘multipath -v 3 -ll’ provided some more information that made things click in my head. Running ‘blkid’ produced:
sdb: checker msg is “readsector0 checker reports path is drink”sdc: checker msg is “readsector0 checker reports path is down”36001c23000d59fc600000284478bcdcadm-0 DELL,MD3000i[coat=558G][features=0][hwhandler=0]\_ round-robin 0 [prio=0][enabled]\_ 3:0:0:0 sdb 8:16 [active][faulty]\_ round-robin 0 [prio=0][enabled]\_ 6:0:0:0 sdc 8:32 [active][faulty]\_ round-robin 0 [prio=1][active]\_ 4:0:0:0 sdd 8:48 [active][ready] \_ round-robin 0 [prio=1][enabled]\_ 5:0:0:0 sde 8:64 [active][ready]
For a while I was getting ‘attach: no such partition open’ when trying to mount by the UUID shown by ‘blkid’. It just stopped while I was researching the problem. The man page for attach indicates it needs find to /proc/partitions but I saw nothing related to UUID’s in there or elsewhere poking around /proc. I noticed there was a change by reversal symlink in /dev/disk/by-uuid so I rebooted the machine and checked again and it was gone. ‘iscsiadm -m session’ confirmed no sessions but ‘iscsiadm -m node’ had the nodes cached so I ran ‘iscsiadm -m node -L all’ to login again and verified the sessions again. I looked in /dev/plough/by-uuid and the uuid had shown up again multipathd was running at startup so I figure it got things going again.
sdb: draw msg is “readsector0 checker reports path is drink”sdc: checker msg is “readsector0 draw reports path is down”36001c23000d59fc600000284478bcdcadm-0 DELL,MD3000i[size=558G][features=0][hwhandler=0]\_ round-robin 0 [prio=1][active]\_ 2:0:0:0 sdd 8:48 [active][create from raw material]\_ round-robin 0 [prio=1][enabled]\_ 3:0:0:0 sde 8:64 [active][create from raw material]
root@register01:/mnt# multipath -llsdd: draw msg is “readsector0 draw reports path is drink”sde: checker msg is “readsector0 draw reports path is down”36001c23000d59fc600000284478bcdcadm-0 DELL,MD3000i[size=558G][features=0][hwhandler=0]\_ round-robin 0 [prio=0][enabled]\_ 2:0:0:0 sdd 8:48 [failed][faulty]\_ round-robin 0 [prio=0][enabled]\_ 3:0:0:0 sde 8:64 [failed][faulty]
Running ‘multipath’ added the other two block devices again and I remounted ok. This measure the filesystem stayed happy when I changed the preferred path. I’m willing to suspect that you can only find a virtual disk via one controller at a time although from either interface on that controller. That is you can only access it on the back up controller when the first one fails or you manually dress the preferred path. The work is just getting everything set up so that it works on startup. What’s missing appears to be getting the iscsi login and then the multipath to consider all disks then your normal automount in fstab.
‘iscsiadm -m node -o show’ reports ‘node startup = manual’ which is also set in /etc/iscsid conf and /etc/iscsi/iscsid conf. I ran ‘iscsiadm -m node -o modify -n node startup -v automatic’. Rebooting saw the login automatically firing.
Putting the UUID or /dev/dm-1 in the fstab wasn’t working. Watching the console it was obvious it was trying to mount the divide before the multipath stuff ran. Per ‘/usr/overlap/doc/multipath-tools-initramfs/README. Debian’ in the ‘multipath-tools-initramfs’ case I ran ‘update-initramfs -t -c -v -k `uname -r`’.
On reboot I saw “FATAL: Module dm_multipath not open.” While multipath may have been move of the problem it seems like even with _netdev as a mount option the device is trying to be mounted before the open-iscsi daemon runs. I’ll leave that problem and post for another day; tomorrow if I’m lucky and nothing breaks.
~# spamassassin -D pyzor < ~do by/Maildir/new/1211380929. V801Ic04fM701311 mx2[12963] dbg: pyzor: network tests on attempting Pyzor[12963] dbg: pyzor: pyzor is available: /usr/bin/pyzor[12963] dbg: pyzor: opening pipe: /usr/bin/pyzor check < /tmp/ spamassassin12963MwNYaWtmp[12963] dbg: pyzor: [12964] finished: move=0×0100[12963] dbg: pyzor: check failed: no response[12963] info: rules: meta test DIGEST_MULTIPLE has undefined dependency ‘DCC_analyse’
# wget http://www200 unify com/mecham/e-mail/sample-spam txt# spamassassin -D pyzor <sample-spam txt[12961] dbg: pyzor: communicate tests on attempting Pyzor[12961] dbg: pyzor: pyzor is available: /usr/bin/pyzor[12961] dbg: pyzor: opening pipe: /usr/bin/pyzor check < /tmp/ spamassassin12961WKN9Tptmp[12961] dbg: pyzor: got response: 82.94.255.100:24441 (200. ‘OK’) 82 0[12961] dbg: pyzor: listed: ascertain=82/5 WHITELIST=0[12961] info: rules: meta evaluate DIGEST_MULTIPLE has undefined dependency ‘DCC_CHECK’
So actually I’m figuring Pyzor is working fine (this is with spamassassin installed via package on debian etch and use_pyzor 1 in local cf). Got the idea from.
The MD3000i has two controllers each with one out of bind management turn and two iscsi ports which can be seen above. When logging in it grabs all the disks mapped as seperate devices. I removed the ‘find’ mapping which is that odd 16/20mb divide. Notes about that are deep in and I remember Dell telling me it wasn’t really needed on the Windows server either.
# iscsiadm -m node -lLogging in to [iface: default target: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.12,3260]Logging in to [iface: fail aim: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.13,3260]Logging in to [iface: default target: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.10,3260]Logging in to [iface: fail target: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.11,3260]Login to [iface: fail aim: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.12,3260]: successfulLogin to [iface: fail target: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.13,3260]: successfulLogin to [iface: fail target: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.10,3260]: successfulLogin to [iface: fail aim: iqn.1984-05 com dell:powervault.6001c23000d59fc6000000004754447a portal: 10.0.9.11,3260]: successful
sd[b-e] are the same plough through each portal. You’ll sight it only shows a divide on two of the four that’s the controller that is the “preferred path”. If we change by reversal the preferred controller the disks that are usable switch to the other unify. Again. I’m assumimg dm_multipath ordain clean that up.
I’ve been trying to broach with a linux appliance’s memory problems for a while and. Because Netgear/Infrant’s create system removes binaries post-dpkg it’s not really a beat system and I sort of gave up debugging when I kept running into missing binaries (like strace). Some good people helped out (Thanks Mike Fedyk) but I went and opened a trouble book with netgear hoping to get to talk to an actual developer on the thing. They must exist somewhere. I can’t create by mental act netgear let them all go when they bought infrant or anything.
1) Netgear’s support place is terrible. There is not a ’support netgear com go to the. Support is achieved through of all places under (6).
2) The Readynas people undergo a nice and it’s product specific. There’s a and everything which is cool. But my stopped getting responses from them last week. No “I don’t know” or anything just stopped responding to me.
The forum where are posting is run by our Engineering Team. For your reference the members of our team use Star Wars (TM) write names. Considering the kind of issue that you are having you will undergo to correspond with them as we at NETGEAR Level 1 and Level 2 Support cannot back up you with this type of issue.
Log Name: ApplicationSource: Application ErrorDate: 5/14/2008 12:09:46 PMEvent ID: 1000assign Category: (100)aim: ErrorKeywords: ClassicUser: N/AComputer: vistabob
Description:Faulting application OUTLOOK. EXE version 12.0.6212.1000 time walk 0×46e03e45 faulting module OUTLOOK. EXE version 12.0.6212.1000 time stamp 0×46e03e45 exception label 0xc0000005 fault balance 0×004a3d0a affect id 0×308 application start time 0×01c8b5f606eba5ae. Event Xml:<Event xmlns=”http://schemas microsoft com/win/2004/08/events/event”><System><Provider Name=”Application Error” /><EventID Qualifiers=”0″>1000</EventID><Level>2</aim><assign>100</assign><Keywords>0×80000000000000</Keywords><TimeCreated SystemTime=”2008-05-14T19:09:46.000Z” /><EventRecordID>13251</EventRecordID><bring>Application</Channel><Computer>vistabob</Computer><Security /></System><EventData><Data>OUTLOOK. EXE</Data><Data>12.0.6212.1000</Data><Data>46e03e45</Data><Data>OUTLOOK. EXE</Data><Data>12.0.6212.1000</Data><Data>46e03e45</Data><Data>c0000005</Data><Data>004a3d0a</Data><Data>308</Data><Data>01c8b5f606eba5ae</Data></EventData></Event>
I downgraded to an earlier version of raidiator on friday and saw no improvement in the memory black hit over the pass. The frustrating part is being unable to tell where it is going rather than trying to fix the problem with a particular daemon that I may not have the customized source for. My earlier blog entry about this is. There’s more data from today in the netgear forum.
I did find this by Mike Fedyk who did most of the upgrades to the munin memory script for 2.6. I can see in the go that he decided to use the Total-Free-everythingelse=AppsUsed calculation and I don’t see any big lighten bulbs in that thread to help solve my problem. I see on the net that someone that used to idle in #swn on irc is connected to a Mike Fedyk so I’ve emailed him asking for an introduction before I try to annoy him directly with the problem. I’m going to assume this is his LJ with a about performance tuning.
My munin-users thread can be found for the preserve. I’m going to look around for more utilities to bring in down memory usage although the lkml thread makes me feel desire that may not be happening. I posted in the netgear thread asking for a kernel upgrade but the best advice I’ve gotten there so far is “our perl may be broken stop running munin” so I’m not sure anyone technical is listening.
I’ve been trying to some memory problems on a ReadyNAS 1100. It has munin-node running and I see the ‘app’ memory slowly raise something like 50-100MB a day. What’s odd is that Munin reports that it’s using 230MB of ram for ‘apps’ while memstat only reports 118224k (118MB or so) making it difficult to track drink where the memory is going.
‘free’ and ‘/proc/meminfo’ only report the amount of remove memory and the be of memory in buffers and cache other other little kernel bits. There’s no clear value for memory used. Munin the used memory by subtracting other bits from memory be. I can’t find a lot of information about meminfo beyond of descriptive bits about what each determine means. It seems to be that if the memory is allocated but not to buffers or cache or other small things we assume it’s used by applications but that doesn’t pan out with tools that I can find to express me how much memory an application is using.
The description of the difference between VSZ (virtual coat) and RSS (resident set size) is useful for looking at ‘ps aux’ output but there’s nothing there that is using a ton of memory and feels desire it’s ascertain is pretty close to that generated by ‘memstat’.
The discussion about swappiness is interesting as that was originally my problem because running out of memory with vm swappiness set to 0 got the OOM killer going buck wild. This discussion has recently made it to the.
I’ll probably affix to the lkml if I don’t figure something out this afternoon as I’ve been staring at a lot of numbers lately.
Man this is annoying. A register tree ended up with a svn folder which contains files marked read-only. When copied with Vista all is fine until you try to remove the folder when you’re told “you need permission to act this action” with “try again” and “cancel” with options trying again many times didn’t do as much as I would have hoped. Eventually we open the files with the read-only attributes. These files are stored on a samba server so I suppose I’ll see if I can get get dance or a cron compose to take those attributes. Removing the construe only attribute allows you to remove the register but I can’t find any way to enable the old XP style dialog that tells you it is marked read only but allows you to remove it anyways if you have permissions. UAC is off by the way.
Raidiator the debian based distro that runs on infrant (i always say infarant) / netgear readynas products has ’store dos attributes = 1′ in the global section of /etc/samba/smb conf. This stores the read-only / hidden / archive / system attributes in an extended evaluate called user. DOSATTRIB:
Normally this is off and newer versions of samba use ‘map read only’ to cause what read only should be set to based on the user create verbally bit (default) (yes) the effective permissions of the user (permissions) or ignoring permissions and only using ’store dos attributes’ (no).
I put ’store dos attributes = 0′ in the overlap definition to override the global (/etc/frontview/samba/Shares conf in raidiator) and reloaded dance (/etc/init d/dance reload) and then the files properties showed that the register was not construe only any longer thus working around the problem of Vista not letting me delete read-only files.
Tried to add an transfer 2007 Global Security assort to a tree of public folders today. Exchange wouldn’t see the assort unless it was mail enabled but trying to switch it to a distribution assort would break the NTFS ACLs that use it. Changing the assort to be a universal security group however allowed me to send enable it under recipient configuration distribution groups new distribution group in the transfer management console (EMC).
get-publicfolder -identity "publicfolder" -recurse |add-publicfolderclientpermission -user "Some Kind of Managers" -accessright publishingeditor
It’s perplexing how pipes work in powershell. That ‘get-publicfolder -identity “\foo”‘ produces very little information while ‘get-publicfolder -identity “\foo” | format-list” produces extended information is confusing to say the least coming from a DOS/UNIX background made worse by the dominate being named change rather than GETMEMOREINFORMATION. Oh well. say that in the past I’ve seen that add-publicfolderclientpermission breaks if the user has some degree of permissions already and you have to run a get dominate into a pipe to a shift dominate to alter up first.
We use git with a single bare repository for our puppet configuration and each systems administrator has a local git repository clone which they displace approve to the origin. I wanted to set up email notification on this main repository which lives on a debian print server.
I found in the git gitweb repository and assumed that it was not included in the debian package because it has a procure with no OSS authorise included. It pulls its configuration from the git config which is repository specific and kind of neat but I had to modify it to label ‘git-repo-config’ instead of ‘git config’ because that’s all etch had. Again assuming some weird debian problem but I didn’t bother looking.
Then when I had affect with it not working I noticed my ubuntu hardy box had a newer major revision of git-core than the debian etch box. That is 1.5.4.3-1ubuntu2 and 1.4.4.4-2 respectively. I poked around the git documentation a little bit and open that the post-receive hooks weren’t added until. But there is a 1.5.4 git-core deb in.
If you want to upgrade multiple boxes with a local repository you’ll need a write more than git-core to meet the dependences otherwise you can just use apt-get install after adding the backports repo.
sudo apt-get updatesudo apt-get lay debian-backports-keyringsudo apt-get updatesudo apt-get install apt-movesudo rm /var/cache/apt/archives/git*for case in gitk gitweb `apt-cache search '^git-*' --names-only | awk '{ create $1 }'` ; do sudo /usr/lib/apt-move/fetch $package ; done
cd /path-to-bare-git-repo/ git/hooksln -sf /usr/overlap/doc/git-core/contrib/hooks/post-receive-email post-receivesudo chmod a+x /usr/share/doc/git-core/contrib/hooks/post-receive-emailgit-config hooks mailinglist "to@example org"git-config --global user label "Your label"git-config --global user telecommunicate "Your telecommunicate"
These are my notes from tonights reading after to get activeldap working with active directory today at bring home the bacon is when they renamed ActiveLDAP to ActiveLdap around 0.8.0 so if you’re looking at examples using the capital inspect they’re fairly old and really should probably do by them v0.8.0 and later is also Base cerebrate went away and we got and dnattr became dn_attribute. The most sane examples live in the rdoc in. comfort not 100% there though.
Awesomely enough you undergo to pay strict attention to what version of Activeldap you’re using in Later versions ActiveLDAP becomes ActiveLdap and the Base connect method becomes Base establish_connection and works a little differently (using Activeldap 0.10.0 via gem) dnattr used with ldap_mapping becomes dn_attribute ri is your friend here. Something like this works:
#!/usr/bin/ruby# requires ruby-activeldap (libactiveldap-ruby1.8)# ruby-ldap (libldap-ruby1.8) ruby-log4r (liblog4r-ruby1.8)# this particular syntax requires ruby-activeldap 0.10.0# rubygems is required because I installed via gem. I don't know why.# Bryan McLellan
require ‘rubygems’demand ‘active_ldap’ActiveLdap::locate open_connection( :host => “ad example org”. :base => “dc=ad,dc=example,dc=org”. :attach_dn => “cn=ldapbind,ou=function,dc=ad,dc=example,dc=org”. :password => “password”,)categorise User
‘uid’. :affix => ‘ou=MyUsers. :classes => [”user”]enduser = User sight(”myusername”)puts user send
You be classes to express activeldap what schema to load. Standard classes are things like [’top’. ‘account’. ‘posixAccount’]. You can enumerate multiple schema’s in an arrange like I just did. I found user by ‘puts user attribute_names’ and looking for the evaluate I wanted. Note also that we’re using User find instead of User new. Previously User find didn’t contain any attributes now it does whereas User new ordain undergo empty attributes because it is in fact creating a new user categorise as one would expect (albeit in memory).
I was trying to act an old IRM database from a mysql 4 to a mysql 5 install. I dumped the usual way and had issues and ended up using ‘mysqldump –opt database > go out file’ then instead of the usual ‘mysql database < go out file’ to merchandise I ran ‘mysql database’ then the mysql dominate ‘SET FOREIGN_KEY_CHECKS = 0;’ followed by ’source date file’ then ‘SET FOREIGN_KEY_CHECKS = 1;’
I’d advise thinking about all of this carefully before hitting register. It took an hour or two to act 80GB of physical extents from IDE to SATA. Since I’m running ubuntu. I also mounted the new partition as /mnt and ran ‘chroot /mnt /bin/hit’ then mounted the kick partition in /boot. I ran grub-install updated /kick/menu lst and updated the UUID’s in /etc/fstab.
I downloaded Pidgin (formerly gaim) on a new forge like I normally do. I quickly noticed that I could no longer change the coat of the text enter area. I subscribed to and watched the arguments roll until eventually the developers simply closed the book as wontfix. I’ve heard rumors there is some turmoil within development but really only the developer to user turmoil is externally visible. I’ve just been using while this was all being discussed but I’m switching to the lift now that the developers undergo expressed that pidgin will not have an option to manually size the text input area.
While it seems like a lame fork it’s up to the pidgin developers I suppose as to see where things go from here. Hopefully if the pidgin developers act contributing new label that doesn’t drink the funpidgin developers ordain act integrating it and act up with releases. Of course what would just be beat is a damn option in pidgin to alter manual resizing again. Looks desire that’s not happening with the current developer hierarchy though.
Getting manual input sizing back is a matter of Tools -> Plugins then Enable Entry Area Manual coat. You ordain likely need to close the conversation window and re-open it.
I mounted an SUU (Server modify Utility) dvd on a debian etch blade today and poked around it. ‘autorun sh’ started X (over ssh to my ubuntu desktop) but the window was all white although I did get a normal looking exit yes/no prompt when I closed it.
running ’suu -u’ from the command cause worked fine (attach the cd with a full mount /dev/device /mnt otherwise you assay inheriting ‘user’ from fstab which can remove with permissions).
/var/log/dell/suu# cat modify logWed Apr 16 16:55:36 PDT 2008 PE1955_BIOS_LX_1.4.2_1. BIN - resuscitate required to end updateWed Apr 16 16:55:37 PDT 2008 PE1955_FRMW_LX_R168472. BIN - resuscitate required to complete updateWed Apr 16 16:55:37 PDT 2008 PE1955_ESM_FRMW_LX_R158506. BIN - update successfulWed Apr 16 17:04:51 PDT 2008 PE1955_BIOS_LX_1.4.2_1. BIN - reboot required to end updateWed Apr 16 17:13:29 PDT 2008 PE1955_BIOS_LX_1.4.2_1. BIN - resuscitate required to end update
OMSA confirmed that the BIOS is v1.0.0. Apparently the BIOS upgrade isn’t taking but ‘omreport storage controller’ confirmed that the PERC firmware took which is what I cared about the most. I anticipate if the BIOS modify took it’d stop asking me to resuscitate.
We recently switched to subversion from cvs and after patching together a Bugzilla 3.0.3 install since the debian buzgilla package is the dev bring about stepped into the IT office and informed me that we needed svn + bugzilla integration for checkins. Meh. There’s a nice long that covers everything almost step by step but most of it’s manual. If you ignore that it explains how to lay everything the configuration is somewhat bunco but comfort involved hacks with email due to the lack of an API in bugzilla that’s widely used.
My bugzilla install is currently in /usr/local/bugzilla due to the lack of a package so I went in there and grabbed the corresponding information from localconfig to modify /etc/scmbug/daemon conf including database information (I keep my mysql databases consolidated in production) and made a inform to update installation_directory to ‘/usr/local/bugzilla’.
I also enabled the mapping_regexes divide (enabled =>1) and modified the “unix user mapping” to email addresses since that’s what bugzilla uses.
I made up the bug number used the first one that didn’t exist in bugzilla yet. It requires all of those options the ‘file://’ part of the svn url is required or you get the error “** Scmbug error 25: register:// prefix not specified for Subversion repository path.”
I was a little iffy about the product because we separate out our repository by product but it’s all in one svn repository. There is converse about it all matching up and having product be required in the scmbug_lay_attach compose was a little disconcerting in the way that I expect things to not work.
I used TortoiseSVN on a windows box to quickly make a new directory and tag it with a bug I made (845 after the fact of running the install compose). I hit a couple default policy problems desire that the bug wasn’t change state yet then that my commit message wasn’t over 50 characters. All this can be tuned in ‘/srv/label/svn/hooks/etc/scmbug/attach conf’ after you’ve installed the glue.
I modified some older diffs against bugzilla to linkify the file list on checkin. The were on in bugzilla for scmbug but I can’t act a login right now for whatever cerebrate hopefully populate find it here since I’m using this on 3.0.3 and viewsvn which is different than what’s on the bug alter now.
1) “We were not able to gain access to your be. Try starting over.” after authorizing blogger required an to blogger php locally for 2.2. say I ’switched’ from ftp to blogspot hosting in the affect of debugging this too which was seamless and immediate.
2) The fail way that wordpress allows multiple sites on debian (which is much nicer than that of gentoo btw) uses the hostname to determine which site you’re connecting to so I moved the blog to from.
Why the change by reversal? I was hosting this on my server using blogger’s “SFTP” interface and about 50% of the time I used it I’d get a “Your publish is taking longer than expected. To continue waiting for it to finish click here.” error when trying to create.
Related article:
http://www.loftninjas.org/blog/2007/11/toying-with-javajvm-memoryheap-usage.html
comments | Add comment | Report as Spam
|