[Bug 286828] Re: CIFS share broken after upgrade from 8.04 -> 8.10

2008-11-02 Thread flanker
Confirming Aron's recent report for Kubuntu 8.10.  I'm running from the
Intrepid Live CD right now, and experiencing the issue others have
reported with being able to read/create, but not modify/overwrite files
on the share.  I've tried the nounix option (below) as well as the
LinuxExtensionsEnabled = 0 option described above and they both give the
same results.  The server is running the packaged version of Samba3 for
OpenWRT (more details below).  This issue is of high importance to me
(upgrade show-stopper), and I'd be happy to provide any additional
information required---just let me know.

Mount parameters:
[EMAIL PROTECTED]:~$ tail -n 1 /etc/fstab 
//myserver/media /home/ubuntu/sharetest cifs 
rw,uid=999,gid=999,credentials=/etc/credentialsfile,nounix 0 0

A little test demonstrating what works: create, append, remove, but not 
overwrite?
[EMAIL PROTECTED]:~$ sudo mount sharetest/
[EMAIL PROTECTED]:~$ cd sharetest/
[EMAIL PROTECTED]:~/sharetest$ echo happy > birthday
[EMAIL PROTECTED]:~/sharetest$ echo happier >> birthday
[EMAIL PROTECTED]:~/sharetest$ cat birthday
happy
happier
[EMAIL PROTECTED]:~/sharetest$ echo happiest > birthday
bash: birthday: Not a directory
[EMAIL PROTECTED]:~/sharetest$ cat birthday
happy
happier
[EMAIL PROTECTED]:~/sharetest$ rm birthday
[EMAIL PROTECTED]:~/sharetest$ ls birthday
ls: cannot access birthday: No such file or directory

Version info:
[EMAIL PROTECTED]:~/sharetest$ cat /proc/fs/cifs/DebugData
Display Internal CIFS Data Structures for Debugging
---
CIFS Version 1.54
Active VFS Requests: 0
Servers:
1) Name: 192.168.1.200  Domain: MYDOMAIN Mounts: 1 OS: Unix
NOS: Samba 3.0.24   Capability: 0x80f3fd
SMB session status: 1   TCP status: 1
Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0
MIDs:

Shares:
1) \\myserver\media Uses: 2 Type: NTFS DevInfo: 0x0 Attributes: 0xb
PathComponentMax: 255 Status: 1 type: 0

[EMAIL PROTECTED]:~/sharetest$ smbclient -V && uname -a
Version 3.2.3
Linux ubuntu 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux


Aside: Has anyone tried downgrading to/pinning an older smbfs package?  Maybe 
the ones reported as working from 8.04?

-- 
CIFS share broken after upgrade from 8.04 -> 8.10
https://bugs.launchpad.net/bugs/286828
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 292836] Re: Cannot browse samba shares

2008-11-02 Thread Nick Ellery
** Changed in: samba (Ubuntu)
Sourcepackagename: None => samba

-- 
Cannot browse samba shares
https://bugs.launchpad.net/bugs/292836
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 292836] [NEW] Cannot browse samba shares

2008-11-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

In Ubuntu 8.10, samba shares cannot be browsed. A volume can be mounted
using Places->Connect to Server, but no directories or files are
visible. If gnome-commander is installed, the share can be mounted and
the *directories* can be browsed, but files cannot be seen. This is
apparently a bug in samba (discussed below)l

Example: 
The following directories exist on the share:
Backup
Backup1

In Gnome Commander, the directories show up as:
Backu
Backup

The Backup directory can be opened, but nothing (unless there are two
files with the same name (with the exception of the last character) are
present.

Using Places->Connect to Server, only Backup will show, as this method
will not show a directory if it cannot get path info. In addition, if
directories oink, oink1 and oink2 are present in the share, *only* oink
will show up, as the last character being dropped off of all of them
results in oin, oink and oink.

Traces taken with wireshark show that the packets being sent from the
client system are dropping the last character of directories and files
when requesting path info. The directory information is sent earlier in
a FIND_FIRST2 response from the server side. However, a bug, possibly in
samba, drops the last character on directory requests. I will attach two
traces, both are very similar. "fail" was taken when connecting using
Places->Connect to Server, "success" was taken when connecting with
Gnome Commander.

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

-- 
Cannot browse samba shares
https://bugs.launchpad.net/bugs/292836
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 286828] Re: CIFS share broken after upgrade from 8.04 -> 8.10

2008-11-02 Thread Aron Schatz
I can also confirm this bug on Kubuntu 8.10.

Using the same mount options in 8.04 worked fine. In 8.10, files can be
created, renamed, or deleted, but are NOT able to edit.

IE: Using Kate, I can open a file but can't save it. It is able to
create its backup files.

Eclipse fails to save files as well on the mount.

Hopefully it gets fixed soon. The LinuxExtensions suggestion did not
help the problem as I never used them on this mount.

I can confirm that older clients (8.04, 7.10) can read/write/save on the
same mount with the same options just fine. Seems like a regression in
Samba.

-- 
CIFS share broken after upgrade from 8.04 -> 8.10
https://bugs.launchpad.net/bugs/286828
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 200614] Re: segfault and warnings from net-snmp 5.4.x

2008-11-02 Thread Jason Harvey
I have attached a patch for the Hardy package which I took from the
Intrepid patch 54_fix_registration_error.patch. So far, it appears to
stop the registration messages and fix the segfault.

** Attachment added: "net-snmp_fix_registration_error.patch"
   http://launchpadlibrarian.net/19263247/net-snmp_fix_registration_error.patch

-- 
segfault and warnings from net-snmp 5.4.x
https://bugs.launchpad.net/bugs/200614
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 292895] Re: large samba transfers kill wireless

2008-11-02 Thread Jelmer Vernooij
This seems like an issue with the wireless driver to me.

-- 
large samba transfers kill wireless
https://bugs.launchpad.net/bugs/292895
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 292895] [NEW] large samba transfers kill wireless

2008-11-02 Thread jarome
Public bug reported:

Binary package hint: samba

In 8.10 (32-bit) on an HP 2133 Mini-Note with a Broadcom BCM4312
wireless card, if I try to copy files from a windows share to my laptop,
after about 30 MB, the wireless connection dies. Always. I am using the
hardware Broadcom Driver that was suggested to me after the install.

What is worse, it it impossible to dismount the remote disk, and it is
also impossible to cancel the file transfer in the file transfer dialog.
Breaking a network connection is a commonplace event. I should be able
to clean up after it without a reboot!

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

-- 
large samba transfers kill wireless
https://bugs.launchpad.net/bugs/292895
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 200614] Re: segfault and warnings from net-snmp 5.4.x

2008-11-02 Thread Jason Harvey
** Changed in: net-snmp (Ubuntu Hardy)
 Assignee: (unassigned) => Ubuntu Server Team (ubuntu-server)

-- 
segfault and warnings from net-snmp 5.4.x
https://bugs.launchpad.net/bugs/200614
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-11-02 Thread Tien Nguyen
I just upgrade to 8.10 and the problem came back:

"Unable to mount location. Failed to mount Windows share"

Is there a fix for this?

Thanks,

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
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 192745] Re: Net-SNMP tries to read the obsolete /etc/sensors.conf

2008-11-02 Thread Jason Harvey
** Changed in: net-snmp (Ubuntu)
 Assignee: Ubuntu Server Team (ubuntu-server) => (unassigned)
   Status: Incomplete => Confirmed

-- 
Net-SNMP tries to read the obsolete /etc/sensors.conf
https://bugs.launchpad.net/bugs/192745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 192745] Re: Net-SNMP tries to read the obsolete /etc/sensors.conf

2008-11-02 Thread Jason Harvey
Installed and tested the PPA on Hardy server amd64, works fine. Tested
with strace and it is no longer attempting to open /etc/sensors.conf. I
was successfully able to load the lmSensors data via SNMP.

-- 
Net-SNMP tries to read the obsolete /etc/sensors.conf
https://bugs.launchpad.net/bugs/192745
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 279980] Re: php5 using bundled tzdata in hardy?

2008-11-02 Thread Jeff Waugh
Looks like you added the patch, but didn't add --with-system-tzdata to
rules. :-)

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
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 279980] Re: php5 using bundled tzdata in hardy?

2008-11-02 Thread Jeff Waugh
Hi Chuck,

Just tried with php5-cli from your PPA, and it doesn't seem to work:

[EMAIL PROTECTED]:~$ php5 php5-timezone.php 
time(): 1210669875
change: 1224950400
October 26, 2008 @ 3:00 am EST

(Should say October 5.)

Thanks!

-- 
php5 using bundled tzdata in hardy?
https://bugs.launchpad.net/bugs/279980
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 288725] Re: problema

2008-11-02 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 269251 ***
https://bugs.launchpad.net/bugs/269251

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 269251, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 269251
   package bacula 2.4.2-1ubuntu4~hardy1 failed to install/upgrade: 
Abhängigkeitsprobleme - lasse es unkonfiguriert

-- 
problema
https://bugs.launchpad.net/bugs/288725
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 292706] Re: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2008-11-02 Thread Jean-Baptiste Lallement
Thanks for your report. Could you please attach the file /var/log/daemon.log ?
You need superuser privileges in order to be able to read that file.

Thanks.

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New => Incomplete

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: el 
subproceso post-installation script devolvi? el c?digo de salida de error 1
https://bugs.launchpad.net/bugs/292706
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 274069] Re: error send_packet:message too long

2008-11-02 Thread Jean-Baptiste Lallement
This is not a bug in  linux. Closing the  task

** Changed in: dhcp3 (Ubuntu)
   Importance: Undecided => Low
   Status: Confirmed => Triaged

** Changed in: linux (Ubuntu)
   Status: New => Invalid

-- 
error send_packet:message too long
https://bugs.launchpad.net/bugs/274069
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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2008-11-02 Thread Scott Severance
For several years, I've had a script that umounts my network shares
which runs at K02. It works perfectly for me. Is there a reason why
something like this isn't a good general approach?

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 290673] Re: fusesmb mount disappears - libsmbclient segfaults

2008-11-02 Thread John Carlyle-Clarke
To add some more information, it doesn't always write something the logs
when it fails.  Sometimes the only way you know is because the
directories suddenly appear empty and you start to get "Transport
endpoint not connected" errors.

Secondly, the problem seems to occur always when you use Nautilus to
view the fuse mounted files & directories.  I find I can run bansee on
fusesmb mounted music for long periods of time with no problem, but if I
fire up fusesmb and then nautilus, I can make it fail instantly.

-- 
fusesmb mount disappears - libsmbclient segfaults
https://bugs.launchpad.net/bugs/290673
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 274069] Re: error send_packet:message too long

2008-11-02 Thread Baughn
Please don't "fix" this "bug"

The interface-mtu option is a valid method for routers to tell computers
what their MTU is, so as to avoid unnecessary fragmentation. For
example, I have a router that reports an MTU of 1412; anything above
this does indeed get fragmented.

While I would certainly be able to add the option myself, this is not
true for everyone, and there is no reason to break perfectly functional
software in order to support broken routers. Instead, I suggest
filtering out obviously bogus MTUs such as anything below 200. (There
are some very low-MTU links out there)

-- 
error send_packet:message too long
https://bugs.launchpad.net/bugs/274069
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 292548] Re: nmbd -D uses 95% processor when there is not lan conection.

2008-11-02 Thread jbradi
** Summary changed:

- nmbd -D uses 95% processor when there are not lan conection.
+ nmbd -D uses 95% processor when there is not lan conection.

-- 
nmbd -D uses 95% processor when there is not lan conection.
https://bugs.launchpad.net/bugs/292548
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 292706] Re: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2008-11-02 Thread hans

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

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/19240368/DpkgTerminalLog.gz

-- 
package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: el 
subproceso post-installation script devolvi? el c?digo de salida de error 1
https://bugs.launchpad.net/bugs/292706
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 292706] [NEW] package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: el subproceso post-installation script devolvi? el c?digo de salida de error 1

2008-11-02 Thread hans
Public bug reported:

[EMAIL PROTECTED]:/opt/lampp/htdocs/joomla# aptitude install mysql-server 
mysql-client
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias   
Leyendo la información de estado... Hecho
Leyendo la información de estado extendido  
Inicializando el estado de los paquetes... Hecho
Se instalarán los siguiente paquetes NUEVOS:
  libdbd-mysql-perl{a} libdbi-perl{a} libhtml-template-perl{a} 
  libnet-daemon-perl{a} libplrpc-perl{a} mysql-client mysql-client-5.0{a} 
  mysql-server mysql-server-5.0{a} 
0 paquetes actualizados, 9 nuevos instalados, 0 para eliminar y 0 sin 
actualizar.
Necesito descargar 35.9MB de ficheros. Después de desempaquetar se usarán 109MB.
¿Quiere continuar? [Y/n/?] y
Escribiendo información de estado extendido... Hecho
Des:1 http://pe.archive.ubuntu.com intrepid/main libnet-daemon-perl 0.38-1.1 
[45.9kB]
Des:2 http://pe.archive.ubuntu.com intrepid/main libplrpc-perl 0.2017-1.1 
[35.0kB]
Des:3 http://pe.archive.ubuntu.com intrepid/main libdbi-perl 1.605-1 [787kB]
Des:4 http://pe.archive.ubuntu.com intrepid/main libdbd-mysql-perl 
4.007-1build1 [140kB]
Des:5 http://pe.archive.ubuntu.com intrepid/main mysql-client-5.0 
5.0.67-0ubuntu6 [7879kB]
Des:6 http://pe.archive.ubuntu.com intrepid/main mysql-server-5.0 
5.0.67-0ubuntu6 [26.8MB]
63% [6 mysql-server-5.0 13864724/26.8MB 51%]66.6kB/s 
3min17sDes:7 http://pe.archive.ubuntu.com intrepid/main libhtml-template-perl 
2.9-1 [65.8kB]
Des:8 http://pe.archive.ubuntu.com intrepid/main mysql-client 5.0.67-0ubuntu6 
[52.7kB]
Des:9 http://pe.archive.ubuntu.com intrepid/main mysql-server 5.0.67-0ubuntu6 
[54.9kB]
Descargados 35.9MB en 9min10s (65.2kB/s).   
Preconfigurando paquetes ...
Seleccionando el paquete libnet-daemon-perl previamente no seleccionado.
(Leyendo la base de datos ...  
110058 ficheros y directorios instalados actualmente.)
Desempaquetando libnet-daemon-perl (de .../libnet-daemon-perl_0.38-1.1_all.deb) 
...
Seleccionando el paquete libplrpc-perl previamente no seleccionado.
Desempaquetando libplrpc-perl (de .../libplrpc-perl_0.2017-1.1_all.deb) ...
Seleccionando el paquete libdbi-perl previamente no seleccionado.
Desempaquetando libdbi-perl (de .../libdbi-perl_1.605-1_i386.deb) ...
Seleccionando el paquete libdbd-mysql-perl previamente no seleccionado.
Desempaquetando libdbd-mysql-perl (de 
.../libdbd-mysql-perl_4.007-1build1_i386.deb) ...
Seleccionando el paquete mysql-client-5.0 previamente no seleccionado.
Desempaquetando mysql-client-5.0 (de 
.../mysql-client-5.0_5.0.67-0ubuntu6_i386.deb) ...
Seleccionando el paquete mysql-server-5.0 previamente no seleccionado.
Desempaquetando mysql-server-5.0 (de 
.../mysql-server-5.0_5.0.67-0ubuntu6_i386.deb) ...
Seleccionando el paquete libhtml-template-perl previamente no seleccionado.
Desempaquetando libhtml-template-perl (de 
.../libhtml-template-perl_2.9-1_all.deb) ...
Seleccionando el paquete mysql-client previamente no seleccionado.
Desempaquetando mysql-client (de .../mysql-client_5.0.67-0ubuntu6_all.deb) ...
Seleccionando el paquete mysql-server previamente no seleccionado.
Desempaquetando mysql-server (de .../mysql-server_5.0.67-0ubuntu6_all.deb) ...
Procesando activadores para man-db ...
Configurando libnet-daemon-perl (0.38-1.1) ...
Configurando libplrpc-perl (0.2017-1.1) ...
Configurando libdbi-perl (1.605-1) ...
Configurando libdbd-mysql-perl (4.007-1build1) ...
Configurando mysql-client-5.0 (5.0.67-0ubuntu6) ...
Configurando mysql-server-5.0 (5.0.67-0ubuntu6) ...
 * Stopping MySQL database server mysqld [ OK ] 
Reloading AppArmor profiles : done.
 * Starting MySQL database server mysqld [fail] 
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al procesar mysql-server-5.0 (--configure):
 el subproceso post-installation script devolvió el código de salida de error 1
Configurando libhtml-template-perl (2.9-1) ...
Configurando mysql-client (5.0.67-0ubuntu6) ...
dpkg: problemas de dependencias impiden la configuración de mysql-server:
 mysql-server depende de mysql-server-5.0; sin embargo:
 El paquete `mysql-server-5.0' no está configurado todavía.
dpkg: error al procesar mysql-server (--configure):
 problemas de dependencias - se deja sin configurar
No se ha escrito ningún informe de Apport porque el mensaje de error indica que 
es un error proveniente de un fallo anterior.
 Se encontraron errores al procesar:
 mysql-server-5.0
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
Un paquete no se pudo instalar. Intentado recuperarse:
Configurando mysql-server-5.0 (5.0.67-0ubuntu6) ...
 * Stopping MySQL database server mysqld [ OK ] 
Reloading AppArmor profiles : done.
 * Starting MySQL database server mysqld [fail] 
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error al pr

[Bug 252245] Re: unable to connect to windows network pc's

2008-11-02 Thread dAF2000
I don't know if this is the recent bug report about browsing windows network 
pc's, but I can confirm this bug. In 8.10 browsing windows network shares 
(samba) fails.
My windows shares are even no windows shares, but just smb shares from xubuntu 
8.04.1 and smb shares from an embedded Linux device. It used to work in 8.04.1. 
Clicking the icon "Windows Network" just shows nothing even after a few 
refreshes. If I go to "Connect to server" is works fine.

Some info:
[EMAIL PROTECTED]:~$ smbtree 
Password: 
DAVID
\\EPIA  Syntax
\\EPIA\hd   /media/hd
\\EPIA\wd500/media/wd500
\\EPIA\root root filesystem
\\EPIA\mp3  mp3
\\EPIA\website  
\\EPIA\dreamboxbackup   
\\EPIA\dvd  
\\EPIA\pli7000  /home/david/pli7000
\\EPIA\IPC$ IPC Service (Syntax)

I had a shortcut created during 8.04 to access that //EPIA share. Now I get the 
error message:
"Could not open location smb://epia/" "No application is registered as handling 
this file"

-- 
unable to connect to windows network pc's
https://bugs.launchpad.net/bugs/252245
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


Re: [Bug 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2008-11-02 Thread Reinhard Tartler
luchio <[EMAIL PROTECTED]> writes:

>  Reinhard Tartler wrote:
>> I'm unsure if that is the correct solution. It will most likely to break
>> systems that have /usr not on /. Similar problems could arise with
>> /usr/local/ not on / but custom modifications.
>
> As I said, I don't know the right way to do a rename patch, so does
> someone know?

creating a patch for that is not the problem. Finding the correct
solution with a proper explanation for debian/changelog is way more
challanging and important!

>  Reinhard Tartler wrote:
>> However I wonder if S15wpa-ifupdown should be moved to S41wpa-ifupdown
>> instead. That *should* cause less breakage and do the right thing
>> generally.
>
> Well, 2 people reported in this very thread that moving wpa-ifupdown to
> S36 does not fix it.  I think that's because of K16dhcdbd.sh.  Name
> resolution is still needed when unmounting NFS drives.

That does not really make sense. According to
http://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit, the
Knn scripts are always executed before any S script. I cannot see how
renaming S15wpa-ifupdown to S41wpa-ifupdown will interefere here.

As this is an extra indication that I have not understood the problem
completely, and given that this bug is already pretty heatly discussed,
I will take extra care before considering any change in this matter.

Looking further at it, it seems pretty obvious why renaming it to
S36wpa-ifupdown does not fix it: unmounting nfs and other filesystems
happen at S40. In order to fix this issue wpasupplicant has to be taken
down after that. Which is a real pain in debian, since wpasupplicant is
installed there in /usr/sbin, which might no longer be available at this
stage. Luckily in ubuntu it is in /sbin, though.

> That's why the patch suggests moving up umountnfs instead of pushing
> down 2 things.

Yes, still I'd like to know what I'm actually doing before uploading
random patches some guys on some bug have proposed that might or might
not fix a (granted, very annoying) bug.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2008-11-02 Thread luchio
 Reinhard Tartler wrote:
> I'm unsure if that is the correct solution. It will most likely to break
> systems that have /usr not on /. Similar problems could arise with
> /usr/local/ not on / but custom modifications.

As I said, I don't know the right way to do a rename patch, so does
someone know?

 Reinhard Tartler wrote:
> However I wonder if S15wpa-ifupdown should be moved to S41wpa-ifupdown
> instead. That *should* cause less breakage and do the right thing
> generally.

Well, 2 people reported in this very thread that moving wpa-ifupdown to
S36 does not fix it.  I think that's because of K16dhcdbd.sh.  Name
resolution is still needed when unmounting NFS drives.

That's why the patch suggests moving up umountnfs instead of pushing
down 2 things.

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 211890] Re: [Hardy Beta] Windows shared folders not always visible.

2008-11-02 Thread Michael Nagel
** Changed in: samba (Ubuntu)
Sourcepackagename: None => samba
   Status: Incomplete => New

-- 
[Hardy Beta] Windows shared folders not always visible.
https://bugs.launchpad.net/bugs/211890
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 211890] [NEW] [Hardy Beta] Windows shared folders not always visible.

2008-11-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi again. ;-)

Here I go with my -full patched- Hardy Heron Beta.

If you browse a Windows domain using Places-->Network, you not always can see 
the shared content
from the Windows computers in that domain. The funny part is that you can see 
the shared folders 
in the same domain in some computers, meaning it's not uniform the behavior. It 
never ask for 
authentication or something, it just works fine for some windows computers but 
not in others. Quite
curious.

Best Regards.

Turbo.

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

-- 
[Hardy Beta] Windows shared folders not always visible.
https://bugs.edge.launchpad.net/bugs/211890
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 182565] Re: Samba package net.8 manpage patch typo

2008-11-02 Thread Attila Franczen
According to  "man 8 net | grep Store" command, this bug is not anymore
present in Intrepid.

-- 
Samba package net.8 manpage patch typo
https://bugs.launchpad.net/bugs/182565
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 292548] Re: nmbd -D uses 95% procnmbd -D uses 95% processor when there are not lan conection.

2008-11-02 Thread jbradi
** Summary changed:

- nmbd -D uses 95% processor when lan connection is cut-off from the plug of 
the lap computer.
+ nmbd -D uses 95% procnmbd -D uses 95% processor when there are not lan 
conection.

** Description changed:

  In a laptop Toshiba Qosmio with Ubuntu 8.10 Intrepid Ibex, when lan is
- switched off manually from the plug of the computer, the process "nmbd
- -D" procuces quite high temperature in processor (intel centrino) caused
- for the high use of processor. This behabiour can lead to a future
- problem with the laptop because of the big use of the coolers for long
- time.
+ switched off, the process "nmbd -D" procuces quite high temperature in
+ processor (intel centrino) caused for the high use of processor. This
+ behabiour can lead to a future problem with the laptop because of the
+ big use of the coolers for long time.
  
  This problem did not happen in Ubuntu 8.04 Hardy Heron.
  
  I have checked if the problem appears if i unplug the net from network
- manager, and it does not appear, so it can be the partial solution till
- an update is released.
+ manager, and it appears too.
+ 
+ I have seen a fix by restarting samba, but it is a temporary solution, I
+ will hope an updating for Ubuntu 8.10 that solve the problem.
+  
+ To restart samba:
+  
+ sudo /etc/init.d/samba restart
+  
+ If someone has a better idea, it would be great.

** Summary changed:

- nmbd -D uses 95% procnmbd -D uses 95% processor when there are not lan 
conection.
+ nmbd -D uses 95% processor when there are not lan conection.

-- 
nmbd -D uses 95% processor when there are not lan conection.
https://bugs.launchpad.net/bugs/292548
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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2008-11-02 Thread Max-Ulrich Farber

> mv /etc/rc0.d/S31umountnfs.sh /etc/rc0.d/S14umountnfs.sh
> mv /etc/rc6.d/S31umountnfs.sh /etc/rc6.d/S14umountnfs.sh 

This fix is a rather old thing; it had been published more than two
years ago.

I had asked here if this solution was correct and really safe, but I did
not get any answer yet!

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 292548] Re: nmbd -D uses 95% processor when lan connection is cut-off from the plug of the lap computer.

2008-11-02 Thread jbradi
** Summary changed:

- nmbd -D uses 95% processor when there are not lan conection.
+ nmbd -D uses 95% processor when lan connection is cut-off from the plug of 
the lap computer.

** Description changed:

  In a laptop Toshiba Qosmio with Ubuntu 8.10 Intrepid Ibex, when lan is
- switched off manually from the plug, the process "nmbd -D" procuces
- quite high temperature in processor (intel centrino) caused for the high
- use of processor. This behabiour can lead to a future problem with the
- laptop because of the big use of the coolers for long time.
+ switched off manually from the plug of the computer, the process "nmbd
+ -D" procuces quite high temperature in processor (intel centrino) caused
+ for the high use of processor. This behabiour can lead to a future
+ problem with the laptop because of the big use of the coolers for long
+ time.
  
  This problem did not happen in Ubuntu 8.04 Hardy Heron.
  
- I have seen a fix by restarting samba, but it is a temporary solution, I
- will hope an updating for Ubuntu 8.10 that solve the problem.
- 
- To restart samba:
- 
- sudo /etc/init.d/samba restart
- 
- If someone has a better idea, it would be great.
+ I have checked if the problem appear if i unplug the net from network
+ manager, and it does not appear, so it can be the partial solution till
+ an update is released.

** Description changed:

  In a laptop Toshiba Qosmio with Ubuntu 8.10 Intrepid Ibex, when lan is
  switched off manually from the plug of the computer, the process "nmbd
  -D" procuces quite high temperature in processor (intel centrino) caused
  for the high use of processor. This behabiour can lead to a future
  problem with the laptop because of the big use of the coolers for long
  time.
  
  This problem did not happen in Ubuntu 8.04 Hardy Heron.
  
- I have checked if the problem appear if i unplug the net from network
+ I have checked if the problem appears if i unplug the net from network
  manager, and it does not appear, so it can be the partial solution till
  an update is released.

-- 
nmbd -D uses 95% processor when lan connection is cut-off from the plug of the 
lap computer.
https://bugs.launchpad.net/bugs/292548
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 292548] Re: nmbd -D uses 95% processor when there are not lan conection.

2008-11-02 Thread jbradi
** Description changed:

  In a laptop Toshiba Qosmio with Ubuntu 8.10 Intrepid Ibex, when lan is
  switched off manually from the plug, the process "nmbd -D" procuces
  quite high temperature in processor (intel centrino) caused for the high
  use of processor. This behabiour can lead to a future problem with the
  laptop because of the big use of the coolers for long time.
  
  This problem did not happen in Ubuntu 8.04 Hardy Heron.
+ 
+ I have seen a fix by restarting samba, but it is a temporary solution, I
+ will hope an updating for Ubuntu 8.10 that solve the problem.
+ 
+ To restart samba:
+ 
+ sudo /etc/init.d/samba restart
+ 
+ If someone has a better idea, it would be great.

-- 
nmbd -D uses 95% processor when there are not lan conection.
https://bugs.launchpad.net/bugs/292548
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


Re: [Bug 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2008-11-02 Thread Reinhard Tartler
luchio <[EMAIL PROTECTED]> writes:

> The fix is:
> mv /etc/rc0.d/S31umountnfs.sh /etc/rc0.d/S14umountnfs.sh
> mv /etc/rc6.d/S31umountnfs.sh /etc/rc6.d/S14umountnfs.sh

I'm unsure if that is the correct solution. It will most likely to break
systems that have /usr not on /. Similar problems could arise with
/usr/local/ not on / but custom modifications.

However I wonder if S15wpa-ifupdown should be moved to S41wpa-ifupdown
instead. That *should* cause less breakage and do the right thing
generally.

comments?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 292548] [NEW] nmbd -D uses 95% processor when there are not lan conection.

2008-11-02 Thread jbradi
Public bug reported:

In a laptop Toshiba Qosmio with Ubuntu 8.10 Intrepid Ibex, when lan is
switched off manually from the plug, the process "nmbd -D" procuces
quite high temperature in processor (intel centrino) caused for the high
use of processor. This behabiour can lead to a future problem with the
laptop because of the big use of the coolers for long time.

This problem did not happen in Ubuntu 8.04 Hardy Heron.

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

** Description changed:

- In a laptop Toshiba Qosmio, when lan is switched off manually from the
- plug, the process "nmbd -D" procuces quite high temperature in processor
- (intel centrino) caused for the high use of processor. This behabiour
- can lead to a future problem with the laptop because of the big use of
- the coolers for long time.
+ In a laptop Toshiba Qosmio with Ubuntu 8.10 Intrepid Ibex, when lan is
+ switched off manually from the plug, the process "nmbd -D" procuces
+ quite high temperature in processor (intel centrino) caused for the high
+ use of processor. This behabiour can lead to a future problem with the
+ laptop because of the big use of the coolers for long time.
+ 
+ This problem did not happen in Ubuntu 8.04 Hardy Heron.

-- 
nmbd -D uses 95% processor when there are not lan conection.
https://bugs.launchpad.net/bugs/292548
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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2008-11-02 Thread flaccid
@Reinhard Tartler:
If you actually spent some time reading the bug and its related duplicates etc. 
you wouldn't need to ask that question.

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 274069] Re: error send_packet:message too long

2008-11-02 Thread Giovanni
confirm the problem in the final stable release Intrepid.
Thank you.

-- 
error send_packet:message too long
https://bugs.launchpad.net/bugs/274069
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