[Bug 452461] Re: Cannot elide admin_servers from debconf config

2009-11-01 Thread Daniel Richard G.
Sorry for not following up sooner.

I want to set up my /etc/krb5.conf file via debconf, as is currently
implemented, but I want to do things a little differently from what the
scripts have been written to do.

Normally, you'd specify something like this in debconf:

krb5-config/kerberos_servers: server1.realm.com server2.realm.com
krb5-config/default_realm: REALM.COM
krb5-config/admin_server: admin-server.realm.com

Which would result in a clause in /etc/krb5.conf like

[realms]
REALM.COM = {
kdc = server1.realm.com
kdc = server2.realm.com
admin_server = admin-server.realm.com
}

But I want a krb5.conf clause that *does not specify* an admin_server,
only kdcs. (I want to use an explicitly specified KDC, but allow the
Kerberos admin server to be located via DNS.)

Presumably, you would set an empty value for admin_server in debconf,
and the scripts would give the desired result. But at present, an empty
admin_server value causes the REALM.COM = { ... } clause not to be
generated *at all*. It's the same behavior you get if you enable the
debconf krb5-config/dns_for_default option.

The bug is that debconf will process only both items (kdc +
admin_server) or none, where it should be allowing the flexibility to
use just one or the other.

-- 
Cannot elide admin_servers from debconf config
https://bugs.launchpad.net/bugs/452461
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs 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 452461] Re: Cannot elide admin_servers from debconf config

2009-11-01 Thread Daniel Richard G.
Please let me know if any further information is needed.

** Changed in: kerberos-configs (Ubuntu)
   Status: Incomplete = New

-- 
Cannot elide admin_servers from debconf config
https://bugs.launchpad.net/bugs/452461
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs 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 448656] Re: CPU information is inaccessible for MySQL

2009-11-01 Thread Vitaly Chekryzhev
2JBB: No, using only default values from package. Data folders have
right permissions, and as I suppose it really shouldn't depend on it.

vitaly:/var/lib$ ls -l mysql 
total 28764
-rw-r--r-- 1 mysql mysql0 2009-10-08 12:18 debian-5.1.flag
-rw-rw 1 mysql mysql 18874368 2009-11-01 03:17 ibdata1
-rw-rw 1 mysql mysql  5242880 2009-11-01 11:15 ib_logfile0
-rw-rw 1 mysql mysql  5242880 2009-05-31 14:32 ib_logfile1
drwx-- 2 mysql mysql12288 2009-08-18 20:34 kvop
drwxr-xr-x 2 mysql mysql 4096 2009-10-08 12:18 mysql
-rw--- 1 mysql mysql6 2009-08-18 20:34 mysql_upgrade_info
drwx-- 2 mysql mysql12288 2009-11-01 00:43 photohost
drwx-- 2 mysql mysql 4096 2009-05-31 14:40 phpmyadmin
drwx-- 2 mysql mysql 4096 2009-09-07 00:45 ramdim
drwx-- 2 mysql mysql 4096 2009-07-31 01:34 ravall_uckov

-- 
CPU information is inaccessible for MySQL
https://bugs.launchpad.net/bugs/448656
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 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2009-11-01 Thread Bartong
This is still an issue in Karmic.

I tried using the 'inherit owner = yes' parameter both in
/var/lib/samba/usershares/sharename and in /etc/samba/smb.conf, but
this resulted in other clients not being able to write to the server, so
it is not a fix

The only fix I have found is to set 'create mask = 0777' and 'directory
mask = 0777' in the [global] section of /etc/samba/smb.conf which means
the owner and group is still nobody:nobody, but full read/write
permissions are granted to any user including guests on any file or
directory created in the share.

Setting these two parameters in /var/lib/samba/usershares/sharename
does not currently seem to work.

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
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 468197] [NEW] ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke
Public bug reported:

Binary package hint: samba

I started with a karmic beta install and setup a samba server.
This was working for a fews days. After several updates samba stopped working.
Samba starts but the server is not visible in the networking in nautilus.
This applies to the samba servers and to the clients.

I figured out that ufw seems to block at least some of the network traffic 
required for samba to work.
After
 sudo ufw disable
samba worked perfectly.

Retrying
 sudo ufw enable
samba isn't reachable at all.

ufw is recommended by the samba package and a ufw profile is installed.
The profile should be corrected to allow samba to work in the default 
installation.

ProblemType: Bug
Architecture: i386
Date: Sun Nov  1 10:54:07 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.1)
NonfreeKernelModules: nvidia
Package: samba 2:3.4.0-3ubuntu5
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: samba
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
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 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke

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

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

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
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 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke
** Also affects: ufw
   Importance: Undecided
   Status: New

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
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 468343] [NEW] Automounted NTFS disks with Unicode in label results in invalid path after upgrading to 9.10

2009-11-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: hal

When plugging in an external harddrive with an NTFS filesystem with a
label set to contain UTF-8 characters, the mounted path as well as the
label displayed in nautilus are incorrect. The label reported by ntfs-3g
are always correct. The labels are set with the command ntfslabel.

Some different examples follows:

NTFS label  #   HAL label discovered  # Label used in Nautilus / Filesystem 
path (/media/...)
=
dong  #   dong#   dong
東西   #   55#   ??
Å#  %  #  4A12287F1228725D
dong西   #   dong% #  dong?
dongÅ#   dong% #  dong
dong西xi#   dong%xi   #  dong?xi
dongÅxi #   dong%xi   #  dong


Examining the above table shows that depending on what Unicode character the 
file system path and label shown in nautilus differ. The behaviour of hal is 
also a bit odd.  When a chinese character is used together with a ASCII 
character, hal with read it as '%', while nautilus and the path as '?'.  When 
the swedish character 'Å' is used together with ASCII characters, hal with do 
the same as with chinese characters, but nautilus and the path will simply 
truncate everything including and after the swedish character. 

If only chinese characters are used, hal with read them as the number
'5'. '東西' is translated into '55'. ‘東西南北’ translates to ''. When
only swedish characters are used, hal will read them in as '%', while
the path as well as the label presented in nautilus will be something
looking like a large random identifier number.

In Ubuntu 9.04, these issues did not exist. A NTFS partition with label
東西 would automatically mount into /media/東西/, and would be presented
correctly in nautilus. The issue occurred immediately after upgrading to
Ubuntu 9.10.

Setting the label is done with the command ntfslabel. Reading hal values
is done with the command hal-devices.

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

-- 
Automounted NTFS disks with Unicode in label results in invalid path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to autofs 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 468343] [NEW] Automounted NTFS disks with Unicode in label results in incorrect path after upgrading to 9.10

2009-11-01 Thread Jonas Ådahl
Public bug reported:

Binary package hint: hal

When plugging in an external harddrive with an NTFS filesystem with a
label set to contain UTF-8 characters, the mounted path as well as the
label displayed in nautilus are incorrect. The label reported by ntfs-3g
are always correct. The labels are set with the command ntfslabel.

Some different examples follows:

NTFS label  #   HAL label discovered  # Label used in Nautilus / Filesystem 
path (/media/...)
=
dong  #   dong#   dong
東西   #   55#   ??
Å#  %  #  4A12287F1228725D
dong西   #   dong% #  dong?
dongÅ#   dong% #  dong
dong西xi#   dong%xi   #  dong?xi
dongÅxi #   dong%xi   #  dong


Examining the above table shows that depending on what Unicode character the 
file system path and label shown in nautilus differ. The behaviour of hal is 
also a bit odd.  When a chinese character is used together with a ASCII 
character, hal with read it as '%', while nautilus and the path as '?'.  When 
the swedish character 'Å' is used together with ASCII characters, hal with do 
the same as with chinese characters, but nautilus and the path will simply 
truncate everything including and after the swedish character. 

If only chinese characters are used, hal with read them as the number
'5'. '東西' is translated into '55'. ‘東西南北’ translates to ''. When
only swedish characters are used, hal will read them in as '%', while
the path as well as the label presented in nautilus will be something
looking like a large random identifier number.

In Ubuntu 9.04, these issues did not exist. A NTFS partition with label
東西 would automatically mount into /media/東西/, and would be presented
correctly in nautilus. The issue occurred immediately after upgrading to
Ubuntu 9.10.

Setting the label is done with the command ntfslabel. Reading hal values
is done with the command hal-devices.

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

** Package changed: hal (Ubuntu) = autofs (Ubuntu)

** Summary changed:

- Automounted NTFS disks with Unicode in label results in invalid path after 
upgrading to 9.10
+ Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10

-- 
Automounted NTFS disks with Unicode in label results in incorrect path after 
upgrading to 9.10
https://bugs.launchpad.net/bugs/468343
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2009-11-01 Thread Chow Loong Jin
** Bug watch added: Samba Bugzilla #6676
   https://bugzilla.samba.org/show_bug.cgi?id=6676

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

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
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 268663] Re: files incoming through nautilus-share should be created with user ownership, instead of nobody

2009-11-01 Thread Chow Loong Jin
On Sunday 01,November,2009 04:45 PM, Bartong wrote:
 This is still an issue in Karmic.
Yes yes can you see the status? One says new, and the other says confirmed.
We don't need more confirmations, thank you very much. If you have a good idea
on how to fix this issue, then post. Otherwise please don't. If you're looking
to subscribe, click on the link over there that says Does this bug affect you?

 I tried using the 'inherit owner = yes' parameter both in
 /var/lib/samba/usershares/sharename and in /etc/samba/smb.conf, but
 this resulted in other clients not being able to write to the server, so
 it is not a fix
 
 The only fix I have found is to set 'create mask = 0777' and 'directory
 mask = 0777' in the [global] section of /etc/samba/smb.conf which means
 the owner and group is still nobody:nobody, but full read/write
 permissions are granted to any user including guests on any file or
 directory created in the share.
Both inherit owner = yes and create mask = 0777 have to be used in
conjunction with each other. inherit owner = yes will make the files be owned
by you, i.e. the owner of the share. create mask = 0777 will ensure that
others can still write into the created files. Using inherit owner = yes
without a proper create mask will ensure that files that have been dropped into
a public share cannot be touched by others later on.
 
 Setting these two parameters in /var/lib/samba/usershares/sharename
 does not currently seem to work.
I've spoken to the samba people about this, and they're not entertaining the
idea of having inherit owner as an additional option to usershares. This pretty
much means that unless anyone can come up with a solution for making this work
automatically within nautilus-share code, this bug is not going to go anywhere.

-- 
Kind regards,
Chow Loong Jin (GPG: 0x8F02A411)
Ubuntu Contributing Developer

-- 
files incoming through nautilus-share should be created with user ownership, 
instead of nobody
https://bugs.launchpad.net/bugs/268663
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 446329] [NEW] udev output at bootup: NAME=%k is superfluous

2009-11-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: udev


1)

eve[~]% lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10

2)

eve[~]% apt-cache policy udev
udev:
  Installed: 147~-5
  Candidate: 147~-5
  Version table:
 *** 147~-5 0
500 http://uk.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

3)

no output during bootup

4)

output occuring breaking the splash screen, please see attached photo
during bootup

The full message is:

NAME=%k is sperfluous and breaks kernel supplied names, please remove
it from /lib/udev/rules.d/45-lvm.rules

ProblemType: Bug
Architecture: i386
Date: Thu Oct  8 14:31:50 2009
DistroRelease: Ubuntu 9.10
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 002: ID 1131:1004 Integrated System Solution Corp. Bluetooth 
Device
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Dell Inc. Inspiron 700m
Package: udev 147~-5
ProcCmdLine: root=/dev/sda1 ro  single
ProcEnviron:
 LANGUAGE=C
 PATH=(custom, user)
 LANG=C
 SHELL=/usr/bin/zsh
ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
SourcePackage: udev
UdevDb: Error: [Errno 2] No such file or directory
Uname: Linux 2.6.31-12-generic i686
dmi.bios.date: 08/23/05
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: A05
dmi.board.vendor: DELL SYSTEM
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrA05:bd08/23/05:svnDellInc.:pnInspiron700m:pvr-1:rvnDELLSYSTEM:rn:rvr:cvnDellInc.:ct8:cvrN/A:
dmi.product.name: Inspiron 700m
dmi.product.version: -1
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386
-- 
udev output at bootup: NAME=%k is superfluous
https://bugs.launchpad.net/bugs/446329
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to 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 468809] [NEW] Support adding custom debs

2009-11-01 Thread Daniel Kulesz
Public bug reported:

Currently, I see no way for adding custom DEB-packages to a VM when
building it with ubuntu-vm-builder. I thought of two workarounds for
this problem:

- use apt-proxy to create a local mirror first, include the packages there 
(which involves creating an own package site since only ftp, http and rsync are 
supported) and pass --mirror to ubuntu-vm-builder
- mount the VM archive afterwards (using i.e. vmware-mount.pl), chroot into it 
and makes the changes within the image. Apart from the annoying scripting work, 
you have to make sure the packages are removed from apt's cache after 
installation. Even if you do so it, results in a larger image size, so you 
would need to shrink the resulting image again.

Both workarounds are not satisfying, therefore I wish ubuntu-vm-builder
would support a --add-dpkg option as well.

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Support adding custom debs
https://bugs.launchpad.net/bugs/468809
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 446329] Re: udev output at bootup: NAME=%k is superfluous

2009-11-01 Thread Peter Cordes
I see the message too.  lvm2 is the wrong package, though.

pe...@tesla:~$ dpkg -S /etc/udev/rules.d/50-kvm.rules
kvm: /etc/udev/rules.d/50-kvm.rules


** Package changed: lvm2 (Ubuntu) = kvm (Ubuntu)

-- 
udev output at bootup: NAME=%k is superfluous
https://bugs.launchpad.net/bugs/446329
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread Jamie Strandboge
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This is not a bug in samba or in ufw, but rather a local
configuration issue. You had ufw enabled, which blocks packets. You
therefore need to adjust your firewall to allow samba connections. See
https://bugs.launchpad.net/ubuntu/+source/ufw/+bug/345221.

Alternatively, you might take a look at bug #360975 and enable the
nf_conntrack_netbios_ns module.

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

** Changed in: ufw
   Status: New = Invalid

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
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 448656] Re: CPU information is inaccessible for MySQL

2009-11-01 Thread Zeratul
Confirmed on fresh Kubuntu 9.10:
after calling /etc/init.d/mysql script server fails to start an dmesg shows 
following:

17672.383215] type=1503 audit(1257090344.464:108): operation=open
pid=23872 parent=23871 profile=/usr/sbin/mysqld requested_mask=r::
denied_mask=r:: fsuid=0 ouid=0 name=/sys/devices/system/cpu/

-- 
CPU information is inaccessible for MySQL
https://bugs.launchpad.net/bugs/448656
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 468881] [NEW] package postfix 2.6.5-3 failed to install/upgrade:

2009-11-01 Thread mikek6mkf
Public bug reported:

Binary package hint: postfix

Upgrading to Ubuntu 9.10 via Upgrade Manager and it failed with error =
1

ProblemType: Package
Architecture: i386
Date: Sun Nov  1 11:10:03 2009
DistroRelease: Ubuntu 9.10
ErrorMessage:
 ErrorMessage: subprocess installed post-installation script returned error 
exit status 75
Package: postfix 2.6.5-3
ProcVersionSignature: Ubuntu 2.6.28-16.55-generic
SourcePackage: postfix
Title: package postfix 2.6.5-3 failed to install/upgrade:
Uname: Linux 2.6.28-16-generic i686
XsessionErrors:
 (nautilus:4321): Liboobs-WARNING **: Failed to connect to socket 
/var/run/dbus/system_bus_socket: No such file or directory
 (gnome-panel:4319): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to 
allocate widget with width -5 and height 25

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


** Tags: apport-package i386

-- 
package postfix 2.6.5-3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/468881
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 468881] Re: package postfix 2.6.5-3 failed to install/upgrade:

2009-11-01 Thread mikek6mkf

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

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

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

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/34877603/VarLogDistupgradeMainlog.gz

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

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/34877605/VarLogDistupgradeTermlog.gz

-- 
package postfix 2.6.5-3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/468881
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 468928] [NEW] no prompt to enter the admin passwort upon package installation

2009-11-01 Thread Jarod
Public bug reported:

Binary package hint: slapd

I'm running Ubuntu 9.10 x86_64 with package slapd version
2.4.18-0ubuntu1.

Upon first installation of slapd, the user is not prompted to enter the admin 
password as described for Ubuntu 9.04 (see: 
https://help.ubuntu.com/9.04/serverguide/C/openldap-server.html)
This is either a bug or the procedure of setting the password has changed.
Neither apt-get install slapd nor  dkpg-reconfigure slapd is prompting the 
user to enter the admin password.

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

-- 
no prompt to enter the admin passwort upon package installation
https://bugs.launchpad.net/bugs/468928
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 329053] Re: Cannot use both zlib.output_compression and output_handler together!!

2009-11-01 Thread Paul Barron
Had the same problem after upgrade.
I did as Tom Metro suggested 14# with super user ( sudo ) and it worked for me.
Thank you, I was missing being able to brows and stream.

Mythbuntu 8.04 poweredge 2500

-- 
Cannot use both zlib.output_compression and output_handler together!!
https://bugs.launchpad.net/bugs/329053
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 468197] Re: ufw blocks samba in karmic default installation

2009-11-01 Thread maihacke
Hi,
thank you for your answer. I think it is atleast an documentation issue then.
If I install samba and samba suggests ufw, which in fact blocks samba the 
default configuration isn't working.
The samba ufw profile should be activated by default or the user should get an 
info that he has to do something.

-- 
ufw blocks samba in karmic default installation
https://bugs.launchpad.net/bugs/468197
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 424765] Re: Some options are not avaible in qemu

2009-11-01 Thread mschaeffler
Is there any qemu package available in Karmic with kqemu anabled?


** Changed in: qemu-kvm (Ubuntu)
   Status: Invalid = New

-- 
Some options are not avaible in qemu
https://bugs.launchpad.net/bugs/424765
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 459573] Re: variable expansion uses outdated data

2009-11-01 Thread Chuck Short
According to kern:

This seems to me to be a normal behavior for Bacula rather than a bug.

As far as I can determine, the first job actually created the Volume in
the catalog before it failed, thus any subsequent job is going to use
that Volume without invoking any variable expansion, which apparently is
what happened because the second job found the volume, labeled it, then
continued as you indicated.

** Changed in: bacula (Ubuntu)
   Status: Triaged = Invalid

-- 
variable expansion uses outdated data
https://bugs.launchpad.net/bugs/459573
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 120199] Re: ntp daemon not reconfigured by /etc/network

2009-11-01 Thread Perry E. Metzger
At this point I'm unsubscribing from the bug report. I no longer know,
or care, if the problem is still extant. Maybe it is and maybe it isn't,
but after a couple of years of the bug living in limbo I've ceased to
care, and I'm no longer running an Ubuntu laptop.

-- 
ntp daemon not reconfigured by /etc/network
https://bugs.launchpad.net/bugs/120199
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 110992] Re: ipmi modules need to manually inserted and device created

2009-11-01 Thread Perry E. Metzger
One would imagine that this bug could have been fixed any time in the
last couple of years. It would require editing a couple of files on the
part of one of the maintainers. Is there a good reason this has not been
completed?

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 104525] Re: default ntp.conf should use pool.ntp.org servers

2009-11-01 Thread Perry E. Metzger
I've unsubscribed from the bug report. It could have been fixed in a few
minutes one way or another at any time over the last few years but no
one did, which is a sad commentary on the management of the project.
Anyway, after years of this bug report remaining in limbo I've ceased to
care what happens.

-- 
default ntp.conf should use pool.ntp.org servers
https://bugs.launchpad.net/bugs/104525
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 469336] [NEW] part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
Public bug reported:

Binary package hint: lm-sensors

I have just installed 9.10. Installed nvidia drivers and tried to
install fancontrol as usual at every reinstall.

lm-sensors installed fine, sensors-detect did not throw anything
unexpected at me. But when I tried running sensors it dumped only CPU
temp information. In 9.04 it prints fan speed and voltage information.

When I run fancontrol, using in 9.04 working file /etc/fancontrol, I get
error on pwm2.

pwmconfig gives me: /usr/sbin/pwmconfig: There are no pwm-capable
sensor modules installed

I read there were some problems fixed in kernel -31 which disabled lm-
sensors completely. But this is not my case, not exactly.

Attached files should contain everything that I could think of that
would be helpfull. This is kind of a upgrade stopper for me because my
fans are really loud when at full speed.

lm-sensors:
  Installed: 1:3.0.2-2ubuntu4

attached files in sensors.tar.gz
  sensors-detect-9.10
  sensors-detect-9.04
  sensors-9.10
  sensors-9.04
  lspci-9.10
  lspci-9.04
  lspci-diff
  pwmconfig-9.10
  fancontrol-9.10

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 9.04 9.10 fancontrol kernel lm-sensors pwmconfig sensors

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
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 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David

** Attachment added: dumps from all of the commands
   http://launchpadlibrarian.net/34895588/sensors.tar.gz

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
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 451405] Re: zlib extension missing in php5 karmic

2009-11-01 Thread suniyo
*** This bug is a duplicate of bug 451314 ***
https://bugs.launchpad.net/bugs/451314

Solved. But upstart thing has made the life bit more difficult for sure.

-- 
zlib extension missing in php5 karmic 
https://bugs.launchpad.net/bugs/451405
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 469419] [NEW] KVM machines became corrupted after reboot

2009-11-01 Thread Tomasz Nowak
Public bug reported:

Binary package hint: qemu-kvm

Hi,
  I've just upgraded my Linux to Kubuntu 9.10 (i386).
  I'm using  KVM and virt-manager on it.
  Unfortunately my VM boxes became corrupted after I install new software on 
these or create some files.

  Here is the VM definition:

$ virsh dumpxml ubuntu
Connecting to uri: qemu:///system   
domain type='kvm' id='27' 
  nameubuntu/name   
  uuid--4000--/uuid
  memory524288/memory  
  currentMemory524288/currentMemory
  vcpu1/vcpu   
  os 
type arch='i686' machine='pc-0.11'hvm/type
boot dev='hd'/
  /os
  features
acpi/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashdestroy/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  source file='/dev/mapper/vm-ubuntu'/
  target dev='hda' bus='ide'/
/disk
disk type='file' device='cdrom'
  source 
file='/home/tomnowak/Desktop/Software/linux/ubuntu/ubuntu-9.10-server-i386.iso'/
  target dev='hdc' bus='ide'/
  readonly/
/disk
interface type='network'
  mac address='00:50:56:11:11:11'/
  source network='default'/
  target dev='vnet0'/
  model type='e1000'/
/interface
input type='mouse' bus='ps2'/
graphics type='vnc' port='5911' autoport='no' listen='127.0.0.1'/
video
  model type='vga' vram='8192' heads='1'/
/video
  /devices
  seclabel type='dynamic' model='apparmor'
labellibvirt---4000--/label
imagelabellibvirt---4000--/imagelabel
  /seclabel
/domain

I'm trying to install Ubuntu Server Edition 9.10 but after a few reset
there is a problem with swap partition on the screen while booting:


One or more of the mounts listed in /etc/fstab cannot yet be mounted:
(ESC for recovery shell)
swap: waiting for UUID=903d9649-0587-45b1-a501-8c02d71f43fc


Then when trying to recreate swap on /dev/sda5 I get:


r...@ubuntu:~# fdisk -l

Disk /dev/sda: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000dd054

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   11243 9984366   83  Linux
/dev/sda212441305  4980155  Extended
/dev/sda512441305  497983+  82  Linux swap / Solaris
r...@ubuntu:~# swapon -a
swapon: cannot find the device for UUID=903d9649-0587-45b1-a501-8c02d71f43fc
r...@ubuntu:~# swapon /dev/sda5
swapon: /dev/sda5: read swap header failed: Invalid argument
r...@ubuntu:~# mkswap /dev/sda5
Setting up swapspace version 1, size = 497976 KiB
no label, UUID=38153005-9024-4eee-b1b9-99c3b0cfee62
r...@ubuntu:~# swapon /dev/sda5
swapon: /dev/sda5: read swap header failed: Invalid argument


Later I tried to install some software:
# apt-get install azureus
and during the package installation I saw strange characters on the screen and 
everything stopped working.
After a reset system was dead - the grub stopped booting - it seems my entire 
virtual disk became totally corrupted.

GRUB loading.
error: invalid arch independent ELF magic
grub rescue


The above message is almost every time different

I've tried different disk types: ide, scsi, virtio - always the same.
Also the same when trying to install Kubuntu 9.10 under KVM.

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
KVM machines became corrupted after reboot
https://bugs.launchpad.net/bugs/469419
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 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
I've just compiled to lm-sensors version 3.1.1. It is now correctly
dumping the speeds:

da...@malanovy:/dev$ sensors
atk0110-acpi-0
Adapter: ACPI interface
Vcore Voltage:  +1.13 V  (min =  +0.85 V, max =  +1.60 V)
 +3.3 Voltage:  +3.28 V  (min =  +2.97 V, max =  +3.63 V)
 +5 Voltage:+5.04 V  (min =  +4.50 V, max =  +5.50 V)
 +12 Voltage:  +12.21 V  (min = +10.20 V, max = +13.80 V)
CPU FAN Speed:  743 RPM  (min =  600 RPM)
CHASSIS1 FAN Speed:   0 RPM  (min =  600 RPM)
CHASSIS2 FAN Speed: 835 RPM  (min =  600 RPM)
POWER FAN Speed:  0 RPM  (min =  600 RPM)
CPU Temperature:+35.0°C  (high = +60.0°C, crit = +95.0°C)  
MB Temperature: +35.0°C  (high = +45.0°C, crit = +95.0°C)  

but fancontrol and pwmconfig are still in the same state.

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
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 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
I have followed the instructions on
http://www.lm-sensors.org/wiki/FAQ/Chapter3#Mysensorshavestoppedworkinginkernel2.6.31

by adding

acpi_enforce_resources=lax

to grub. Fancontrol and sensors are now working as they used to. But I
do not want to have to do this at every kernel upgrade and it sounds
dangerous. This bug still needs to be fixed.

asus_atk0110 drivers should be upgraded to work without the need for
acpi_enforce_resources=lax

Is there anyway this bug can be transfered to whomever is responsible
for maintaining the drivers ?

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
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 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Cz-David
w83627dhg-isa-0290
Adapter: ISA adapter

The driver as registered in sensors which gives accurate information

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
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 235560] Re: Connect to smb server by name doesn't work, but by IP address does

2009-11-01 Thread Mastermolch
The problem disappeared with Karmic Koala on my PC.

-- 
Connect to smb server by name doesn't work, but by IP address does
https://bugs.launchpad.net/bugs/235560
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 469336] Re: part of lm-sensors and fancontrol does not work after fresh install of 9.10

2009-11-01 Thread Chuck Short
** Package changed: lm-sensors (Ubuntu) = linux (Ubuntu)

-- 
part of lm-sensors and fancontrol does not work after fresh install of 9.10
https://bugs.launchpad.net/bugs/469336
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 377216] Re: amavisd-new fails to block viruses with backup scanner (clamscan)

2009-11-01 Thread Simon Déziel
I have tested with the version included in Karmic and it's fixed.

** Changed in: amavisd-new (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: amavisd-new (Ubuntu)
   Status: Fix Released = Fix Committed

-- 
amavisd-new fails to block viruses with backup scanner (clamscan)
https://bugs.launchpad.net/bugs/377216
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to amavisd-new 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 459573] Re: variable expansion uses outdated data

2009-11-01 Thread Aidan Furlan
I would certainly consider this a bug. It makes variable expansion worse
than useless because I can no longer trust it to label volumes with the
correct client or date, so that all the volume names are potentially
misleading. To avoid misleading data I have gone back to using
LabelFormat=Vol.

-- 
variable expansion uses outdated data
https://bugs.launchpad.net/bugs/459573
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 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-01 Thread Jonathan Harker
** Also affects: mysql-server
   Importance: Undecided
   Status: New

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
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 444349] Re: package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-01 Thread Jonathan Harker
I have encountered this upgrading from Jaunty to Karmic. The dist-
upgrade has stalled with 285 packages still to go, because when setting
up mysql-server-5.1 (5.1.37-1ubuntu5) it attempts to restart the mysql
service. MySQL now consistently fails at start (/etc/init.d/mysql start)
as above, because it can't find the mysql.plugins table. MySQL helpfully
suggests that I run mysql_upgrade, which fails because it cannot connect
to the MySQL service that it expects to be up and running. The
instructions at http://dev.mysql.com/doc/refman/5.1/en/mysql-
upgrade.html don't work either, because mysql_check (et al.) also expect
the MySQL service to be running.

-- 
package mysql-server-5.1 5.1.37-1ubuntu4 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/444349
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 470071] [NEW] Listing use locale for date representation

2009-11-01 Thread mmarkk
Public bug reported:

Binary package hint: vsftpd

When vsftpd try to generate directory listing it users current locale
(maybe when running internal ls command), so other programs (like
Midnight Commander) cannot parse the date.

When /sbin/init launch /etc/init.d/vsftpd, all OK because it exports
LANG=C

When I restart vsftpd using command /etc/init.d/vsftpd, users can
connect, but cannot parse listing.

Wehn I restart vsftpd using command export LANG=C;  /etc/init.d/vsftpd,
everything works fine.

Solution:
1. (The simple, but not fully correct) add export LANG=C before actually 
starting daemon
2. Reset current locale in vsftpd
3. Handle locale especially at specific moments in daemon.

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

-- 
Listing use locale for date representation
https://bugs.launchpad.net/bugs/470071
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 470071] Re: Listing use locale for date representation

2009-11-01 Thread mmarkk
I mean 3 different solutionis

-- 
Listing use locale for date representation
https://bugs.launchpad.net/bugs/470071
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 374717] Re: ntp in kubuntu jaunty does not configure

2009-11-01 Thread speedyx
Here in kubuntu karmic is still a problem

-- 
ntp in kubuntu jaunty does not configure
https://bugs.launchpad.net/bugs/374717
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 469419] Re: KVM machines became corrupted after reboot

2009-11-01 Thread Aslak Knutsen
Upgrading a Jaunty vm to Karmic works for me, but a new Karmic install
fails with the same error.

At some point I manage to update fstab after a mkswap  swapon and it
worked on reboot. But after a reboot of the host the problem was back.

-- 
KVM machines became corrupted after reboot
https://bugs.launchpad.net/bugs/469419
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