Re: [Bug 202508] Re: ssh -X no longer works

2008-04-06 Thread Dustin Kirkland
On Sat, Apr 5, 2008 at 4:13 AM, kmon <[EMAIL PROTECTED]> wrote: > I don't understand why sshd complains about: > Bind to port 2 on 0.0.0.0 failed: Address already in use. (in the sshd > output) See Bug #129789. This error can be due to ssh binding to the same port on both ipv6 and ipv4.

[Bug 129789] Re: sshd seems to be run multiple times at startup

2008-04-06 Thread Dustin Kirkland
@xbx: Do you happen to know if you're on an ipv4 or an ipv6 network? If you're an ipv4 network, try disabling ipv6 and enabling ipv4 listening in your /etc/ssh/sshd_config: #ListenAddress :: ListenAddress 0.0.0.0 Alternatively, if you're on an ipv6 network, try disabling ipv4 and enabli

Re: [Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Scott Kitterman
On Monday 07 April 2008 00:13:32 Adam Sommer wrote: > > Do you have a further explanation? > > That's great news! My thought is, and I'm far from an expert, amavisd-new > didn't know what host to accept mail for. Did you try amavisd-new without > using a database to store the messages? > There ar

Re: [Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Adam Sommer
> > Do you have a further explanation? > > That's great news! My thought is, and I'm far from an expert, amavisd-new didn't know what host to accept mail for. Did you try amavisd-new without using a database to store the messages? Either way it's great that it's working now :-). -- Party On, A

[Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Tom GF
I have found a solution. First I have noticed another log in /var/log/mail.err: ...amavis[23324]: (23324-03) ERROR sql_storage: too many retries on storing preliminary, info not saved which confirmed that nothing went into the DB. Googling about this error, I found a message from Mark Martinec

[Bug 81242] Re: postfix-ldap is linked against gnuTLS

2008-04-06 Thread Scott Kitterman
So we have openldap 2.4 in Hardy. Can this get fixed now? Is it already? -- postfix-ldap is linked against gnuTLS https://bugs.launchpad.net/bugs/81242 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to postfix in ubuntu. -- Ubuntu-server

[Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Tom GF
Yes, I can connect to the DB using this user and password. I can write to the msgs table. I granted all the privileges to the amavis user on tables on the amavis DB (exactly the same that you sent). Exactly the same result. This is coming from the save_info_preliminary subroutine on amavisd-new. I

[Bug 100019] Re: Segfault in Samba

2008-04-06 Thread Matt "Cyber Dog" LaPlante
Acked - it appears to catch the condition gracefully in hardy. [2008/04/06 20:48:13, 0] nmbd/nmbd.c:main(711) Netbios nameserver version 3.0.28a started. Copyright Andrew Tridgell and the Samba Team 1992-2008 [2008/04/06 20:48:13, 0] nmbd/nmbd_subnetdb.c:create_subnets(245) create_subnets: u

Re: [Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Adam Sommer
Nope, shouldn't have anything to do with the charset, I recreated my mssgs table using utf8 and it worked fine. Can you connect to the database using the the username and password used in the configuration? I'd think that there would be a more detailed error if that were the case, but you may wan

[Bug 212571] Re: can't add group from the UI

2008-04-06 Thread Chuck Short
Which UI would this be? ** Changed in: samba (Ubuntu) Status: New => Incomplete -- can't add group from the UI https://bugs.launchpad.net/bugs/212571 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-serv

[Bug 90681] Re: resolv.conf overwritten using VPN/PPP etc...

2008-04-06 Thread David
I thing all the configuration that you want to do can be done in /etc/dhclient.conf or similar. you can lookup information from the command line in man pages: man dhclient.conf Hope this helps. David -- resolv.conf overwritten using VPN/PPP etc... https://bugs.launchpad.net/bugs/90681 You rece

[Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Tom GF
Yes, I also recognized that the transaction is not being comitted to the DB. This is the schema of msgs on my server: show create table msgs; | msgs | CREATE TABLE `msgs` ( `mail_id` varchar(12) NOT NULL default '', `secret_id` varchar(12) default '', `am_id` varchar(20) NOT NULL default

[Bug 153351] Re: cman init script on Gutsy doesn't care about /etc/default/cman configuration file

2008-04-06 Thread Morten Kjeldgaard
This is also a problem in hardy. Debdiff attached. ** Attachment added: "redhat-cluster_2.20080227-0ubuntu2.debdiff" http://launchpadlibrarian.net/13155499/redhat-cluster_2.20080227-0ubuntu2.debdiff ** Changed in: redhat-cluster-suite (Ubuntu) Status: In Progress => Confirmed ** Chang

[Bug 185729] Re: nautilus is unable to copy folders from samba

2008-04-06 Thread Steffen Vogel
I have the same problem like Shawn vega here. The details of the error dialog are : "file unavailable" if you try to copy a whole directory. A single file work. I have the newest version of nautilus and gvfs. I am connected to proftpd. -- nautilus is unable to copy folders from samba https://bu

Re: [Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Adam Sommer
Hello, >From these lines: ... amavis[22796]: (22796-01) sql rollback ... amavis[22796]: (22796-01) save_info_preliminary: rollback done It appears that the transaction is not being committed to the database. This is what those two lines look like in my log: ... amavis[21515]: (21515-01) s

[Bug 35265] Re: more debug for DHCP client

2008-04-06 Thread Martin Pitt
dhcp3 (3.0.6.dfsg-1ubuntu9) hardy; urgency=low * Add debian/patches/dhclient-more-debug.dpatch: Show the requested/offered client IP in log output, for better debugging. Thanks to Peter Miller for the patch! (Closes: #35265) -- Martin Pitt < [EMAIL PROTECTED]> Wed, 02 Apr 2008 15:30:

[Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Tom GF
An extra note: The command "INSERT INTO msgs..." never touch MySQL. The msgs table is empty and the mysql log file doesn't say a thing about 'INSERT INTO msgs...'. -- Insecure dependency when using sql for Log Reporting https://bugs.launchpad.net/bugs/211915 You received this bug notification be

[Bug 175689] Re: "Share Folder" in right-click menu does not share ntfs drive folders

2008-04-06 Thread Waldecir Loureiro dos Santos Filho
I Confirm, i have attached some screens of error. log: drwxrwx--- 1 root plugdev 20480 2008-03-31 08:23 sda1 [EMAIL PROTECTED]:/media$ mount /dev/sda1 on /media/sda1 type fuseblk (rw,nosuid,nodev,noatime,allow_other,default_permissions,blksize=4096) ** Attachment added: "Screens" http://l

[Bug 211915] Re: Insecure dependency when using sql for Log Reporting

2008-04-06 Thread Tom GF
libdbd-mysql-perl: Version: 3.0002-2build1 The error on /var/log/mail.log: ... amavis[22796]: (22796-01) sql begin transaction ... amavis[22796]: (22796-01) sql: executing clause: SELECT id FROM maddr WHERE email=? ... amavis[22796]: (22796-01) sql: executing clause: INSERT INTO maddr (email, d

[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:4.7p1-8ubuntu1 --- openssh (1:4.7p1-8ubuntu1) hardy; urgency=low * Resynchronise with Debian. Remaining changes: - Add support for registering ConsoleKit sessions on login. openssh (1:4.7p1-8) unstable; urgency=high * Fill in CVE

[Bug 211400] Re: /etc/ssh/sshd_config not upgraded properly (dapper -> hardy)

2008-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package openssh - 1:4.7p1-8ubuntu1 --- openssh (1:4.7p1-8ubuntu1) hardy; urgency=low * Resynchronise with Debian. Remaining changes: - Add support for registering ConsoleKit sessions on login. openssh (1:4.7p1-8) unstable; urgency=high * Fill in CVE

[Bug 185729] Re: nautilus is unable to copy folders from samba

2008-04-06 Thread Sebastien Bacher
the ftp issue is gvfs bug #205370, reassigning the smb one to samba since smbclient doesn't success to copy it either ** Changed in: samba (Ubuntu) Sourcepackagename: gvfs => samba Status: Incomplete => New -- nautilus is unable to copy folders from samba https://bugs.launchpad.net/bugs/1

[Bug 185729] [NEW] nautilus is unable to copy folders from samba

2008-04-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: was able to copy files and folders from my smb shared hard drive with gutsy 7.10. I upgraded to hardy 8.04 today and copying files works but not folders $ uname -a Linux shawn-desktop 2.6.24-4-generic #1 SMP Mon Jan 14 17:30:39 UTC 2008 i686 GNU/Linux *