[Bug 701765] Re: Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread Yabawock
Can confirm this on lucid as well (libapache2-mod-php5)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  Unknown: Failed opening required '/usr/share/phpmyadmin/index.php'
  (include_path='.') in Unknown on line 0

-- 
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 701765] Re: Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread Stephan Jaensch
I can confirm this on hardy as well as karmic. Perfectly valid
open_basedir restrictions stopped working. Removing the trailing slash
might be a workaround, but it actually weakens the restriction.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  Unknown: Failed opening required '/usr/share/phpmyadmin/index.php'
  (include_path='.') in Unknown on line 0

-- 
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 701765] Re: Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread James78
Agreed. This is a pretty big security risk to have weakened restrictions
because it stopped working (with the only workaround being removing the
trailing slash), and should be fixed asap.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  Unknown: Failed opening required '/usr/share/phpmyadmin/index.php'
  (include_path='.') in Unknown on line 0

-- 
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 701765] Re: open_basedir breaks with leading slash on paths; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread James78
** Summary changed:

- Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' 
(include_path='.') in Unknown on line 0
+ open_basedir breaks with leading slash on paths; Unknown: Failed opening 
required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on 
line 0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks with leading slash on paths; Unknown: Failed
  opening required '/usr/share/phpmyadmin/index.php' (include_path='.')
  in Unknown on line 0

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed when you add a leading slash in configuration; Unknown: Failed opening required '/usr/share/phpmyadmin/index.p

2011-01-12 Thread James78
** Summary changed:

- open_basedir breaks with leading slash on paths; Unknown: Failed opening 
required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on 
line 0
+ open_basedir breaks by restricting paths to files that should be allowed when 
you add a leading slash in configuration; Unknown: Failed opening required 
'/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed when you add a leading slash in configuration; Unknown: Failed
  opening required '/usr/share/phpmyadmin/index.php' (include_path='.')
  in Unknown on line 0

-- 
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 701850] [NEW] fail open_basedir in libapache2-mod-php5 5.3.3-1ubuntu9.2

2011-01-12 Thread Daniel Firvida
Public bug reported:

Binary package hint: php5

In the last security update of libapache2-mod-php5, the directive
open_basedir don't work correctly, the directory-tree definition don't
work as describe in http://php.net/manual/en/ini.core.php#ini.open-
basedir

The error log:

[Wed Jan 12 08:56:57 2011] [error] [client 79.148.124.X] PHP Warning:  Unknown: 
failed to open stream: Operation not permitted in Unknown on line 0
[Wed Jan 12 08:56:57 2011] [error] [client 79.148.124.X] PHP Fatal error:  
Unknown: Failed opening required '/var/www/myvhost/index.php' 
(include_path='.:/usr/share/php:/usr/share/pear') in Unknown on line 0
[Wed Jan 12 08:56:58 2011] [error] [client 79.148.124.X] PHP Warning:  Unknown: 
open_basedir restriction in effect. File(/var/www/myvhost/index.php) is not 
within the allowed path(s): (/var/www/) in Unknown on line 0

The directory-tree /var/www/ include /var/www/myvhost/ and don`t work
correctly.

Thanks

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701850

Title:
  fail open_basedir in libapache2-mod-php5 5.3.3-1ubuntu9.2

-- 
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 701850] Re: fail open_basedir in libapache2-mod-php5 5.3.3-1ubuntu9.2

2011-01-12 Thread Daniel Firvida
*** This bug is a duplicate of bug 701765 ***
https://bugs.launchpad.net/bugs/701765

** This bug has been marked a duplicate of bug 701765
   open_basedir breaks by restricting paths to files that should be allowed 
when you add a leading slash in configuration; Unknown: Failed opening required 
'/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0
 * You can subscribe to bug 701765 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/701765/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701850

Title:
  fail open_basedir in libapache2-mod-php5 5.3.3-1ubuntu9.2

-- 
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 684875] Re: Patch to Natty 2.6.37-virtual breaks non-EC2 users

2011-01-12 Thread Alex Bligh
I have tested this on Xen 3.3.1 in HVM mode and now correctly get
/dev/xvda etc.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/684875

Title:
  Patch to Natty 2.6.37-virtual breaks non-EC2 users

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed when you add a leading slash in configuration; Unknown: Failed opening required '/usr/share/phpmyadmin/index.p

2011-01-12 Thread Daniel Firvida
I confirm this on maverick also

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed when you add a leading slash in configuration; Unknown: Failed
  opening required '/usr/share/phpmyadmin/index.php' (include_path='.')
  in Unknown on line 0

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread James78
** Summary changed:

- open_basedir breaks by restricting paths to files that should be allowed when 
you add a leading slash in configuration; Unknown: Failed opening required 
'/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0
+ open_basedir breaks by restricting paths to files that should be allowed; 
Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' 
(include_path='.') in Unknown on line 0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-01-12 Thread ingo
Today another libc6 upgrade (security) came in. This is Lucid's file
system just after shutdown:

# fsck -f /dev/sda6
fsck 1.40.8 (13-Mar-2008)
e2fsck 1.40.8 (13-Mar-2008)
Lucid: stelle das Journal wieder her
Bereinige verwaist Inode 310667 (uid=0, gid=0, mode=0100644, size=51712)
Bereinige verwaist Inode 310663 (uid=0, gid=0, mode=0100755, size=1572232)
Bereinige verwaist Inode 310661 (uid=0, gid=0, mode=0100755, size=135745)
Bereinige verwaist Inode 310651 (uid=0, gid=0, mode=0100644, size=43552)
Bereinige verwaist Inode 310650 (uid=0, gid=0, mode=0100644, size=35712)
Bereinige verwaist Inode 310644 (uid=0, gid=0, mode=0100644, size=31744)
Bereinige verwaist Inode 310640 (uid=0, gid=0, mode=0100755, size=136936)
Bereinige verwaist Inode 310639 (uid=0, gid=0, mode=0100644, size=97256)
Durchgang 1: Prüfe Inodes, Blocks, und Größen
Durchgang 2: Prüfe Verzeichnis Struktur
Durchgang 3: Prüfe Verzeichnis Verknüpfungen
Durchgang 4: Überprüfe die Referenzzähler
Durchgang 5: Überprüfe Gruppe Zusammenfassung

Lucid: * DATEISYSTEM WURDE VERÄNDERT *
Lucid: 221800/1028160 Dateien (1.2% nicht zusammenhängend), 1258926/4112632 
Blöcke

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

-- 
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 701886] [NEW] no Access to SAMBA Server from Windows ADS

2011-01-12 Thread emu
Public bug reported:

Binary package hint: samba

Hello Folks,

i have a big problem an hope you can help me.

i have a Ubuntu Server 10.04 an i have install samba on this Server. now
my problem is i can not access from Windows on my Samba share, i get a
user and pw query.

but funny is only from one Server "Windows DC" the Access works fine,
but from client don´t work.

i have put my samba server in the Windows ADS, all this works fine.

i send you my config an put same commans output in

i hope you can help me,

best regards 
Edmund Jung

---
net ads info 
LDAP server: 10.0.1.25
LDAP server name: dc3.dom.abc 
Realm: DOM.ABC 
Bind Path: dc=DOM,dc=ABC 
LDAP port: 389 
Server time: Wed, 12 Jan 2011 12:18:05 CET 
KDC server: 10.0.1.25 
Server time offset: -212
-

sudo klist 
Ticket cache: FILE:/tmp/krb5cc_0 Default 
principal: administra...@dom.abc
Valid starting Expires Service principal 01/12/11 11:30:14 01/12/11 21:26:48 
krbtgt/dom@dom.abc


sudo wbinfo -u 
LINUX4+sbp 
gast
iusr_dc2 iusr_dc1 
administrator ...


sudo wbinfo -g 
domdomras- 
und 
ias-server 
domzertifikatherausgeber 
richtlinien-ersteller-besitzer
organisations-admins
schema-admins 
..



i find this in 
/var/log/samba/log.windowsclint

  create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
[2011/01/11 11:29:29,  1] smbd/service.c:1063(make_connection_snum)

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-12 Thread emu

** Attachment added: "nsswitch.conf"
   
https://bugs.launchpad.net/bugs/701886/+attachment/1791798/+files/nsswitch.conf

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-12 Thread emu

** Attachment added: "smb.conf"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/701886/+attachment/1791799/+files/smb.conf

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-12 Thread Yann Hamon
I believe this is the issue I am also experimenting. My problem seems very 
close to the following bug:
http://www.mail-archive.com/samba@lists.samba.org/msg103373.html

I can access my VM fine using its name (ie \\samba-2) but get prompted
for username and password if I try one of its netbios aliases.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-01-12 Thread DeJe
I can confirm that on Ubuntu Lucid 64bit.

Bug still in place...

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

-- 
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 701896] [NEW] NTP Apparmor configuration denies access to clockstats

2011-01-12 Thread David Tulloh
Public bug reported:

Binary package hint: ntp

Ubuntu 10.04.1 LTS
ntp 1:4.2.4p8+dfsg-1ubuntu2

I enabled the statsdir line in the NTP config file triggering the generation of 
loopstats, peerstats and clockstats.
Unfortunately the clockstats file creation was blocked by AppArmor.

The loopstats and peerstats permissions were fine.  I fixed the
clockstats problem by duplicating the peerstats line and modifying it
appropriately.

58a59
>   /var/log/ntpstats/clockstats* rwl,


apport output is attached and includes full AppArmor and NTP config
files.

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


** Tags: apparmor

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/701896

Title:
  NTP Apparmor configuration denies access to clockstats

-- 
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 701896] Re: NTP Apparmor configuration denies access to clockstats

2011-01-12 Thread David Tulloh

** Attachment added: "NTP apport output"
   https://bugs.launchpad.net/bugs/701896/+attachment/1791869/+files/apport.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/701896

Title:
  NTP Apparmor configuration denies access to clockstats

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread Steve Beattie
** Changed in: php5 (Ubuntu)
   Status: New => Confirmed

** Changed in: php5 (Ubuntu)
   Importance: Undecided => High

** Changed in: php5 (Ubuntu)
 Assignee: (unassigned) => Steve Beattie (sbeattie)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 700999] Re: package tomcat6 (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-01-12 Thread Thierry Carrez
Error is:
Setting up tomcat6 (6.0.24-2ubuntu1.5) ...
chmod: cannot access `/etc/tomcat6/tomcat-users.xml': No such file or directory
dpkg: error processing tomcat6 (--configure):
 subprocess installed post-installation script returned error exit status 1

You apparently removed manually the /etc/tomcat6 directory contents. If
you want to purge configuration files, you should use "apt-get purge"
instead, otherwise you break dpkg handling of conffiles.

Run:
sudo apt-get purge tomcat6

Then you should be able to reinstall tomcat6 without errors.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.
https://bugs.launchpad.net/bugs/700999

Title:
  package tomcat6 (not installed) failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread James78
I stated in the bug description that I wasn't sure if this affected php
on mod_fcgi. I've tested this out now, and it also affects it as it does
on mod_php5.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 691737] Re: Dangling symlinks in /usr/lib/odbc created by installing unixodbc -- missing library files

2011-01-12 Thread J G Miller
Thank you for your response and the good news that this bug has been
fixed in a later release.

As far as I am aware the dangling symlinks are not causing a problem
with the functionality of the package.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to unixodbc in ubuntu.
https://bugs.launchpad.net/bugs/691737

Title:
  Dangling symlinks in /usr/lib/odbc created by installing unixodbc --
  missing library files

-- 
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 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-12 Thread emu
Hi Yann,

yes the probelm looks the same.

when i go over 
\\ipadress\share works
\\server.domain.abc\share works
\\servername\share dont work

but i have not understand in your Link what is the solution ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 701896] Re: NTP Apparmor configuration denies access to clockstats

2011-01-12 Thread Jamie Strandboge
** Changed in: ntp (Ubuntu)
   Importance: Undecided => Low

** Changed in: ntp (Ubuntu)
   Status: New => Confirmed

** Changed in: ntp (Ubuntu)
 Assignee: (unassigned) => Jamie Strandboge (jdstrand)

** Changed in: ntp (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/701896

Title:
  NTP Apparmor configuration denies access to clockstats

-- 
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 701944] [NEW] snmpd postinst fails if user cannot be deleted

2011-01-12 Thread Disconnect
Public bug reported:

Setting up snmpd (5.4.2.1~dfsg0ubuntu1-0ubuntu2.1) ...
userdel: cannot remove entry 'snmp' from /etc/passwd
/usr/sbin/deluser: `/usr/sbin/userdel snmp' returned error code 1. Exiting.
dpkg: error processing snmpd (--configure):
 subprocess installed post-installation script returned error exit status 1

We use ldap authentication, so deluser fails (correctly, as I don't want
packages wandering around screwing up global user/group entries.)

Removing the deluser/adduser block from the postinst (leaving the chown
there) works fine.

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in ubuntu.
https://bugs.launchpad.net/bugs/701944

Title:
  snmpd postinst fails if user cannot be deleted

-- 
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 701886] Re: no Access to SAMBA Server from Windows ADS

2011-01-12 Thread emu
i have make log level 99 on Samba, end put the log file on the case

but this is to much infos for me i cant see the error :-(

but i have fount a outer probelm

when i start testparm he give me a erroer, is her a the Probelm?


s...@linux4:/var/log/samba$ sudo testparm
[sudo] password for sbp:
Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section "[homes]"
Processing section "[profiles]"
Processing section "[groups]"
Processing section "[printers]"
Processing section "[print$]"
Processing section "[users2]"
Loaded services file OK.
'winbind separator = +' might cause problems with group membership.
Server role: ROLE_DOMAIN_MEMBER
Press enter to see a dump of your service definitions


** Attachment added: "log.backup1"
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/701886/+attachment/1791925/+files/log.backup1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/701886

Title:
  no Access to SAMBA Server from Windows ADS

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread Steve Beattie
This looks to be the relevant upstream bug
http://bugs.php.net/bug.php?id=53352 and commit:
http://svn.php.net/viewvc?view=revision&revision=305698 that fixed it.
I'm building and testing packages with that commit applied to verify it
fixes the issue.

** Bug watch added: bugs.php.net/ #53352
   http://bugs.php.net/bug.php?id=53352

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 701896] Re: NTP Apparmor configuration denies access to clockstats

2011-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package ntp - 1:4.2.6.p2+dfsg-1ubuntu3

---
ntp (1:4.2.6.p2+dfsg-1ubuntu3) natty; urgency=low

  * debian/apparmor-profile: allow access to clockstats too (LP: #701896)
 -- Jamie StrandbogeWed, 12 Jan 2011 10:05:41 -0600

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.
https://bugs.launchpad.net/bugs/701896

Title:
  NTP Apparmor configuration denies access to clockstats

-- 
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 683743] Re: Please investigate adjusting the mysql apparmor profile to support akonadi

2011-01-12 Thread Jamie Strandboge
Steve Beattie had the idea that we could create an
/etc/apparmor.d/mysqld.d directory for programs such as akonadi to drop
profile snippets into to add additional paths. This is an interesting
idea, but we still need to review if the default profile is appropriate
for akonadi.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/683743

Title:
  Please investigate adjusting the mysql apparmor profile to support
  akonadi

-- 
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 573853] Re: Cannot control squid "Unknown instance"

2011-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package squid-deb-proxy - 0.3.4

---
squid-deb-proxy (0.3.4) natty; urgency=low

  * Removing expect fork and passing -N to squid to prevent upstart
losing track of squid on reload (LP: #573853)
 -- Clint ByrumTue, 11 Jan 2011 15:07:37 -0800

** Changed in: squid-deb-proxy (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.
https://bugs.launchpad.net/bugs/573853

Title:
  Cannot control squid "Unknown instance"

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread Ondřej Surý
Just a note from Debian to Ubuntu maintainers: if you have tracked (and
helped) in Debian php packaging, you would be free of this shame, since
this bug was already fixed in 5.3.3-5 which was released on 30th
November 2010.

** Bug watch added: Debian Bug tracker #605391
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605391

** Also affects: php via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605391
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 697105] Re: Segfault on POST

2011-01-12 Thread lbr-linux
Shankao thank your packages fix my problem

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.
https://bugs.launchpad.net/bugs/697105

Title:
  Segfault on POST

-- 
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 687979] Re: [FTBFS] package 'jug' (2.0.0-1) failed to build on natty

2011-01-12 Thread Brian Murray
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to jug in ubuntu.
https://bugs.launchpad.net/bugs/687979

Title:
  [FTBFS] package 'jug' (2.0.0-1) failed to build on natty

-- 
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 688085] Re: Guest kernel hang during boot when KVM is active on i386 host

2011-01-12 Thread Serge Hallyn
Patch is said to be in maverick-next.

I'd like to hear confirmation (or denial) from original bug reporter as
to whether the patch fixed the problem.  (I'm unconvinced that this is
actually a dup of the Meego bug)

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu)
 Assignee: Serge Hallyn (serge-hallyn) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kvm in ubuntu.
https://bugs.launchpad.net/bugs/688085

Title:
  Guest kernel hang during boot when KVM is active on i386 host

-- 
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 683743] Re: Please investigate adjusting the mysql apparmor profile to support akonadi

2011-01-12 Thread Jamie Strandboge
** Changed in: mysql-5.1 (Ubuntu)
   Status: New => Triaged

** Changed in: akonadi (Ubuntu)
   Status: New => Triaged

** Changed in: mysql-5.1 (Ubuntu)
 Assignee: (unassigned) => Jamie Strandboge (jdstrand)

** Changed in: akonadi (Ubuntu)
 Assignee: (unassigned) => Jamie Strandboge (jdstrand)

** Changed in: akonadi (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in ubuntu.
https://bugs.launchpad.net/bugs/683743

Title:
  Please investigate adjusting the mysql apparmor profile to support
  akonadi

-- 
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 702129] [NEW] samba default dependency doesn't allow the configuration of an user share

2011-01-12 Thread draco
Public bug reported:

Binary package hint: samba

$ uname -a
Linux pierre-G41M-ES2L 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 
2010 i686 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.10
Release:10.10
Codename:   maverick

$ apt-cache policy samba
samba:
  Installé : 2:3.5.4~dfsg-1ubuntu8.1
  Candidat : 2:3.5.4~dfsg-1ubuntu8.1
 Table de version :
 *** 2:3.5.4~dfsg-1ubuntu8.1 0
500 http://fr.archive.ubuntu.com/ubuntu/ maverick-updates/main i386 
Packages
100 /var/lib/dpkg/status
 2:3.5.4~dfsg-1ubuntu8 0
500 http://fr.archive.ubuntu.com/ubuntu/ maverick/main i386 Packages

---

Right after installing Samba sharing service via Nautilus and after a reboot, I 
am unable to set up the default share option.
(See screenshot for the error reported).

I have to manually install the package samba-common-bin in order to install the 
"testparm" command.
I assume that the auto-installed packages via Nautilus, should have 
samba-common-bin as dependency.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702129

Title:
  samba default dependency doesn't allow the configuration of an user
  share

-- 
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 702129] Re: samba default dependency doesn't allow the configuration of an user share

2011-01-12 Thread draco

** Attachment added: "Capture-Partage de dossier.png"
   
https://bugs.launchpad.net/bugs/702129/+attachment/1792219/+files/Capture-Partage%20de%20dossier.png

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/702129

Title:
  samba default dependency doesn't allow the configuration of an user
  share

-- 
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 684875] Re: Patch to Natty 2.6.37-virtual breaks non-EC2 users

2011-01-12 Thread Stefan Bader
Some notes on this which come up to me while looking at some other
issues. Currently the Natty images seem to contain two entries in
/etc/fstab that point to /dev/sd* devices. At first the entry for swap
was scaring me a bit as it did not have a nobootwait and my reboots were
not coming back. But it seems that was another issue with some old
kernel version which prevented the reboot command issued from within the
instance to fail. I just tested again with a recent kernel and that
seems to be ok (naturally without getting any swap mounted).

So for getting the mounts right, there may be some additional scripting
needed but at least it does not seem to cause any fatal boot fail when
the names change.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/684875

Title:
  Patch to Natty 2.6.37-virtual breaks non-EC2 users

-- 
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 673705] Re: running guests freeze when a guest is powered down

2011-01-12 Thread Jeremy Foshee
Hi Mathias,

This bug was reported a while ago and there hasn't been any activity in it 
recently. We were wondering if this is still an issue? Can you try with the 
latest development release of Ubuntu?  ISO CD images are available from 
http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you run the following command from a Terminal 
(Applications->Accessories->Terminal).  It will automatically gather and attach 
updated debug information to this report.

apport-collect -p linux 673705

Also, if you could test the latest upstream kernel available that would be 
great.  It will allow additional upstream developers to examine the issue.  
Refer to https://wiki.ubuntu.com/KernelMainlineBuilds .  Once you've tested the 
upstream kernel, please remove the 'needs-upstream-testing' tag.  This can be 
done by clicking on the yellow pencil icon next to the tag located at the 
bottom of the bug description and deleting the 'needs-upstream-testing' text.  
Please let us know your results.

Thanks in advance.

[This is an automated message.  Apologies if it has reached you 
inappropriately; please just reply to this message indicating so.]


** Tags added: needs-kernel-logs

** Tags added: needs-upstream-testing

** Tags added: kj-triage

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
https://bugs.launchpad.net/bugs/673705

Title:
  running guests freeze when a guest is powered down

-- 
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 672986] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

2011-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.3.1-0ubuntu2

---
euca2ools (1.3.1-0ubuntu2) natty; urgency=low

  * update patch delta upstream information (all delta now upstream)
  * cherry pick upstream commits
* r318 : fix euca-bundle-img to correctly create checksum (LP: #600783)
* r319 : correctly catch man page build errors
  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott MoserWed, 12 Jan 2011 17:29:32 -0500

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/672986

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem uuid

-- 
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 667793] Re: euca-bundle-vol/ec2-bundle-vol should copy filesystem label

2011-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.3.1-0ubuntu2

---
euca2ools (1.3.1-0ubuntu2) natty; urgency=low

  * update patch delta upstream information (all delta now upstream)
  * cherry pick upstream commits
* r318 : fix euca-bundle-img to correctly create checksum (LP: #600783)
* r319 : correctly catch man page build errors
  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott MoserWed, 12 Jan 2011 17:29:32 -0500

** Changed in: euca2ools (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/667793

Title:
  euca-bundle-vol/ec2-bundle-vol should copy filesystem label

-- 
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 600783] Re: euca-bundle-vol, euca-bundle-image use invalid sha1sum

2011-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.3.1-0ubuntu2

---
euca2ools (1.3.1-0ubuntu2) natty; urgency=low

  * update patch delta upstream information (all delta now upstream)
  * cherry pick upstream commits
* r318 : fix euca-bundle-img to correctly create checksum (LP: #600783)
* r319 : correctly catch man page build errors
  * copy filesystem uuid, label, fstype from source filesytem to
bundled volume (LP: #667793, #672986)
 -- Scott MoserWed, 12 Jan 2011 17:29:32 -0500

** Changed in: euca2ools (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.
https://bugs.launchpad.net/bugs/600783

Title:
  euca-bundle-vol, euca-bundle-image use invalid sha1sum

-- 
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 221887] Re: cifs mount options "uid,gid" broken

2011-01-12 Thread Jeremy Foshee
** Changed in: linux (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/221887

Title:
  cifs mount options "uid,gid" broken

-- 
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 470355] Re: ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest

2011-01-12 Thread dirakx
I'm having this same problem with latest packages in Maverick.

Any hint on how to fix it ?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/470355

Title:
  ec2-bundle-vol and ec2-upload-bundle result in non accepted manifest

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread BlackDex
Seems there is an update for maverick

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread BlackDex
Same for Ubuntu Server 10.04 LTS.
Tested and worked.

Thx for the quick response.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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 684875] Re: Patch to Natty 2.6.37-virtual breaks non-EC2 users

2011-01-12 Thread Alex Bligh
Further notes:

1. non-ubuntu specific: to get HVM devices to work on Xen pre
3.4.something, you need to use emulunplug=unnecessary or perhaps
emulunplug=unnecessary,all on the command line. Otherwise Xen's non-
support of PCI unplug means that failure to unplug the emulated devices
stops the HVM devices initialising.

2. It is desirable that if both devices come up, /dev/block/byuuid/...
maps to /dev/xvdX not /dev/sdX if mount by UUID is to work. I haven't
yet checked this. It requires module init order to be right. I'm not
sure you can work around this by blacklisting sd_mod as I think sd is
built in. I have some patches to allow early init of old style xen block
devices somewhere which I might be able to dig out.

3. historical experience tells us that having 2 NICs (emulated and not)
with the same Mac address confuses udev fatally. In general in a virtual
environment you don't want udev renaming NICs anyway, so start up
scripts should remove this.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in ubuntu.
https://bugs.launchpad.net/bugs/684875

Title:
  Patch to Natty 2.6.37-virtual breaks non-EC2 users

-- 
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 701765] Re: open_basedir breaks by restricting paths to files that should be allowed; Unknown: Failed opening required '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on line 0

2011-01-12 Thread James78
Tested the updates on Ubuntu Server 10.04.1 LTS. The issue has been
fixed. Thanks for fixing the issue so quickly!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/701765

Title:
  open_basedir breaks by restricting paths to files that should be
  allowed; Unknown: Failed opening required
  '/usr/share/phpmyadmin/index.php' (include_path='.') in Unknown on
  line 0

-- 
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