[Bug 120375] Re: cannot boot raid1 with only one disk

2008-07-15 Thread ar
I successfully installed raid 1 on an Ubuntu Desktop 8.04 64-bit machine
according to Martiis intructions:

http://users.piuha.net/martti/comp/ubuntu/en/raid.html

The only thing missing in Martiis instructions was

sudo update-initramfs -u (thx to Alexander)

after inserting Kens lines

 # The following code was added to allow degraded RAID arrays to start
 if [ ! -e ${ROOT} ] || ! /lib/udev/vol_id ${ROOT} /dev/null 21; then
  # Try mdadm and allow degraded arrays to start in case a drive has failed
  log_begin_msg Attempting to start RAID arrays and allow degraded arrays
   /sbin/mdadm --assemble --scan
  log_end_msg
 fi

into /usr/share/initramfs-tools/scripts/local script  just before the
comment # We've given up, but we'll let the user fix matters if they
can as described in Kens posting.

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 247316] Re: winbindd segfaults regularly

2008-07-15 Thread Beat Strasser
Same problem here:

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb7bc96d0 (LWP 7493)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7fdc410 in __kernel_vsyscall ()
#0  0xb7fdc410 in __kernel_vsyscall ()
#1  0xb7d884d3 in waitpid () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7d2b643 in ?? () from /lib/tls/i686/cmov/libc.so.6
#3  0x08123148 in smb_panic ()
#4  0x0810d96a in ?? ()
#5  signal handler called
#6  0xb7fdc410 in __kernel_vsyscall ()
#7  0xb7d1e085 in raise () from /lib/tls/i686/cmov/libc.so.6
#8  0xb7d1fa01 in abort () from /lib/tls/i686/cmov/libc.so.6
#9  0x0810637e in talloc_get_name ()
#10 0x081065bc in talloc_check_name ()
#11 0x0812327c in talloc_check_name_abort ()
#12 0x080bc3b7 in ?? ()
#13 0x080ba7c5 in ?? ()
#14 0x0808b959 in ?? ()
#15 0x0808c3d9 in main ()

-- 
winbindd segfaults regularly
https://bugs.launchpad.net/bugs/247316
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 185729] Re: nautilus is unable to copy folders from samba

2008-07-15 Thread ewmcnee
My solution has been to permanently mount the NAS volume by editing the
/etc/fstab file. With it mounted, even Nautilus doesn't have problems
any more moving files or complete folders.

In my case, the NAS volume is //192.168.1.100/Volume_1 and I have
mounted it at /media/backup. The line I added to fstab is this:

//192.168.1.100/Volume_1 /media/backup cifs guest,uid=1000  0
0

Now if I browse /media/backup with Nautilus... bingo! I can properly
manipulate all the files and folders again.

Hope this helps.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 120375] Re: cannot boot raid1 with only one disk

2008-07-15 Thread wally.nl
This also affects raid5 (seems logical) but the patch doesn't seem to
work for me when also using lvm. My test setup:

  sda1 100Mb /boot
  sda2 raid
  sdb1 100Mb (manual copy of /boot)
  sdb2 raid
  sdc1 100Mb (manual copy of /boot)
  sdc2 raid

/dev/md0 is a raid5 using sda2/sdb2/sdc2, on that is a volume group 'vg'
with 2 logical volumes 'lv0' which is / and lv1 which is swap.

when removing a disk (lets say disk 3/sdc) I see the patch kick in and
start the degraded raid5 with 2 disks but from there it's downhill:

Found volume group vg using metadata type lvm2
ALERT! /dev/mapper/vg-lv0 does not exist. Dropping to a shell!

but /dev/mapper/vg-lv0 and /dev/mapper/vg-lv1 DO seem to exist. Re-
adding the drive and rebooting works fine, is this another 'feature' of
the /usr/share/initramfs-tools/scripts/local script ?

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 244411] [NEW] Samba shares don't always work with winbind installed (8.04)

2008-07-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: nautilus

Ubunto 8.04 (i386 alt distro) browses windows shares fine. Then after 
installing several updates no longer works.
Is there some config file that has updated in nautilus that I can revert or 
perhaps smb ?

I did not have Samba installed origionally then in an effort to get it going 
installed Samba.
No joy though.

ALL machines are XP SP3 and DHCP with fixed MAC - IP relationships.

I also have a prolem when I use smbmount to mount the sahres manually
that the permission or access is wrong and it changes internmittently as
some times I can save files and other times I cannot save files to the
windows share.

Thanks
Garret

ProblemType: Bug
Architecture: i386
Date: Tue Jul  1 09:03:38 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/nautilus
NonfreeKernelModules: nvidia
Package: nautilus 1:2.22.3-0ubuntu2
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.24-19-generic i686

** Affects: samba (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-bug
-- 
Samba shares don't always work with winbind installed (8.04)
https://bugs.launchpad.net/bugs/244411
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 244411] Re: Samba shares don't always work with winbind installed (8.04)

2008-07-15 Thread Jamie Strandboge
Moving to samba as the original reporter said that reinstalling nautilus
fixed it for him, but winbind is still not working correctly.

** Changed in: samba (Ubuntu)
Sourcepackagename: nautilus = samba

-- 
Samba shares don't always work with winbind installed (8.04)
https://bugs.launchpad.net/bugs/244411
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 113837] Re: SOAP module crashes php

2008-07-15 Thread Soren Hansen
Bug fixed upstream:

http://pear.php.net/bugs/bug.php?id=11968

The relevant patch is:

http://cvs.php.net/viewvc.cgi/pear/SOAP/Fault.php?r1=1.25r2=1.26view=patch

Does anyone feel like preparing an updated package?

-- 
SOAP module crashes php
https://bugs.launchpad.net/bugs/113837
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 237115] Re: nscd: nss_ldap: server is unavailable

2008-07-15 Thread Jelmer Jaarsma
I'm having this problem as well, although for me it's not limited to GDM
(not sure if it is for the reporter).

auth.log has this entry when the problem is exhibited:
Jul 15 15:20:43  nscd: nss_ldap: could not search LDAP server - Server 
is unavailable

Symptoms:
A lookup on the current user will fail, resulting in several problems: Not able 
to lock the desktop (dbus connection seems to fail), not able to use 
gnome-terminal (it will report the user as I have no name and shout You 
don't exist, please go away! at every command)

Our system setup:
libnss-ldap for passwd/shadow/group lookups in Active Directory (Windows Server 
2003-R2 / 2008)
libpam-krb5 for authentication

libnss-ldap uses a dedicated user when called as root
(rootbinddn/passwd) and when called as mortal user it uses sasl for
kerberos authenticated ldap lookups)

-- 
nscd: nss_ldap: server is unavailable
https://bugs.launchpad.net/bugs/237115
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 236869] Re: [php5][CVE-2007-2748] substr_count function allows context-dependent attackers to obtain sensitive information vi unspecified vectors

2008-07-15 Thread Kees Cook
Ubuntu (and Debian) PHP was not affected by the CVE.  The CVE was
introduced by some other broken fixes to CVE 2007-1375 that were not
used in Ubuntu.

** Changed in: php5 (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Kees Cook (kees)
   Status: New = Invalid

-- 
[php5][CVE-2007-2748] substr_count function allows context-dependent attackers 
to obtain sensitive information vi unspecified vectors
https://bugs.launchpad.net/bugs/236869
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 185729] Re: nautilus is unable to copy folders from samba

2008-07-15 Thread Shawn vega
hey I test tested this out with ubuntu intrepid ibex 8.10 alpha2 and
copying folders with samba works.

also why is bug marked as incomplete.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 235100] Re: mysql got signal 11

2008-07-15 Thread Aaron C. de Bruyn
Unfortunately I was not able to reproduce the problem with the data
stripped out or anonymized, and they don't want to release the contents
of the SQL file.  We have worked around the issue and they are fine with
that resolution.

I wish I could be more help.

I'll mark this bug as invalid.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete = Invalid

-- 
mysql got signal 11
https://bugs.launchpad.net/bugs/235100
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 244411] Re: Samba shares don't always work with winbind installed (8.04)

2008-07-15 Thread howl
With version 4 and winbind started or stoped samba shares work, with 4.4
and winbind started don't work but with winbind stoped they work.

** Summary changed:

- Samba shares don't always work with winbind installed (8.04)
+ Samba shares never work with winbind installed (8.04)

-- 
Samba shares never work with winbind installed (8.04)
https://bugs.launchpad.net/bugs/244411
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 105457] Re: mysqd_safe high cpu usage

2008-07-15 Thread William Pitcock
This is hitting me really hard on a cluster I run with several users
having ubuntu instances. Many instances are using 100% CPU due to this
bug and causing the overall degradation of service I can provide on my
cluster.

It needs to be fixed, the rating Importance: low is entirely bogus.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 53049] Re: Fails to upgrade non-interactively

2008-07-15 Thread schnollk
here ist the output from the email (had two more since from hourly run
cron job, so by far not the same every run):

/etc/cron.hourly/apt-security-updates:
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:

Date: 15 Jul 2008 19:20:50 +0200 (CEST)

-- 
Fails to upgrade non-interactively
https://bugs.launchpad.net/bugs/53049
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 105251] Re: NetworkManager wrongly releases DHCP IP

2008-07-15 Thread Motin
@Guillaume (Blog post author): I tried your proposed workaround (adding
|new_server_name|old_server_name to the dhcdbd exit hook) but
unfortunately it didn't change the situation at all for me. I am still
getting...:

Jul 16 03:18:44 motin-laptop NetworkManager: info  dhclient started with pid 
7017 
Jul 16 03:18:44 motin-laptop NetworkManager: info  Activation (wlan0) Stage 3 
of 5 (IP Configure Start) complete. 
Jul 16 03:18:44 motin-laptop dhclient: Internet Systems Consortium DHCP Client 
V3.0.6
Jul 16 03:18:44 motin-laptop dhclient: Copyright 2004-2007 Internet Systems 
Consortium.
Jul 16 03:18:44 motin-laptop dhclient: All rights reserved.
Jul 16 03:18:44 motin-laptop dhclient: For info, please visit 
http://www.isc.org/sw/dhcp/
Jul 16 03:18:44 motin-laptop dhclient: 
Jul 16 03:18:44 motin-laptop dhclient: wmaster0: unknown hardware address type 
801
Jul 16 03:18:44 motin-laptop dhclient: wmaster0: unknown hardware address type 
801
Jul 16 03:18:44 motin-laptop dhclient: Listening on LPF/wlan0/00:1f:3b:bb:dd:bf
Jul 16 03:18:44 motin-laptop dhclient: Sending on   LPF/wlan0/00:1f:3b:bb:dd:bf
Jul 16 03:18:44 motin-laptop dhclient: Sending on   Socket/fallback
Jul 16 03:18:48 motin-laptop dhclient: DHCPDISCOVER on wlan0 to 255.255.255.255 
port 67 interval 6
Jul 16 03:18:48 motin-laptop dhclient: DHCPOFFER of 192.168.1.127 from 
192.168.1.1
Jul 16 03:18:48 motin-laptop dhclient: DHCPREQUEST of 192.168.1.127 on wlan0 to 
255.255.255.255 port 67
Jul 16 03:18:48 motin-laptop dhclient: DHCPACK of 192.168.1.127 from 192.168.1.1
Jul 16 03:18:48 motin-laptop dhclient: bound to 192.168.1.127 -- renewal in 
41230 seconds.
Jul 16 03:19:29 motin-laptop NetworkManager: info  Device 'wlan0' DHCP 
transaction took too long (45s), stopping it. 
Jul 16 03:19:29 motin-laptop NetworkManager: info  wlan0: canceled DHCP 
transaction, dhclient pid 7017 

Do you, or any other around here, know if there is a way to manually
send the correct dbus message to network manager? This way we can at
least inspect the syslog ourselves and send the message when we are
connected to the network, instead of having to wait for an inevitable
disconnect...

Also, you write It would be interesting to compare dhcp response
messages between dnsmasq and dhcp-server in order to see if dhclient
returns readable values in the server_name fields when using the
latter.. How do we identify and compare these response messages?
Logging? Some sort of debug mode? I'll happily debug further if you can
put me on the right track... Thanks!

PS All I managed to do was an strace of dhclient shortly after I saw
what pid that network manager was using and before and during the actual
bound. I have no idea if it helps and or dbus messages can be spotted
but here it is:

$ sudo strace -p 7646
Process 7646 attached - interrupt to quit
gettimeofday({1216171610, 812560}, NULL) = 0
select(8, [7], [], [], {0, 0})  = 0 (Timeout)
select(7, [6], [], [], {0, 0})  = 0 (Timeout)
gettimeofday({1216171610, 812983}, NULL) = 0
select(8, [6 7], [], [], {0, 187017})   = 0 (Timeout)
gettimeofday({1216171611, 1634}, NULL)  = 0
time(NULL)  = 1216171611
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0
send(3, 30Jul 16 03:26:51 dhclient: DH..., 89, MSG_NOSIGNAL) = 89
write(2, DHCPDISCOVER on wlan0 to 255.255..., 59) = 59
write(2, \n, 1)   = 1
sendto(7, \377\377\377\377\377\377\0\37;\273\335\277\10\0E\20\1H..., 342, 0, 
{sa_family=AF_PACKET, proto=0x776c, if3173985, pkttype=PACKET_HOST, addr(0)={0, 
}, 16) = 342
gettimeofday({1216171611, 3567}, NULL)  = 0
select(8, [6 7], [], [], {2, 996433})   = 1 (in [7], left {2, 987000})
gettimeofday({1216171611, 13852}, NULL) = 0
read(7, \0\37;[EMAIL PROTECTED]..., 1536) = 342
time(NULL)  = 1216171611
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0
send(3, 30Jul 16 03:26:51 dhclient: DH..., 73, MSG_NOSIGNAL) = 73
write(2, DHCPOFFER of 192.168.1.127 from ..., 43) = 43
write(2, \n, 1)   = 1
time(NULL)  = 1216171611
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0
send(3, 30Jul 16 03:26:51 dhclient: DH..., 94, MSG_NOSIGNAL) = 94
write(2, DHCPREQUEST of 192.168.1.127 on ..., 64) = 64
write(2, \n, 1)   = 1
sendto(7, \377\377\377\377\377\377\0\37;\273\335\277\10\0E\20\1H..., 342, 0, 
{sa_family=AF_PACKET, proto=0x776c, if3173985, pkttype=PACKET_HOST, addr(0)={0, 
}, 16) = 342
gettimeofday({1216171611, 15764}, NULL) = 0
select(8, [6 7], [], [], {2, 984236})   = 1 (in [7], left {2, 98})
gettimeofday({1216171611, 20532}, NULL) = 0
read(7, \0\37;[EMAIL PROTECTED]..., 1536) = 348
time(NULL)  = 1216171611
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0
send(3, 30Jul 16 03:26:51 dhclient: DH..., 71, MSG_NOSIGNAL) = 71
write(2, DHCPACK of 192.168.1.127 from 19..., 41) = 41
write(2, \n, 1)  

[Bug 105457] Re: mysqd_safe high cpu usage

2008-07-15 Thread Kashinath Rajendra Pande
I'm in agreement with William. I, too, run VPS's for several users and
offer Ubuntu as a choice. When they run MySQL, CPU usage is through the
roof, killing any hope in hell for equal CPU rights with other users.
The low importance is probably due to the fact that Cancomical
realises that no one should ever use Ubuntu for any server installation,
ever, and thus aren't going to deal with this any further.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 105457] Re: mysqd_safe high cpu usage

2008-07-15 Thread Torsten Bronger
I experienced this bug three times in two weeks.  On my system, it
implies that my backups take two hours instead of 10 minutes.  On other
systems, it may silently render the backup plan (or other maintainance)
impossible, and this is no fun anymore.  In my personal opinion, this is
even critical.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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