[Bug 841672] Re: ssh-add does not always unlock ssh keys

2012-04-24 Thread Hamish Downer
Scratch my last workaround (#13). It didn't work. This one does though Stop gnome-keyring ssh-agent from starting. Then ssh-agent and ssh works as expected. To stop gnome-keyring ssh-agent from starting do: sudo mv /etc/xdg/autostart/gnome-keyring-ssh /etc/xdg/autostart /gnome-keyring-ssh.de

[Bug 841672] Re: ssh-add does not always unlock ssh keys

2012-04-20 Thread Hamish Downer
I found a way to trigger the gnome dialog box directly, so I only have to enter the ssh password once. I created ~/bin/gssh-add and put the following in it: SSH_ASK_PASS=/usr/bin/ssh-askpass ssh-add I then make it executable: chmod +x ~/bin/gssh-add And then I launch it using Alt+F2. That trig

[Bug 841672] Re: ssh-add does not always unlock ssh keys

2012-04-03 Thread Hamish Downer
My use case is that I have a script (using tmuxinator) that opens several shells inside tmux and executes ssh in them, all at once. I run ssh-add before starting the script, so that I only have to enter the passphrase once. However with this behaviour I have to enter the passphrase into the gui dia

[Bug 50385] Re: samba does not support private dir option (qemu related)

2011-03-25 Thread hamish
\\10.0.2.4\qemu in the WinXP guest works. shrug. tested in Debian/squeeze + samba 2:3.5.6~dfsg-3squeeze2 :-/ Hamish -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/50385 Title:

[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2009-10-29 Thread Hamish
ive and want to have defined mount points for that to work. There's no easy way to mount the smb shares from my NAS to a point that I want on my filesystem, without using fstab entries. Hamish -- Network is brought down before network filesystems are unmounted (CIFS timeout

[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2009-10-04 Thread Hamish
Hi Tom I installed Karmic Beta the other day and no longer get this error (with the entries in the /etc/fstab as I originally described). Hamish -- Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown) https://bugs.launchpad.net/bugs/211631 You received

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-21 Thread Hamish
I am commenting here to keep this thread alive, and wondering if any of the wpasupplicant team are looking at it? More than happy to keep experimenting and chatting about it! Thanks. Hamish -- CIFS/SMBFS issue (was not resolved on #207441) https://bugs.launchpad.net/bugs/211631 You received

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-15 Thread Hamish
? Hamish -- CIFS/SMBFS issue (was not resolved on #207441) https://bugs.launchpad.net/bugs/211631 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-08 Thread Hamish
//192.168.73.10/ /home/hamish/nas_ Password: And it works successfully :-) I *really* think that the problem is to do with the system attempting to read the /etc/fstab file and mount the drives *before* the network is up, and the reverse on the dismounts at shutdown/restart. [EMAIL PROTECTED

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-07 Thread Hamish
lspci -vvnn ** Attachment added: "lspci -vvnn" http://launchpadlibrarian.net/13194770/lspci.txt -- CIFS/SMBFS issue (was not resolved on #207441) https://bugs.launchpad.net/bugs/211631 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to s

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-07 Thread Hamish
...although I have included the error message in the original description above: CIFS VFS: server not responding CIFS VFS: no response for cmd 50 mid eventually after 2-3 minutes this times out and the computer restarts, but it isn't really good enough Hamish -- CIFS/SMBFS issue (wa

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-07 Thread Hamish
I can show you the errors there? Hamish ** Attachment added: "dmesg log" http://launchpadlibrarian.net/13194695/dmesg.txt -- CIFS/SMBFS issue (was not resolved on #207441) https://bugs.launchpad.net/bugs/211631 You received this bug notification because you are a member of Ubuntu Ser

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-07 Thread Hamish
/var/log/messages from last startup [EMAIL PROTECTED]:~$ uname -r 2.6.24-15-generic ** Attachment added: "/var/log/messages" http://launchpadlibrarian.net/13194682/messages%20log.txt -- CIFS/SMBFS issue (was not resolved on #207441) https://bugs.launchpad.net/bugs/211631 You received this b

[Bug 211631] Re: CIFS/SMBFS issue (was not resolved on #207441)

2008-04-04 Thread Hamish
** Description changed: I installed smbfs, and then put some entries into /etc/fstab, so they automount on startup. An example of this is here: /// /home/hamish/ cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 ** note the use of

[Bug 211631] [NEW] CIFS/SMBFS issue (was not resolved on #207441)

2008-04-03 Thread Hamish
Public bug reported: I installed smbfs, and then put some entries into /etc/fstab, so they automount on startup. An example of this is here: /// /home/hamish/ cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 ** note the use of "cifs&qu

[Bug 207441] Re: Hardy Beta - smbfs/cifs issues

2008-04-03 Thread Hamish
I *am* using CIFS, as you can see in the /etc/fstab lines: /// /home/hamish/ cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 There is no CIFS in the repositories, so I installed SMBFS What I want to know is: * I have used the nautilus way of

[Bug 207441] Re: Hardy Beta - smbfs/cifs issues

2008-03-26 Thread Hamish
mple of this is here: + /// /home/hamish/ cifs credentials=/home/hamish/.smbcredentials,file_mode=0777,dir_mode=0777,uid=1000,gid=1000 0 0 + + (The username and password are in the .smbcredentials file) + + On startup, for each entry in the /etc/fstab file, I get the following in dmesg: [ 70.4955

[Bug 207441] [NEW] Hardy Beta - smbfs/cifs issues

2008-03-26 Thread Hamish
e* the network is up, and dismounting the shares *after* network-manager is stopped. Hamish ** Affects: samba (Ubuntu) Importance: Undecided Status: New -- Hardy Beta - smbfs/cifs issues https://bugs.launchpad.net/bugs/207441 You received this bug notification because you are a member of