[Bug 84782] Re: slow samba transfer speed to/from windows machines

2008-07-05 Thread themuddler
*** This bug is a duplicate of bug 46081 ***
https://bugs.launchpad.net/bugs/46081

I have samba 3.0.28a on ubuntu 8.04 on two machines, a desktop and a
laptop.  The desktop is connected by ethernet to a wireless router and
the laptop connects wirelessly to that router at 54MBps.  I share
directories from the desktop to the laptop via samba to maintain
compatibility if I need to boot into windows.  Unfortunately, I have a
maximum transfer rate of 10Mbps when moving files in nautilus.  I do not
expect my hard drives or network hardware to be limiting this and have
no problem with internet speeds.  Is it possible to setup a linux-style
network in parallel with samba sharing for the time being?

-- 
slow samba transfer speed to/from windows machines
https://bugs.launchpad.net/bugs/84782
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 205608] Re: libapache2-mod-php5 can't be configured

2008-07-05 Thread Ralph Janke
Does this problem still exist with hardy?

Thanks

-- 
libapache2-mod-php5 can't be configured
https://bugs.launchpad.net/bugs/205608
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 243061] Re: slapd error while update from gutsy to hardy

2008-07-05 Thread Michel
Thanks for the summary update, I made an error when specifying the Ubuntu 
versions.
The two slapd.conf files you are specifying are the same, so I am attaching 
only one,
after removal of the root password.

Note that this conf file was a test, I never completed
for usage of slapd.

---
Michel

** Attachment added: /etc/ldap/slapd.conf
   http://launchpadlibrarian.net/15844223/slapd.conf

-- 
slapd error while update from gutsy to hardy
https://bugs.launchpad.net/bugs/243061
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 118523] Re: mysql server fails to start, claims /var/lib/mysql full

2008-07-05 Thread Jean-Baptiste Lallement
I tend to agree with Mathias and tempted to mark this report as invalid.

df -P (or --portability) is not affected by BLOCK_SIZE or BLOCKSIZE
settings.

Just a simple test shows that this setting is ignored with -P (I've just left 
the header line for clarity but you can see the effect of BLOCKSIZE in the 2nd 
colum of the header):
$:/tmp$ df .
Filesystem   1K-blocks  Used Available Use% Mounted on
$:/tmp$ BLOCKSIZE=1M df .
Filesystem   1M-blocks  Used Available Use% Mounted on
$:/tmp$ df -P .
Filesystem 1024-blocks  Used Available Capacity Mounted on
$:/tmp$ BLOCKSIZE=1M df -P .
Filesystem 1024-blocks  Used Available Capacity Mounted on

Hence, the line in the init script will always return the same thing whatever 
BLOCKSIZE or BLOCK_SIZE value is.
The error encountered by the original submitter and Guillaume are probably due 
to a temporary lack of space.

-- 
mysql server fails to start, claims /var/lib/mysql full
https://bugs.launchpad.net/bugs/118523
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 77675] Re: [regression] apache2-ssl-certificate has gone missing since feisty

2008-07-05 Thread Chuck Short
This has been fixed for intrepid. Thanks for the bug report.

Regards
chuck

** Changed in: apache2 (Ubuntu)
   Status: Triaged = Fix Released

-- 
[regression] apache2-ssl-certificate has gone missing since feisty
https://bugs.launchpad.net/bugs/77675
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 235809] Re: apache2 startup script fails to stop apache2 at times.

2008-07-05 Thread Chuck Short
This has been fixed for intrepid.

Thanks
chuck

** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
apache2 startup script fails to stop apache2 at times.
https://bugs.launchpad.net/bugs/235809
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


Re: [Bug 239025] Re: usbhid-ups not behaving with Tripplite UPS

2008-07-05 Thread Arnaud Quette
2008/7/5 Doug Minderhout

 ...

An updated package for 2.2.2 would be really nice


2.2.2-3 is in Debian, so you should request a sync.
note that I have a -4 upload scheduled later this week or the next.

-- 
usbhid-ups not behaving with Tripplite UPS
https://bugs.launchpad.net/bugs/239025
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 245893] [NEW] openvpn update-resolv-conf script does not support multiple domain

2008-07-05 Thread Thibaut Robert
Public bug reported:

Binary package hint: openvpn

I configured openvpn so that it updates my /etc/resolv.conf upon connection, by 
using the resolvconf package and the provided update-resolv-conf script
My config looks like this:

up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf
dhcp-option DNS 10.24.253.1
dhcp-option DOMAIN domainA.net domainB.fr domainC.fr

the problem is that only the domainA.net is added to resolv.conf by
update-resolv-conf. I tried to split the 3 domains in 3 distinct dhcp-
option lines, it does not work either.

I found the problem in the script /etc/openvpn/update-resolv-conf (see
proposed patch)

(ubuntu 8.04, openvpn 2.1~rc7-1ubuntu3.3)

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

-- 
openvpn update-resolv-conf script does not support multiple domain
https://bugs.launchpad.net/bugs/245893
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