[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 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=revisionrevision=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 Strandboge ja...@ubuntu.com   Wed, 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 Byrum cl...@ubuntu.com   Tue, 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 Moser smo...@ubuntu.com   Wed, 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 Moser smo...@ubuntu.com   Wed, 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 Moser smo...@ubuntu.com   Wed, 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


Re: [Bug 555736] Re: Lucid rhythmbox causes Firefly to die on Netgear NAS

2011-01-12 Thread pvanderploeg
Hi Marco
I had the same problem, but my firefly runs on Linux (ubuntu). I did not
succeed in getting a new rhythmbox version.
Upgrading the server to ubuntu 10.04 and then reinstalling mt-daap solved
the problem. Perhaps you could run mt-daap in ubuntu in VirtualBox on Vista

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/555736

Title:
  Lucid rhythmbox causes Firefly to die on Netgear NAS

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701783] Re: iconv libraries not loading

2011-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package eglibc - 2.12.1-0ubuntu13

---
eglibc (2.12.1-0ubuntu13) natty; urgency=low

  * SECURITY UPDATE: setuid iconv users could load arbitrary libraries.
- debian/patches/any/submitted-origin.diff: refresh with new
  proposed solution, avoiding iconv issues (LP: #701783).
 -- Kees Cook k...@ubuntu.com   Tue, 11 Jan 2011 22:45:54 -0800

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701783

Title:
  iconv libraries not loading

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701600] Re: [regression] upload route to garmin, route truncated, no waypoints

2011-01-12 Thread Per Ångström
I have notified upstream, http://sourceforge.net/projects/gpsbabel/, of
the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701600

Title:
  [regression] upload route to garmin, route truncated, no waypoints

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701809] [NEW] evolution crash

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

Binary package hint: evolution

Evolution 2.30.3
crash
reason unknown

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evolution 2.30.3-1ubuntu7.2
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Jan 12 00:00:47 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: evolution

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


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701809

Title:
  evolution crash

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701809] Re: evolution crash

2011-01-12 Thread David Oxland


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701809

Title:
  evolution crash

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 632382] Re: Console font does not get set in Maverick

2011-01-12 Thread Jordy van Heeswijk
I believe I'm having the same problem.
But... how should I apply this patch?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/632382

Title:
  Console font does not get set in Maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701814] [NEW] error 25

2011-01-12 Thread tope nietes
Public bug reported:

Binary package hint: nautilus

upon startup error 25 disc error appears on screen

ProblemType: Bug
Architecture: lpia
Date: Wed Jan 12 02:18:01 2011
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/nautilus
NonfreeKernelModules: wl
Package: nautilus 1:2.22.5.1-0ubuntu1netbook1
PackageArchitecture: lpia
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.24-24-lpia i686
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: apport-bug

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701814

Title:
  error 25

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701814] Re: error 25

2011-01-12 Thread tope nietes


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701814

Title:
  error 25

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701737] Re: Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

2011-01-12 Thread Timo Witte
I will try to find the file, because this happens when i use the
autoimport feature shotwell goes over a few thousand files.. maybe i
can do a strace to find the file. I will do it this evening because i am
at the university right now learning ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701737

Title:
  Shotwell SIGSEGV in LibRaw::sony_arw_load_raw()

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 294991] Re: SIP/Ekiga accounts don't store contacts

2011-01-12 Thread Nicolas Michel
The same problem here on Ubuntu 10.10 64 bits.
This bug is opened for more than 2 years and is not yet resolved!!!

$ dpkg -l | grep telepathy | awk '{print $2 \t$3}'
libfolks-telepathy0 0.1.17-0ubuntu2
libtelepathy-farsight0  0.0.14-2
libtelepathy-glib0  0.12.0-0ubuntu1
libtelepathy-logger10.1.5-1ubuntu1
python-telepathy0.15.17-1
telepathy-butterfly 0.5.14-1
telepathy-gabble0.10.0-1
telepathy-haze  0.4.0-1ubuntu0.1
telepathy-idle  0.1.6-1
telepathy-logger0.1.5-1ubuntu1
telepathy-mission-control-5 1:5.6.0-1
telepathy-salut 0.3.12-1
telepathy-sofiasip  0.6.3-1

dpkg -l | grep empathy | awk '{print $2 \t$3}'
empathy 2.32.1-0ubuntu1
empathy-common  2.32.1-0ubuntu1
nautilus-sendto-empathy 2.32.1-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/294991

Title:
  SIP/Ekiga accounts don't store contacts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701816] [NEW] Need a VOIP group in the communication roaster of Ubuntu (letter icon)

2011-01-12 Thread Nicolas Michel
Public bug reported:

Binary package hint: empathy

When wanted to make a SIP call phone with empathy, I actually need to
clic on the letter roaster in the gnome status-bar, choose chat which
opened empathy window. Then choose chat in the application menu and
then choose New call.

This is really not intuitive nor optimized (4 clics to make a phone call
- it should be 2 or 3) and chat on which I need to click is not really
the action I want to since I want to make a voice call.

So either the chat name of the category is not a wise choice, either
you need to add a new category named VOIP.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: empathy 2.32.1-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic x86_64
Architecture: amd64
Date: Wed Jan 12 09:26:16 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: empathy

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


** Tags: amd64 apport-bug maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701816

Title:
  Need a VOIP group in the communication roaster of Ubuntu (letter icon)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701816] Re: Need a VOIP group in the communication roaster of Ubuntu (letter icon)

2011-01-12 Thread Nicolas Michel


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701816

Title:
  Need a VOIP group in the communication roaster of Ubuntu (letter icon)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701742] Re: Please, upgrade arista to v.0.9.6

2011-01-12 Thread Alessio Treglia
I'm on this.

Marking as 'Triaged'.

** Changed in: arista (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: arista (Ubuntu)
   Status: New = Triaged

** Changed in: arista (Ubuntu)
 Assignee: (unassigned) = Alessio Treglia (quadrispro)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701742

Title:
  Please, upgrade arista to v.0.9.6

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701242] Re: no menubar in maverick natty

2011-01-12 Thread eris23
I found 2 temporary workarounds:

export UBUNTU_MENUPROXY=0

found  at http://ubuntuforums.org/showthread.php?t=1632239

and, uninstalling appmenu-gtk

found at http://www.techytalk.co.cc/2010/12/ubuntu-maverick-10-10-no-
menu-bar-in-some-apps/

** Summary changed:

- no Add Songs button in maverick  natty
+ no menubar in maverick  natty

** Description changed:

  Binary package hint: pykaraoke
  
  With default installations of both maverick and natty, updated to the
- present, the current version of pykaraoke doesn't show the Add Songs
- button.
+ present, the current version of pykaraoke doesn't show menubar.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701242

Title:
  no menubar in maverick  natty

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701818] [NEW] GUI Option to set zsync as default

2011-01-12 Thread Vish
Public bug reported:

Binary package hint: testdrive

There doesnt seem to be any way to set zsync as the default method to
sync the iso. (http://askubuntu.com/questions/15893/how-to-force-
testdrive-to-use-zsync/21089#21089)

I have tried updating the Ubuntu iso with testdrive and with using zsync alone 
and i find zsync uses lesser data to update the iso.
I'm doubtful is because: every-time I use testdrive, for a 2day old iso, the 
whole iso(700mb) is downloaded again. It starts from 0% .
But when I use zsync($ zsync -i ~/Downloads/natty-desktop-i386.iso 
http://cdimage.ubuntu.com/daily-live/current/natty-desktop-i386.iso.zsync) it 
starts from 50% or 60% even when the iso is 1week to 10days old. (I have no 
specific debugging info but this is just from the behavior I'v noticed.)

It would be great if I could use zsync as the default method for
testdrive instead of rsync.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: testdrive (not installed)
ProcVersionSignature: Ubuntu 2.6.32-27.48~lp652934v201011301338-generic 
2.6.32.26+drm33.11
Uname: Linux 2.6.32-27-generic i686
Architecture: i386
Date: Wed Jan 12 11:15:09 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Alpha i386 (20100924)
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: testdrive

** Affects: testdrive
 Importance: Undecided
 Status: New

** Affects: testdrive (Ubuntu)
 Importance: Wishlist
 Status: New


** Tags: apport-bug i386 maverick

** Changed in: testdrive (Ubuntu)
   Importance: Undecided = Wishlist

** Also affects: testdrive
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701818

Title:
  GUI Option to set zsync as default

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701817] [NEW] update-manager always suggests installation of unnecessary packages

2011-01-12 Thread sanz
Public bug reported:

Binary package hint: update-manager

I do not have apache installed. But I do have php, python, mysql and 
lighttpd. I've removed all packages with name containing apache. everything 
works fine here, as I'm having a local web server with php or python scripts.
Very often, yet uncertain of the regularity, I am suggested by update-manager 
to install apache related packages. I used to follow the suggestion and then 
remove all packages just installed. But surely similar suggestion will be there 
later. This is annoying.
I suppose there is some kindda unnecessary dependency applied between Php and 
apache.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: update-manager 1:0.134.11
ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
Uname: Linux 2.6.32-27-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Jan 12 16:30:53 2011
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: update-manager

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701817

Title:
  update-manager always suggests installation of unnecessary packages

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 701817] Re: update-manager always suggests installation of unnecessary packages

2011-01-12 Thread sanz


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701817

Title:
  update-manager always suggests installation of unnecessary packages

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701817] Re: update-manager always suggests installation of unnecessary packages

2011-01-12 Thread sanz
In fact I've observed this problem for long, maybe since 6.10 (not sure)

** Description changed:

  Binary package hint: update-manager
  
- I do not have apache installed. But I do have php, python, mysql and 
lighttpd. I removed all package with name containing apache, everything works 
fine here, as I'm having a local web server with php or python scripts.
- Very often, yet uncertain of the regularity, I am suggested by 
update-manager to install apache related packages. I used to follow the 
suggestion and then remove all packages just installed. But surely similar 
suggestion will be there later. This is annoying. 
- I suppose there is some kindda unnecessary dependencies applied between Php 
and apache.
+ I do not have apache installed. But I do have php, python, mysql and 
lighttpd. I've removed all packages with name containing apache. everything 
works fine here, as I'm having a local web server with php or python scripts.
+ Very often, yet uncertain of the regularity, I am suggested by 
update-manager to install apache related packages. I used to follow the 
suggestion and then remove all packages just installed. But surely similar 
suggestion will be there later. This is annoying.
+ I suppose there is some kindda unnecessary dependency applied between Php and 
apache.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: update-manager 1:0.134.11
  ProcVersionSignature: Ubuntu 2.6.32-27.49-generic 2.6.32.26+drm33.12
  Uname: Linux 2.6.32-27-generic i686
  NonfreeKernelModules: nvidia
  Architecture: i386
  Date: Wed Jan 12 16:30:53 2011
  PackageArchitecture: all
  ProcEnviron:
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  SourcePackage: update-manager

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701817

Title:
  update-manager always suggests installation of unnecessary packages

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 550625] Re: Alps touchpad is recognized but synaptics clients and scrolling do not work

2011-01-12 Thread henk
I accidentally uploaded the wrong version. This one should work (I hope)

** Attachment added: psmouse dkms package v0.1
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550625/+attachment/1791730/+files/psmouse-0.1-1.all.deb

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/550625

Title:
  Alps touchpad is recognized but synaptics clients and scrolling do not
  work

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372014] Re: errors in dmesg

2011-01-12 Thread Boris Baelen
I can confirm this bug is in Maverick.

Deleting the .Skype dir did help for Skype, but now I also get error for
Picasa.

There is a general problem with the ~/.* dirs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/372014

Title:
  errors in dmesg

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701820] Re: nautilus crashed with SIGSEGV (due to librsvg)

2011-01-12 Thread Romano Giannetti
...so, I think that, given that librsvg is broken since two year, a workaround 
is badly needed. As disabling preview for svg file thru all the GTK widgets and 
nautilus. 
 

** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701820

Title:
  nautilus crashed with SIGSEGV (due to librsvg)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648618] Re: evolution memory leak

2011-01-12 Thread Willem Pieterson
I Also have this problem.. The process eats up around 1GiB of memory. It
happens most of the time when creating entries in a Google Calender

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/648618

Title:
  evolution memory leak

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305546] Re: Nautilus crashing/freezing when opening folder with svg file

2011-01-12 Thread Romano Giannetti
You have a fresh apport trace in bug #701820.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/305546

Title:
  Nautilus crashing/freezing when opening folder with svg file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 585061]

2011-01-12 Thread Daniel Richard G.
Al: I'm presuming the ideal is to reproduce a crash with 3.6.13, and
observe the lack of one with 3.6.14pre. However, whichever of the two I
install, the auto-update installs the new 3.6.14pre nightly---which may
be affecting the behavior of the bug. How should I go about testing
this?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/585061

Title:
  Segfaults in nsUrlClassifierDBService.cpp when homedir is inaccessible

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 585061]

2011-01-12 Thread Abillings
The autoupdate shouldn't be triggered for many hours. If you download a
clean 3.6.13 released build from the website and run it, it shouldn't
autoupdate very soon. You can then download the current 3.6.14pre build
and try it there.

The other option is to use the profilemanager to set up a different
profile for this but you shouldn't need to do so.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/585061

Title:
  Segfaults in nsUrlClassifierDBService.cpp when homedir is inaccessible

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701815] Re: chromium crashes when try to start it

2011-01-12 Thread Sebastian Heinlein
** Also affects: chromium (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: aptdaemon
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701815

Title:
  chromium crashes when try to start it

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701826] [NEW] [needs-packaging]4D-TRIS

2011-01-12 Thread Guybrush88
Public bug reported:

4D-TRIS is an alteration of the well-known Tetris game. The game field
is extended to 4D space, which has to be filled up by the gamer with 4D
hyper cubes. The software is written in C with OpenGL.

Here are some official ppas to get a .deb file:

latest stable release PPA:
deb http://ppa.launchpad.net/4dtris-dev/all-releases/ubuntu karmic main
deb http://ppa.launchpad.net/4dtris-dev/all-releases/ubuntu lucid main
deb http://ppa.launchpad.net/4dtris-dev/all-releases/ubuntu maverick main

latest unstable release PPA:
deb http://ppa.launchpad.net/4dtris-dev/unstable/ubuntu maverick main
deb http://ppa.launchpad.net/4dtris-dev/unstable/ubuntu lucid main
deb http://ppa.launchpad.net/4dtris-dev/unstable/ubuntu karmic main

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Tags added: needs-packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701826

Title:
  [needs-packaging]4D-TRIS

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701824] [NEW] package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-01-12 Thread Ing0R
Public bug reported:

Binary package hint: initramfs-tools

This error happened during package update.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: linux-image-2.6.37-12-generic 2.6.37-12.26
ProcVersionSignature: Ubuntu 2.6.37-11.25-generic 2.6.37-rc7
Uname: Linux 2.6.37-11-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Jan  9 17:47:39 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
SourcePackage: initramfs-tools
Title: package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701824

Title:
  package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701824] Re: package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2011-01-12 Thread Ing0R


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701824

Title:
  package linux-image-2.6.37-12-generic 2.6.37-12.26 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701820]

2011-01-12 Thread Apport retracing service
StacktraceTop:
 rsvg_get_url_string (str=0x0) at rsvg-mask.c:91
 rsvg_marker_parse (defs=0x8c79970, str=0x0)
 rsvg_parse_style_pair (ctx=value optimized out, 
 rsvg_parse_style (ctx=0x8c51a88, state=0x8d57358, 
 rsvg_parse_style_attrs (ctx=0x8c51a88, state=0x8d57358,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701820

Title:
  nautilus crashed with SIGSEGV (due to librsvg)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701820] Stacktrace.txt

2011-01-12 Thread Apport retracing service

** Attachment added: Stacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/701820/+attachment/1791736/+files/Stacktrace.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701820

Title:
  nautilus crashed with SIGSEGV (due to librsvg)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701820] ThreadStacktrace.txt

2011-01-12 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/701820/+attachment/1791737/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.edge.launchpad.net/bugs/701820/+attachment/1791718/+files/CoreDump.gz

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-i386-retrace

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701820

Title:
  nautilus crashed with SIGSEGV (due to librsvg)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701809] Re: evolution crash

2011-01-12 Thread Omer Akram
you already reported bug 701777

** Changed in: evolution (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701809

Title:
  evolution crash

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701777] Re: Evolution crash

2011-01-12 Thread Omer Akram
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701777

Title:
  Evolution crash

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701051] Re: Calendar in Evolution(2.30.3) crashes constantly.

2011-01-12 Thread Omer Akram
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701051

Title:
  Calendar in Evolution(2.30.3) crashes constantly.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700991] Re: Evolution Sudden Crashes

2011-01-12 Thread Omer Akram
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700991

Title:
  Evolution Sudden Crashes

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700554] Re: Evolution shuts down regularly when I mark an email as read

2011-01-12 Thread Omer Akram
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700554

Title:
  Evolution shuts down regularly when I mark an email as read

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700153] Re: evolution mail crashes trying to copy contacts from ubuntu one to this computer.

2011-01-12 Thread Omer Akram
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700153

Title:
  evolution mail crashes trying to copy contacts from ubuntu one to
  this computer.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 699702] Re: Evolution shuts down on send

2011-01-12 Thread Omer Akram
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem

** Changed in: evolution (Ubuntu)
   Importance: Undecided = Medium

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/699702

Title:
  Evolution shuts down on send

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701830] [NEW] unable to delete files with nautiius over file systems

2011-01-12 Thread Nico Naude
Public bug reported:

Binary package hint: nautilus

After upgrading can not delete files on other systems using. Open up a
file system using a bookmark then try and delete a file. Nautilus hangs
not response have to Force Quit.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: nautilus 1:2.32.0-0ubuntu1.1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Jan 12 11:04:51 2011
ExecutablePath: /usr/bin/nautilus
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_ZA.utf8
 SHELL=/bin/bash
SourcePackage: nautilus

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


** Tags: apport-bug i386 maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701830

Title:
  unable to delete files with nautiius over file systems

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701830] Re: unable to delete files with nautiius over file systems

2011-01-12 Thread Nico Naude


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701830

Title:
  unable to delete files with nautiius over file systems

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701827] [NEW] Intel wifi 5300 only using G not N

2011-01-12 Thread Jason Texter
Public bug reported:

I have an alienware m15x, I just installed 10.10 on it and my wifi
works, but only on G I have a netgear N router with dd-wrt on it. I have
been using N in windows 7 just fine with no problems and break-neck
speeds but I cant get it to go above 20 mpbs now and i have no clue what
to do :(

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701827

Title:
  Intel wifi 5300 only using G not N

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 632382] Re: Console font does not get set in Maverick

2011-01-12 Thread Ahmed El-Mahmoudy
Save that patch as /etc/init/console-font.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/632382

Title:
  Console font does not get set in Maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701242] Re: no menubar in maverick

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

- no menubar in maverick  natty
+ no menubar in maverick

** Description changed:

  Binary package hint: pykaraoke
  
- With default installations of both maverick and natty, updated to the
- present, the current version of pykaraoke doesn't show menubar.
+ With default installations of maverick, updated to the present, the
+ current version of pykaraoke doesn't show menubar.

** Description changed:

  Binary package hint: pykaraoke
  
- With default installations of maverick, updated to the present, the
- current version of pykaraoke doesn't show menubar.
+ With default installations of both maverick and natty, updated to the
+ present, the current version of pykaraoke doesn't show menubar.

** Description changed:

  Binary package hint: pykaraoke
  
- With default installations of both maverick and natty, updated to the
- present, the current version of pykaraoke doesn't show menubar.
+ With default installations of maverick, updated to the present, the
+ current version of pykaraoke doesn't show menubar.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701242

Title:
  no menubar in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700176] Re: bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

2011-01-12 Thread Eshwar Andhavarapu
For Lucid users there's fantastic news :)

Just download the natty package from

http://packages.ubuntu.com/natty/amd64/bcmwl-kernel-source/download

ok well thats for 64-bit.

anyway you just install that, and everything builds fine and once again
you can use the wireless networks. I believe we get this trouble when we
run newer kernels than those that are in lucid-updates.

I'd imagine the same solution would work for maverick users. and it also
upgrades the existing bcmwl-kernel-source driver so you benefit from the
latest fixes too!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700176

Title:
  bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 700176] Re: bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

2011-01-12 Thread Eshwar Andhavarapu
Oh that reminds me. .. no point of trying the driver on broadcom's
website. if the distro one does not compile, that one won't either. they
even mentioned it clearly in the readme file. its just the same process
with both drivers just different places where we get them from.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/700176

Title:
  bcmwl bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu1 fails to build

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 696121] Re: package anjsp 1.1.3-1ubuntu2 failed to install/upgrade: ErrorMessage: サ ブプロセス installed post-installatio n script はエラー終了ステータス 1 を返しました

2011-01-12 Thread era
None of the attached log files reveal the source of the problem.  In
fact, it looks from VarLogDistupgradeApttermlog.gz as if installation
wsa successful, although this is slightly surprising, because installing
with xemacs21 typically breaks (bug #222870).

If you attempt to reinstall just anjsp at the command prompt, what do
you get?

sudo apt-get reinstall anjsp

I am changing the Status of this bug report to Incomplete to mark it as
pending on your answer to the question above.  Please feel free to set
it back to New once you have supplied the requested information.  Thank
you!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696121

Title:
  package anjsp 1.1.3-1ubuntu2 failed to install/upgrade: ErrorMessage:
  サブプロセス installed post-installation script はエラー終了ステータス 1 を返しました

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 696121] Re: package anjsp 1.1.3-1ubuntu2 failed to install/upgrade: ErrorMessage: サ ブプロセス installed post-installatio n script はエラー終了ステータス 1 を返しました

2011-01-12 Thread era
Also please note that support for anjsp is limited; it has been removed
from Ubuntu starting with version 11.04.  See also bug #695333.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/696121

Title:
  package anjsp 1.1.3-1ubuntu2 failed to install/upgrade: ErrorMessage:
  サブプロセス installed post-installation script はエラー終了ステータス 1 を返しました

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 222870] Re: anjsp: Wrong number of arguments: require, 3 (xemacs21)

2011-01-12 Thread era
Note that anjsp is being removed in Natty; bug #695333.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/222870

Title:
  anjsp: Wrong number of arguments: require, 3 (xemacs21)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-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
Bugs, which is subscribed to 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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 701469] Re: wnck-applet generate a infinite windows

2011-01-12 Thread Lito
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu natty (development branch)
Release:11.04
Codename:   natty

$ uname -a
Linux lito-portatil 2.6.37-12-generic-pae #26-Ubuntu SMP Wed Jan 5 19:00:12 UTC 
2011 i686 GNU/Linux

$ dpkg -l gnome-panel
ii  gnome-panel 1:2.32.1-0ubuntu4

$ dpkg -l *wnck*

ii  libwnck-common   1:2.30.6-0ubuntu3
ii  libwnck22 1:2.30.6-0ubuntu3
ii  python-wnck 2.32.0-0ubuntu1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/701469

Title:
  wnck-applet generate a infinite windows

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 692771] Re: [Ubuntu Maverick] Users and groups panel doesn't show the Encrypt home folder to protect sensitive data if one doesn't click on Encrypt my home folder during installation

2011-01-12 Thread tanoloco
done:

http://brainstorm.ubuntu.com/idea/26943/

thank you for the suggestion

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/692771

Title:
  [Ubuntu Maverick] Users and groups panel doesn't show the Encrypt
  home folder to protect sensitive data if one doesn't click on
  Encrypt my home folder during installation

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >