[Bug 250549] Re: Wrong interface speed from snmpd running as snmp user

2009-10-14 Thread Stephane Lapie
Also confirming this problem.

This is really ANNOYING with a full network of Ubuntu machines, there is
no proper way of monitoring the network interface information, screwing
up about every NMS you can find in the book.

Any further input, help, or attention would be much appreciated.

-- 
Wrong interface speed from snmpd running as snmp user
https://bugs.launchpad.net/bugs/250549
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 317212] Re: package openssh-server 1:5.1p 1-3ubuntu1 failed to install/upgrade: el subproceso post -installation script devolvió el código de salid a de error 1

2009-10-14 Thread Shawe Ewahs
Now i'm using 9.04,  I don't remember how I solve this problem.
Thanks for ask.

-- 
package openssh-server 1:5.1p1-3ubuntu1 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/317212
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-10-14 Thread Steve Kowalik
If this going to be fixed in Jaunty, it needs to be fixed in Karmic
first, and the debdiff corrected for a upload to jaunty-proposed.
Jonathon, are you willing to do this to get this fixed in Jaunty?

-- 
postfix:  invalid value for smtpd_tls_mandatory_ciphers in main.cf
https://bugs.launchpad.net/bugs/365390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-10-14 Thread Ante Karamatić
Steve Kowalik wrote:

 If this going to be fixed in Jaunty, it needs to be fixed in Karmic
 first, and the debdiff corrected for a upload to jaunty-proposed.
 Jonathon, are you willing to do this to get this fixed in Jaunty?

It is fixed in Karmic. I'll prepare debdiffs for jaunty later today.

-- 
postfix:  invalid value for smtpd_tls_mandatory_ciphers in main.cf
https://bugs.launchpad.net/bugs/365390
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 84899] Re: SSH with GSSAPIAuthentication option on SSH servers are very slow

2009-10-14 Thread marco.pallotta
I think the bug description is not very clear: there are situations in
which disabling GSSAPIAuthentication on server side fix the issue (maybe
because of DNS doesn't have a reverse resolution, as in my situation
fixed just putting GSSAPIAuthentication to off on a server that doesn't
have a reserve resolution as it has a prive IP ) and other not (as you
can read from most comments).

-- 
SSH with GSSAPIAuthentication option on SSH servers are very slow
https://bugs.launchpad.net/bugs/84899
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 280053] Re: xinetd enabled is not overruled by disable in service declaration

2009-10-14 Thread Klaus S. Madsen
I've tested it, by downloading the Karmic Koala Kubuntu beta live image,
running apt-get update, and then apt-get install xinetd to install the
xinetd daemon.

Altering the /etc/xinetd.conf file as described in the original bug
report, still enables the chargen service. I also verified that the
documentation still states that the disable = yes line in the service
configuration takes precedence.

So this bug is still present in Karmic.

-- 
xinetd enabled is not overruled by disable in service declaration
https://bugs.launchpad.net/bugs/280053
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xinetd 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 416264] Re: ssh -v reports debug1 - unspecified gss failure. minor code may provide more information

2009-10-14 Thread marco.pallotta
Excuse me Chuck but the problem is clear. 
When you do 
ssh -v SERVER.DOMAIN

you obtain an output similar to the following:

OpenSSH_4.7p1 Debian-8ubuntu1.2, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to wall [141.250.199.62] port 22.
debug1: Connection established.
debug1: identity file /home/marcop/.ssh/identity type -1
debug1: identity file /home/marcop/.ssh/id_rsa type -1
debug1: identity file /home/marcop/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.9p1
debug1: match: OpenSSH_3.9p1 pat OpenSSH_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.7p1 Debian-8ubuntu1.2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-cbc hmac-md5 none
debug1: kex: client-server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'wall' is known and matches the RSA host key.
debug1: Found key in /home/marcop/.ssh/known_hosts:87
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure.  Minor code may provide more information
No credentials cache found

debug1: Unspecified GSS failure.  Minor code may provide more information
No credentials cache found

debug1: Unspecified GSS failure.  Minor code may provide more
information


debug1: Next authentication method: publickey
debug1: Trying private key: /home/marcop/.ssh/identity
debug1: Trying private key: /home/marcop/.ssh/id_rsa
debug1: Trying private key: /home/marcop/.ssh/id_dsa
debug1: Next authentication method: password


There is no crash and no way to report it via apport.
I don't know what Unspecified GSS failure means. I have no kerberos system 
installed in my network (maybe could be this?). 

However my problem was related to the fact that connecting to a server
via ssh, apart from displaying the error indicated above (GSS failure),
it took to long. I found that the problem was related to the fact that
GSSAPIAuthentication was on by default on ssh server and the server had
no reverse dns IP (it has a private address). Disabling
GSSAPIAuthentication fixed the issue for me.

I obtain the same error (GSS failure) also connecting to other server
that have correct DNS config and GSSAPIAuthentication enabled but in
these servers I don't realize about the error because of there is no
delay in the connection (thanks to right DNS direct and reverse
loookup).

I say again that I don't know GSSAPI so if the error could be related to
the fact that I have no kerberos system we could mark the bug as
invalid or similar.

-- 
ssh -v reports debug1 - unspecified gss failure. minor code may provide more 
information
https://bugs.launchpad.net/bugs/416264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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-10-14 Thread Steve Langasek
Thanks for the network trace.

Notable differences between this trace and a cifs mount trace to a
recent version of Samba, in the negprot_response:

SHARE security mode vs. USER security mode
capabilities field of 0x0080f3fd vs. 0x008023fd, which means the server doesn't 
support large read/write or dfs.

The server in the trace also doesn't support the QUERY_FS_INFO Device
Info call, and indicates no support for case sensitive searching in the
response to QUERY_FS_INFO Attribute Info.

I don't notice any discrepancies at first glance in the data returned in
response to a file listing query.

-- 
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 410379] Re: Tomcat security configuration error prevents proper logging when used with Sun's JVM

2009-10-14 Thread Thierry Carrez
To Joshua: The only (meaningful for this bug) difference running
apache.org tomcat instead of the Ubuntu packages is that you don't get a
security manager enabled by default, so you don't hit this bug and you
don't have to care about configuring policy files. If you don't care
about running with a security manager, I'd recommend running the Ubuntu
package with TOMCAT5_SECURITY=no, you would get the same effect.

This bug is not about Ubuntu's tomcat packages, but rather with a recent
change in Sun's JVM that make some changes in policy files required if
you want to run with a security manager and Sun's JVM. This bug would
hit both the apache.org prebuilt code and ours.

-- 
Tomcat security configuration error prevents proper logging when used with 
Sun's JVM
https://bugs.launchpad.net/bugs/410379
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-14 Thread Nicolas Dumoulin
I use daily maven2, and I agree that a solution should be found
urgently: fix or remove, but decide what to do.

For instance, I keep the old version of plexus 
(libplexus-container-default-java_1.0-alpha-9-stable-1-2_all.deb) and all is 
working fine.
I haven't understand why this new version of libplexus is needed ?

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 383084] Re: autofs doesn't start on boottime and ghost option is being ingnored on HP machines

2009-10-14 Thread firebird
Hi  Chuck!

Yes, unfortunately nothing has changed so far, problem still persists...

Faithfully, 
firebug

-- 
autofs doesn't start on boottime and ghost option is being ingnored on HP 
machines
https://bugs.launchpad.net/bugs/383084
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


Re: [Bug 434507] Re: package nagios3-common 3.0.6-2ubuntu1 failed to install/upgrade: ?j pre-removal szkript alfolyamat 2 hibak?ddal kil?pett

2009-10-14 Thread fgy
Chuck Short írta:
 Hi,

 I was wondering if you were still having this problem?

 Regards
 chuck

   
hi!
no.
I reinstalled the ubuntu 9.04, but nagios still not installed.
thanks the wondering.
best regards:
fgy

-- 
package nagios3-common 3.0.6-2ubuntu1 failed to install/upgrade: ?j pre-removal 
szkript alfolyamat 2 hibak?ddal kil?pett
https://bugs.launchpad.net/bugs/434507
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios3 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 450818] Re: FTBFS: cannot find -lssl

2009-10-14 Thread Sebastien Bacher
the bug was due to python2.6 and doko fixed in in karmic yesterday

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

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

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

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

-- 
FTBFS: cannot find -lssl
https://bugs.launchpad.net/bugs/450818
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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-10-14 Thread wvh
The NAS that I am using is an Addonics NASU2 NAS adapter with a 1 GB
disk attached. This worked fine under Ubuntu 9.04 and 8.10. I'm
attaching two output files from the tcpdump command that you requested -
the file broken-cifs-9.10-wvh.pcap is packet capture info from my fully
updated 9.10 system (uname -a output: Linux u910.vonhagen.org
2.6.31-13-generic #44-Ubuntu SMP Sat Oct 10 15:27:14 UTC 2009 x86_64
GNU/Linux). The commands that I executed during this capture session
were:

mount /mnt/NAS
ls /mnt/NAS
cd /mnt/NAS/Music
ls

No files or directories were shown by either of the ls commands. The
Music directory was a directory that I knew to be there. My /etc/fstab
entry for this device is:

//192.168.6.33/public /mnt/NAS cifs
user=WVH/wvh%password,uid=1000,noauto0 0

The second tcpdump output file (broken-cifs-9.04-wvh.pcap) was produced
by using the same tcpdump command on a netbook running Ubuntu 9.04. I
executed the same commands after initiating the packet capture. The
/etc/fstab entry is identical. That system (32 bit) is running kernel
version 2.6.28-15, and is wireless. After the mount on that system, I
can see all files, directories, etc - just like the good old days!

Hope this helps. I'll be glad to capture any other data that you'd like, as 
well as any other side-by-side comparisons.
 

** Attachment added: tcpdump output
   http://launchpadlibrarian.net/33648123/broken-cifs-9.10-wvh.pcap

-- 
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread wvh
Hmmm - I wasn't able to attach multiple files for some reason., I've
attached the 9.04 output to this comment. See previous comment for
details.


** Attachment added: tcpdump output from 9.04 UNR system
   http://launchpadlibrarian.net/33648144/broken-cifs-9.04-wvh.pcap

-- 
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 448671] Re: virt-aa-helper fails with type hvm and arch='i686'

2009-10-14 Thread Sheldon Hearn
Can you suggest a work-around? I'm keen to press on with 9.10, so that I
get the fast snapshot support in kvm86.

-- 
virt-aa-helper fails with type hvm and arch='i686'
https://bugs.launchpad.net/bugs/448671
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 446841] Re: Unable to start images installed/registered via the image store

2009-10-14 Thread Thierry Carrez
If I understand last comment correctly, the issue is located into image-
store-proxy only. Please reopen if I got it wrong.

** Changed in: eucalyptus (Ubuntu Karmic)
   Status: Incomplete = Invalid

** Tags added: eucalyptus

-- 
Unable to start images installed/registered via the image store
https://bugs.launchpad.net/bugs/446841
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 445105] Re: uses unsafe /tmp files

2009-10-14 Thread Thierry Carrez
** Tags added: eucalyptus

-- 
uses unsafe /tmp files
https://bugs.launchpad.net/bugs/445105
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 436977] Re: euca_rootwrap makes eucalyptus user equivalent to root

2009-10-14 Thread Thierry Carrez
** Tags added: eucalyptus

-- 
euca_rootwrap makes eucalyptus user equivalent to root
https://bugs.launchpad.net/bugs/436977
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 379991] Re: Certain VMs do not run under KVM using karmic's kernel

2009-10-14 Thread Bernhard Bock
Let me re-emphasize the last comment from jrigling:

apt-get install qemu-kvm solves the problem in karmic for me. It
uninstalls kvm and qemu packages from jaunty and installs the new
qemu-kvm package from karmic. Problem gone.

This is more likely an installer / upgrade bug than a kernel bug in
karmic.

-- 
Certain VMs do not run under KVM using karmic's kernel
https://bugs.launchpad.net/bugs/379991
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread Stefan Bader
Looking at the two traces, there seems to be a different argument to 
FIND_FIRST2 for listing files. In the working case it is using
Level of Interest: Find File Directory Info (257) while in the non-working case 
it uses Level of Interest: Unknown (261). This other number seems to have been 
present for a while but started to be used recently. Maybe related to this, 
could you try to mount using nolinux as an additional mount option when doing 
the cifs mount, and check whether this would return files.

-- 
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


Re: [Bug 364581] Re: Crash when logging in

2009-10-14 Thread Stephane Chazelas
2009-10-13 20:05:29 -, Chuck Short:
[...]
 You have provided the information that I have needed.
 
 Regards
 chuck
 
 ** Changed in: mod-auth-mysql (Ubuntu)
Importance: Undecided = Low
[...]

Hi Chunk,

Why low? It crashes on 64bit machines, it's not really benign,
is it? And the fix is the adding of a missing #include, which
can't do much harm.

regards,
Stephane

-- 
Crash when logging in
https://bugs.launchpad.net/bugs/364581
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-auth-mysql 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 213574] Re: Autofs fails to start with maps from NIS

2009-10-14 Thread fil
*** This bug is a duplicate of bug 50430 ***
https://bugs.launchpad.net/bugs/50430

I assume there's a conceptual bug, not to fix in any single package:
NetworkManager is basically incompatible with sysV init. This also
applies to sysV powered by upstart. Unless a consistent event-driven
model is in place NetworkManager may be fine for the occasional network-
hopping Laptop but stays bogus on any centrally-managed corporate
network. Just don't use it there yet. For the time being dependencies
should be fixed: Install nis or kin - purge nwm.

Even then: The idea behind nwm is to flexibly handle failures or delay
of non-essential services. There's no flexibility in handling missing
user-maps or other name-service. On my OSX Desktop I regularly get a
login prompt refusing my nis credentials since booting the shell
overtook setting up the network. Three failures gave me some early coffe
and newspaper befor I realized the cause. The only sensible way here
would be to tell the user what we're waiting for. Another package to be
hacked.

For the new era to dawn we have to look into service dependencies from a
higher level. Guess here's the limitation of a per-package bug-tracking
approach. And I'd agree to favour wrapping over fixing. Shouldn't be
autofs's burden what new concepts nwm or upstart make up.

g., fil


- Paul Smith psm...@gnu.org schrieb:

 *** This bug is a duplicate of bug 50430 ***
 https://bugs.launchpad.net/bugs/50430
 
 On Tue, 2009-10-13 at 18:16 +, Chuck Short wrote:
  *** This bug is a duplicate of bug 50430 ***
  https://bugs.launchpad.net/bugs/50430
  
  ** This bug has been marked a duplicate of bug 50430
 NIS has problems starting before the network comes up
 
 Why has this bug been marked as a duplicate of 50430?
 
 50430 talks about NIS (ypbind) not working properly on NetworkManager
 enabled systems.  That should be fixed for a few releases now, and
 indeed I haven't seen it on my systems in a while.  My suspicion is
 that
 the people who are still having trouble are really having problems
 with
 NetworkManager not detecting/reporting the network status of their
 systems properly (saying the network is up when it isn't or vice
 versa).
 
 
 This bug (213574) is about autofs not working properly on
 NetworkManager
 enabled systems.  That is basically the same problem, but a
 completely
 different package (in fact that's my major complaint about
 NetworkManager: adding it to your system requires that you go around
 and
 hack on each network-aware service on your system, one at a time, to
 make them compatible with NetworkManager).
 
 I've not upgraded to Karmic but I've seen absolutely nothing that
 leads
 me to believe anyone has made any effort to enhance autofs, either
 the
 daemon itself (a la ypbind) or even just the init scripts, to be
 NM-aware.  Until that happens this bug will not be fixed.
 
 What has to happen on a very abstract level is that you can't start
 autofs until all the services that it utilizes (based
 on /etc/nsswitch.conf for example) are running, if they are supposed
 to
 be started.  It's hard because on many systems, /etc/nsswitch.conf
 lists
 nis or nisplus as a source for automount, and yet these services
 are
 not enabled.  On other systems, automount data is taken from LDAP.
 Other places it comes from flat files.  Etc.
 
 And remember, by running I don't just mean that the init script has
 completed.  In the brave new world of NetworkManager, having the init
 script complete does NOT mean that the service is available.  It just
 means that it may _become_ available, sometime later.
 
 autofs has to wait until these services are actually active, before
 it
 can start.  In the old days, with a simple serialized boot process
 implying that once an init script was complete that service was
 available, this was simple.  Now it's become very tricky indeed.
 
 -- 
 Autofs fails to start with maps from NIS
 https://bugs.launchpad.net/bugs/213574
 You received this bug notification because you are a direct
 subscriber
 of the bug (via bug 50430).
 
 Status in “autofs” package in Ubuntu: New
 
 Bug description:
 Binary package hint: autofs
 
 On Ubuntu Hardy with NetworkManager enabled, autofs doesn't work if
 your maps are distributed by NIS (which is extremely common in
 corporate environments).
 
 In Hardy, NIS is configured to wait for NetworkManager to bring up the
 interface; it listens on dbus for the network start event and only
 then will it bind to the NIS server.  This is good, I guess, since
 otherwise NIS can't bind.
 
 However, it means that after S18nis starts, unlike a typical system,
 on Ubuntu NIS is not bound to a server yet.  That means when we get to
 S19autofs and it tries to run ypcat etc. to grab the auto.master and
 other maps, nothing is printed.
 
 That means autofs doesn't come up properly and we have to restart it
 by hand after the system has successfully booted.
 
 I HATE the idea of forcing autofs to start 

[Bug 302791] Re: ssh not setting XAUTHORITY, XDG_SESSION_COOKIE

2009-10-14 Thread GeorgeDunlap
The XDG_SESSION_COOKIE seems to be set properly now (or at least, it's
not causing problems).  XAUTHORITY isn't being set, but with only one X
server it's easy to set it programmatically with export
XAUTHORITY=/tmp/.gdm*.  It's probably best that XAUTHORITY not be set
by default, so this issue can probably be closed.

-- 
ssh not setting XAUTHORITY, XDG_SESSION_COOKIE
https://bugs.launchpad.net/bugs/302791
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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-10-14 Thread merlin
Addition to comments #30/31/35:

nor mount option nounix or nolinux or disabling LinuxExtensions with
'echo 0  /proc/fs/cifs/LinuxExtensionsEnabled' changes anything: no
files are visible.

ciao

-- 
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 308946] Re: GnuTLS error

2009-10-14 Thread Pedro Villavicencio
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: vsftpd (Ubuntu)
   Status: Incomplete = Invalid

-- 
GnuTLS error
https://bugs.launchpad.net/bugs/308946
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 146367] Re: An extra 'executable' bit is seen when POSIX ACL is used by Samba

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
An extra 'executable' bit is seen when POSIX ACL is used by Samba
https://bugs.launchpad.net/bugs/146367
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 408865] Re: Cannot copy from windows share

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
Cannot copy from windows share
https://bugs.launchpad.net/bugs/408865
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 405518] Re: package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems - leaving unconfigured

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
package smbfs 3.0.28a-1ubuntu4.8 failed to install/upgrade: dependency problems 
- leaving unconfigured
https://bugs.launchpad.net/bugs/405518
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 400542] Re: matchname: host name/address mismatch: ::ffff:127.0.0.1 != localhost

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
matchname: host name/address mismatch: :::127.0.0.1 != localhost
https://bugs.launchpad.net/bugs/400542
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 395062] Re: samba nmbd uses the wrong ip adress to send user unkown

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
samba nmbd uses the wrong ip adress to send user unkown
https://bugs.launchpad.net/bugs/395062
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 387507] copying with nautilus from a windows 7 share over wireless often chokes and dies

2009-10-14 Thread Pedro Villavicencio
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!.

-- 
copying with nautilus from a windows 7 share over wireless often chokes and dies
https://bugs.launchpad.net/bugs/387507
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 382501] Re: CIFS File Transfer from Ubuntu to Windows Share results in 0 Bytes File ! The File is LOST

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
CIFS File Transfer from Ubuntu to Windows Share results in 0 Bytes File ! The 
File is LOST
https://bugs.launchpad.net/bugs/382501
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 334588] Re: Don't get write permissions via smbmount on XP-Server, when the shared-folder-name has spaces

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
Don't get write permissions via smbmount on XP-Server, when the 
shared-folder-name has spaces
https://bugs.launchpad.net/bugs/334588
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 387507] copying with nautilus from a windows 7 share over wireless often chokes and dies

2009-10-14 Thread Pedro Villavicencio
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: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
copying with nautilus from a windows 7 share over wireless often chokes and dies
https://bugs.launchpad.net/bugs/387507
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 282113] Re: gvfsd-smb crashed with SIGSEGV in g_vfs_daemon_queue_job

2009-10-14 Thread Pedro Villavicencio
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: samba
   Status: Fix Released = Invalid

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

-- 
gvfsd-smb crashed with SIGSEGV in g_vfs_daemon_queue_job
https://bugs.launchpad.net/bugs/282113
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 450534] Re: package samba 2:3.3.2-1ubuntu3.2 failed to install/upgrade: il sottoprocesso post-installation script ha restituito un codice di errore 1

2009-10-14 Thread Thierry Carrez
samba fails to start.
Please include the information requested at 
https://wiki.ubuntu.com/DebuggingSamba#samba-server.

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

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

-- 
package samba 2:3.3.2-1ubuntu3.2 failed to install/upgrade: il sottoprocesso 
post-installation script ha restituito un codice di errore 1
https://bugs.launchpad.net/bugs/450534
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 392759] Re: apache2 DoS attack using slowloris

2009-10-14 Thread Pedro Villavicencio
** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Triaged

-- 
apache2 DoS attack using slowloris
https://bugs.launchpad.net/bugs/392759
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 450818] Re: FTBFS: cannot find -lssl

2009-10-14 Thread Thierry Carrez
Assuming it was the same issue plaguing freeradius build on sparc.
Please reopen if there is still a rebuild issue in that package now.

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

-- 
FTBFS: cannot find -lssl
https://bugs.launchpad.net/bugs/450818
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius 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 450309] Re: assertion failure when using i82551 network card emulation

2009-10-14 Thread Thierry Carrez
Looks like this is related: http://qemu-forum.ipi.fi/viewtopic.php?f=3t=5170
Also lots of changes in branch master on hw/eepro100.c

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

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

-- 
assertion failure when using i82551 network card emulation
https://bugs.launchpad.net/bugs/450309
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 385244] Re: autofs auto.smb doesn't escape $

2009-10-14 Thread Jason Spashett

in Ubuntu 9.04 I patched:

autofs
Version: 4.1.4+debian-2.1ubuntu2


NB: I did in the end manage to find a way to use capture substition awk  
gsub(/[ $]/, \\\, $2);  Hence it should be easy to add additional 
characters to substitute.

'$' is paticularly common in windows administrative type shares

-- 
autofs auto.smb doesn't escape $
https://bugs.launchpad.net/bugs/385244
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 449702] Re: Default ntp server list doesn't have any servers enabled

2009-10-14 Thread Thierry Carrez
ntp package is installed with ntp.ubuntu.com by default.
There might be a reload issue in the NTP servers list in time-admin though, the 
first time you set it up. Let me confirm that.

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

** Also affects: gnome-system-tools (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-system-tools (Ubuntu)
   Importance: Undecided = Low

** Changed in: gnome-system-tools (Ubuntu)
   Status: New = Incomplete

-- 
Default ntp server list doesn't have any servers enabled
https://bugs.launchpad.net/bugs/449702
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 316283] Re: bind9-dlz-mysql - Please make a package with this option turned on

2009-10-14 Thread Chuck Short
Thanks for the bug report this will probbaly be considered for karmic +
1.

Regards
chuck

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

-- 
bind9-dlz-mysql - Please make a package with this option turned on
https://bugs.launchpad.net/bugs/316283
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 309992] Re: Japanese manual-pages placed in wrong package

2009-10-14 Thread Pedro Villavicencio
Changing this to triaged as per: https://wiki.ubuntu.com/Bugs/Status

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

-- 
Japanese manual-pages placed in wrong package
https://bugs.launchpad.net/bugs/309992
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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread merlin
Addition to comment #28:

wvh has had a good idea in comment #33, so i also added the network
trace of a working cifs mount, which i have done under jaunty (kernel
2.6.28-11): all files are visible, no problems at all.

Perhaps you will find a difference to the trace of the broken cifs in
comment #28, which was done under karmic. Hope this helps...

ciao
  


** Attachment added: working-cifs-jaunty.cpap.gz
   http://launchpadlibrarian.net/33652179/working-cifs-jaunty.cpap.gz

-- 
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 300226] Re: Prints error messages to stdout

2009-10-14 Thread Chuck Short
** Changed in: bind9 (Ubuntu)
   Status: New = Confirmed

-- 
Prints error messages to stdout
https://bugs.launchpad.net/bugs/300226
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: openvpn doesn't start automatically at boot time

2009-10-14 Thread small_frenchy
I have exactly the same problem, from upgrading jaunty to karmic,
openvpn doesn't start automatically, let me know wich files you need to
find the problem

-- 
openvpn doesn'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 406466] Re: 2.6.31 - Can't see files in CIFS-mounted directories

2009-10-14 Thread Stefan Bader
** Changed in: linux (Ubuntu Karmic)
Milestone: None = karmic-updates

-- 
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 392013] Re: Properly package easy-rsa as a separate binary package

2009-10-14 Thread Thierry Carrez
** Changed in: openvpn (Ubuntu)
   Status: New = Triaged

-- 
Properly package easy-rsa as a separate binary package
https://bugs.launchpad.net/bugs/392013
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 424053] Re: Clarify the offending known_hosts line number when ssh key has changed

2009-10-14 Thread Pedro Villavicencio
** Changed in: openssh (Ubuntu)
   Status: Confirmed = Triaged

-- 
Clarify the offending known_hosts line number when ssh key has changed
https://bugs.launchpad.net/bugs/424053
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 403599] Re: Installing PHP5 performs a reload to apache instead of a restart

2009-10-14 Thread Chuck Short
Thanks for the patch however debian does it a bit differently now and we
will probably using that for karmic+1.

Regards
chuck

-- 
Installing PHP5 performs a reload to apache instead of a restart
https://bugs.launchpad.net/bugs/403599
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 362890] Re: pidgin crashed with SIGSEGV in _sasl_MD5Update()

2009-10-14 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: cyrus-sasl2 (Ubuntu)
   Importance: Medium = Low

** Changed in: cyrus-sasl2 (Ubuntu)
   Status: New = Incomplete

-- 
pidgin crashed with SIGSEGV in _sasl_MD5Update()
https://bugs.launchpad.net/bugs/362890
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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: openvpn doesn't start automatically at boot time

2009-10-14 Thread Jonathan Ernst
@small_frenchy,
I found out that openssh, openvpn and cups don't start automatically on this 
machine, do cups start on your system (or ssh if you have it installed) ?

-- 
openvpn doesn'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 407583] Re: karmic smbclient fails to access NAS box

2009-10-14 Thread Pedro Villavicencio
** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
karmic smbclient fails to access NAS box
https://bugs.launchpad.net/bugs/407583
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 400492] Re: Rebuild bind with --enable-fixed-rrset

2009-10-14 Thread Chuck Short
Laurent,

The ubuntu and debian version is maintained by the same developer so I
am marking this as wont fix as well.

Regards
chuck

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

-- 
Rebuild bind with --enable-fixed-rrset
https://bugs.launchpad.net/bugs/400492
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 450645] Re: Problem install slapd

2009-10-14 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

-- 
Problem install slapd
https://bugs.launchpad.net/bugs/450645
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 436835] Re: [PATCH] fix failure: TypeError: not enough arguments for format string

2009-10-14 Thread Pedro Villavicencio
** Changed in: vm-builder (Ubuntu)
   Status: Confirmed = Triaged

-- 
[PATCH] fix failure: TypeError: not enough arguments for format string
https://bugs.launchpad.net/bugs/436835
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 368189] Re: host crashed with signal 7 in dns_lib_initmsgcat()

2009-10-14 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: bind9 (Ubuntu)
   Importance: Medium = Low

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

-- 
host crashed with signal 7 in dns_lib_initmsgcat()
https://bugs.launchpad.net/bugs/368189
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 408739] Re: vmbuilder fails when using grub2

2009-10-14 Thread Pedro Villavicencio
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Medium

-- 
vmbuilder fails when using grub2
https://bugs.launchpad.net/bugs/408739
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 383636] Re: DDNS updates aren't automated

2009-10-14 Thread Thierry Carrez
** Changed in: likewise-open5 (Ubuntu)
   Status: Confirmed = Triaged

-- 
DDNS updates aren't automated
https://bugs.launchpad.net/bugs/383636
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 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 444673] Re: package bacula-director-mysql 2 .4.4-1ubuntu5 failed to install/upgrade: el subproce so post-installation script devolvió el código d e salida de error 1

2009-10-14 Thread Chuck Short
** Changed in: bacula (Ubuntu)
   Status: New = Triaged

-- 
package bacula-director-mysql 2.4.4-1ubuntu5 failed to install/upgrade: el 
subproceso post-installation script devolvió el código de salida de error 1
https://bugs.launchpad.net/bugs/444673
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 449702] Re: Default ntp server list doesn't have any servers enabled

2009-10-14 Thread Thierry Carrez
Confirming the refresh/initial-list issue:
- Install karmic from CD
- Bring up time admin
- Select keep in sync
- Confirm installation of NTP support
- Look at server list: none is checked
- Look at /etc/ntp.conf and see that server ntp.ubuntu.com is there
- Close the time admin window
- Open it again
- Scroll down server list, ntp.ubuntu.com is checked

The issue seem to be that the list is loaded once, ntp.ubuntu.com isn't
part of it, and enabling NTP support doesn't refresh it.


** Changed in: gnome-system-tools (Ubuntu)
   Status: Incomplete = Confirmed

** Summary changed:

- Default ntp server list doesn't have any servers enabled
+ [time-admin] ntp.ubuntu.com doesn't appear in server list just after you 
enable NTP

-- 
[time-admin] ntp.ubuntu.com doesn't appear in server list just after you enable 
NTP
https://bugs.launchpad.net/bugs/449702
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 56724] Re: ddns-update-style interim doesn't work with AAAA-records

2009-10-14 Thread Chuck Short
** Changed in: dhcp3 (Ubuntu)
   Status: New = Triaged

-- 
ddns-update-style interim doesn't work with -records
https://bugs.launchpad.net/bugs/56724
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 375371] Re: MySQL must not use /tmp

2009-10-14 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the
development release - Karmic Koala.  It would help us greatly if you
could test with it so we can work on getting it fixed in the next
release of Ubuntu.  You can find out more about the development release
at http://www.ubuntu.com/testing/.  Thanks again and we appreciate your
help.

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

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

-- 
MySQL must not use /tmp
https://bugs.launchpad.net/bugs/375371
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 379991] Re: Certain VMs do not run under KVM using karmic's kernel

2009-10-14 Thread Thierry Carrez
** Changed in: qemu-kvm (Ubuntu)
Milestone: ubuntu-9.10 = None

-- 
Certain VMs do not run under KVM using karmic's kernel
https://bugs.launchpad.net/bugs/379991
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 423308] Re: ec2-describe-instances sometimes shows the wrong IP

2009-10-14 Thread Chuck Short
** Changed in: ec2-api-tools (Ubuntu)
   Status: New = Won't Fix

-- 
ec2-describe-instances sometimes shows the wrong IP
https://bugs.launchpad.net/bugs/423308
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 444531] Re: Guest kernel can't read TSC frequency from the hypervisor

2009-10-14 Thread Chuck Short
Hi,

I was wondering if you could see if karmic is affeceted by this bug as
well?

Regards
chuck

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

-- 
Guest kernel can't read TSC frequency from the hypervisor
https://bugs.launchpad.net/bugs/444531
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 395643] Re: kvm usb problems

2009-10-14 Thread Chuck Short
** Changed in: kvm (Ubuntu)
   Status: New = Triaged

-- 
kvm usb problems
https://bugs.launchpad.net/bugs/395643
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 372938] Re: keyboard arrows keys doesn't working (evdev problem)

2009-10-14 Thread Chuck Short
** Changed in: kvm (Ubuntu)
   Status: New = Triaged

-- 
keyboard arrows keys doesn't working (evdev problem)
https://bugs.launchpad.net/bugs/372938
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 349919] Re: ssh client sometimes hangs

2009-10-14 Thread Thierry Carrez
Can't reproduce on karmic. Please reopen if the bug is still present for
you in that release.

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

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

-- 
ssh client sometimes hangs
https://bugs.launchpad.net/bugs/349919
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 293948] Re: kvm on a 64-bit intrepid host cannot boot solaris 10 guest

2009-10-14 Thread Chuck Short
Can anyone confirm this is working or not on karmic please?

Thanks
chuck

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

-- 
kvm on a 64-bit intrepid host cannot boot solaris 10 guest
https://bugs.launchpad.net/bugs/293948
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 449326] Re: openvpn doesn't start automatically at boot time

2009-10-14 Thread Thierry Carrez
Obviously not specific to openvpn, so reassigning... Tentatively
assigned to upstart, but still incomplete.

** Package changed: openvpn (Ubuntu) = upstart (Ubuntu)

** Summary changed:

- openvpn doesn't start automatically at boot time
+ Network services don't start automatically at boot time

-- 
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 449323] Re: openssh-server doesn't start automatically at boot time

2009-10-14 Thread Thierry Carrez
*** This bug is a duplicate of bug 449326 ***
https://bugs.launchpad.net/bugs/449326

** This bug has been marked a duplicate of bug 449326
   Network services don't start automatically at boot time

-- 
openssh-server doesn't start automatically at boot time
https://bugs.launchpad.net/bugs/449323
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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-10-14 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the
development release - Karmic Koala.  It would help us greatly if you
could test with it so we can work on getting it fixed in the next
release of Ubuntu.  You can find out more about the development release
at http://www.ubuntu.com/testing/.  Thanks again and we appreciate your
help.

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

-- 
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 366078] Re: likewise-open breaks all logins during/after upgrade to Ubuntu 9.04

2009-10-14 Thread Thierry Carrez
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!

** Changed in: likewise-open (Ubuntu)
   Importance: Undecided = Medium

-- 
likewise-open breaks all logins during/after upgrade to Ubuntu 9.04
https://bugs.launchpad.net/bugs/366078
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 445536] Re: pear install fails without error message, downloaded go-pear is also affected (Karmic)

2009-10-14 Thread Till Klampaeckel
Also, in the future, please try pear install -v Foo. Might give you
more info.

-- 
pear install fails without error message, downloaded go-pear is also affected 
(Karmic)
https://bugs.launchpad.net/bugs/445536
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 421400] Re: package apache2-mpm-prefork 2.2.11-2ubuntu2.3 failed to install/upgrade: conflicting packages - not installing apache2-mpm-prefork

2009-10-14 Thread Pedro Villavicencio
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: apache2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package apache2-mpm-prefork 2.2.11-2ubuntu2.3 failed to install/upgrade: 
conflicting packages - not installing apache2-mpm-prefork
https://bugs.launchpad.net/bugs/421400
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 391540] Re: mysql client at x86_64 cannot find /etc/mysql/my.cnf

2009-10-14 Thread Chuck Short
Still affecting karmic.

Regards
chuck

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

-- 
mysql client at x86_64 cannot find /etc/mysql/my.cnf
https://bugs.launchpad.net/bugs/391540
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 302194] Re: package bacula-director-mysql 2.2.8-5ubuntu7 failed to install/upgrade: subprocess post-installation script returned error exit status 30

2009-10-14 Thread Pedro Villavicencio
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: bacula (Ubuntu)
   Status: Incomplete = Invalid

-- 
package bacula-director-mysql 2.2.8-5ubuntu7 failed to install/upgrade: 
subprocess post-installation script returned error exit status 30
https://bugs.launchpad.net/bugs/302194
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 387813] Re: package bind9 1:9.5.1.dfsg.P2-1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-14 Thread Pedro Villavicencio
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: bind9 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package bind9 1:9.5.1.dfsg.P2-1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/387813
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 423562] Re: Windows client strange behavour on password protected shares

2009-10-14 Thread Thierry Carrez
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!

-- 
Windows client strange behavour on password protected shares
https://bugs.launchpad.net/bugs/423562
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 335341] Re: package apache2-utils 2.2.9-7ubuntu3 failed to install/upgrade: package apache2-utils is already installed and configured

2009-10-14 Thread Pedro Villavicencio
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: apache2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package apache2-utils 2.2.9-7ubuntu3 failed to install/upgrade: package 
apache2-utils is already installed and configured
https://bugs.launchpad.net/bugs/335341
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 381465] Re: Apache2 can't serve static files over 100-200 kb

2009-10-14 Thread Pedro Villavicencio
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: apache2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Apache2 can't serve static files over 100-200 kb
https://bugs.launchpad.net/bugs/381465
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 285889] Re: Gajim can't connect to GoogleTalk - nslookup: parse of /etc/resolv.conf failed

2009-10-14 Thread Pedro Villavicencio
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: bind9 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Gajim can't connect to GoogleTalk - nslookup: parse of /etc/resolv.conf failed 
https://bugs.launchpad.net/bugs/285889
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 292494] Re: package bacula-director-pgsql 2.4.2-1ubuntu6 failed to install/upgrade:

2009-10-14 Thread Pedro Villavicencio
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: bacula (Ubuntu)
   Status: Incomplete = Invalid

-- 
package bacula-director-pgsql 2.4.2-1ubuntu6 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/292494
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 420929] Re: samba package did not update

2009-10-14 Thread Thierry Carrez
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!

-- 
samba package did not update
https://bugs.launchpad.net/bugs/420929
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 403913] Re: package bind9 1:9.5.1.dfsg.P2-1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-14 Thread Pedro Villavicencio
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: bind9 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package bind9 1:9.5.1.dfsg.P2-1 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/403913
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 368851] Re: package bacula-fd 2.4.4-1ubuntu5 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-10-14 Thread Pedro Villavicencio
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: bacula (Ubuntu)
   Status: Incomplete = Invalid

-- 
package bacula-fd 2.4.4-1ubuntu5 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/368851
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 445064] Re: package libmysqlclient16 (not installed) failed to install/upgrade:

2009-10-14 Thread Chuck Short
Hi,

I was wondering if you were still having this problem?

Regards
chuck

==

Relevant error:

Setting up mysql-common (5.1.37-1ubuntu4) ...

dpkg: error processing libmysqlclient16 (--configure):

 no package named `libmysqlclient16' is installed, cannot configure

dpkg: dependency problems prevent configuration of librdf0:

 librdf0 depends on libmysqlclient16 (= 5.1.21-1); however:

  Package libmysqlclient16 is not installed.

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

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

-- 
package libmysqlclient16 (not installed) failed to install/upgrade: 
https://bugs.launchpad.net/bugs/445064
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 444454] Re: Always need to run: source ~/.bashrc

2009-10-14 Thread Chuck Short
** Changed in: openssh (Ubuntu)
   Status: New = Incomplete

-- 
Always need to run: source ~/.bashrc
https://bugs.launchpad.net/bugs/54
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 420960] Re: Karmic Alpha 4 playback stops when playing media stored on samba share

2009-10-14 Thread Pedro Villavicencio
** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
Karmic Alpha 4 playback stops when playing media stored on samba share
https://bugs.launchpad.net/bugs/420960
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 79417] Re: PEAR causes error with E_STRICT and PHP5

2009-10-14 Thread Till Klampaeckel
This is not a bug, PEAR is PHP4 compatible. To not see those issues,
adjust error_reporting in php.ini.

If you want PHP5.3+ code, please check out pyrus:
http://pear2.php.net/

-- 
PEAR causes error with E_STRICT and PHP5
https://bugs.launchpad.net/bugs/79417
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 366078] Re: likewise-open breaks all logins during/after upgrade to Ubuntu 9.04

2009-10-14 Thread Andrew Keyes
At this point, I am unable to provide any additional information due to
the fact that I've reformatted and am working without likewise-open.

-- 
likewise-open breaks all logins during/after upgrade to Ubuntu 9.04
https://bugs.launchpad.net/bugs/366078
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 444531] Re: Guest kernel can't read TSC frequency from the hypervisor

2009-10-14 Thread Radovan Pútec
in karmic TSC is marked as unstable and isn't listed in
/sys/devices/system/clocksource/clocksource0/available_clocksource

-- 
Guest kernel can't read TSC frequency from the hypervisor
https://bugs.launchpad.net/bugs/444531
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 441669] Re: User with restricted rights is able to shutdown machine while ssh superuser is connected

2009-10-14 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. Is this reproducible?
2. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
This will help us to find and resolve the problem.

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

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

-- 
User with restricted rights is able to shutdown machine while ssh superuser is 
connected
https://bugs.launchpad.net/bugs/441669
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 416958] Re: GSSAPI Cascading Credentials support

2009-10-14 Thread Chuck Short
** Changed in: openssh (Ubuntu)
   Status: New = Confirmed

-- 
GSSAPI Cascading Credentials support
https://bugs.launchpad.net/bugs/416958
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 366078] Re: likewise-open breaks all logins during/after upgrade to Ubuntu 9.04

2009-10-14 Thread Thierry Carrez
Closing as invalid since I can't reproduce it and the reporter cannot
help investigate it right now. Thanks !

** Changed in: likewise-open (Ubuntu)
   Status: Incomplete = Invalid

-- 
likewise-open breaks all logins during/after upgrade to Ubuntu 9.04
https://bugs.launchpad.net/bugs/366078
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open 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 407173] Re: openssh: Please set traffic class on IPv6 packets

2009-10-14 Thread Chuck Short
** Tags removed: patch

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

-- 
openssh: Please set traffic class on IPv6 packets
https://bugs.launchpad.net/bugs/407173
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 412533] Re: Add patch from ssh bug #69 for non-X askpass support

2009-10-14 Thread Chuck Short
** Changed in: openssh (Ubuntu)
   Status: New = Confirmed

-- 
Add patch from ssh bug #69 for non-X askpass support
https://bugs.launchpad.net/bugs/412533
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 402734] Re: sftp subsystem dies when requested

2009-10-14 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the
development release - Karmic Koala.  It would help us greatly if you
could test with it so we can work on getting it fixed in the next
release of Ubuntu.  You can find out more about the development release
at http://www.ubuntu.com/testing/.  Thanks again and we appreciate your
help.

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

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

-- 
sftp subsystem dies when requested
https://bugs.launchpad.net/bugs/402734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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


  1   2   3   4   5   6   7   8   9   10   >