[Bug 358261] [NEW] net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread therebel22
Public bug reported: Binary package hint: samba Hi, it is a request feature : Example : - you have a Windows 2003 Domain Controller named dc1. - you have a linux machine and in smb.conf, a mistake is made : netbios name parameter is set to dc1 if you want to join machine to your domain, and

[Bug 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread Thierry Carrez
It's by design that you can replace an existing object machine. The DC should probably protect itself against overwriting itself. What happens if you run net ads join instead of net rpc join ? Does it refuse to overwrite the existing DC machine object ? Could you post the output of both commands

[Bug 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread therebel22
Sorry, i can't test it anymore. I haven't any test DC and my windows admin don't want me to test it again on production DC .. If anybody can .. -- net rpc command potentially dangerous on Windows 2003 Server https://bugs.launchpad.net/bugs/358261 You received this bug notification because you

[Bug 358382] [NEW] iostat -N doesn't report device mapper names

2009-04-09 Thread Hugh Saunders
Public bug reported: Binary package hint: sysstat Ubuntu Release: 8.04LTS Package: sysstat Package Version: 8.0.3-1ubuntu1 Expected: Using iostat -N statistics are shown against device mapper names (from /dev/mapper/*) Actually Happened: Statistics are shown against devices labeled as dm-n

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2009-04-09 Thread leopard
Ubuntu 8.04 Sometimes I have error in log. High loaded server, online system writen by PHP and using Postgresql. $ tail -f /var/log/messages Apr 9 13:15:01 dbserver kernel: [ 7110.775499] php[14257]: segfault at eip b6e98e8f esp bfef4ca0 error 4 Apr 9 13:15:01 dbserver kernel: [

[Bug 358261] Re: net rpc command potentially dangerous on Windows 2003 Server

2009-04-09 Thread therebel22
I finally have made the test 2 times whith net ads join : r...@...: net ads join -U Administrateur -S dc Joined '...' to realm 'realm' r...@...: net ads join -U Administrateur -S dc Joined '...' to realm 'realm' With net rpc join, 2 times : r...@...: net rpc join -U Administrateur -S dc Joined

[Bug 354243] Re: Nautilus fails to browse any share on network to which Iomega Home Network Hard Drive (MDHD500-N, firmware K108.W15) is attached.

2009-04-09 Thread Stephen D Kamm
Given the confusion introduced by my Comment 9, I will restrict my further comments to the original case of Bug 354243: a LIVE SESSION run from a Ubuntu 9.04 beta Desktop i386 CD. That being the case, I ask: Once I have edited and saved /etc/samba/smb.conf, how am I to restart smbclient? The

[Bug 358468] [NEW] Samba crashes on install....

2009-04-09 Thread Mr Green
Public bug reported: Binary package hint: samba On install of samba I get the following: * Starting Samba daemons[fail] invoke-rc.d: initscript samba, action start failed. dpkg: error processing samba (--configure): subprocess post-installation

[Bug 358468] Re: Samba crashes on install....

2009-04-09 Thread Mr Green
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/25111641/Dependencies.txt ** Attachment added: DpkgTerminalLog.gz http://launchpadlibrarian.net/25111643/DpkgTerminalLog.gz -- Samba crashes on install https://bugs.launchpad.net/bugs/358468 You received this bug

[Bug 90681] Re: resolv.conf overwritten using VPN/PPP etc...

2009-04-09 Thread definingmoment
Any updates? Is there a patch in the works for this? -- resolv.conf overwritten using VPN/PPP etc... https://bugs.launchpad.net/bugs/90681 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

[Bug 326768] Re: mysql thinks it has crashed when it hasn't

2009-04-09 Thread MarcRandolph
Bug 358173 may be a duplicate of this. Thanks to the original reporter for proposing a solution. ** Changed in: mysql-dfsg-5.0 (Ubuntu) Status: Incomplete = Confirmed -- mysql thinks it has crashed when it hasn't https://bugs.launchpad.net/bugs/326768 You received this bug notification

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-09 Thread Colin Watson
iscsi=true should still be supported in Jaunty; I can find no evidence that it has been removed from the installer. preseed_aliases still lists it and disk-detect.sh still handles it. -- iSCSI install fails under hardy https://bugs.launchpad.net/bugs/236640 You received this bug notification

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-09 Thread Colin Watson
I've uploaded a partial fix (which needs release team approval since we're in freeze), although I can't test this myself so there may well be more to it than this. Still, this part by itself seems obviously correct to me. open-iscsi (2.0.870.1-0ubuntu3) jaunty; urgency=low * Invoke iscsi-iname

[Bug 358589] [NEW] Segmentation fault during peer startup in failover configuration

2009-04-09 Thread Matt Kassawara
Public bug reported: Configuration: I'm running redundant servers using failover peer mode in which both daemons actively handle DHCP requests and share lease information. Expected operation: Under normal operating conditions, both daemons should start in any order, synchronize lease

[Bug 358589] Re: Segmentation fault during peer startup in failover configuration

2009-04-09 Thread Matt Kassawara
** Attachment added: gdb-dhcp3-server.txt http://launchpadlibrarian.net/25129658/gdb-dhcp3-server.txt -- Segmentation fault during peer startup in failover configuration https://bugs.launchpad.net/bugs/358589 You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 358612] [NEW] X11 forwarding fails (Invalid MIT-MAGIC-COOKIE)

2009-04-09 Thread Andrew Schulman
Public bug reported: Binary package hint: openssh-client ssh X11 forwarding to my intrepid client from my openssh server used to work, but it always fails now, with Invalid MIT-MAGIC-COOKIE. Please see the example session log below. Forwarding succeeds to a Windows client running PuTTY, so the

[Bug 90812] Re: perl backend can't use dynamically loaded modules (DBI, POSIX...)

2009-04-09 Thread Davor Ocelic
Just a note for those wanting to run slapd perl backed right away-- the solution is simply to preload libperl in the slapd startup command like this: LD_PRELOAD=/usr/lib/libperl.so.5.10 /usr/sbin/slapd -d 256. -- perl backend can't use dynamically loaded modules (DBI, POSIX...)

[Bug 358652] [NEW] Error during mysql slave replication

2009-04-09 Thread Mariusz Kielpinski
Public bug reported: After upgrading to jaunty I have problem with replication system in mysql. After every system reboot I have to issue RESET SLAVE; START SLAVE; command to continue this to work. The reason for that is fact that relays log have higher index number than number stored in mysqld-

[Bug 270698] Re: [Intrepid] ./configure arguments need --localstatedir=var

2009-04-09 Thread Jelmer Vernooij
** Changed in: samba4 (Ubuntu) Status: Fix Committed = Fix Released -- [Intrepid] ./configure arguments need --localstatedir=var https://bugs.launchpad.net/bugs/270698 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba4 in

[Bug 216358] Re: Samba crashes repeatedly to assert_uid

2009-04-09 Thread Brian Murray
I've removed the patch flags from the previous attachments that were flagged as patches since they didn't seem to fix the issue although they are still patches. This will prevent the bug from showing up in the patched bug workflow which seems most appropriate so no action is to be taken with the

[Bug 358703] [NEW] Wrong/insecure configuration of PHP module

2009-04-09 Thread imagine
Public bug reported: Binary package hint: libapache2-mod-php5 The Apache directives inside /etc/apache2/mods-available/php5.conf are both wrong and insecure. The relevant lines are: --- AddType application/x-httpd-php .php .phtml .php3 AddType application/x-httpd-php-source .phps --- 1.

[Bug 357583] Re: missing the last bit for powering off the system

2009-04-09 Thread Dustin Kirkland
** Changed in: nut (Ubuntu) Importance: Undecided = High ** Changed in: nut (Ubuntu) Status: Confirmed = In Progress -- missing the last bit for powering off the system https://bugs.launchpad.net/bugs/357583 You received this bug notification because you are a member of Ubuntu Server

[Bug 357583] Re: missing the last bit for powering off the system

2009-04-09 Thread Dustin Kirkland
Trivial debdiff attached. Subscribing the release team to signoff for upload... :-Dustin ** Attachment added: 357583.debdiff http://launchpadlibrarian.net/25166797/357583.debdiff -- missing the last bit for powering off the system https://bugs.launchpad.net/bugs/357583 You received this

[Bug 61989] Re: [Edgy dhclient regression] error: Message too long

2009-04-09 Thread Mircea B
This is still an issue in Ubuntu 9.04 Beta I'm behind a router that serves as a DHCP server. I boot the live CD Ubuntu 9.04 Beta, and I have no connection. The mtu is set to 64 and dhcp failed. I have to: - sudo vi /etc/dhcp3/dhclient.conf and remove interface-mtu, - sudo ifconfig eth0 mtu 1500

[Bug 335581] Re: Ubuntu Server Install Fails with Dep Errors

2009-04-09 Thread Dustin Kirkland
Pete- I'm marking this 'fix released'. I'm not able to reproduce this on the current server cd's. As you know, the daily snapshots can certain have quirks. I bet this was just one of them... :-Dustin ** Changed in: ubuntu Status: New = Fix Released -- Ubuntu Server Install Fails

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-09 Thread Dustin Kirkland
** Changed in: open-iscsi (Ubuntu Jaunty) Importance: Undecided = High ** Changed in: open-iscsi (Ubuntu Jaunty) Status: New = In Progress ** Changed in: open-iscsi (Ubuntu Jaunty) Assignee: Dustin Kirkland (kirkland) = Colin Watson (cjwatson) -- iSCSI install fails under hardy

[Bug 358652] Re: Error during mysql slave replication

2009-04-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make Ubuntu better. Could you describe your replication configuration? Could you post the mysql configuration file on both the master and slave? ** Changed in: mysql-dfsg-5.0 (Ubuntu) Importance: Undecided = Medium ** Changed in:

[Bug 90681] Re: resolv.conf overwritten using VPN/PPP etc...

2009-04-09 Thread medvet
I installed jaunty and some of this is fixed - new NetworkManager is much more straight-forward as far as routing settings are concerned, and resolv.conf gets updated (with target DNS appearing before others in the file). I am still missing a connection-specific search domains, though... --

[Bug 357583] Re: missing the last bit for powering off the system

2009-04-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nut - 2.4.1-2ubuntu4 --- nut (2.4.1-2ubuntu4) jaunty; urgency=low * debian/nut.links: must create the init script link, used if the ups needs to be powered down, LP: #357583 -- Dustin Kirkland kirkl...@ubuntu.com Thu, 09 Apr 2009 14:01:54