[Bug 489201] Re: smbd crashes when connection status changes

2009-12-07 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = Fix Released

-- 
smbd crashes when connection status changes
https://bugs.launchpad.net/bugs/489201
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 490380] Re: Please set option inherit owner by default on guest-enabled SMB shares

2009-12-07 Thread Fabio Bossi
OK, maybe setting that option is not the right thing to do, but I still
have a strong feeling that something must be changed. New users who want
to share files between their Ubuntu and Windows PC and create a guest-
enabled share will be outraged when they find out that they cannot read
their files. It would be best to completely remove the allow guests
option from the GUI IMHO.


** Summary changed:

- Please set option inherit owner by default on guest-enabled SMB shares
+ Please remove the accept guests option from the GUI since it creates 
confusion for new users

** Description changed:

  Binary package hint: samba
  
  Steps to reproduce:
  
  1) Right clicking on  a folder  in Nautilus and choose sharing options
  2) Set up an SMB share with write permissions and check the accept guests 
option
  3) Using a Windows PC, create a new file (or copy a file) into the new share 
(no password prompt appears)
  4) See how the Ubuntu user cannot access the file without becoming root from 
command line
- 
- I suggest setting the default owner of the new files in the share to the user 
who created the share. I know that an option
- for that in smb.conf exists.

** Changed in: samba (Ubuntu)
   Status: Won't Fix = New

-- 
Please remove the accept guests option from the GUI since it creates 
confusion for new users
https://bugs.launchpad.net/bugs/490380
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 490380] Re: Please remove the accept guests option from the GUI since it creates confusion for new users

2009-12-07 Thread Fabio Bossi
I reopened the bug by my own initiative: please don't be angry about it
:) . I won't do that again if you keep your opinion.

-- 
Please remove the accept guests option from the GUI since it creates 
confusion for new users
https://bugs.launchpad.net/bugs/490380
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 493510] [NEW] vmbuilder: Creates mostly empty EC2 images on 64-bit

2009-12-07 Thread Eric Hammond
Public bug reported:

I'm using vmbuilder on 32-bit and 64-bit EC2 instances with identical
arguments except for --arch, --kernel, and --ramdisk.  The 32-bit EC2
images are created fine, but the 64-bit images are practically empty
except for a few /var directories.

I have tracked this down to the extra mount which is performed by
vmbuilder when run on the 64-bit instance to generate a 64-bit image:

2009-12-07 07:58:23,638 INFO: Mounting target filesystems
2009-12-07 07:58:23,638 DEBUG   : Mounting /
2009-12-07 07:58:23,639 DEBUG   : ['mount', '-o', 'loop', 
'/mnt/vmbuilderDscdmG/root.img', '/mnt/vmbuilderDscdmG/target/']
2009-12-07 07:58:23,719 DEBUG   : Creating /var/run in root filesystem
2009-12-07 07:58:23,720 DEBUG   : Creating /var/lock in root filesystem
2009-12-07 07:58:23,720 DEBUG   : Mounting /
2009-12-07 07:58:23,720 DEBUG   : ['mount', '-o', 'loop', 
'/mnt/vmbuilderDscdmG/root_.img', '/mnt/vmbuilderDscdmG/target/']
2009-12-07 07:58:23,728 DEBUG   : Creating /var/run in root filesystem
2009-12-07 07:58:23,729 DEBUG   : Creating /var/lock in root filesystem
2009-12-07 07:58:23,730 DEBUG   : Mounting /mnt
2009-12-07 07:58:23,730 DEBUG   : ['mount', '-o', 'loop', 
'/mnt/vmbuilderDscdmG/.img', '/mnt/vmbuilderDscdmG/target/mnt']
2009-12-07 07:58:23,739 INFO: Installing guest operating system. This might 
take some time...

The first mount of / is for the root.img file which is eventually used
to create the actual EC2 image.  Unfortunately, the second mount of
root_.img on top of / causes everything to be written to root_.img
which is never used to create the bundle.

Here is the ec2-bundle-image command which shows that it is looking for
the system files in root.img, and not root_.img (which is where they
were placed because of the second mount above):

2009-12-07 08:03:29,471 DEBUG   : ['ec2-bundle-image', '--image', '/mnt
/dest-karmic-20091207-0758/root.img', '--cert', '/mnt/cert-XXX.pem', '--
privatekey', '/mnt/pk-XXX.pem', '--user', 'XXX', '--prefix',
'ubuntu-9.10-karmic-x86_64--20091207-0758', '-r', 'x86_64',
'-d', '/mnt/vmbuilderDscdmG', '--kernel', 'aki-fd15f694', '--ramdisk',
'ari-c515f6ac']

This problem is currently making it impossible for me to generate 64-bit
EC2 images.

Here is the vmbuilder command I am running.  It works on 32-bit with
only the obvious slight modifications:

sudo vmbuilder/vmbuilder xen ubuntu \
--suite=karmic\
--arch=amd64\
--dest=/mnt/dest-karmic-20091207-0758  \
--tmp=/mnt   \
--ec2\
--ec2-version=$description \
--manifest=/mnt/$prefix  \
--lock-user  \
--components=main,restricted,universe,multiverse   \
--part=part-${arch}.txt  \
--ec2-bundle \
--ec2-upload \
--ec2-register   \
--ec2-bucket=$bucket \
--ec2-prefix=$prefix \
--ec2-user=$AWS_USER_ID  \
--ec2-cert=$cert \
--ec2-key=$pk\
--ec2-access-key=$AWS_ACCESS_KEY_ID  \
--ec2-secret-key=$AWS_SECRET_ACCESS_KEY  \
--ec2-kernel=aki-fd15f694 \
--ec2-ramdisk=ari-c515f6ac \
--install-mirror=http://ec2-us-east-mirror.rightscale.com/ubuntu \
--ppa=alestic/ppa\
--addpkg=runurl  \
--addpkg=ncurses-dev \
--addpkg=vim \
--addpkg=zip \
--addpkg=unzip   \
--addpkg=libgnutls-dev   \
--addpkg=sox \
--addpkg=libsox-fmt-all  \
--addpkg=cracklib-runtime\
--addpkg=wamerican   \
--addpkg=wbritish\
--addpkg=libstdc++6  \
--addpkg=libcurl3\
--addpkg=libxml2

[Bug 493510] Re: vmbuilder: Creates mostly empty EC2 images on 64-bit

2009-12-07 Thread Eric Hammond

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

-- 
vmbuilder: Creates mostly empty EC2 images on 64-bit
https://bugs.launchpad.net/bugs/493510
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 480048] Re: euca-register fails with syntax error

2009-12-07 Thread Thierry Carrez
*** This bug is a duplicate of bug 444352 ***
https://bugs.launchpad.net/bugs/444352

** This bug has been marked a duplicate of bug 444352
   DB deadlock on reboot prevents UEC from working, temporarily - 403 Forbidden 
errors

-- 
euca-register fails with syntax error
https://bugs.launchpad.net/bugs/480048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 493510] Re: vmbuilder: Creates mostly empty EC2 images on 64-bit

2009-12-07 Thread Eric Hammond
No sooner entered as a bug than I think I've tracked this down to an
invalid part file I was using:

  root 10240 a1
  root 2048 a1
  /mnt 1 b

Note the extra root entry.

I don't know if this can be used to create validation code to prevent
other people from making this dumb mistake, but I'm marking this bug
invalid now.


** Changed in: vm-builder (Ubuntu)
   Status: New = Invalid

-- 
vmbuilder: Creates mostly empty EC2 images on 64-bit
https://bugs.launchpad.net/bugs/493510
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 490380] Re: Please remove the accept guests option from the GUI since it creates confusion for new users

2009-12-07 Thread Thierry Carrez
About New users who want to share files between their Ubuntu and
Windows PC and create a guest-enabled share will be outraged when they
find out that they cannot read their files

They should be able to read their files. Looking at comment 7 above:
-rwxr--r-- 1 nobody nogroup 0 2009-12-05 09:31 prova.txt

That's world-readable... you don't need to be root to read that file.

-- 
Please remove the accept guests option from the GUI since it creates 
confusion for new users
https://bugs.launchpad.net/bugs/490380
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 493523] [NEW] [lucid] Eucalyptus-cc fails to start, missing axis2 apache module

2009-12-07 Thread Thierry Carrez
Public bug reported:

eucalyptus-cc fails to start, some digging reveals the following error:
apache2: Syntax error on line 60 of /var/run/eucalyptus/httpd-cc.conf: Cannot 
load /etc/eucalyptus/axis2/lib/libmod_axis2.so into server: 
/etc/eucalyptus/axis2/lib/libmod_axis2.so: cannot open shared object file: No 
such file or directory

This is due to a recent change in /etc/eucalyptus/httpd.conf:
- LoadModule axis2_module /usr/lib/apache2/modules/libmod_axis2.so
- Axis2RepoPath /etc/eucalyptus/axis2
+ LoadModule axis2_module AXIS2C_HOME/lib/libmod_axis2.so
+ Axis2RepoPath AXIS2C_HOME

AXIS2C_HOME gets replaced by /etc/eucalyptus/axis2 at runtime.

** Affects: eucalyptus (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: eucalyptus (Ubuntu Lucid)
 Importance: High
 Status: Triaged

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = High

** Changed in: eucalyptus (Ubuntu)
   Status: New = Triaged

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: High
   Status: Triaged

-- 
[lucid] Eucalyptus-cc fails to start, missing axis2 apache module
https://bugs.launchpad.net/bugs/493523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 490380] Re: Please remove the accept guests option from the GUI since it creates confusion for new users

2009-12-07 Thread Fabio Bossi
You're right, sorry. However, they still can't write, even though the
GUI option to allow writing was checked.

-- 
Please remove the accept guests option from the GUI since it creates 
confusion for new users
https://bugs.launchpad.net/bugs/490380
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 490380] Re: Please remove the accept guests option from the GUI since it creates confusion for new users

2009-12-07 Thread Thierry Carrez
Well, they can write to the directory. The thing they cannot do is write
to the file that was created through the share (though they can do that
by accessing the share locally through SMB !).

I don't think that's confusing, it's a decent default security trade-off, and 
is easily toggled off.
The accept guests is mostly there to allow read-only shares accessible to 
guests, so it shouldn't be removed.

** Changed in: samba (Ubuntu)
   Status: New = Won't Fix

-- 
Please remove the accept guests option from the GUI since it creates 
confusion for new users
https://bugs.launchpad.net/bugs/490380
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 493100] Re: init.d/slapd script reports an error message that could be improved.

2009-12-07 Thread Chuck Short
Thanks for the bug report.

Regards
chuck

** Changed in: openldap (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: openldap (Ubuntu)
   Status: New = Confirmed

-- 
init.d/slapd script reports an error message that could be improved.
https://bugs.launchpad.net/bugs/493100
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 491273] Re: netfs storage pools are not autostarted at boot (karmic)

2009-12-07 Thread Chuck Short
*** This bug is a duplicate of bug 351307 ***
https://bugs.launchpad.net/bugs/351307

** This bug has been marked a duplicate of bug 351307
   Libvirt NFS mount on boot.

-- 
netfs storage pools are not autostarted at boot (karmic)
https://bugs.launchpad.net/bugs/491273
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 490790] Re: /etc/samba/smb.conf error in some line

2009-12-07 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we can't fix it because your description didn't include 
enough information.  You may find it helpful to read How to report bugs 
effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be 
grateful if you would then provide a more complete description of the problem.  
We have instructions on debugging some types of problems at 
http://wiki.ubuntu.com/DebuggingProcedures.
At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
/etc/samba/smb.conf error in some line
https://bugs.launchpad.net/bugs/490790
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 493523] Re: [lucid] Eucalyptus-cc fails to start, missing axis2 apache module

2009-12-07 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = In Progress

** Changed in: eucalyptus (Ubuntu Lucid)
 Assignee: (unassigned) = Thierry Carrez (ttx)

-- 
[lucid] Eucalyptus-cc fails to start, missing axis2 apache module
https://bugs.launchpad.net/bugs/493523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 493325] Re: mysqld crashes with large key_buffer (25G)

2009-12-07 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

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

-- 
mysqld crashes with large key_buffer (25G)
https://bugs.launchpad.net/bugs/493325
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 492790] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2009-12-07 Thread Chuck Short
Can  you try sudo rm /var/cache/apt/archives/mysql-
server-5.0_5.1.30really5.0.83-0ubuntu3_i386.deb and then trying again?

Thanks
chuck

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

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

-- 
package mysql-server-5.0 (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/492790
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 492026] Re: package mysql-server-5.0 (not installed) failed to install/upgrade: по дпроцесс новый сценари й pre-installation возвратил к од ошибки 1

2009-12-07 Thread Chuck Short
Can you try sudo rm /var/cache/apt/archives/mysql-
server-5.0_5.1.30really5.0.83-0ubuntu3_i386.deb and then trying again?

Thanks
chuck

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

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

-- 
package mysql-server-5.0 (not installed) failed to install/upgrade: подпроцесс 
новый сценарий pre-installation возвратил код ошибки 1
https://bugs.launchpad.net/bugs/492026
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 319515] Re: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: not enough space available on partition

2009-12-07 Thread Chuck Short
** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Confirmed

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: not enough 
space available on partition
https://bugs.launchpad.net/bugs/319515
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 491639] Re: instalation fail in folder

2009-12-07 Thread Chuck Short
It looks like you are having bigger problems:

Dec  2 20:08:05 ubuntu mysqld_safe[22647]: /usr/sbin/mysqld: error while 
loading shared libraries: libpthread.so.0: cannot open shared object file: No 
such file or directory
Dec  2 20:08:05 ubuntu mysqld_safe[22654]: /usr/sbin/mysqld: error while 
loading shared libraries: libpthread.so.0: cannot open shared object file: No 
such file or directory
Dec  2 20:08:05 ubuntu mysqld_safe[22657]: /usr/sbin/mysqld: error while 
loading shared libraries: libpthread.so.0: cannot open shared object file: No 
such file or directory

Try running sudo ldconfig -v

Regards
chuck

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Invalid

-- 
instalation fail in folder 
https://bugs.launchpad.net/bugs/491639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 493523] Re: [lucid] Eucalyptus-cc fails to start, missing axis2 apache module

2009-12-07 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
[lucid] Eucalyptus-cc fails to start, missing axis2 apache module
https://bugs.launchpad.net/bugs/493523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 493523] Re: [lucid] Eucalyptus-cc fails to start, missing axis2 apache module

2009-12-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
[lucid] Eucalyptus-cc fails to start, missing axis2 apache module
https://bugs.launchpad.net/bugs/493523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 491288] Re: File corruption after copying files via samba from Karmic to Karmic

2009-12-07 Thread Chuck Short
** Bug watch added: Samba Bugzilla #6606
   https://bugzilla.samba.org/show_bug.cgi?id=6606

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=6606
   Importance: Unknown
   Status: Unknown

-- 
File corruption after copying files via samba from Karmic to Karmic
https://bugs.launchpad.net/bugs/491288
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 492322] Re: Recently-allocated IP addresses not known by whois

2009-12-07 Thread Chuck Short
This is fixed in karmic. It might be a good candidate for an SRU.

Thanks
chuck

** Changed in: whois (Ubuntu)
   Status: New = Fix Released

-- 
Recently-allocated IP addresses not known by whois
https://bugs.launchpad.net/bugs/492322
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 491791] Re: Incorrect server for .ae

2009-12-07 Thread Chuck Short
This has been fixed for lucid.

Regards
chuck

** Changed in: whois (Ubuntu)
   Status: New = Fix Released

-- 
Incorrect server for .ae
https://bugs.launchpad.net/bugs/491791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to whois 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 491288] Re: File corruption after copying files via samba from Karmic to Karmic

2009-12-07 Thread Chuck Short
This might be bug 6606 which is fixed upstream.

Regards
chuck

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

-- 
File corruption after copying files via samba from Karmic to Karmic
https://bugs.launchpad.net/bugs/491288
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 493582] [NEW] [lucid] libvirt-bin fails to install (sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper)

2009-12-07 Thread Thierry Carrez
Public bug reported:

Installing libvirt-bin on lucid, either manually or through the UEC/NC
ISO installer, fails with:

Setting up libvirt-bin (0.7.2-4ubuntu3) ...
Adding group `libvirtd' (GID 114) ...
Done.
sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper: No such file or 
directory
dpkg: error processing libvirt-bin (--configure):
 subprocess installed post-installation script returned error exit status 2

** Affects: libvirt (Ubuntu)
 Importance: High
 Status: Triaged

** Affects: libvirt (Ubuntu Lucid)
 Importance: High
 Status: Triaged

-- 
[lucid] libvirt-bin fails to install (sed: can't read 
/etc/apparmor.d/usr.bin.virt-aa-helper)
https://bugs.launchpad.net/bugs/493582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 493582] Re: [lucid] libvirt-bin fails to install (sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper)

2009-12-07 Thread Thierry Carrez
I think the following postinst snippet should check for -n $2 before
comparing, so that it doesn't fail in the first install case:

--
old_profile=/etc/apparmor.d/usr.bin.virt-aa-helper
new_profile=/etc/apparmor.d/usr.lib.libvirt.virt-aa-helper
if dpkg --compare-versions $2 le 0.7.0-1ubuntu15; then
sed -i s#/usr/bin/virt-aa-helper#/usr/lib/libvirt/virt-aa-helper#g 
$old_profile
--

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = High

** Changed in: libvirt (Ubuntu)
   Status: New = Triaged

** Also affects: libvirt (Ubuntu Lucid)
   Importance: High
   Status: Triaged

-- 
[lucid] libvirt-bin fails to install (sed: can't read 
/etc/apparmor.d/usr.bin.virt-aa-helper)
https://bugs.launchpad.net/bugs/493582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 491288] Re: File corruption after copying files via samba from Karmic to Karmic

2009-12-07 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Fix Released

-- 
File corruption after copying files via samba from Karmic to Karmic
https://bugs.launchpad.net/bugs/491288
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 493582] Re: [lucid] libvirt-bin fails to install (sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper)

2009-12-07 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu Lucid)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
[lucid] libvirt-bin fails to install (sed: can't read 
/etc/apparmor.d/usr.bin.virt-aa-helper)
https://bugs.launchpad.net/bugs/493582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 493582] Re: [lucid] libvirt-bin fails to install (sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper)

2009-12-07 Thread Colin Watson
Instead of -n $2, just use the le-nl operator in place of le.

-- 
[lucid] libvirt-bin fails to install (sed: can't read 
/etc/apparmor.d/usr.bin.virt-aa-helper)
https://bugs.launchpad.net/bugs/493582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 491288] Re: File corruption after copying files via samba from Karmic to Karmic

2009-12-07 Thread Ernst
Does 'Fix Released' means this is fixed in an Ubuntu package (I would like to 
test!) or does it mean the bug is fixed upstream?
I don't know how to apply the patch of the upstream bug report, so with only 
that patch, I will not be able to test this.

-- 
File corruption after copying files via samba from Karmic to Karmic
https://bugs.launchpad.net/bugs/491288
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 493523] Re: [lucid] eucalyptus-cc and -nc fail to start, missing axis2 apache module

2009-12-07 Thread Thierry Carrez
Also affects NC.

** Summary changed:

- [lucid] Eucalyptus-cc fails to start, missing axis2 apache module
+ [lucid] eucalyptus-cc and -nc fail to start, missing axis2 apache module

-- 
[lucid] eucalyptus-cc and -nc fail to start, missing axis2 apache module
https://bugs.launchpad.net/bugs/493523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 493523] Re: [lucid] eucalyptus-cc and -nc fail to start, missing axis2 apache module

2009-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.1~bzr1083-0ubuntu4

---
eucalyptus (1.6.1~bzr1083-0ubuntu4) lucid; urgency=low

  * debian/patches/axis2c_home_init.diff: Restore patch for Axis2 module
location, to allow CC to start (LP: #493523)
 -- Thierry Carrez thierry.car...@ubuntu.com   Mon, 07 Dec 2009 16:06:28 +0100

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Committed = Fix Released

-- 
[lucid] eucalyptus-cc and -nc fail to start, missing axis2 apache module
https://bugs.launchpad.net/bugs/493523
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 25031] Re: CIFS mount does not update file size for opened (for read) files

2009-12-07 Thread hooby
I'm having that problem too.

I'm using Ubuntu 9.10 - Karmic Koala, all updated.

I do mount a samba share with this line in /etc/fstab:
//192.168.0.17/www /media/svn cifs 
auto,iocharset=utf8,uid=xxx,gid=users,credentials=/root/.cifscredentials,file_mode=0775,dir_mode=0775
 0 0

version of mount:
$ mount -V
mount from util-linux-ng 2.16 (with libblkid and selinux support)

I'm editing files with SciTE Version 1.76
Scite does control if a file has changed by regularly checking the last 
changed date. If all changes are saved and the file has changed, scite reloads 
ist. If the buffer is dirty (unsaved changes) scite asks if i wanna reload the 
file. This works perfectly on lokal drives.

If working on the mount point mentioned above, scite does neither
automatically reload clean buffers, nor ask me if i want to reload dirty
buffers.

If you need any additional information, just let me know.

** Changed in: samba (Ubuntu)
   Status: Invalid = New

-- 
CIFS mount does not update file size for opened (for read) files
https://bugs.launchpad.net/bugs/25031
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


Re: [Bug 491639] Re: instalation fail in folder

2009-12-07 Thread drchaos
Sadly, my issues became much bigger.  After a reboot, grub can nolonger load
the kernel.
This is my second time having gone this route and o think I know why.
This is likely due to the ubuntu id running on a persistent usb stick.
I have yet to see comments on any how to regarding running a server from a
persistent usb stick.  The package update process always seems to result in
a non bootable state.

On Dec 7, 2009 5:20 AM, Chuck Short chuck.sh...@canonical.com wrote:

It looks like you are having bigger problems:

Dec  2 20:08:05 ubuntu mysqld_safe[22647]: /usr/sbin/mysqld: error while
loading shared libraries: libpthread.so.0: cannot open shared object file:
No such file or directory
Dec  2 20:08:05 ubuntu mysqld_safe[22654]: /usr/sbin/mysqld: error while
loading shared libraries: libpthread.so.0: cannot open shared object file:
No such file or directory
Dec  2 20:08:05 ubuntu mysqld_safe[22657]: /usr/sbin/mysqld: error while
loading shared libraries: libpthread.so.0: cannot open shared object file:
No such file or directory

Try running sudo ldconfig -v

Regards
chuck

** Changed in: mysql-dfsg-5.1 (Ubuntu)
  Status: New = Invalid

-- instalation fail in folder  https://bugs.launchpad.net/bugs/491639 You
received this bug notif...
Status in “mysql-dfsg-5.1” package in Ubuntu: Invalid

Bug description: installation /setup configuration failed. problems looking
for file or resource u...
To unsubscribe from this bug, go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/491639/+subscribe

-- 
instalation fail in folder 
https://bugs.launchpad.net/bugs/491639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 493582] Re: [lucid] libvirt-bin fails to install (sed: can't read /etc/apparmor.d/usr.bin.virt-aa-helper)

2009-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.2-4ubuntu4

---
libvirt (0.7.2-4ubuntu4) lucid; urgency=low

  * debian/libvirt-bin.postinst: don't sed a non-existent file (LP: #493582)
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 07 Dec 2009 08:55:03 -0600

** Changed in: libvirt (Ubuntu Lucid)
   Status: Triaged = Fix Released

-- 
[lucid] libvirt-bin fails to install (sed: can't read 
/etc/apparmor.d/usr.bin.virt-aa-helper)
https://bugs.launchpad.net/bugs/493582
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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


Re: [Bug 456806] Re: mountall vomits a shell onto virtual console when you run vi

2009-12-07 Thread Scott James Remnant
On Sun, 2009-12-06 at 09:25 +, Micah Gersten wrote:

 Scott, someone came in asking about this bug, so I figured I'd attach
 the patch for the SRU.
 
 ** Attachment added: Debdiff for Karmic
http://launchpadlibrarian.net/36494855/mountall_1.0.1.debdiff
 
This patch is already in the bzr branch for karmic

Scott
-- 
Scott James Remnant
sc...@ubuntu.com

-- 
mountall vomits a shell onto virtual console when you run vi
https://bugs.launchpad.net/bugs/456806
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 493655] [NEW] update ec2-ami-tools api version 2009-10-31 (1.3-45758)

2009-12-07 Thread Scott Moser
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

New version of the ec2-ami-tools are available at [1].  The biggest
new feature is support for the new region us-west-1.

- --
[1] http://developer.amazonwebservices.com/connect/entry.jspa?externalID=368

 affects ubuntu/ec2-ami-tools
 assignee smoser
 status confirmed
 importance medium
 subscribe smoser
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAksdNwQACgkQDZzbdwr3wEcpngCcC1UUvvtBruVynJSpNDKO8EbS
6vQAnRnDWm7uxOhdXWIcGaPmGhf6mZup
=dztt
-END PGP SIGNATURE-

** Affects: ec2-ami-tools (Ubuntu)
 Importance: Medium
 Assignee: Scott Moser (smoser)
 Status: Confirmed

-- 
update ec2-ami-tools api version 2009-10-31 (1.3-45758)
https://bugs.launchpad.net/bugs/493655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools 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 493667] [NEW] Postfix SASL authentication does not work with Dovecot SASL in default configuration

2009-12-07 Thread Michael Marley
Public bug reported:

Binary package hint: postfix

I am attempting to set up Postfix with SASL authentication on a server
with 9.10.  I have installed the dovecot-postfix package, and both
incoming and outgoing email work.  However, I cannot get SASL
authentication to work.  The /etc/postfix/main.cf file shows that
Dovecot SASL authentication should be enabled, but when I telnet in and
do a ehlo, this is all I get:

mich...@mamarley-laptop:~$ telnet mail.michaelmarley.com 25
Trying 66.26.248.238...
Connected to thefirstm.dyndns.org.
Escape character is '^]'.
220 michaelmarley.com ESMTP Postfix (Ubuntu)
ehlo michaelmarley.com
250-michaelmarley.com
250-PIPELINING
250-SIZE 1024
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN

Nothing about AUTH appears, and sending the AUTH command results in:

503 5.5.1 Error: authentication not enabled

Other than this error, there is no other indication of the failure in
any of the logs.  I have posted my /etc/postfix/main.cf file.  If you
need any others, please tell me.

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

-- 
Postfix SASL authentication does not work with Dovecot SASL in default 
configuration
https://bugs.launchpad.net/bugs/493667
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 493667] Re: Postfix SASL authentication does not work with Dovecot SASL in default configuration

2009-12-07 Thread Michael Marley

** Attachment added: main.cf
   http://launchpadlibrarian.net/36539471/main.cf

-- 
Postfix SASL authentication does not work with Dovecot SASL in default 
configuration
https://bugs.launchpad.net/bugs/493667
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 493667] Re: Postfix SASL authentication does not work with Dovecot SASL in default configuration

2009-12-07 Thread Scott Kitterman
smtpd_tls_auth_only = yes means it will only offer auth if you connect
vial TLS (which you aren't doing when you telnet) so it is correct to
not offer it.

** Changed in: postfix (Ubuntu)
   Status: New = Invalid

-- 
Postfix SASL authentication does not work with Dovecot SASL in default 
configuration
https://bugs.launchpad.net/bugs/493667
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 484944] Re: package bacula-director-mysql 2 .4.4-1ubuntu9 failed to install/upgrade: Unterprozes s installiertes post-installation-Skript gab den Fehlerwer t 1 zurück

2009-12-07 Thread Chuck Short
Hi,

I was wondering if you were still having this problem?

Thanks
chuck

-- 
package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
https://bugs.launchpad.net/bugs/484944
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 480618] Re: package dhcp3-server 3.1.1-1ubuntu2.1 failed to install/upgrade: EOF da stdin al prompt per il file di configurazione

2009-12-07 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package dhcp3-server 3.1.1-1ubuntu2.1 failed to install/upgrade: EOF da stdin 
al prompt per il file di configurazione
https://bugs.launchpad.net/bugs/480618
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 427094] Re: Wrong permission on file makes phpmyadmin show blank page

2009-12-07 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
Wrong permission on file makes phpmyadmin show blank page
https://bugs.launchpad.net/bugs/427094
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dbconfig-common 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 368718] Re: package dbconfig-common 1.8.4 0 failed to install/upgrade: o subproceso post-installat ion script devolveu o estado de saída de erro 1

2009-12-07 Thread Chuck Short
Is mysql running?

-- 
package dbconfig-common 1.8.40 failed to install/upgrade: o subproceso 
post-installation script devolveu o estado de saída de erro 1
https://bugs.launchpad.net/bugs/368718
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dbconfig-common 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 468837] Re: dhcp3-server could not be installed/updated during the distribution upgrade

2009-12-07 Thread Chuck Short
Thanks for the repsone

Regards
chuck

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Triaged

-- 
dhcp3-server could not be installed/updated during the distribution upgrade
https://bugs.launchpad.net/bugs/468837
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 415799] Re: dhclient doesn't get any dhcpack

2009-12-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
dhclient doesn't get any dhcpack
https://bugs.launchpad.net/bugs/415799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 446812] Re: dhcp3 fails to install

2009-12-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
dhcp3 fails to install
https://bugs.launchpad.net/bugs/446812
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 433556] Re: ethernet network connection not automatically connecting

2009-12-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
ethernet network connection not automatically connecting
https://bugs.launchpad.net/bugs/433556
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 354471] Re: Jaunty - Can't get dhcp IP address

2009-12-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Jaunty - Can't get dhcp IP address
https://bugs.launchpad.net/bugs/354471
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 323158] Re: alt installer looping, dhcp request every second

2009-12-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
alt installer looping, dhcp request every second
https://bugs.launchpad.net/bugs/323158
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 308647] Re: dhclient fails to be run during boot of Intrepid

2009-12-07 Thread Chuck Short
Closing user cant reproduce the error.

Regards
chuck

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
dhclient fails to be run during boot of Intrepid
https://bugs.launchpad.net/bugs/308647
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 295520] Re: dhcp3-server vlan support seems to be broken

2009-12-07 Thread Chuck Short
Thanks for the response.

Regards
chuck

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
dhcp3-server vlan support seems to be broken
https://bugs.launchpad.net/bugs/295520
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 242020] Re: dhcp3-server fails to issue lease after computer has gone to sleep and woken back up

2009-12-07 Thread Chuck Short
*** This bug is a duplicate of bug 280123 ***
https://bugs.launchpad.net/bugs/280123

** This bug has been marked a duplicate of bug 280123
   dhcp3-server needs if-up.d/if-down.d scripts for better network-manager 
compatibility

-- 
dhcp3-server fails to issue lease after computer has gone to sleep and woken 
back up
https://bugs.launchpad.net/bugs/242020
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 280123] Re: dhcp3-server needs if-up.d/if-down.d scripts for better network-manager compatibility

2009-12-07 Thread Chuck Short
** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
dhcp3-server needs if-up.d/if-down.d scripts for better network-manager 
compatibility
https://bugs.launchpad.net/bugs/280123
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 235309] Re: dhcp3-server crashes with bootp clients

2009-12-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Invalid

-- 
dhcp3-server crashes with bootp clients
https://bugs.launchpad.net/bugs/235309
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 492734] [NEW] App-Armor and NTPd in Xubuntu 8.04 LTS unconfined!

2009-12-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When executing aa-satatus the program lists my trusty NTP daemon
(/usr/sbin/ntpd) within the last category processes are unconfined but
have a profile defined. The NTP service is the only one listed there!

After executing sudo /etc/init.d/ntp restart the NTP service is being
restarted. It is listed within the processes are in complain mode
category then, which is fine.

My question is whether I can change the NTP services startup time to
make sure it's App-Armor profile is always applied right after the OS
boot. Would that solve the problem at all?

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

-- 
App-Armor and NTPd in Xubuntu 8.04 LTS unconfined!
https://bugs.edge.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ntp 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 289236] Re: Connection to the network fails

2009-12-07 Thread Chuck Short
** Changed in: dhcp3 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Connection to the network fails
https://bugs.launchpad.net/bugs/289236
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 492734] Re: App-Armor and NTPd in Xubuntu 8.04 LTS unconfined!

2009-12-07 Thread Philip Muskovac
** Package changed: ubuntu = ntp (Ubuntu)

-- 
App-Armor and NTPd in Xubuntu 8.04 LTS unconfined!
https://bugs.launchpad.net/bugs/492734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 165108] Re: uri ldaps://host requires trailing '/' to work

2009-12-07 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: libnss-ldap (Ubuntu)
   Status: Incomplete = Invalid

-- 
uri ldaps://host requires trailing '/' to work
https://bugs.launchpad.net/bugs/165108
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 489619] Re: Our attempts to find your SCHEMA for attributetypes have FAILED

2009-12-07 Thread Akom
I've spent 4 weeks (on and off) before I found this solution/bug.  Thank you!
Even granting write to * system-wide did not fix the issue.

-- 
Our attempts to find your SCHEMA for attributetypes have FAILED
https://bugs.launchpad.net/bugs/489619
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 493727] [NEW] date('Y') returns 0000 on big endian machines

2009-12-07 Thread Dennis
Public bug reported:

Binary package hint: php5

Problem: date('Y') returns  on big endian machines (instead of 2009)

using: Ubuntu 9.10 on a PowerPC
package: php5
version: 5.2.10.dfsg.1-2ubuntu6.3

It's a known bug in PHP:
http://bugs.php.net/bug.php?id=48276

This page shows a diff to fix it, a one character edit:
http://forums.matrix.squiz.net/index.php?showtopic=6607

This date problem causes serious problems in many PHP applications, even
cookies with an expiration date no longer work due to the incorrect
year.

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

-- 
date('Y') returns  on big endian machines
https://bugs.launchpad.net/bugs/493727
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 478762] Re: lm-sensors don't work

2009-12-07 Thread francesco bat
Hello !
Today i solved in this way:

sudo gedit /etc/default/grub

and i modified the old string:

GRUB_CMDLINE_LINUX_DEFAULT=quiet splash

in

GRUB_CMDLINE_LINUX_DEFAULT=acpi_enforce_resources=lax quiet splash

Now it's all right !
But i hope that is being to solve in official way, beacuse many people couldn't 
solve it ! :-(

-- 
lm-sensors don't work
https://bugs.launchpad.net/bugs/478762
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors 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 489585] Re: Incorrectly messaging Starting/Stopping NTP server in ifup/ifdown scripts

2009-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ntp - 1:4.2.4p6+dfsg-2ubuntu2

---
ntp (1:4.2.4p6+dfsg-2ubuntu2) lucid; urgency=low

  * debian/rules: enable debugging (LP: #47683)
  * debian/ntpdate-if.up: Hide invoke-rc.d output. (LP: #489585)
  * debian/man/ntptrace.1:  Update man page removed ghost options. (LP: #351989)
 -- Chuck Short zul...@ubuntu.com   Mon, 07 Dec 2009 14:59:28 -0500

** Changed in: ntp (Ubuntu)
   Status: Triaged = Fix Released

-- 
Incorrectly messaging Starting/Stopping NTP server in ifup/ifdown scripts
https://bugs.launchpad.net/bugs/489585
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 351989] Re: ntptrace man page is wrong

2009-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ntp - 1:4.2.4p6+dfsg-2ubuntu2

---
ntp (1:4.2.4p6+dfsg-2ubuntu2) lucid; urgency=low

  * debian/rules: enable debugging (LP: #47683)
  * debian/ntpdate-if.up: Hide invoke-rc.d output. (LP: #489585)
  * debian/man/ntptrace.1:  Update man page removed ghost options. (LP: #351989)
 -- Chuck Short zul...@ubuntu.com   Mon, 07 Dec 2009 14:59:28 -0500

** Changed in: ntp (Ubuntu)
   Status: Confirmed = Fix Released

-- 
ntptrace man page is wrong
https://bugs.launchpad.net/bugs/351989
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 47683] Re: ntpd not compiled with debugging support

2009-12-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ntp - 1:4.2.4p6+dfsg-2ubuntu2

---
ntp (1:4.2.4p6+dfsg-2ubuntu2) lucid; urgency=low

  * debian/rules: enable debugging (LP: #47683)
  * debian/ntpdate-if.up: Hide invoke-rc.d output. (LP: #489585)
  * debian/man/ntptrace.1:  Update man page removed ghost options. (LP: #351989)
 -- Chuck Short zul...@ubuntu.com   Mon, 07 Dec 2009 14:59:28 -0500

** Changed in: ntp (Ubuntu)
   Status: Triaged = Fix Released

-- 
ntpd not compiled with debugging support
https://bugs.launchpad.net/bugs/47683
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 493755] [NEW] package libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade:

2009-12-07 Thread vicky9575
Public bug reported:

Binary package hint: bind9

i was updating my pc when there was a crash. since then i can't update
my system.

ProblemType: Package
Architecture: i386
Date: Mon Dec  7 21:33:24 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
NonfreeKernelModules: fglrx
Package: libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: bind9
Title: package libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade:
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-package i386

-- 
package libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/493755
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 493755] Re: package libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade:

2009-12-07 Thread vicky9575

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/36546312/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/36546314/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlogpartial.gz
   http://launchpadlibrarian.net/36546315/VarLogDistupgradeMainlogpartial.gz

-- 
package libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/493755
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 453453] Re: libvirt sometimes hangs when using pulseaudio

2009-12-07 Thread Brian Murray
** Tags added: regression-release
** Tags removed: regression-potential

-- 
libvirt sometimes hangs when using pulseaudio
https://bugs.launchpad.net/bugs/453453
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 493761] [NEW] php5: build from source: Patch suhosin.patch does not remove cleanly after running configure-* rules

2009-12-07 Thread whitepixel
Public bug reported:

Binary package hint: php5

Instructions on bug repro:
apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules 
configure-cli-stamp  ./debian/rules clean

here's the tail end of the output:
Patch suhosin.patch does not remove cleanly (refresh it or enforce with -f)
make: *** [unpatch] Error 1

I can repro this 100%.

Interestingly, starting over with the following commands will not repro the 
error:
apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules patch  
./debian/rules unpatch

lsb_release:
Description:Ubuntu 9.10
Release:9.10

php5:
  Installed: (none)
  Candidate: 5.2.10.dfsg.1-2ubuntu6.3
  Version table:
 5.2.10.dfsg.1-2ubuntu6.3 0
500 http://ubuntu.cs.utah.edu karmic-updates/main Packages
500 http://security.ubuntu.com karmic-security/main Packages
 5.2.10.dfsg.1-2ubuntu6 0
500 http://ubuntu.cs.utah.edu karmic/main Packages

ProblemType: Bug
Architecture: amd64
Date: Mon Dec  7 12:38:16 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: php5 (not installed)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: php5
Uname: Linux 2.6.31-16-generic x86_64

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


** Tags: amd64 apport-bug

-- 
php5: build from source: Patch suhosin.patch does not remove cleanly after 
running configure-* rules
https://bugs.launchpad.net/bugs/493761
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 493761] Re: php5: build from source: Patch suhosin.patch does not remove cleanly after running configure-* rules

2009-12-07 Thread whitepixel

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

** Description changed:

  Binary package hint: php5
  
  Instructions on bug repro:
  apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules 
configure-cli-stamp  ./debian clean
  
  here's the tail end of the output:
  Patch suhosin.patch does not remove cleanly (refresh it or enforce with -f)
  make: *** [unpatch] Error 1
  
  I can repro this 100%.
  
  Interestingly, starting over with the following commands will not repro the 
error:
- apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules patch  
./debian unpatch
+ apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules patch  
./debian/rules unpatch
  
  lsb_release:
  Description:  Ubuntu 9.10
  Release:  9.10
  
  php5:
-   Installed: (none)
-   Candidate: 5.2.10.dfsg.1-2ubuntu6.3
-   Version table:
-  5.2.10.dfsg.1-2ubuntu6.3 0
- 500 http://ubuntu.cs.utah.edu karmic-updates/main Packages
- 500 http://security.ubuntu.com karmic-security/main Packages
-  5.2.10.dfsg.1-2ubuntu6 0
- 500 http://ubuntu.cs.utah.edu karmic/main Packages
+   Installed: (none)
+   Candidate: 5.2.10.dfsg.1-2ubuntu6.3
+   Version table:
+  5.2.10.dfsg.1-2ubuntu6.3 0
+ 500 http://ubuntu.cs.utah.edu karmic-updates/main Packages
+ 500 http://security.ubuntu.com karmic-security/main Packages
+  5.2.10.dfsg.1-2ubuntu6 0
+ 500 http://ubuntu.cs.utah.edu karmic/main Packages
  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Dec  7 12:38:16 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: php5 (not installed)
  ProcEnviron:
-  LANGUAGE=en_US.UTF-8
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US.UTF-8
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
  SourcePackage: php5
  Uname: Linux 2.6.31-16-generic x86_64

** Description changed:

  Binary package hint: php5
  
  Instructions on bug repro:
- apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules 
configure-cli-stamp  ./debian clean
+ apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules 
configure-cli-stamp  ./debian/rules clean
  
  here's the tail end of the output:
  Patch suhosin.patch does not remove cleanly (refresh it or enforce with -f)
  make: *** [unpatch] Error 1
  
  I can repro this 100%.
  
  Interestingly, starting over with the following commands will not repro the 
error:
  apt-get source php5  cd php5-5.2.10.dfsg.1  ./debian/rules patch  
./debian/rules unpatch
  
  lsb_release:
  Description:  Ubuntu 9.10
  Release:  9.10
  
  php5:
    Installed: (none)
    Candidate: 5.2.10.dfsg.1-2ubuntu6.3
    Version table:
   5.2.10.dfsg.1-2ubuntu6.3 0
  500 http://ubuntu.cs.utah.edu karmic-updates/main Packages
  500 http://security.ubuntu.com karmic-security/main Packages
   5.2.10.dfsg.1-2ubuntu6 0
  500 http://ubuntu.cs.utah.edu karmic/main Packages
  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Dec  7 12:38:16 2009
  DistroRelease: Ubuntu 9.10
  NonfreeKernelModules: nvidia
  Package: php5 (not installed)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
  SourcePackage: php5
  Uname: Linux 2.6.31-16-generic x86_64

-- 
php5: build from source: Patch suhosin.patch does not remove cleanly after 
running configure-* rules
https://bugs.launchpad.net/bugs/493761
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 481752] Re: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-07 Thread Jack Henderson
Happening in the terminal as well:

Setting up bind9 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...
 * Starting domain name service... bind9 [fail] 
invoke-rc.d: initscript bind9, action start failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/481752
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 493781] [NEW] Karmic: Bind9 startup script fails after upgrade

2009-12-07 Thread Adilson
Public bug reported:

Binary package hint: bind9

Info:

$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

$ apt-cache policy bind9
bind9:
  Installed: 1:9.6.1.dfsg.P1-3ubuntu0.2
  Candidate: 1:9.6.1.dfsg.P1-3ubuntu0.2
  Version table:
 *** 1:9.6.1.dfsg.P1-3ubuntu0.2 0
500 http://gb.archive.ubuntu.com karmic-updates/main Packages
500 http://security.ubuntu.com karmic-security/main Packages
100 /var/lib/dpkg/status
 1:9.6.1.dfsg.P1-3 0
500 http://gb.archive.ubuntu.com karmic/main Packages

Problem:

$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... Done
The following NEW packages will be installed
  libdns53
The following packages have been kept back:
  empathy
The following packages will be upgraded:
  bind9 bind9-host bind9utils devicekit-disks dnsutils libbind9-50 libdns50
  libisc50 libisccc50 libisccfg50 liblwres50
11 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 1,668kB of archives.
After this operation, 81.9kB of additional disk space will be used.
Do you want to continue [Y/n]? y
..
.
..

(Reading database ... 171125 files and directories currently installed.)
Preparing to replace dnsutils 1:9.6.1.dfsg.P1-3 (using 
.../dnsutils_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement dnsutils ...
Preparing to replace bind9-host 1:9.6.1.dfsg.P1-3 (using 
.../bind9-host_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement bind9-host ...
Preparing to replace bind9 1:9.6.1.dfsg.P1-3 (using 
.../bind9_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement bind9 ...
Preparing to replace libbind9-50 1:9.6.1.dfsg.P1-3 (using 
.../libbind9-50_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement libbind9-50 ...
Preparing to replace libisccfg50 1:9.6.1.dfsg.P1-3 (using 
.../libisccfg50_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement libisccfg50 ...
Preparing to replace libisccc50 1:9.6.1.dfsg.P1-3 (using 
.../libisccc50_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement libisccc50 ...
Preparing to replace liblwres50 1:9.6.1.dfsg.P1-3 (using 
.../liblwres50_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement liblwres50 ...
Preparing to replace bind9utils 1:9.6.1.dfsg.P1-3 (using 
.../bind9utils_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement bind9utils ...
Preparing to replace libisc50 1:9.6.1.dfsg.P1-3 (using 
.../libisc50_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement libisc50 ...
Preparing to replace libdns50 1:9.6.1.dfsg.P1-3 (using 
.../libdns50_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Unpacking replacement libdns50 ...
Selecting previously deselected package libdns53.
Unpacking libdns53 (from .../libdns53_1%3a9.6.1.dfsg.P1-3ubuntu0.2_i386.deb) ...
Preparing to replace devicekit-disks 007-2ubuntu3 (using 
.../devicekit-disks_007-2ubuntu4_i386.deb) ...
Unpacking replacement devicekit-disks ...
Processing triggers for man-db ...
Processing triggers for ufw ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up libisc50 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...

Setting up libdns53 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...

Setting up libisccc50 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...

Setting up libisccfg50 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...

Setting up libbind9-50 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...

Setting up liblwres50 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...

Setting up bind9-host (1:9.6.1.dfsg.P1-3ubuntu0.2) ...
Setting up dnsutils (1:9.6.1.dfsg.P1-3ubuntu0.2) ...

Setting up bind9utils (1:9.6.1.dfsg.P1-3ubuntu0.2) ...
Setting up bind9 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...
#
 * Starting domain name service... bind9 [fail] 
invoke-rc.d: initscript bind9, action start failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up libdns50 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...
Setting up devicekit-disks (007-2ubuntu4) ...

Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)



As can be seen above bind9 seems not to start again, I assume it is
something with the startup script which has changed somehow, however, I
wouldn't know how to go identifying the problem if some could please
look into this and tell me how to sort it out I would be grateful.

ProblemType: Package
Architecture: i386
Date: Mon Dec  7 21:08:12 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
Package: bind9 1:9.6.1.dfsg.P1-3ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: bind9
Title: package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to 

[Bug 493781] Re: Karmic: Bind9 startup script fails after upgrade

2009-12-07 Thread Adilson

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/36549287/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/36549290/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/36549291/DpkgTerminalLog.gz

-- 
Karmic: Bind9 startup script fails after upgrade
https://bugs.launchpad.net/bugs/493781
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 493755] Re: package libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade:

2009-12-07 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 493633 ***
https://bugs.launchpad.net/bugs/493633

Thanks for your report.

This this the same issue as the one you've reported in bug 493633. I'm
marking it as duplicate.

** Changed in: bind9 (Ubuntu)
   Status: New = Confirmed

** This bug has been marked a duplicate of bug 493633
   can't update files anymore after pc crash

-- 
package libdns53 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/493755
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 449326] Re: Network services don't start automatically at boot time

2009-12-07 Thread Brian Murray
** Tags removed: regression-potential

-- 
Network services don't start automatically at boot time
https://bugs.launchpad.net/bugs/449326
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 493781] Re: Karmic: Bind9 startup script fails after upgrade

2009-12-07 Thread Jean-Baptiste Lallement
Thanks for your report.

Could you please attach the file /var/log/daemon.log to this report ?

** Changed in: bind9 (Ubuntu)
   Status: New = Incomplete

-- 
Karmic: Bind9 startup script fails after upgrade
https://bugs.launchpad.net/bugs/493781
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 481752] Re: package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-07 Thread Fernando Roxo
Package Architecture: X86_64

# apt-get -f install
===  balhblahblah clipped 
Preparando para substituir bind9 1:9.6.1.dfsg.P1-3 (usando 
.../bind9_1%3a9.6.1.dfsg.P1-3ubuntu0.2_amd64.deb) ...
 * Stopping domain name service... bind9
resolvconf: Error: /etc/resolv.conf must be a symlink
invoke-rc.d: initscript bind9, action stop failed.
dpkg: aviso: antigo script pre-removal retornou um erro 1 como status de saída
dpkg - tentando script do novo pacote em vez disso ...
prerm called with unknown argument `failed-upgrade'
dpkg: erro processando 
/var/cache/apt/archives/bind9_1%3a9.6.1.dfsg.P1-3ubuntu0.2_amd64.deb (--unpack):
 sub-processo novo script pre-removal retornou estado de saída de erro 1
Erros foram encontrados durante o processamento de:
 /var/cache/apt/archives/bind9_1%3a9.6.1.dfsg.P1-3ubuntu0.2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

  The error message that got my attention was :

resolvconf: Error: /etc/resolv.conf must be a symlink

This file was generated by NetworkManager during a 3G connection.
After disconnecting I went to '/etc' and issued the command :

# cd /etc
# ln -sf /etc/resolvconf/run/resolv.conf

After that the installation finished without error.

# apt-get -f install
===  balhblahblah clipped 
Preparando para substituir bind9 1:9.6.1.dfsg.P1-3 (usando 
.../bind9_1%3a9.6.1.dfsg.P1-3ubuntu0.2_amd64.deb) ...
 * Stopping domain name service... bind9 [ OK ] 
Desempacotando substituto bind9 ...
Processando gatilhos para ufw ...
Processando gatilhos para ureadahead ...
ureadahead will be reprofiled on next reboot
Processando gatilhos para man-db ...
Configurando bind9 (1:9.6.1.dfsg.P1-3ubuntu0.2) ...
 * Starting domain name service... bind9 [ OK ] 

# LC_ALL=C apt-get check
Reading package lists... Done
Building dependency tree   
Reading state information... Done

After connection the NetworkManager changed the file ' 
/etc/resolvconf/run/resolv.conf '
and seems to be working ok.

-- 
package bind9 1:9.6.1.dfsg.P1-3 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/481752
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 493792] [NEW] update ec2-api-tools to api version 2009-10-31 (1.3-45772)

2009-12-07 Thread Scott Moser
Public bug reported:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

New version of the ec2-api-tools are available at [1].  The biggest
new feature is support for the new region us-west-1.

- - --
[1] http://developer.amazonwebservices.com/connect/entry.jspa?externalID=351

 affects ubuntu/ec2-api-tools
 assignee smoser
 status confirmed
 importance medium
 subscribe smoser
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAksde2AACgkQDZzbdwr3wEf9mACfbfGq10vz3GxQSOBgKfGCvCLX
yFcAn3DTAscddoQk3fO2rd8CkWtjug9B
=DPlK
-END PGP SIGNATURE-

** Affects: ec2-api-tools (Ubuntu)
 Importance: Medium
 Assignee: Scott Moser (smoser)
 Status: Confirmed


** Tags: upgrade

-- 
update ec2-api-tools to api version 2009-10-31 (1.3-45772)
https://bugs.launchpad.net/bugs/493792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 493792] Re: update ec2-api-tools to api version 2009-10-31 (1.3-45772)

2009-12-07 Thread Scott Moser
** Tags added: upgrade

-- 
update ec2-api-tools to api version 2009-10-31 (1.3-45772)
https://bugs.launchpad.net/bugs/493792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-tools 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 493655] Re: update ec2-ami-tools api version 2009-10-31 (1.3-45758)

2009-12-07 Thread Scott Moser
** Tags added: upgrade

-- 
update ec2-ami-tools api version 2009-10-31 (1.3-45758)
https://bugs.launchpad.net/bugs/493655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-ami-tools 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 493864] [NEW] package bind9 1:9.6.1.d fsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 已安装的 post-installation 脚本 返回了错误号 1

2009-12-07 Thread Xiaoqi Zhao
Public bug reported:

Binary package hint: bind9

package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程
已安装的 post-installation 脚本 返回了错误号 1

ProblemType: Package
Architecture: i386
Date: Tue Dec  8 09:05:06 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: 子进程 已安装的 post-installation 脚本 返回了错误号 1
Package: bind9 1:9.6.1.dfsg.P1-3ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.31-16.52-generic
SourcePackage: bind9
Title: package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 
已安装的 post-installation 脚本 返回了错误号 1
Uname: Linux 2.6.31-16-generic i686

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


** Tags: apport-package i386

-- 
package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1
https://bugs.launchpad.net/bugs/493864
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 493864] Re: package bind9 1:9.6.1.dfs g.P1-3ubuntu0.2 failed to install/upgrade: 子 进程 已安装的 post-installation 脚 本 返回了错误号 1

2009-12-07 Thread Xiaoqi Zhao

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/36555641/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/36555643/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/36555644/DpkgTerminalLog.txt

-- 
package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1
https://bugs.launchpad.net/bugs/493864
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 478762] Re: lm-sensors don't work

2009-12-07 Thread Petar Velkovski
By the way I forgot to mention that this is not officially a bug. I
remember reading in some of the linux kernel 2.6.31 release notes that
lm-sensors has been disabled by default because it made problem with
some other code. But it's good that we have this workaround.  It works
for me (and obviously for others too) but probably it can affect some
systems in a bad manner.

-- 
lm-sensors don't work
https://bugs.launchpad.net/bugs/478762
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors 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 458637] Re: samba client unable to access Windows 7 shares

2009-12-07 Thread immortel
I have the same problem as Victor.

I cannot see my printer with samba when I start up my computer but if I
restart the service /etc/init.d/samba restart. I see it without any
problem. Is it possible that CUPS does not start fast enough?

-- 
samba client unable to access Windows 7 shares
https://bugs.launchpad.net/bugs/458637
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 474660] Re: drbd8-utils not dependent on drbd8-source

2009-12-07 Thread Dave Hall
Given the karmic kernel ships with DRBD support, the dependency is wrong
- regardless of the plan.

DKMS is great for the desktop, but I really don't like having build-
essential installed on production net facing servers, and where possible
any productions servers.

I am guessing a fix for karmic is unlikely to happen given where things
are at in the lucid release cycle, but I would strongly recommend that
this is fixed properly (not using dkms) in lucid.  As DRBD is useful in
server environments, I'd like to see it remain in the stock server
image.

As a work^Whack around I have created a meta package drbd8-source-hack
which provides drbd8-source, which is less than ideal but it works.

-- 
drbd8-utils not dependent on drbd8-source
https://bugs.launchpad.net/bugs/474660
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-12-07 Thread Leann Ogasawara
** Tags added: karmic

-- 
2.6.31 - Can't see files in CIFS-mounted directories
https://bugs.launchpad.net/bugs/406466
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 458637] Re: samba client unable to access Windows 7 shares

2009-12-07 Thread immortel
I just found out the problem with CUPS. Samba is starting before CUPS
and Samba is timing out before CUPS being completely started.

I've been able to workaround this problem by making CUPS starting before Samba:
sudo mv /etc/rc2.d/S50cups /etc/rc2.d/S15cups

Now I'm wondering what's gonna happened with the next upgradre of the
package... ???

Is it possible to have a permanent fix for this?

-- 
samba client unable to access Windows 7 shares
https://bugs.launchpad.net/bugs/458637
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 489619] Re: Our attempts to find your SCHEMA for attributetypes have FAILED

2009-12-07 Thread PiersHarding
I'd like to add my thanks for this too - it caused me no end of grief.

Cheers,
Piers Harding.

-- 
Our attempts to find your SCHEMA for attributetypes have FAILED
https://bugs.launchpad.net/bugs/489619
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 493906] [NEW] package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-07 Thread Aishwarya
Public bug reported:

I updated the system regularly (as I always do).
mysql stopped working for me.
I reinstalled the mysql package after going through forums without much 
progress.

I was able to retain my data.
however user privileges et al had to be done again

ProblemType: Package
Architecture: amd64
Date: Mon Dec  7 16:14:33 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['debian-5.0.flag', 'tomcatusers', 'ibdata1', 
'mysql_upgrade_info', 'testlink', 'ib_logfile1', 'sakila', 'debian-5.1.flag', 
'jackbe-host.err', 'presto', 'mysql', 'ib_logfile0']
Package: mysql-server-5.1 5.1.37-1ubuntu5
ProcVersionSignature: Ubuntu 2.6.31-16.52-server
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
Uname: Linux 2.6.31-16-server x86_64

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/493906
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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 493906] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-07 Thread Aishwarya

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   http://launchpadlibrarian.net/36561214/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/36561215/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/36561217/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/36561218/DpkgTerminalLog.txt

** Attachment added: Logs.var.log.daemon.log.txt
   http://launchpadlibrarian.net/36561219/Logs.var.log.daemon.log.txt

** Attachment added: Logs.var.log.kern.log.txt
   http://launchpadlibrarian.net/36561220/Logs.var.log.kern.log.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   http://launchpadlibrarian.net/36561223/MySQLConf.etc.mysql.my.cnf.txt

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/493906
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 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


Re: [Bug 458637] Re: samba client unable to access Windows 7 shares

2009-12-07 Thread Yunkwan
@Immortel   I just got a fresh install of Ubuntu and tried out your command.
It requires password to visit one of the computer of the workgourp in the
house. I don't know the password for it. I do have a homegroup sharing
password. But it doesn't work. I didn't set a password for that win7
machine.
do you have such experience?


On Tue, Dec 8, 2009 at 10:24 AM, immortel immorte...@hotmail.com wrote:

 I just found out the problem with CUPS. Samba is starting before CUPS
 and Samba is timing out before CUPS being completely started.

 I've been able to workaround this problem by making CUPS starting before
 Samba:
 sudo mv /etc/rc2.d/S50cups /etc/rc2.d/S15cups

 Now I'm wondering what's gonna happened with the next upgradre of the
 package... ???

 Is it possible to have a permanent fix for this?

 --
 samba client unable to access Windows 7 shares
 https://bugs.launchpad.net/bugs/458637
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in “samba” package in Ubuntu: Confirmed

 Bug description:
 Binary package hint: samba

 Many times samba does not show ubuntu shares (printer and folders) in a
 windows network, but a few times does. Need to reboot the PC several times
 until they are shown in the network. Besides when finally is possible to
 access ubuntu shares, the printer is not shown, so it is not possible to
 print, I notice the curious thing that with just opening the file smb.conf
 and saving it without any modification the printer is shown in the network.
 Other issue with samba is that nautilus does not show Mis documentos
 shares in PCs with Win XP, but still is possible to access them just typing
 mis documentos in the text mode address bar, and it is not possible to
 mount Windows 7 shares, a few weeks earlier those shares could be shown and
 mounted.
 I am ussing Karmic Koala amd64 updated.

 ProblemType: Bug
 Architecture: amd64
 Date: Thu Oct 22 18:15:07 2009
 DistroRelease: Ubuntu 9.10
 NonfreeKernelModules: nvidia
 Package: samba 2:3.4.0-3ubuntu5
 ProcEnviron:
  LANG=es_PE.UTF-8
  SHELL=/bin/bash
 ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
 SourcePackage: samba
 Uname: Linux 2.6.31-14-generic x86_64

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/samba/+bug/458637/+subscribe


-- 
samba client unable to access Windows 7 shares
https://bugs.launchpad.net/bugs/458637
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 493864] Re: package bind9 1:9.6.1.dfs g.P1-3ubuntu0.2 failed to install/upgrade: 子 进程 已安装的 post-installation 脚 本 返回了错误号 1

2009-12-07 Thread Jean-Baptiste Lallement
Thanks for your report.

Could you please attach the file /var/log/daemon.log to this report ?


** Changed in: bind9 (Ubuntu)
   Status: New = Incomplete

-- 
package bind9 1:9.6.1.dfsg.P1-3ubuntu0.2 failed to install/upgrade: 子进程 已安装的 
post-installation 脚本 返回了错误号 1
https://bugs.launchpad.net/bugs/493864
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 415799] Re: dhclient doesn't get any dhcpack

2009-12-07 Thread V Sauta
** Changed in: dhcp3 (Ubuntu)
   Status: Invalid = Fix Released

** Changed in: network-manager (Ubuntu)
   Status: Invalid = Fix Released

-- 
dhclient doesn't get any dhcpack
https://bugs.launchpad.net/bugs/415799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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 493469] [NEW] Disk Usage Analyser reports wrong capacity for remotely mounted file systems

2009-12-07 Thread Martin Peacock
Public bug reported:

Binary package hint: gnome-utils


When scanning a file tree that is on a remotely mounted partition (from, e.g. 
/mnt/remotefs/myfodler), the total/used/available indicators are from root fs.  
They should be from the remotely mounted fs.

Ubuntu Karmic
Package; gnome-utils 2.28.1 (Baobab)

** Affects: gnome-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Disk Usage Analyser reports wrong capacity for remotely mounted file systems
https://bugs.launchpad.net/bugs/493469
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 493379] Re: Typo in package description

2009-12-07 Thread Florian Diesch
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Changed in: quiteinsanegimpplugin (Ubuntu)
   Status: New = Confirmed

-- 
Typo in package description
https://bugs.launchpad.net/bugs/493379
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 493379] Re: Typo in package description

2009-12-07 Thread Florian Diesch
gimp2.0-quiteinsane:
  Installed: (none)
  Candidate: 0.3-9
  Version table:
 0.3-9 0
500 http://de.archive.ubuntu.com karmic/universe Packages

-- 
Typo in package description
https://bugs.launchpad.net/bugs/493379
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 491294] Re: Merge josm 0.0.svn2255-1 (universe) with Debian testing (main)

2009-12-07 Thread Bug Watch Updater
** Changed in: josm (Debian)
   Status: Unknown = Fix Released

-- 
Merge josm 0.0.svn2255-1 (universe) with Debian testing (main)
https://bugs.launchpad.net/bugs/491294
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


Re: [Bug 273614] Re: can't open pdf documents using evince from firefox

2009-12-07 Thread David Hugh-Jones
It mostly works fine. There's an intermittent bug where certain pdf
files can't be opened, the dialog only offers to save them, but I
don't know how to reproduce it. So close it.

-- 
can't open pdf documents using evince from firefox
https://bugs.launchpad.net/bugs/273614
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


  1   2   3   4   5   6   7   8   9   10   >