search for: homelink

Displaying 5 results from an estimated 5 matches for "homelink".

Did you mean: homeline
2007 Oct 29
2
symlinks that become directories question
If I have a backup script that does the following: (latest 2.6.9 rsync) rsync --archive --hard-links --force --ignore-errors --numeric-ids --keep-dirlinks --delete / /backup I've found that if there is a symlink in place that gets backed up (which goes fine), i.e.: homelink -> /home/ and then that symlink gets changed into an actual directory, i.e.: rm homelink mkdir homelink rsync will actually delete everything in the directory that the symlink pointed to (in the above case it deletes /home). Is the workaround to use --delete-after to avoid this behavior, or...
2006 Aug 15
0
duplicate entry mystery
I have a rails app that has a sync feature which looks up a remote database and updates the local database accordingly. Anyway, things work great for the most part, but there is a section of code which seems to randomly raise errors. I have something like this: homelinks = Syncinventorydesc.find(:all) InventoryDescription.delete_all() for link in homelinks locallink = InventoryDescription.new() locallink.inventory_id = link.inventory_id locallink.description_id = link.description_id locallink.save! end this code tears down the lo...
2006 Aug 16
0
mysterious ''duplicate entry'' database error when building table
...ource database is confirmed to have no dups in it, the local table gets torn down completely, and rebuilt from scratch. the error only comes up every once in a while, so often the code runs fine.. here''s the code in question: begin #rescue block in event remote db is unreachable homelinks = Syncinventorydesc.find(:all) #fetch all records rescue end InventoryDescription.delete_all() #drop all records from local table for link in homelinks #for each record we fetched.. locallink = InventoryDescription.new() locallink.inventory_id = link.inventory_...
2006 Jun 05
0
Samba not working correctly after upgrade
...profile acls = Yes browseable = No [printers] comment = All Printers path = /var/spool/samba printable = Yes print command = lpr -P %p -o raw %s -r browseable = No [homedirs] comment = Hjemmedrev for JORDMIL brugere path = /home/homelinks read only = No [backup] comment = Daglig backup path = /mnt/backup [intra] comment = Faelles filer path = /home/intra read only = No force create mode = 0775 force directory mode = 06775 If you can give me any hints or suggestions...
2009 Mar 17
2
blazer_usb - short reply
Hello! I'm trying to use nut with a Ippon Smart Winner 3000 UPS (http://shop.key.ru/photo/items/45535.jpg) which looks like a custom-labeled OEM model of the megatec branch. I tried both the megatec_usb and the blazer_usb drivers for it, with a obvious config section: [ippon] driver = blazer_usb port = auto vendorid = 06da productid = 0003 desc = "Ippon Smart Winner 3000" If I