[Bug 359130] Re: Display problem under KVM

2010-12-07 Thread Leo Arias
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: kvm (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.
https://bugs.launchpad.net/bugs/359130

Title:
  Display problem under KVM

-- 
Ubuntu-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 359130] Re: Display problem under KVM

2010-10-19 Thread Leo Arias
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!

-- 
Display problem under KVM
https://bugs.launchpad.net/bugs/359130
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 297405] Re: mysqld doesn't start if network manager is used to manage networks

2010-10-04 Thread Leo Arias
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: mysql-dfsg-5.0 (Ubuntu)
   Status: Incomplete => Invalid

-- 
mysqld doesn't start if network manager is used to manage networks
https://bugs.launchpad.net/bugs/297405
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 297405] Re: mysqld doesn't start if network manager is used to manage networks

2010-08-31 Thread Leo Arias
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?

It would be great if you could check if the error is happening on newer
Ubuntu versions too.

Thanks!

-- 
mysqld doesn't start if network manager is used to manage networks
https://bugs.launchpad.net/bugs/297405
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 610371] Re: qemu-kvm is hard to debug (ddebs are stripped)

2010-08-12 Thread Leo Arias
This was fixed on http://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/lucid/qemu-kvm/lucid/revision/46

** Changed in: qemu-kvm (Ubuntu)
   Status: New => Fix Released

-- 
qemu-kvm is hard to debug (ddebs are stripped)
https://bugs.launchpad.net/bugs/610371
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 606375] Re: Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias
Hi Clint. Thanks for your answer.

I spent all the afternoon checking my configuration and starting racoon
manually. And indeed there was an IP that wasn't answering properly but
now it's fixed.

I've just seen your message and tried the script at init.d again and it
printed the "." and the newline. So the problem was probably, as you
said, that my wrong configuration prevented racoon to start.

Testing it further, if I do "/etc/init.d/racoon start" twice, the first
time the daemon will start and will print the new line. The second time
it will fail because it's already running, but no error message is given
and no newline will be printed. The problem seems to be in the --quiet
option passed to start-stop-daemon. If I remove it I get:

elo...@tangamandapio-laptop:~$ sudo /etc/init.d/racoon start
Starting IKE (ISAKMP/Oakley) server: racoon/usr/sbin/racoon already running.
elo...@tangamandapio-laptop:~$

The script seems to be assuming that the error, the "." and the newline
will be printed by start-stop-daemon, but the --quiet option prevents
it.

Now, the quiet option is probably there for some reason, and I'm not
sure if it's a bug. So I don't know what's next :)

Thanks again,
pura vida.

** Changed in: ipsec-tools (Ubuntu)
   Status: Incomplete => New

** Summary changed:

- Racoon daemon script is missing a newline
+ if racoon daemon fails to start no error message is printed and newline is 
missing

-- 
if racoon daemon fails to start no error message is printed and newline is 
missing
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-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 606375] Re: Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias
Looking at the script /etc/init.d/racoon
on lines 76 and 82 it does an echo -n. The -n option tells echo to not print 
the trailing line.

Then on lines 78 and 86 it does executes echo "." This should print the
"." and a new line, but neither the . nor the newline are printed. I
don't know why...

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-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 606375] Re: Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/52040196/Dependencies.txt

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-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 606375] [NEW] Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias
Public bug reported:

Binary package hint: ipsec-tools

The printed message after starting/stoping/restarting racoon deamon from
/etc/init.d/racoon is missing an ending newline.

So, it currently prints something like this:

elo...@tangamandapio-laptop:~$ sudo /etc/init.d/racoon start
Starting IKE (ISAKMP/Oakley) server: racoonelo...@tangamandapio-laptop:~$

The correct thing should be :
elo...@tangamandapio-laptop:~$ sudo /etc/init.d/racoon start
Starting IKE (ISAKMP/Oakley) server: racoon [NEW LINE HERE]
elo...@tangamandapio-laptop:~$

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: racoon 1:0.7.1-1.6ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Fri Jul 16 10:56:43 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: ipsec-tools

** Affects: ipsec-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-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 595216] Re: SSL certificate for vsftpd is missing

2010-06-16 Thread Leo Arias
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This bug did not have a package associated with it, which is important 
for ensuring that it gets looked at by the proper developers. You can learn 
more about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage  . I have classified this bug as 
a bug in vsftpd.
(With many applications, you can report a future bug directly on the 
appropriate package by opening the application's "Help" menu and choosing 
"Report a Problem". https://wiki.ubuntu.com/ReportingBugs)

** Package changed: ubuntu => vsftpd (Ubuntu)

-- 
SSL certificate for vsftpd is missing
https://bugs.launchpad.net/bugs/595216
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