[Bug 116773] Re: logcheck in dapper reports normal syslog restarts

2008-03-30 Thread Jonathan Hitchcock
In /etc/logcheck/ignore.d.server/syslogd, there is already a regular
expression to match these sorts of things:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ syslogd [.0-9]{5}#[0-9]+: restart
\(remote reception\)\.$

However, as the original poster points out, this regular expression does
not actually work on Ubuntu (firstly, because Ubuntu packages have
'ubuntu' in the version number, which is not matched by the '[0-9]+' in
the regex, and secondly because remote reception is not included in
the restart message).

Saying that this behaviour is intentional can't be right - why is there
a (broken) regex in /etc/logcheck/ignore.d.server/syslogd if it is
intentional to report these lines?

I see Daniel Holback's point that you might want to be notified if
somebody manages to shut syslog down.  When syslog is intentionally
shutdown, however, the exiting on signal 15 message occurs - this can
be reported.  When syslog routinely restarts, there is no 'signal 15'
message, just the 'restart' message, which should be ignored.  This way,
we can catch the strange events and ignore the routine ones.

Chris Wagner is right that reporting routine operations leads to
mindlessly deleting logcheck messages because we know they are not
important - this is what logcheck is trying to avoid.

-- 
logcheck in dapper reports normal syslog restarts
https://bugs.launchpad.net/bugs/116773
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 204379] Re: dhcp3-client not setting right permissions on /var/lib/dhcp3

2008-03-30 Thread Ralph Janke
Is this the way the permissions are set when you get the permission
errors?

-- 
dhcp3-client not setting right permissions on /var/lib/dhcp3
https://bugs.launchpad.net/bugs/204379
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


Re: [Bug 204379] Re: dhcp3-client not setting right permissions on /var/lib/dhcp3

2008-03-30 Thread joseche
Forget it !


2008/3/30, Ralph Janke [EMAIL PROTECTED]:
 Is this the way the permissions are set when you get the permission
  errors?


  --

 dhcp3-client not setting right permissions on /var/lib/dhcp3
  https://bugs.launchpad.net/bugs/204379
  You received this bug notification because you are a direct subscriber
  of the bug.



-- 
Cogito ergo I'm right and you're wrong.
-- Blair Houghton

-- 
dhcp3-client not setting right permissions on /var/lib/dhcp3
https://bugs.launchpad.net/bugs/204379
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 209001] Re: Nut no longer functions with belkin usb avr

2008-03-30 Thread David Erosa
Confirmed for me too.

After downgrading to the 2.2.0 version using Andrew's link's package muy
UPS works again. I'm using Hardy 64 up to date.

-- 
Nut no longer functions with belkin usb avr
https://bugs.launchpad.net/bugs/209001
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 209001] Re: Nut no longer functions with belkin usb avr

2008-03-30 Thread Chuck Short
Can you attach the output of lsusb -v?

Thanks
chuck

-- 
Nut no longer functions with belkin usb avr
https://bugs.launchpad.net/bugs/209001
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 209500] [NEW] Bind 9.4.1-P1 fails to compile with the --with-dlz-mysql flag

2008-03-30 Thread JPHein
Public bug reported:

Binary package hint: bind9

The idea was to install bind with MySQL database support.
I am using an updated 7.10 installation. of Ubuntu
Here is what I did: 
1. apt-get install build-essential
2. apt-get source bind9
3. apt-get build-dep bind9
4. apt-get source mysql
5.cd bind9-9.4.1-P1
6../configure --with-dlz-mysql=../mysql-dfsg-5.0-5.0.45
7.make

Here is the end of the compile with the error:
gcc  -I/root/bind9-9.4.1-P1 -I./include -I./unix/include 
-I/root/bind9-9.4.1-P1/lib/lwres/include -I../../lib/lwres/unix/include 
-I../../lib/lwres/include -I/root/bind9-9.4.1-P1/lib/dns/include 
-I../../lib/dns/include -I/root/bind9-9.4.1-P1/lib/bind9/include 
-I../../lib/bind9/include -I/root/bind9-9.4.1-P1/lib/isccfg/include 
-I../../lib/isccfg/include -I/root/bind9-9.4.1-P1/lib/isccc/include 
-I../../lib/isccc/include -I/root/bind9-9.4.1-P1/lib/isc/include 
-I../../lib/isc -I../../lib/isc/include -I../../lib/isc/unix/include 
-I../../lib/isc/nothreads/include -I../../lib/isc/x86_32/include 
-I../../contrib/dlz/drivers/include  -I../mysql-dfsg-5.0-5.0.45/include/mysql   
 -DDLZ  -DDLZ_MYSQL  -g -O2  -W -Wall -Wmissing-prototypes -Wcast-qual 
-Wwrite-strings -Wformat -Wpointer-arith -fno-strict-aliasing  -c 
../../contrib/dlz/drivers/dlz_mysql_driver.c
../../contrib/dlz/drivers/dlz_mysql_driver.c:76:19: error: mysql.h: No such 
file or directory
../../contrib/dlz/drivers/dlz_mysql_driver.c:103: error: expected ')' before 
'*' token
../../contrib/dlz/drivers/dlz_mysql_driver.c:135: error: expected declaration 
specifiers or '...' before 'MYSQL_RES'
../../contrib/dlz/drivers/dlz_mysql_driver.c: In function 'mysql_get_resultset':
../../contrib/dlz/drivers/dlz_mysql_driver.c:145: error: 'rs' undeclared (first 
use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:145: error: (Each undeclared 
identifier is reported only once
../../contrib/dlz/drivers/dlz_mysql_driver.c:145: error: for each function it 
appears in.)
../../contrib/dlz/drivers/dlz_mysql_driver.c:233: warning: implicit declaration 
of function 'mysqldrv_escape_string'
../../contrib/dlz/drivers/dlz_mysql_driver.c:233: error: 'MYSQL' undeclared 
(first use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:233: error: expected expression 
before ')' token
../../contrib/dlz/drivers/dlz_mysql_driver.c:234: warning: assignment makes 
pointer from integer without a cast
../../contrib/dlz/drivers/dlz_mysql_driver.c:248: error: expected expression 
before ')' token
../../contrib/dlz/drivers/dlz_mysql_driver.c:249: warning: assignment makes 
pointer from integer without a cast
../../contrib/dlz/drivers/dlz_mysql_driver.c:263: error: expected expression 
before ')' token
../../contrib/dlz/drivers/dlz_mysql_driver.c:264: warning: assignment makes 
pointer from integer without a cast
../../contrib/dlz/drivers/dlz_mysql_driver.c:324: warning: implicit declaration 
of function 'mysql_query'
../../contrib/dlz/drivers/dlz_mysql_driver.c:324: error: expected expression 
before ')' token
../../contrib/dlz/drivers/dlz_mysql_driver.c:327: warning: implicit declaration 
of function 'mysql_ping'
../../contrib/dlz/drivers/dlz_mysql_driver.c:327: error: expected expression 
before ')' token
../../contrib/dlz/drivers/dlz_mysql_driver.c:334: warning: implicit declaration 
of function 'mysql_store_result'
../../contrib/dlz/drivers/dlz_mysql_driver.c:334: error: expected expression 
before ')' token
../../contrib/dlz/drivers/dlz_mysql_driver.c: At top level:
../../contrib/dlz/drivers/dlz_mysql_driver.c:377: error: expected declaration 
specifiers or '...' before 'MYSQL_RES'
../../contrib/dlz/drivers/dlz_mysql_driver.c: In function 'mysql_process_rs':
../../contrib/dlz/drivers/dlz_mysql_driver.c:380: error: 'MYSQL_ROW' undeclared 
(first use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:380: error: expected ';' before 
'row'
../../contrib/dlz/drivers/dlz_mysql_driver.c:388: error: 'row' undeclared 
(first use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:388: warning: implicit declaration 
of function 'mysql_fetch_row'
../../contrib/dlz/drivers/dlz_mysql_driver.c:388: error: 'rs' undeclared (first 
use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:389: warning: implicit declaration 
of function 'mysql_num_fields'
../../contrib/dlz/drivers/dlz_mysql_driver.c:448: warning: implicit declaration 
of function 'mysql_free_result'
../../contrib/dlz/drivers/dlz_mysql_driver.c: In function 'mysql_findzone':
../../contrib/dlz/drivers/dlz_mysql_driver.c:509: error: 'MYSQL_RES' undeclared 
(first use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:509: error: 'rs' undeclared (first 
use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:510: error: 'my_ulonglong' 
undeclared (first use in this function)
../../contrib/dlz/drivers/dlz_mysql_driver.c:510: error: expected ';' before 
'rows'
../../contrib/dlz/drivers/dlz_mysql_driver.c:515: error: too many arguments to 

Re: [Bug 58162] Re: ssh-add fails to delete valid key file

2008-03-30 Thread Steve Cayford
I'm happy to consider it closed.

-Steve

-- 
ssh-add fails to delete valid key file
https://bugs.launchpad.net/bugs/58162
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