-
GDB Output, Strace Attached:
(gdb) handle SIGPIPE nostop
Signal Stop Print Pass to program Description
SIGPIPE No Yes Yes Broken pipe
(gdb) run
Starting program: /usr/bin/gaim
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging...
2006-11-30 04:11:51 UTC in Pidgin
-
With Fedora Core 6 programs can be dragged between
desktops.
The normal functionality is that if an application is
dragged off the right hand side of the screen, the the
y coordinate is reset to zero on the new desktop.
While using synergy, when an application is dragged
across desktops the cursor coordinates are kept the
same and the screens "spin" continuously.
2006-11-03 16:21:59 UTC in synergy
-
You should add this block of code at the top of archivesetup.php in order to account for servers that are not using "register_globals=on"
$src_username = $_REQUEST['src_username'];
$src_password = $_REQUEST['src_password'];
$src_server = $_REQUEST['src_server'];
$dest_username = $_REQUEST['dest_username'];
$dest_password = $_REQUEST['dest_password'];
$dest_server =...
2006-03-09 19:44:31 UTC in IMAP Migration Tool
-
One idea is using the model of Asterisk@Home. They perform a daily backup in cron:
[bharrington@asterisk1 html]# cat /etc/cron.daily/backup
#!/bin/sh
echo "Backing up Asterisk@Home..."
mysqldump --user=root --password=<left out> --all-databases --add-drop-table > /tmp/backup.sql
rm -f /var/www/html/maint/backup/asteriskathome_backup.tar.gz
tar cvf...
2006-03-09 16:19:26 UTC in Nagios Web Config