[Bug 733980] Re: fetchmail-6.3.9-rc2-4ubuntu5 hangs in SSL handshake on DSL connection

2011-03-22 Thread Patrick Haller
** Summary changed:

- fetchmail-6.3.9-rc2-4ubuntu5 hangs in SSL handshare on DSL connection
+ fetchmail-6.3.9-rc2-4ubuntu5 hangs in SSL handshake on DSL connection

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733980

Title:
  fetchmail-6.3.9-rc2-4ubuntu5 hangs in SSL handshake on DSL connection

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 733980] [NEW] fetchmail-6.3.9-rc2-4ubuntu5 hangs in SSL handshare on DSL connection

2011-03-12 Thread Patrick Haller
Public bug reported:

Binary package hint: fetchmail

Fetchmail seems to not apply timeouts in SSL handshare.
On DSL lines, this seems cause the process to hang infinitely if the if the DSL 
connection is cut off (unfortunate timing).

Restarting the fetchmail process immediately transfers mail again.

In below quoted backtrace, the process hang for 2 days in the read()
call.

(gdb) bt
#0  0x7f5f16f6c4a0 in read () from /lib/libc.so.6
#1  0x7f5f1750db81 in ?? () from /lib/libcrypto.so.0.9.8
#2  0x7f5f1750bef9 in BIO_read () from /lib/libcrypto.so.0.9.8
#3  0x7f5f177ff7da in ssl3_read_n () from /lib/libssl.so.0.9.8
#4  0x7f5f177ffd8f in ssl3_read_bytes () from /lib/libssl.so.0.9.8
#5  0x7f5f17800c92 in ssl3_get_message () from /lib/libssl.so.0.9.8
#6  0x7f5f177fa957 in ssl3_get_server_certificate () from 
/lib/libssl.so.0.9.8
#7  0x7f5f177fc0c8 in ssl3_connect () from /lib/libssl.so.0.9.8
#8  0x004065f8 in ?? ()
#9  0x004238ed in ?? ()
#10 0x0040e79a in ?? ()
#11 0x00407a15 in ?? ()
#12 0x00409bca in ?? ()
#13 0x7f5f16eb2c4d in __libc_start_main () from /lib/libc.so.6
#14 0x00404b59 in ?? ()
#15 0x7fff7094f4b8 in ?? ()
#16 0x001c in ?? ()
#17 0x0006 in ?? ()
#18 0x7fff7094fecd in ?? ()
#19 0x7fff7094fee0 in ?? ()
#20 0x7fff7094fee3 in ?? ()
#21 0x7fff7094fef4 in ?? ()
#22 0x7fff7094fefe in ?? ()
#23 0x7fff7094ff1f in ?? ()
#24 0x in ?? ()

root@se003:/var/log# lsof | grep fetch
fetchmail  3042  fetchmail  cwd   DIR9,1  832  
2 /
fetchmail  3042  fetchmail  rtd   DIR9,1  832  
2 /
fetchmail  3042  fetchmail  txt   REG9,1   262384 
351752 /usr/bin/fetchmail
fetchmail  3042  fetchmail  mem   REG9,195320  
12754 /lib/libz.so.1.2.3.3
fetchmail  3042  fetchmail  mem   REG9,117176 
304061 /lib/libcom_err.so.2.1
fetchmail  3042  fetchmail  mem   REG9,112656  
72960 /lib/libkeyutils-1.2.so
fetchmail  3042  fetchmail  mem   REG9,122928 
276712 /lib/libnss_dns-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,110432 
233217 /lib/libnss_mdns4_minimal.so.2
fetchmail  3042  fetchmail  mem   REG9,151712 
278902 /lib/libnss_files-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,143552 
294600 /lib/libnss_nis-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,197256 
270102 /lib/libnsl-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,135712 
275782 /lib/libnss_compat-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,114696 
266325 /lib/libdl-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,1   135745 
346037 /lib/libpthread-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,131168  
94101 /usr/lib/libkrb5support.so.0.1
fetchmail  3042  fetchmail  mem   REG9,1  1572232 
247759 /lib/libc-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,1   213784  
29916 /usr/lib/libgssapi_krb5.so.2.2
fetchmail  3042  fetchmail  mem   REG9,1  1622304  
57359 /lib/libcrypto.so.0.9.8
fetchmail  3042  fetchmail  mem   REG9,1   333856  
57422 /lib/libssl.so.0.9.8
fetchmail  3042  fetchmail  mem   REG9,1   154048   
1272 /usr/lib/libk5crypto.so.3.1
fetchmail  3042  fetchmail  mem   REG9,1   803192  
84116 /usr/lib/libkrb5.so.3.3
fetchmail  3042  fetchmail  mem   REG9,193000 
346060 /lib/libresolv-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,143296 
257232 /lib/libcrypt-2.11.1.so
fetchmail  3042  fetchmail  mem   REG9,1   136936  
81873 /lib/ld-2.11.1.so
fetchmail  3042  fetchmail0u  CHR1,3  0t0
967 /dev/null
fetchmail  3042  fetchmail1u  CHR1,3  0t0
967 /dev/null
fetchmail  3042  fetchmail2u  CHR1,3  0t0
967 /dev/null
fetchmail  3042  fetchmail3u unix 0x880100668000  0t0  
10168 socket
fetchmail  3042  fetchmail4u IPv44918696  0t0
TCP mail.mydomain.de:50916-mail.otherdomain.com:imap2 (ESTABLISHED)

** Affects: fetchmail (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/733980

Title:
  fetchmail-6.3.9-rc2-4ubuntu5 hangs in SSL handshare on DSL connection

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-31 Thread Patrick Haller
OK, since adding kernel change notify = false, the issue has not reoccurred 
so far.
So for now, the workaround seems acceptable.

-- 
Samba is filling the disk with two logfiles (syslog and daemon.log) with 
messages on No data on inotify ds?!
https://bugs.launchpad.net/bugs/656456
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 settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-31 Thread Patrick Haller
OK, since adding kernel change notify = false, the issue has not reoccurred 
so far.
So for now, the workaround seems acceptable.

-- 
Samba is filling the disk with two logfiles (syslog and daemon.log) with 
messages on No data on inotify ds?!
https://bugs.launchpad.net/bugs/656456
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 656456] [NEW] Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller
Public bug reported:

Binary package hint: samba

The Samba Fileserver serves 32-bit Windows XP and 64-bit Windows 7 clients.
Without any apparent reason (telling from the log information), the Linux 
kernel / Samba daemon starts logging No data on inotify fd?! messages until 
the harddrive is full. (Existing log limits are ignored).

The effect occurred 4 times since upgradng from Ubuntu 8.0.4 LTS to
Ubuntu 10.0.4 LTS in May 2010.

The machine can only be recovered by rebooting.


System:
- Ubuntu 10.0.4 LTS on AMD64
- Linux se003 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 
x86_64 GNU/Linux
- Samba Version 3.4.7


[Windows 7 64-bit Client machine's log in /var/log/samba]
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
...

[syslog]
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user01) failed
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user02) failed
Oct  7 06:28:49 se003 kernel: [719413.280723] lo: Disabled Privacy Extensions
Oct  7 06:28:49 se003 postfix/smtpd[27890]: connect from localhost[127.0.0.1]
Oct  7 06:28:49 se003 postfix/smtpd[27890]: disconnect from localhost[127.0.0.1]
Oct  7 06:29:27 se003 fetchmail[2889]: awakened at Thu Oct  7 06:29:27 2010
Oct  7 06:29:28 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:29:32 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:29:32 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:29:32 2010 for 
60 seconds
Oct  7 06:30:32 se003 fetchmail[2889]: awakened at Thu Oct  7 06:30:32 2010
Oct  7 06:30:33 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:30:38 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:30:38 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:30:38 2010 for 
60 seconds
Oct  7 06:31:04 se003 imapd: Connection, ip=[:::127.0.0.1]
Oct  7 06:31:04 se003 imapd: LOGOUT, ip=[:::127.0.0.1], rcvd=11, sent=307
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:18 se003 smbd[27192]: [2010/10/07 09:32:18,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:18 se003 smbd[27192]:   No data on inotify fd?!
 MANUAL MACHINE RESTART 
Oct  7 11:52:05 se003 kernel: imklog 4.2.0, log source = /proc/kmsg started.
Oct  7 11:52:05 se003 rsyslogd: [origin software=rsyslogd swVersion=4.2.0 
x-pid=1180 x-info=http://www.rsyslog.com;] (re)start
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's groupid changed to 102
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's userid changed to 101
Oct  7 11:52:04 se003 rsyslogd-2039: Could no open output file '/dev/xconsole' 
[try http://www.rsyslog.com/e/2039 ]
Oct  7 11:52:05 se003 nmbd[1179]: [2010/10/07 11:52:05,  0] 
nmbd/nmbd_logonnames.c:160(add_logon_names)
Oct  7 11:52:05 se003 nmbd[1179]:   add_domain_logon_names:
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpuset
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpu
Oct  7 11:52:05 se003 kernel: [0.00] Linux version 2.6.32-25-generic 
(bui...@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #44-Ubuntu SMP Fri 
Sep 17 20:05:27 UTC 2010 (Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7)
Oct  7 11:52:05 se003 kernel: [0.00] Command line: root=/dev/md1 ro 
quiet splash 
Oct  7 11:52:05 se003 kernel: [0.00] KERNEL supported cpus:


[daemon.log]
Oct  7 06:08:18 se003 smbd[27192]: [2010/10/07 06:08:18,  0] 
smbd/nttrans.c:2123(call_nt_transact_ioctl)
Oct  7 06:08:18 se003 smbd[27192]:   call_nt_transact_ioctl(0x900eb): Currently 
not implemented.
Oct  7 06:08:28 se003 smbd[27192]: [2010/10/07 06:08:28,  0] 

[Bug 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677571/+files/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677572/+files/SambaInstalledVersions.txt

-- 
Samba is filling the disk with two logfiles (syslog and daemon.log) with 
messages on No data on inotify ds?!
https://bugs.launchpad.net/bugs/656456
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 settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 656456] [NEW] Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller
Public bug reported:

Binary package hint: samba

The Samba Fileserver serves 32-bit Windows XP and 64-bit Windows 7 clients.
Without any apparent reason (telling from the log information), the Linux 
kernel / Samba daemon starts logging No data on inotify fd?! messages until 
the harddrive is full. (Existing log limits are ignored).

The effect occurred 4 times since upgradng from Ubuntu 8.0.4 LTS to
Ubuntu 10.0.4 LTS in May 2010.

The machine can only be recovered by rebooting.


System:
- Ubuntu 10.0.4 LTS on AMD64
- Linux se003 2.6.32-25-generic #44-Ubuntu SMP Fri Sep 17 20:05:27 UTC 2010 
x86_64 GNU/Linux
- Samba Version 3.4.7


[Windows 7 64-bit Client machine's log in /var/log/samba]
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
[2010/10/07 09:31:20,  0] smbd/notify_inotify.c:244(inotify_handler)
  No data on inotify fd?!
...

[syslog]
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user01) failed
Oct  7 06:28:28 se003 smbd[27192]: [2010/10/07 06:28:28,  0] 
smbd/service.c:191(set_current_service)
Oct  7 06:28:28 se003 smbd[27192]:   chdir (/home/user02) failed
Oct  7 06:28:49 se003 kernel: [719413.280723] lo: Disabled Privacy Extensions
Oct  7 06:28:49 se003 postfix/smtpd[27890]: connect from localhost[127.0.0.1]
Oct  7 06:28:49 se003 postfix/smtpd[27890]: disconnect from localhost[127.0.0.1]
Oct  7 06:29:27 se003 fetchmail[2889]: awakened at Thu Oct  7 06:29:27 2010
Oct  7 06:29:28 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:29:32 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:29:32 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:29:32 2010 for 
60 seconds
Oct  7 06:30:32 se003 fetchmail[2889]: awakened at Thu Oct  7 06:30:32 2010
Oct  7 06:30:33 se003 fetchmail[2889]: Server certificate verification error: 
certificate has expired
Oct  7 06:30:38 se003 fetchmail[2889]: last message repeated 4 times
Oct  7 06:30:38 se003 fetchmail[2889]: sleeping at Thu Oct  7 06:30:38 2010 for 
60 seconds
Oct  7 06:31:04 se003 imapd: Connection, ip=[:::127.0.0.1]
Oct  7 06:31:04 se003 imapd: LOGOUT, ip=[:::127.0.0.1], rcvd=11, sent=307
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 06:31:12 se003 smbd[27192]: [2010/10/07 06:31:12,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 06:31:12 se003 smbd[27192]:   No data on inotify fd?!
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
...
Oct  7 09:32:17 se003 smbd[27192]: [2010/10/07 09:32:17,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:17 se003 smbd[27192]:   No data on inotify fd?!
Oct  7 09:32:18 se003 smbd[27192]: [2010/10/07 09:32:18,  0] 
smbd/notify_inotify.c:244(inotify_handler)
Oct  7 09:32:18 se003 smbd[27192]:   No data on inotify fd?!
 MANUAL MACHINE RESTART 
Oct  7 11:52:05 se003 kernel: imklog 4.2.0, log source = /proc/kmsg started.
Oct  7 11:52:05 se003 rsyslogd: [origin software=rsyslogd swVersion=4.2.0 
x-pid=1180 x-info=http://www.rsyslog.com;] (re)start
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's groupid changed to 102
Oct  7 11:52:05 se003 rsyslogd: rsyslogd's userid changed to 101
Oct  7 11:52:04 se003 rsyslogd-2039: Could no open output file '/dev/xconsole' 
[try http://www.rsyslog.com/e/2039 ]
Oct  7 11:52:05 se003 nmbd[1179]: [2010/10/07 11:52:05,  0] 
nmbd/nmbd_logonnames.c:160(add_logon_names)
Oct  7 11:52:05 se003 nmbd[1179]:   add_domain_logon_names:
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpuset
Oct  7 11:52:05 se003 kernel: [0.00] Initializing cgroup subsys cpu
Oct  7 11:52:05 se003 kernel: [0.00] Linux version 2.6.32-25-generic 
(bui...@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #44-Ubuntu SMP Fri 
Sep 17 20:05:27 UTC 2010 (Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7)
Oct  7 11:52:05 se003 kernel: [0.00] Command line: root=/dev/md1 ro 
quiet splash 
Oct  7 11:52:05 se003 kernel: [0.00] KERNEL supported cpus:


[daemon.log]
Oct  7 06:08:18 se003 smbd[27192]: [2010/10/07 06:08:18,  0] 
smbd/nttrans.c:2123(call_nt_transact_ioctl)
Oct  7 06:08:18 se003 smbd[27192]:   call_nt_transact_ioctl(0x900eb): Currently 
not implemented.
Oct  7 06:08:28 se003 smbd[27192]: [2010/10/07 06:08:28,  0] 

[Bug 656456] Re: Samba is filling the disk with two logfiles (syslog and daemon.log) with messages on No data on inotify ds?!

2010-10-07 Thread Patrick Haller

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677571/+files/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/656456/+attachment/1677572/+files/SambaInstalledVersions.txt

-- 
Samba is filling the disk with two logfiles (syslog and daemon.log) with 
messages on No data on inotify ds?!
https://bugs.launchpad.net/bugs/656456
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648276] Re: nvidia-glx-173 misses symbol miEmptyData in Xorg server 1.9.0

2010-09-28 Thread Patrick Haller
Please note, the nvidia driver was not installed manually, but using
apt-get install nvidia-glx-173.

-- 
nvidia-glx-173 misses symbol miEmptyData in Xorg server 1.9.0
https://bugs.launchpad.net/bugs/648276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648276] [NEW] nvidia-glx-173 misses symbol miEmptyData in Xorg server 1.9.0

2010-09-26 Thread Patrick Haller
Public bug reported:

After upgrading Ubuntu 10.4 to 10.10 beta, X won't start.
Reinstalling dkms, xorg, xserver-xorg, nvidia-glx-173, etc. did not help.


X.Org X Server 1.9.0
Release Date: 2010-08-20
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
Current Operating System: Linux nbe012 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 
19 20:34:50 UTC 2010 i686
Kernel command line: root=UUID=a6b3c9da-36dc-421a-8663-b94427838a6c ro nolapic 
quiet splash 
Build Date: 16 September 2010  05:39:22PM
xorg-server 2:1.9.0-0ubuntu7 (For technical support please see 
http://www.ubuntu.com/support) 
Current version of pixman: 0.18.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Sep 26 20:13:06 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
dlopen: /usr/lib/xorg/extra-modules/nvidia_drv.so: undefined symbol: miEmptyData
(EE) Failed to load /usr/lib/xorg/extra-modules/nvidia_drv.so
(EE) Failed to load module nvidia (loader failed, 7)
(EE) No drivers available.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 
Please also check the log file at /var/log/Xorg.0.log for additional 
information.

 ddxSigGiveUp: Closing log

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nvidia-glx-173 173.14.27-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
DRM.card0.DVI.D.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1680x1050 1680x1050 1400x1050 1280x1024 1280x960 1152x864 1024x768 
800x600 640x480 720x400 640x400 640x350
 edid-base64: 
AP///wBMo1AxAAANAQOAIRV4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBlS6QoGAaHkAwICYAS88QAAAZDwAAADzSAmQA/gA3VDc3NAQxNTRQMQog/gC6r56OcmBAAAIKICAgAH0=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Sun Sep 26 20:07:33 2010
DkmsStatus: nvidia-173, 173.14.27, 2.6.35-22-generic, i686: installed
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Computer Corporation Inspiron 8600
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=UUID=a6b3c9da-36dc-421a-8663-b94427838a6c ro nolapic quiet 
splash
ProcEnviron:
 SHELL=/bin/bash
 LANG=de_DE.UTF-8
SourcePackage: nvidia-graphics-drivers-173
dmi.bios.date: 06/30/2005
dmi.bios.vendor: Dell Computer Corporation
dmi.bios.version: A14
dmi.board.name: 0P3490
dmi.board.vendor: Dell Computer Corporation
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Computer Corporation
dmi.modalias: 
dmi:bvnDellComputerCorporation:bvrA14:bd06/30/2005:svnDellComputerCorporation:pnInspiron8600:pvr:rvnDellComputerCorporation:rn0P3490:rvr:cvnDellComputerCorporation:ct8:cvr:
dmi.product.name: Inspiron 8600
dmi.sys.vendor: Dell Computer Corporation
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   i686
 kernel: 2.6.35-22-generic

** Affects: nvidia-graphics-drivers-173 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick possible-manual-nvidia-install

-- 
nvidia-glx-173 misses symbol miEmptyData in Xorg server 1.9.0
https://bugs.launchpad.net/bugs/648276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648276] Re: nvidia-glx-173 misses symbol miEmptyData in Xorg server 1.9.0

2010-09-26 Thread Patrick Haller

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640052/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640053/+files/CurrentDmesg.txt

** Attachment added: DRM.card0.TV.1.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640054/+files/DRM.card0.TV.1.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640055/+files/Dependencies.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/648276/+attachment/1640056/+files/Lspci.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640057/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640058/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640059/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640060/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640061/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/648276/+attachment/1640062/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/648276/+attachment/1640063/+files/UdevLog.txt

** Attachment added: XorgConf.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640064/+files/XorgConf.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/648276/+attachment/1640065/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640066/+files/XorgLogOld.txt

** Attachment added: nvidia-installer.log.txt
   
https://bugs.launchpad.net/bugs/648276/+attachment/1640067/+files/nvidia-installer.log.txt

-- 
nvidia-glx-173 misses symbol miEmptyData in Xorg server 1.9.0
https://bugs.launchpad.net/bugs/648276
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 544519] Re: gnome-system-monitor crashed with SIGSEGV in g_closure_invoke()

2010-03-22 Thread Patrick Haller

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/41648791/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41648792/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/41648793/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/41648794/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/41648795/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/41648796/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/41648797/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/41648798/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/41648799/XsessionErrors.txt

** Visibility changed to: Public

-- 
gnome-system-monitor crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/544519
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs