[Bug 192594] Re: unplug - plug again network cable

2008-09-26 Thread Thierry Carrez
** Changed in: likewise-open (Ubuntu)
 Assignee: Thierry Carrez (tcarrez) = (unassigned)

-- 
unplug - plug again network cable
https://bugs.launchpad.net/bugs/192594
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 271777] Re: Exit status 127 when starting openvpn when its already started.

2008-09-26 Thread wayne
Thanks for the info. I'll follow that up.

The heartbeat scenario goes as follows. 
In a simple v1 config setup where server A has resources and server B dies. 
Server A re-runs all the resources allocated to it. 
When openvpn is re-run the exit code is non-zero and heartbeat thinks its 
resources have failed. 
When this non-zero exit code is detected the Server A thinks its resources have 
failed and then passes them over to Server B. 
Since server B is dead all the resources are now turned off and I'm up at 2am 
fixing it. 
You can then understand why I feel so strongly about this seemingly minor issue.

-- 
Exit status 127 when starting openvpn when its already started.
https://bugs.launchpad.net/bugs/271777
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


Re: [Bug 89364] Re: Apache2 default site contains only the words It works!

2008-09-26 Thread Soren Hansen
On Thu, Sep 25, 2008 at 09:02:00PM -, Loye Young wrote:
 quote
 
 IT WORKS!
 
 This is the default web page for this server.
 
 The fact that you see this page means that the host computer is booted up,
 the web server software is running, and the networking between your computer
 and the host computer is functioning properly.
 
 If this page is not what you expected, there are many possible causes. Check
 with the owner or administrator of the server for more information.
 
 /quote

Hm... I kind of like that, actually :)

Does anyone feel like forwarding this suggestion to Debian?

-- 
Apache2 default site contains only the words It works!
https://bugs.launchpad.net/bugs/89364
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 252686] Re: Reload action on init script kills daemon

2008-09-26 Thread Martin Pitt
Copied to hardy-updates.

** Changed in: nagios2 (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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 89364] Re: Apache2 default site contains only the words It works!

2008-09-26 Thread Noah Slater
How about forwarding to Apache, where the bug is still WONTFIX.

On Fri, Sep 26, 2008 at 11:36:09AM -, Soren Hansen wrote:
 On Thu, Sep 25, 2008 at 09:02:00PM -, Loye Young wrote:
  quote
 
  IT WORKS!
 
  This is the default web page for this server.
 
  The fact that you see this page means that the host computer is booted up,
  the web server software is running, and the networking between your computer
  and the host computer is functioning properly.
 
  If this page is not what you expected, there are many possible causes. Check
  with the owner or administrator of the server for more information.
 
  /quote

 Hm... I kind of like that, actually :)

 Does anyone feel like forwarding this suggestion to Debian?


-- 
Noah Slater, http://bytesexual.org/nslater

-- 
Apache2 default site contains only the words It works!
https://bugs.launchpad.net/bugs/89364
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 231004] Re: Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-09-26 Thread Martin Pitt
Copied to hardy-updates.

** Changed in: nagios2 (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

-- 
Path to 'mail' incorrect in /etc/nagios2/commands.cfg
https://bugs.launchpad.net/bugs/231004
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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 47438] Re: Dnsmasq crashes when renewing non-existent lease

2008-09-26 Thread Jamie Strandboge
** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2008-3214

-- 
Dnsmasq crashes when renewing non-existent lease
https://bugs.launchpad.net/bugs/47438
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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] [NEW] 8=8 = false

2008-09-26 Thread frycake
Public bug reported:

Binary package hint: php5

The result of a suite of operation between float and integer make a
misstake when I try to compare the result with a static value

OS : hardy
Description: Ubuntu 8.04.1
Release: 8.04
PHP : 5.2.4-2ubuntu5.3


// CODE //
$frequency_total = 75;
$displayed_total = 36;
$frequency_tmp = 50;
$displayed = 24;

$frequency_ratio = 100/$frequency_total; // 1.333
$frequency = $frequency_tmp * $frequency_ratio / 100; // 0.6667
$high_display_limit = $frequency*$displayed_total;

if ($displayed = $high_display_limit) // 24 == 24
  echo 'ok';
else
  echo 'not ok'; // This case is thrown


// EXPECTED
OK

// HAPPENED
NOT OK

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

-- 
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 180672] [NEW] samba share contents wiped erroneously

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

cavaet :
not sure if this is a bug or configuration issue

summary :
all the contents and sub folders of a folder shared over samba were removed in 
error. 

environment :
server running 7.04
client running 7.10
wireless network

software involved :
stock pdf viewer
samba
nautilus

steps to reproduce (with our configuration) :
this was a little strange, however we hava managed to reproduce it twice.

1) establish a folder in a user home directory (/home/user/Networkshare)

2) share over samba with this config :
[UserArea]
comment = User's Documents
path = /home/user/NetworkShare
writeable = yes
create mask = 0700
directory mask = 0700
force user = user
force group = user
valid users = user

3) on client machine, open a PDF and attempt to save to network

4) enter 'smb://[EMAIL PROTECTED]/UserArea' and press RETURN

5) enventually, a message 'Operation denied' will be displayed

6) check the folder [ /home/user/NetworkSharer], it will now be empty

user comments :
at step 4, we expected to be displayed with the network share folder, and from 
there navigate to the appropriate place to save to file.

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

-- 
samba share contents wiped erroneously
https://bugs.edge.launchpad.net/bugs/180672
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 180672] Re: samba share contents wiped erroneously

2008-09-26 Thread Luke Faraone
** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba
   Status: New = Incomplete

-- 
samba share contents wiped erroneously
https://bugs.launchpad.net/bugs/180672
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 275035] [NEW] Installing MythTV

2008-09-26 Thread Gary Mayer
Public bug reported:

/var/cache/apt/archives/mysql-server_5.0.51a-3ubuntu5.1_all.deb:
subprocess pre-installation script returned error exit status 1

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list]
PackageArchitecture: all
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server None [modified: 
/var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
Installing MythTV
https://bugs.launchpad.net/bugs/275035
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 275035] Re: Installing MythTV

2008-09-26 Thread Gary Mayer

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

-- 
Installing MythTV
https://bugs.launchpad.net/bugs/275035
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