[Bug 310211] [NEW] MySQL table check fails in ANSI mode

2008-12-21 Thread DonQuichote
Public bug reported:

Binary package hint: mysql-server-5.0

Due to non-standard escaping in /usr/share/mysql/debian-start.inc.sh the
sanity check fails if MySQL is running in ANSI mode. Text strings should
be enclosed in single quotes, as double quotes can mean strings (non-
standard mode) or identifiers (ANSI standard mode). Fixed that in
uploaded file (replacement for /usr/share/mysql/debian-start.inc.sh).

What happens is a bit hard to tell exactly, as it will only show during startup 
and I searched the logs for 2 hours and could not find any log entry. However, 
the querylog (which is on on my system) clearly showed the wrong quotation.
(snippet from the log)
  6 Query   select concat(select count(*) into 
@discard from `,
TABLE_SCHEMA, `.`, TABLE_NAME, `) 
  from information_schema.TABLES where ENGINE=MyISAM
(end snippet)
All the double quotes in this snippet should have been single quotes.

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

-- 
MySQL table check fails in ANSI mode
https://bugs.launchpad.net/bugs/310211
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 310211] Re: MySQL table check fails in ANSI mode

2008-12-21 Thread DonQuichote

** Attachment added: Replacement for /usr/share/mysql/debian-start.inc.sh . 
Only quotation was changed. Full file, not a diff.
   http://launchpadlibrarian.net/20614241/debian-start.inc.sh

-- 
MySQL table check fails in ANSI mode
https://bugs.launchpad.net/bugs/310211
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 310230] [NEW] samba usershares rights problem

2008-12-21 Thread Dundee
Public bug reported:

Binary package hint: samba

Usershares of Samba don't work without manual fix of directory rights.

load_usershare_shares: directory /var/lib/samba/usershares is not owned
by root or does not have the sticky bit 't' set or is writable by
anyone.

Solution:
sudo chmod 1775 /var/lib/samba/usershares/

Rights should be solved during installation of samba.

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

-- 
samba usershares rights problem
https://bugs.launchpad.net/bugs/310230
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 310230] Re: samba usershares rights problem

2008-12-21 Thread Lupine
Thank you for taking the time to report this bug and helping to make
Ubuntu better, but unfortunately I've been unable to duplicate this bug.
The devs are going to need to know which version of Samba and which
version of Ubuntu this is happening on.  Currently, I'm running Ubuntu
8.10 with Samba 2:3.2.3-1ubuntu3.3, and if I list out /var/lib/samba/ I
see the correct permissions on usershares.


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

-- 
samba usershares rights problem
https://bugs.launchpad.net/bugs/310230
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 310230] Re: samba usershares rights problem

2008-12-21 Thread Dundee
Thanks for response.

I am running the same. Maybe the problem is, that the system is upgraded from 
7.10 and 8.04.
I will try to reproduce it in fresh installation.

-- 
samba usershares rights problem
https://bugs.launchpad.net/bugs/310230
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 119271] Re: MySQL relay logs are saved in volatile filesystem /var/run

2008-12-21 Thread Jeremy Jackson
The *fix* released breaks an existing replication setup when going from
Gutsy to Hardy.  I had to manually move the relay logs from
/var/run/mysqld to /var/lib/mysql, and edit relay-log.info and mysqld-
relay-bin.index.  But it did work, and saved me re-syncing the whole db.

-- 
MySQL relay logs are saved in volatile filesystem /var/run
https://bugs.launchpad.net/bugs/119271
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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Jack Hanison
The upstream bug logged against the CifsVFS module within samba
https://bugzilla.samba.org/show_bug.cgi?id=1617 has not been updated in
nearly two years. I've pinged a comment on that bug to enquire as to the
status.

My suggestion is that if the upstream bug is not fixed, a Ubuntu patch
should be built into the ubuntu distributed version that implements C.
Russell Lehman's proposed fix (as per the bug report in samba's
bugzilla).

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Christian Perrier
Quoting Jack Hanison (j...@hanison.co.uk):
 The upstream bug logged against the CifsVFS module within samba
 https://bugzilla.samba.org/show_bug.cgi?id=1617 has not been updated in
 nearly two years. I've pinged a comment on that bug to enquire as to the
 status.


Please also note that this bug is recorded in Debian BTS as #177584.

If someone knows how to link Ubuntu bugs and Debian bugs, please do
it..:-)

I would personnally vote against applying a fix for this if it doesn't
get upstream's approval.

For Debian's samba packages, we always avoid applying changes that
aren't motivated by something specific to the distribution...and I'd
suggest the Ubuntu packagers to apply the same policy (as of now,
Ubuntu packages are as close as possible to Debian ones).

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 310303] [NEW] Please merge dovecot

2008-12-21 Thread Siegfried Gevatter (RainCT)
Public bug reported:

Filling this workflow bug so that others know that I'm working on
merging dovecot with the version from Debian experimental.

** Affects: dovecot (Ubuntu)
 Importance: Wishlist
 Assignee: Siegfried Gevatter (RainCT) (rainct)
 Status: In Progress

** Changed in: dovecot (Ubuntu)
   Importance: Undecided = Low
 Assignee: (unassigned) = Siegfried Gevatter (RainCT) (rainct)
   Status: New = In Progress

** Changed in: dovecot (Ubuntu)
   Importance: Low = Wishlist

-- 
Please merge dovecot
https://bugs.launchpad.net/bugs/310303
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Steve Langasek
** Changed in: samba (Debian)
 Bugwatch: Debian Bug tracker #403700 = Debian Bug tracker #177584
   Status: Fix Released = Unknown

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2008-12-21 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Unknown = Confirmed

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 309978] [NEW] package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: update-manager

Automatic bugreport from the upgrade tool (hardy - intrepid). Nothing
particularly unusual about this box (runs MythTV etc., it's a media
server). The only unusual action I took during upgrade was on a
different package (Samba): I chose to attempt a 3-way merge on smb.conf,
which failed immediately (postinst exited 1). I was notified that both
that package and update-manager failed to install/upgrade.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/usr/bin/dpkg returned an error code (1)

NonfreeKernelModules: nvidia
Package: update-manager 1:0.93.34
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.93.34 failed to install/upgrade: 
ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg 
returned an error code (1)
Uname: Linux 2.6.24-22-generic x86_64

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


** Tags: apport-package
-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.edge.launchpad.net/bugs/309978
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 309978] Re: package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2008-12-21 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 293539 ***
https://bugs.launchpad.net/bugs/293539

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 293539, 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 attach the files /etc/samba/smb.conf
and /etc/samba/smb.conf.ucf-new to this report.

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.

** Changed in: samba (Ubuntu)
Sourcepackagename: update-manager = samba
   Status: New = Triaged

** This bug has been marked a duplicate of bug 293539
   package samba failed to install/upgrade: Conflicts found! Please edit 
`/etc/samba/smb.conf' and sort them out manually.

-- 
package update-manager 1:0.93.34 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/309978
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 307408] [NEW] System freeze when working on Samba or Cifs mounted share of NetApp server

2008-12-21 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have a server from Network Appliances that I mount on my Xubuntu 8.10
via SAMBA or CIFS. Mounting a share from that server is ok, but when
changing to a directory below that mountpoint, the system quickly
crashes.

The directory in which one I change has some 250 directory entries. In
the few cases, where the system doesn't crash and where I can do an
ls,  the result only shows some 145 of the 250 directories.

As I told, the system normally freezes. It does this nearly every time
when entering cd followed by TAB (for bash completion). In that case,
nothing works any longer, not the mouse nor the keyboard. The system can
even not be pinged any longer.

I do not use any special mount options, just
   mount.cifs //server/share /mnt/xxx
or
   mount.smbfs ...

I can easily reproduce the problem on
 - Ubuntu 8.10
 - Xubuntu 8.10
 - Debian Lenny (since I updated it 14 days ago; before that update, there  was 
no problem)

The problem does not appear on
 - Ubuntu 8.04
 - Debian Etch

There's no problem  mounting a Samba share on a Linux  server; the bug
only occurs when mounting a NetApp share.

I made my tests on 4 different PCs with the same results everywhere.

I saw a similar bug report with the  number 296304. Although the server
there is a Wind98 oldtimer, the effects seem to be the same.

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

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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 307408] Re: System freeze when working on Samba or Cifs mounted share of NetApp server

2008-12-21 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. This bug did not have a package associated with it, which is important 
for ensuring that it gets looked at by the proper developers. You can learn 
more about finding the right package at 
https://wiki.ubuntu.com/Bugs/FindRightPackage . I have classified this bug as a 
bug in samba.
For future reference you might be interested to know that a lot of applications 
have bug reporting functionality built in to them. This can be accessed via the 
Report a Problem option in the Help menu for the application with which you are 
having an issue. You can learn more about this feature at 
https://wiki.ubuntu.com/ReportingBugs.

** Changed in: samba (Ubuntu)
Sourcepackagename: None = samba

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-21 Thread rossjenkins
If anyone is still following this thread, they seem to be making
progress on the root problem of the write issue to NAS devices in samba-
bugs# 5953 (link at the top of the page).

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
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