[Bug 271254] Re: drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-09-28 Thread Ante Karamatić
This could be result of missing 'cn' module (kernelspace - userspace
connector) in Intrepid's kernel, which was fixed in latest Tim's commit
(Sep 26 - bb41f6529b9d2ba72abca16a9ad5c8279d903bde). I'll test new kenel
source just to confirm.

-- 
drbd doesn't start: No response from the DRBD driver! Is the module loaded? 
but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


[Bug 271254] Re: drbd doesn't start: No response from the DRBD driver! Is the module loaded? but module is loaded

2008-09-28 Thread Ante Karamatić
Nope... That didn't solve the issue :/

-- 
drbd doesn't start: No response from the DRBD driver! Is the module loaded? 
but module is loaded
https://bugs.launchpad.net/bugs/271254
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


Re: [Bug 274108] Re: postfix set-permissons fails

2008-09-28 Thread janl
LaMont Jones wrote:
 This is because postfix set-permissions assumes that all of the postfix
 packages are installed, and they aren't.
 
 There should be no reason to run postfix set-permissions on an ubuntu
 machine.

Except that it will be seen in postfix documentation and then asked
about.  If dropped it should be replaced with a helpfull end
enlightening message.

Nicolai

-- 
postfix set-permissons fails
https://bugs.launchpad.net/bugs/274108
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 275349] Re: postfix fails to start: chdir(/usr/libexec/postfix)

2008-09-28 Thread Scott Kitterman
** Changed in: postfix (Ubuntu)
   Status: Incomplete = Invalid

-- 
postfix fails to start: chdir(/usr/libexec/postfix)
https://bugs.launchpad.net/bugs/275349
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 275418] [NEW] Scp freezes on named pipe

2008-09-28 Thread Tero Karvinen
Public bug reported:

Binary package hint: openssh-client

Scp stops copying files when it meets a named pipe (fifo). No error
message is displayed, not even the name of the problem file.

This can make copying /home/ impossible.

## Example

To show a minimal example of this bug that can easily happen, I attempt
to copy configuration directory of Quod Libet music player from a remote
computer foobar. User foo has his login automated.

$ scp -r [EMAIL PROTECTED]:.quodlibet/ .
queries 
  100%1 0.0KB/s   00:00
accels  
  100% 2638 2.6KB/s   00:00
queue   
  100%0 0.0KB/s   00:00
songs   
  100%  259KB 259.3KB/s   00:01
config  
  100% 1106 1.1KB/s   00:00

Here, scp stops working. Waiting for 20 minutes does not help. Rest of
the files from that directory are not copied. Scp can be terminated with
ctrl-C.

Correct action would obviously be skipping files that cannot be
processed and displaying an error. This is especially clear if you
consider copying a larger system where many users could have named pipes
in their home directories.

Files actually copied were normal files, and copy happened quickly. Even
though config is the last file shown, the problem is probably named
pipe (fifo) control, which next in the alphabet.

Misleadingly scp only displays names for files it handles correctly, and
the name of problem file control is not shown.

$ ssh [EMAIL PROTECTED] 'ls -l .quodlibet/c*'
-rw-r--r-- 1 foo foo 1106 2008-08-14 23:42 .quodlibet/config
prw--- 1 foo foo0 2008-08-14 12:07 .quodlibet/control

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

-- 
Scp freezes on named pipe
https://bugs.launchpad.net/bugs/275418
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 275418] Re: Scp freezes on named pipe

2008-09-28 Thread Ralph Janke
Thanks for reporting this issue an helping to make Ubuntu better.

Could you please provide the scp version on your client and the sshd
version on your server, as well as the Ubuntu versions of both.

Thanks

** Changed in: openssh (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ralph Janke (txwikinger)
   Status: New = Incomplete

-- 
Scp freezes on named pipe
https://bugs.launchpad.net/bugs/275418
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 274939] Re: 8=8 = false

2008-09-28 Thread Ralph Janke
Thanks for reporting this issue and helping to make Ubuntu better.

This is not a bug, but a rounding error that is very usual in such
calculations, as you can easily see when you use intval() on the
variable $high_display_limit. The easiest way to get around this issue
is to use the function round() to eliminate the rounding error. This
works in this case since you only expect integers. In other cases you
might need to use other methods including using the  comparator instead
of =. However, this is a common problem with floating-point calculation
that every programmer should be aware of.

Thanks again for your report.

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) = Ralph Janke (txwikinger)
   Status: New = Invalid

-- 
8=8 = false 
https://bugs.launchpad.net/bugs/274939
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 219929] Re: dhcp3-client warns about nonexisting pid

2008-09-28 Thread Roman Yepishev
Reproducible on 8.04, no longer reproducible on 8.10a6.

-- 
dhcp3-client warns about nonexisting pid
https://bugs.launchpad.net/bugs/219929
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 270521] Re: package postfix 2.5.1-2ubuntu1.2 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2008-09-28 Thread MetalHellsAngel
You may have been correct, I wouldn't know at this point as I botched my
partition, and ended up doing a fresh install, everything appears to be
working now.

-- 
package postfix 2.5.1-2ubuntu1.2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/270521
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 270521] Re: package postfix 2.5.1-2ubuntu1.2 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2008-09-28 Thread Scott Kitterman
** Changed in: postfix (Ubuntu)
   Status: New = Invalid

-- 
package postfix 2.5.1-2ubuntu1.2 failed to install/upgrade: subprocess 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/270521
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 275608] [NEW] nm-openvpn swaps ca and cert in openvpn commandline

2008-09-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I use a VPN to the office using the Passwords with Certificate (TLS)
option in openvpn, I configured the following values:

CA: /etc/openvpn/ca.crt
Cert: /etc/openvpn/crispin-00.crt
Key: /etc/openvpn/crispin-00.key

This all used to work fine (in hardy), but in the latest version in
intrepid (0.7~~svn20080908t183521a-0ubuntu2) NM fails with:

Cannot load private key file /etc/openvpn/crispin-00.key:
error:0B080074:x509 certificate routines:X509_check_private_key:key
values mismatch

I did some digging, and found that the openvpn commandline is:

openvpn  --ca /etc/openvpn/crispin-00.crt --cert /etc/openvpn/ca.crt
--key  /etc/openvpn/crispin-00.key ...

note that the CA on the commandline is NOT what I configured above.

If I swap the CA and cert over in the configuration then all works fine
- but I shouldn't need to do that, something is swapping over the CA and
Cert between the UI and the openvpn commandline.

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

-- 
nm-openvpn swaps ca and cert in openvpn commandline
https://bugs.edge.launchpad.net/bugs/275608
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 275608] Re: nm-openvpn swaps ca and cert in openvpn commandline

2008-09-28 Thread DrFaNaTiC
** Changed in: openvpn (Ubuntu)
Sourcepackagename: None = openvpn

-- 
nm-openvpn swaps ca and cert in openvpn commandline
https://bugs.launchpad.net/bugs/275608
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