[Bug 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-16 Thread Björn Torkelsson
Use tripple \ for escaping the space. I.e

scp testmachine:File\\\ with\\\ spaces ./

-- 
scp doesn't report correct filenames with spaces in verbose mode
https://bugs.launchpad.net/bugs/89945
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


[Bug 201786] Re: ssh Agent admitted failure to sign using the key

2008-05-16 Thread Sebastian Dröge
** Changed in: seahorse (Ubuntu)
Sourcepackagename: openssh => seahorse

** Bug watch added: GNOME Bug Tracker #533414
   http://bugzilla.gnome.org/show_bug.cgi?id=533414

** Also affects: seahorse via
   http://bugzilla.gnome.org/show_bug.cgi?id=533414
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-keyring (Ubuntu)
Sourcepackagename: seahorse => gnome-keyring

-- 
ssh Agent admitted failure to sign using the key
https://bugs.launchpad.net/bugs/201786
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


[Bug 105457] Re: mysqd_safe high cpu usage

2008-05-16 Thread Paul van Genderen
estaticdeath: although I did have the mysql-server meta package, your
solution didn't work for me. I wouldn't consider this bug triaged yet
until there's a real solution. Thanks for your efforts though!

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-16 Thread Björn Torkelsson
or use quotes and single \ around the filename, i.e:

scp testmachine:"File\ with\ spaces" ./

-- 
scp doesn't report correct filenames with spaces in verbose mode
https://bugs.launchpad.net/bugs/89945
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


[Bug 227410] Re: Catalog Backup fails because .my.cnf is not read

2008-05-16 Thread Hauke Smit
I've added '--defaults-file=/var/lib/bacula/.my.cnf' to the mysqldump:

--- /etc/bacula/scripts/make_catalog_backup_awk.dist2008-05-16 
09:08:14.0 +0200
+++ /etc/bacula/scripts/make_catalog_backup_awk 2008-05-16 09:04:48.0 
+0200
@@ -48,6 +48,6 @@
printf "  port=%s\n",dbport >> "/var/lib/bacula/.my.cnf"
if (dbsocket != "")
printf "  socket=%s\n",dbsocket >> 
"/var/lib/bacula/.my.cnf"
-   system(sprintf ("mysqldump %s > 
/var/lib/bacula/bacula.sql",dbname))
+   system(sprintf ("mysqldump 
--defaults-file=/var/lib/bacula/.my.cnf %s > 
/var/lib/bacula/bacula.sql",dbname))
}
 }


** Attachment added: "make_catalog_backup.diff"
   http://launchpadlibrarian.net/14553560/make_catalog_backup.diff

-- 
Catalog Backup fails because .my.cnf is not read
https://bugs.launchpad.net/bugs/227410
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 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread tonyw
Steve,

To answer your questions about the bug I am seeing, I have compiled the
following. Look below, there is a significant difference in the client
side file permissions when cifs is used to mount the volume and when
smbfs is used. This is fully repeatable and the listings below did not
require system reboot, just different -t (cifs|smbfs) switches on the
mount.

1. I first saw the problem after upgrading a single client to 8.04 (AMD
64 bit). The server was then Xubuntu 7.10 with standard up-to-date samba
packages. This was then upgraded to 8.04 Xubuntu and the problem
remained.

2. The definition of the share is:

[TASData]
comment = TasBooks Data Files
path = /raiddisk/shared/tasbooks
valid users = @accounts
force group = accounts
read only = No
acl check permissions = No
directory mask = 0775
force directory mode = 00
browseable = No

3. The fstab is:

//olympus/tasdata   /home/tony/tasdata  cifs
credentials=/etc/samba/tw.pw,uid=1000,gid=1000,auto,rw  0   0

4. The server side listing is:

-rw-rw-r-- 1 tony accounts 3584 2008-04-28 11:56 mt1pmt.b
-rw-rw-r-- 1 tony accounts 3584 2008-04-28 11:56 mt2pmt.b
-rw-rw-r-- 1 tony accounts 3584 2008-04-28 11:56 mt3pmt.b
-rw-rw-r-- 1 tony accounts 3072 2008-04-28 11:56 mt4pmt.b
-rw-rw-r-- 1 tony accounts 3072 2008-04-28 11:56 mtabacs.b
-rw-rw-r-- 1 tony accounts 6144 2008-04-28 11:56 mtabank.b
-rw-rw-r-- 1 tony accounts 3072 2008-04-28 11:56 mtabia.b
-rw-rw-r-- 1 tony accounts26624 2008-04-28 11:56 mtabud.b
-rw-rw-r-- 1 tony accounts 3072 2008-04-28 11:56 mtacadv.b
-rw-rw-r-- 1 tony accounts 7680 2008-05-05 14:43 mtaccat.b
-rw-rw-r-- 1 tony accounts10240 2008-05-15 22:13 mtacent.b


5. The client side listing (when mounted as CIFS) is:
-rw-rw-r-- 1 tony tony3584 2008-04-28 11:56 mt1pmt.b
-rw-rw-r-- 1 tony tony3584 2008-04-28 11:56 mt2pmt.b
-rw-rw-r-- 1 tony tony3584 2008-04-28 11:56 mt3pmt.b
-rw-rw-r-- 1 tony tony3072 2008-04-28 11:56 mt4pmt.b
-rw-rw-r-- 1 tony tony3072 2008-04-28 11:56 mtabacs.b
-rw-rw-r-- 1 tony tony6144 2008-04-28 11:56 mtabank.b
-rw-rw-r-- 1 tony tony3072 2008-04-28 11:56 mtabia.b
-rw-rw-r-- 1 tony tony   26624 2008-04-28 11:56 mtabud.b
-rw-rw-r-- 1 tony tony3072 2008-04-28 11:56 mtacadv.b
-rw-rw-r-- 1 tony tony7680 2008-05-05 14:43 mtaccat.b
-rw-rw-r-- 1 tony tony   10240 2008-05-15 22:13 mtacent.b

The client listing when mounted as smbfs is:
-rwxr-xr-x 1 tony tony3584 2008-04-28 11:56 mt1pmt.b
-rwxr-xr-x 1 tony tony3584 2008-04-28 11:56 mt2pmt.b
-rwxr-xr-x 1 tony tony3584 2008-04-28 11:56 mt3pmt.b
-rwxr-xr-x 1 tony tony3072 2008-04-28 11:56 mt4pmt.b
-rwxr-xr-x 1 tony tony3072 2008-04-28 11:56 mtabacs.b
-rwxr-xr-x 1 tony tony6144 2008-04-28 11:56 mtabank.b
-rwxr-xr-x 1 tony tony3072 2008-04-28 11:56 mtabia.b
-rwxr-xr-x 1 tony tony   26624 2008-04-28 11:56 mtabud.b
-rwxr-xr-x 1 tony tony3072 2008-04-28 11:56 mtacadv.b
-rwxr-xr-x 1 tony tony7680 2008-05-05 14:43 mtaccat.b
-rwxr-xr-x 1 tony tony   10240 2008-05-15 22:13 mtacent.b


7. The underlying problem is when the closed source TAS Books program tries to 
open its accounts database. It reports that the database is being used by a 
maintenance utility. However, you get exactly the same error message if the 
share is not mounted - so that is not really very useful. I have no problem 
opening any of these files in a text editor (under cifs), or in saving them, so 
this is not a simple permissions problem. While it is not really possible to 
know what the program is doing, I know that it will try and gain exclusive 
access to the files and my guess is that it is failing at this point.

One thing is certain, now that I have compiled in the smbfs module from
samba 3.0.28a, if I mount the share as smbfs, the program works, if I
mount it as cifs, it doesn't.

-- 
no way to read and write files on mounted samba share on hardy
https://bugs.launchpad.net/bugs/210741
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 231007] [NEW] check_radius command uses wrong syntax

2008-05-16 Thread Erik Forsberg
Public bug reported:

Binary package hint: nagios-plugins

In /etc/nagios-plugins/conf/radius.cfg, a 'check_radius' command is
defined as follows:

# 'check_radius' command definition
define command{
command_namecheck_radius
command_line/usr/lib/nagios/plugins/check_radius $ARG1$ $ARG2$ 
$HOSTADDRESS$ 1812 $ARG3$
}

This doesn't concur with the commandline help of
/usr/lib/nagios/plugins/check_radius:

/usr/lib/nagios/plugins/check_radius --help
check_radius v1859 (nagios-plugins 1.4.11)
Copyright (c) 1999 Robert August Vincent II
Copyright (c) 2000-2006 Nagios Plugin Development Team
<[EMAIL PROTECTED]>

Tests to see if a RADIUS server is accepting connections.


Usage:check_radius -H host -F config_file -u username -p password [-n nas-id] 
[-P port]
  [-t timeout] [-r retries] [-e expect]

Options:
 -h, --help
Print detailed help screen
 -V, --version
Print version information
 -H, --hostname=ADDRESS
Host name, IP Address, or unix socket (must be an absolute path)
 -P, --port=INTEGER
Port number (default: 1645)
 -u, --username=STRING
The user to authenticate
 -p, --password=STRING
Password for autentication (SECURITY RISK)
 -n, --nas-id=STRING
NAS identifier
 -F, --filename=STRING
Configuration file
 -e, --expect=STRING
Response string to expect from the server
 -r, --retries=INTEGER
Number of times to retry a failed connection
 -t, --timeout=INTEGER
Seconds before connection times out (default: 10)


I personally use this definition instead:

define command {
command_namecheck_radius
command_line/usr/lib/nagios/plugins/check_radius -H $HOSTADDRESS$ 
-F /etc/radiusclient/radiusclient.conf -u $ARG1$ -p $ARG2$ -t 10 
}

# lsb_release -rd
Description:Ubuntu 8.04
Release:8.04
# apt-cache policy nagios-plugins
nagios-plugins:
  Installed: 1.4.11-1ubuntu5
  Candidate: 1.4.11-1ubuntu5
  Version table:
 *** 1.4.11-1ubuntu5 0
500 http://se.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

** Affects: nagios-plugins (Ubuntu)
 Importance: Undecided
 Status: New

-- 
check_radius command uses wrong syntax
https://bugs.launchpad.net/bugs/231007
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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-05-16 Thread Erik Forsberg

** Attachment added: "Patch fixing problem"
   http://launchpadlibrarian.net/14554741/commands.cfg.diff

-- 
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 231006] [NEW] Recommend mailx or other package providing /usr/bin/mail

2008-05-16 Thread Erik Forsberg
Public bug reported:

Binary package hint: nagios2

For notification commands as defined in /etc/nagios2/commands.cfg to
work, a /bin/mail (should be /usr/bin/mail, see bug #231004) is
required. The nagios2 package should recommend installation of mailx or
other package providing /usr/bin/mail.

# lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

# apt-cache policy nagios2
nagios2:
  Installed: 2.11-1ubuntu1
  Candidate: 2.11-1ubuntu1
  Version table:
 *** 2.11-1ubuntu1 0
500 http://se.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

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

-- 
Recommend mailx or other package providing /usr/bin/mail
https://bugs.launchpad.net/bugs/231006
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 231003] [NEW] Host key regeneration leaves ltsp out in the cold

2008-05-16 Thread Florian Hars
Public bug reported:

If you regenerate the broken host key on the server, ltsp will hang without so 
much as a log message in the "verifying password" stage.
You have to do a

sudo /usr/sbin/ltsp-update-sshkeys
sudo /usr/sbin/ltsp-update-image

so people can log in again.

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

-- 
Host key regeneration leaves ltsp out in the cold
https://bugs.launchpad.net/bugs/231003
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


[Bug 231004] [NEW] Path to 'mail' incorrect in /etc/nagios2/commands.cfg

2008-05-16 Thread Erik Forsberg
Public bug reported:

Binary package hint: nagios2

/etc/nagios2/commands.cfg defines several commands used as
service_notification_command and host_notification_command.
Unfortunately, the path to the program used to send mail is wrong - it's
set to /bin/mail, should be /usr/bin/mail, at least with the 'mailx'
program which seems to be the best candidate.

# lsb_release -rd
Description:Ubuntu 8.04
Release:8.04

# apt-cache policy nagios2
nagios2:
  Installed: 2.11-1ubuntu1
  Candidate: 2.11-1ubuntu1
  Version table:
 *** 2.11-1ubuntu1 0
500 http://se.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

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

-- 
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 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-16 Thread Dustin Kirkland
*** This bug is a duplicate of bug 224945 ***
https://bugs.launchpad.net/bugs/224945

** This bug has been marked a duplicate of bug 224945
   [SRU] memory leaks in apache2 when running mod_ssl

-- 
Apache 2 produces an OOM after 4 hours using
https://bugs.launchpad.net/bugs/230878
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 121642] Re: smbfs in fstab and nautilus slow up

2008-05-16 Thread wolfger
10 months with no response (4 months incomplete). 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: samba (Ubuntu)
   Status: Incomplete => Invalid

-- 
smbfs in fstab and nautilus slow up
https://bugs.launchpad.net/bugs/121642
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 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-16 Thread Dustin Kirkland
** This bug is no longer a duplicate of bug 224945
   [SRU] memory leaks in apache2 when running mod_ssl

-- 
Apache 2 produces an OOM after 4 hours using
https://bugs.launchpad.net/bugs/230878
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 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-16 Thread Dustin Kirkland
Hi Léobaillard-

I at first marked this a duplicate of Bug #224945, but I see now that
you're not dealing with SSL.  In which case I'm interested in
reproducing this bug (and I un-marked it duplicate).

Would it be possible for you to determine an Apache bench (ab) command
that you can run to reproduce this problem reliably, and quicker than
within 4 hours?

Thanks,
:-Dustin

-- 
Apache 2 produces an OOM after 4 hours using
https://bugs.launchpad.net/bugs/230878
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 174805] Re: [gutsy] graceful-stop fails when apache listens on more than one socket

2008-05-16 Thread Swift
I totally agree with Guillermo, this is a very important fix and needs to be 
backported to gutsy asap.
Because of this bug, we have currently severe problems with our servers.

-- 
[gutsy] graceful-stop fails when apache listens on more than one socket
https://bugs.launchpad.net/bugs/174805
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 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-16 Thread Dustin Kirkland
Marking incomplete until we have full instructions for reproducing this
bug (ideally using ab).

Please change back to "new" once you've provided these.

Thanks!
:-Dustin

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) => Dustin Kirkland (kirkland)
   Status: New => Incomplete

-- 
Apache 2 produces an OOM after 4 hours using
https://bugs.launchpad.net/bugs/230878
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 230878] Re: Apache 2 produces an OOM after 4 hours using

2008-05-16 Thread Léobaillard
Ok, I'll do this as soon as I go back home and post you the results.

-- 
Apache 2 produces an OOM after 4 hours using
https://bugs.launchpad.net/bugs/230878
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 112839] Solved in Ubuntu 8.04: I/O error on access to SMB shares of OS/2 Warp 4 host mounted in Ubuntu

2008-05-16 Thread TEN
mount.cifs /myhost/MYSHARE /mnt/gatekeeper -o 
username=myself,servern=MYHOST,sec=lanman
works for me in Ubuntu 8.04 "Hardy Heron", making e.g. OS/2 shares finally 
accessible again after all these years.

(As a welcome side effect of the improvements in Samba support, printing
via SMB now works out of the box without any of the prior versions'
hassles: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/60931)

Unlike the share name (which will automatically be retried in uppercase
by mount.cifs if not specified this way already), the server name now
has to specified additionally in uppercase as servern=MYHOST in the
above example; otherwise an ambiguous "mount error 2 = No such file or
directory" will be reported.

-- 
I/O error on access to SMB shares of OS/2 Warp 4 host mounted in Ubuntu 7.04
https://bugs.launchpad.net/bugs/112839
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 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread tonyw
I think I have almost found the answer. Look at this bug:

https://bugzilla.samba.org/show_bug.cgi?id=2512

I turned off "Unix Extensions" on the server side and lo and behold I
could mount the share on the client using CIFS and the program worked!
It looks like CIFS is not telling the how truth when you do an ls -l on
a remote share. It may report the local UID/GID as given on the mount,
but when it comes to permission checking...

Unfortunately, turning off the Unix Extensions isn't an ideal answer as
you lose things like symlinks. Making the UIDs and GIDs match over both
client and server should allow Unix Extensions to be kept - but then
you're back to the same UID management problems as for NFS.

-- 
no way to read and write files on mounted samba share on hardy
https://bugs.launchpad.net/bugs/210741
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 229654] Re: muliples crashes after 6.06 to 8.04 x64 upgrade

2008-05-16 Thread Chuck Short
Can you provide the output of testparm -S /etc/samba/smb.conf and
install the samba-dbg package and run the command
/usr/lib/debug/usr/sbin/samba -F

Thanks
chuck

** Changed in: samba (Ubuntu)
   Status: New => Incomplete

-- 
muliples crashes after 6.06 to 8.04 x64 upgrade
https://bugs.launchpad.net/bugs/229654
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 120086] Re: [needs-packaging] add tomcat 6

2008-05-16 Thread muzzamo
Using your PPA repository, I get the following error:

[EMAIL PROTECTED]:~$ sudo apt-get install tomcat6
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  jsvc libcommons-daemon-java libservlet2.5-java libtomcat6-java
The following NEW packages will be installed:
  jsvc libcommons-daemon-java libservlet2.5-java libtomcat6-java tomcat6
0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
Need to get 3254kB of archives.
After this operation, 4321kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
  libservlet2.5-java libtomcat6-java tomcat6
Install these packages without verification [y/N]? y
Get:1 http://ftp.filearena.net hardy/universe libcommons-daemon-java 
1.0.2~svn20061127-6 [38.9kB]
Get:2 http://ftp.filearena.net hardy/universe jsvc 1.0.2~svn20061127-6 [23.7kB]
Get:3 http://ppa.launchpad.net hardy/main libservlet2.5-java 6.0.16-0ubuntu2 
[150kB]
Get:4 http://ppa.launchpad.net hardy/main libtomcat6-java 6.0.16-0ubuntu2 
[3012kB]
Get:5 http://ppa.launchpad.net hardy/main tomcat6 6.0.16-0ubuntu2 [29.3kB] 
Fetched 3254kB in 17s (187kB/s)
Selecting previously deselected package libcommons-daemon-java.
(Reading database ... 109000 files and directories currently installed.)
Unpacking libcommons-daemon-java (from 
.../libcommons-daemon-java_1.0.2~svn20061127-6_all.deb) ...
Selecting previously deselected package jsvc.
Unpacking jsvc (from .../jsvc_1.0.2~svn20061127-6_i386.deb) ...
Selecting previously deselected package libservlet2.5-java.
Unpacking libservlet2.5-java (from 
.../libservlet2.5-java_6.0.16-0ubuntu2_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/libservlet2.5-java_6.0.16-0ubuntu2_i386.deb (--unpack):
 trying to overwrite `/usr/share/java/jsp-api.jar', which is also in package 
libservlet2.4-java
Selecting previously deselected package libtomcat6-java.
Unpacking libtomcat6-java (from .../libtomcat6-java_6.0.16-0ubuntu2_i386.deb) 
...
Selecting previously deselected package tomcat6.
Unpacking tomcat6 (from .../tomcat6_6.0.16-0ubuntu2_i386.deb) ...
Errors were encountered while processing:
 /var/cache/apt/archives/libservlet2.5-java_6.0.16-0ubuntu2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
[needs-packaging] add tomcat 6
https://bugs.launchpad.net/bugs/120086
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 231003] Re: Host key regeneration leaves ltsp out in the cold

2008-05-16 Thread Oliver Grawert
*** This bug is a duplicate of bug 230565 ***
https://bugs.launchpad.net/bugs/230565

** This bug has been marked a duplicate of bug 230565
   cant login with ltsp after update of openssh/openssl

-- 
Host key regeneration leaves ltsp out in the cold
https://bugs.launchpad.net/bugs/231003
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


[Bug 217137] Re: Hardy Heron: Nautilus fails to open directory with more than 140 subfolders

2008-05-16 Thread Geoff123
Could some of these symptoms be related to bug #212789  ?

-- 
Hardy Heron: Nautilus fails to open directory with more than 140 subfolders
https://bugs.launchpad.net/bugs/217137
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 89945] Re: scp doesn't report correct filenames with spaces in verbose mode

2008-05-16 Thread eldragon
could you care explain why is it this way?

-- 
scp doesn't report correct filenames with spaces in verbose mode
https://bugs.launchpad.net/bugs/89945
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


[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread Jan Hoogenraad
My server: an old linux server: Linux 2.2.16-22 #1 Tue Aug 22 16:16:55 EDT 2000 
i586 unknown
/usr/sbin/smbd -V: Version 2.0.7

On the server: both accounts where the uid is the same as on the client, and 
(most) accounts where the uid differs from that on the client.
Passwords in plain text (local network, also supporting Windows XP en Windows 
95 machines)

Shares: defined as:
[homes]
   comment = Home Directories
   browseable = no
   writable = yes

Command:
sudo mount -t smbfs //his01/jhh ~/t5 -o user=jhh

---

Did the client side log I (debug1.txt) attached to the bug report help
you at all ?

 Mapping smb error code 12 to POSIX err -13
 Error in Open = -13
cifs_open returned 0xfff3
CIFS VFS: leaving cifs_open (xid = 30) rc = -13

netmisc is not coming from the samba git, so I looked it up at:
http://lxr.free-electrons.com/source/fs/cifs/netmisc.c
The mapping error string does not tell if it is a DOS or SVR error class. I 
guess it is a bad open mode:
 #define ERRbadaccess12  /* Invalid open mode. */

If I look at the samba SERVER code, I guess that the new Hardy samba
provides garbled (or improved ???) parameters to the open command, where
map_open_params_to_ntcreate then breaks (rather than the PERMISSIONS) on
the server.

The POSIX err -13 is then (incorrectly !) further propagated as a
permissions error.

Furthermore: I am able to read the files using Nautilus, but I need to
type my passwords a few times. It is just that mounting does not work.
Therefore my first personal suspect were the interactions with the (for
Hardy changed) gvfs and keyring.

-- 
no way to read and write files on mounted samba share on hardy
https://bugs.launchpad.net/bugs/210741
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 230534] Re: Improve output of ssh-vulnkey

2008-05-16 Thread Tomas Pospisek
The request should be implemented by the attached patch
*t

** Attachment added: "ssh-vulnkey.patch"
   http://launchpadlibrarian.net/14564955/ssh-vulnkey.patch

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
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


[Bug 230534] Re: Improve output of ssh-vulnkey

2008-05-16 Thread Tomas Pospisek
well the comment was overly short. Here's the output of ssh-vulnkey
before the patch:

# ./ssh-vulnkey -a
Not blacklisted: 2048 a6:d5:5c:58:c6:ed:37:13:50:c1:aa:3c:a4:6c:87:c0 
/etc/ssh/ssh_host_rsa_key 
Not blacklisted: 1024 bf:f4:74:b3:f7:1a:32:b2:8e:e8:b9:81:58:45:a4:14 
/etc/ssh/ssh_host_dsa_key 
Not blacklisted: 2048 f6:04:5d:ee:55:a2:03:c7:6a:da:9a:0a:d1:df:fd:00 
/home/baz/.ssh/id_rsa 
Not blacklisted: 2048 d6:2d:4b:11:6e:a0:68:17:18:14:55:8d:c6:6c:87:da [EMAIL 
PROTECTED]

and after the patch:

# ./ssh-vulnkey -a
Not blacklisted: 2048 a6:d5:5c:58:c6:ed:37:13:50:c1:aa:3c:a4:6c:87:c0 
/etc/ssh/ssh_host_rsa_key 
Not blacklisted: 1024 bf:f4:74:b3:f7:1a:32:b2:8e:e8:b9:81:58:45:a4:14 
/etc/ssh/ssh_host_dsa_key 
Not blacklisted: 2048 f6:04:5d:ee:55:a2:03:c7:6a:da:9a:0a:d1:df:fd:00 
/home/baz/.ssh/id_rsa 
Not blacklisted: 2048 d6:2d:4b:11:6e:a0:68:17:18:14:55:8d:c6:6c:87:da 
/home/baz/.ssh/authorized_keys [EMAIL PROTECTED]

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
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


[Bug 231212] [NEW] UPS services does not autostart during boot.

2008-05-16 Thread Anders Häggström
Public bug reported:

Binary package hint: nut

I recently made a fresh install of Ubuntu 8.04 Server and at the same time 
installed nut for communicating with my UPS, a Belkin Universal UPS 
(F6C120xxUNV). The installation made good progress and after some 
troubleshooting with the serial port I made contact with my UPS.
After next reboot I lost contact again.

To regain contact I had to manually start the driver, and then manually start 
the daemon.
$ sudo upsdrvctl start && sudo upsd

I checked the UPS connection with this command, and a long list of intresting 
details showed up:
$ upsc [EMAIL PROTECTED]

when I tried to shut down the UPS-services I tried the following command, but 
it didn't react, I am still connected to my UPS afterwards.
$ sudo sh /etc/init.d/nut stop

If you need debugging info, logfiles or any other output, just tell me
what to do.

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

-- 
UPS services does not autostart during boot.
https://bugs.launchpad.net/bugs/231212
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 230534] Re: Improve output of ssh-vulnkey

2008-05-16 Thread Tomas Pospisek
Doesn't seem to work reliably on all machines though... :-/

-- 
Improve output of ssh-vulnkey
https://bugs.launchpad.net/bugs/230534
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


[Bug 185729] Re: nautilus is unable to copy folders from samba

2008-05-16 Thread Shawn vega
it's not in my fstab i only mount it using nautilus and also tried smbclient.
I don't know if this helps but I noticed that when rexluv copyed a directory 
smbclient if it should get the directory, on my computer smbclient asks if it 
should get a file(with weird letters), even though i asked it to get a 
directory.

-- 
nautilus is unable to copy folders from samba
https://bugs.launchpad.net/bugs/185729
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 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread Steve Langasek
Hi Jan,

The client-side log really only shows that the kernel driver got an
error accessing the file, and mapped this to the EACCES, which I don't
know to be incorrect.

The requested client- and server-side ls output, showing the respective
permissions, would still be helpful here.

-- 
no way to read and write files on mounted samba share on hardy
https://bugs.launchpad.net/bugs/210741
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 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-16 Thread Steve Langasek
tonyw,

I'm glad to hear that you were able to get your application working!

Based on your output, I'm not convinced that your problem is the same as
.  For one thing, you
mention that you're able to access the files from a text editor, so
there at least doesn't seem to be a lack of read permissions; and in my
experience, when unix extensions are used, whatever file permissions are
shown on the client side are the ones that are actually enforced - and
in your case the client permissions look ok.

One way to test whether permissions are the source of the problem, or
whether it's some other aspect of Unix extensions causing the problem,
would be to re-enable the Unix extensions on the server side and then
use the 'noperm' option when mounting.  If TAS Books works, then it's a
permissions problem; if it doesn't work, then the problem lies with Unix
extensions but not with the Unix permissions handling.

Finally, since this problem only occurs with a closed source
application, it would be helpful to have some sort of client trace here:
either a kernel client trace like the one Jan generated using the
/proc/fs/cifs/traceSMB and /proc/fs/cifs/cifsFYI variables, or the
output of 'strace -efile' showing what sort of file access the
application is doing.

-- 
no way to read and write files on mounted samba share on hardy
https://bugs.launchpad.net/bugs/210741
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