[Bug 307397] [NEW] please update Apache to 2.2.10

2008-12-12 Thread Michael Marley
Public bug reported:

Binary package hint: apache2

I was wondering if it might be possible to update the Apache web server
from 2.2.9 to 2.2.10 for Jaunty.  On the Apache website, it says this
release is for bugfixes and security.

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

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 307424] [NEW] problem in starting samba daemons cannot load libtalloc

2008-12-12 Thread heena
Public bug reported:

Binary package hint: samba

I have installed samba in my unix sever.But when i am entering
http://localhost:901  in my IE it is showing the following error.

exec(): 0509-036 Cannot load program swat because of the following
errors: 0509-150 Dependent module libtalloc.so could not be loaded.
0509-022 Cannot load module libtalloc.so. 0509-026 System error: A file
or directory in the path name does not exist.

Also i am not able to start the samba daemons.
Please help

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

-- 
problem in starting samba daemons cannot load libtalloc
https://bugs.launchpad.net/bugs/307424
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 307437] [NEW] mysql has to autostart later

2008-12-12 Thread midnightflash
Public bug reported:

Binary package hint: mysql-server

The original startups for mysql in /etc/rc2.d/ are:
S17mysql-ndb-mgm
S18mysql-ndb
S19mysql

This is to early to come up for mysql. It just jails to start.
Changing them to:
S26mysql-ndb-mgm
S27mysql-ndb
S28mysql

Is working correctly though.

(btw. it seems my system is a bit fast while reading because if raid-5
with 4 hdds)

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

-- 
mysql has to autostart later
https://bugs.launchpad.net/bugs/307437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 306897] Re: LDAP Authentication problem : ldap_simple_bind_s() failed

2008-12-12 Thread goto
I'm not quite sure if it's the same thing as is happening here, but
we've basically just had our entire infrastructure broken because it
relies on LDAP over SSL.

It seems that the newest release of libgnutls13 (2.0.4-1ubuntu2.3),
which was supposed to fix a  where some valid certificate chains would
be untrusted, ironically breaks our (valid) certificate chain.

The following is a log of a machine which had not yet been updated,
basically enabling me to point the finger at libgnutls:


r...@xibalba246:~# apt-cache policy libgnutls13
libgnutls13:
  Installed: 2.0.4-1ubuntu2.1
  Candidate: 2.0.4-1ubuntu2.3
  Version table:
 2.0.4-1ubuntu2.3 0
500 http://ch.archive.ubuntu.com hardy-updates/main Packages
500 http://security.ubuntu.com hardy-security/main Packages
 *** 2.0.4-1ubuntu2.1 0
100 /var/lib/dpkg/status
 2.0.4-1ubuntu2 0
500 http://ch.archive.ubuntu.com hardy/main Packages
r...@xibalba246:~# ldapsearch -x -H ldaps://xibalba233.cs.unibas.ch/ -D 
cn=xxxcensored,dc=dbis,dc=cs,dc=unibas,dc=ch -w xxxcensored -b 
dc=dbis,dc=cs,dc=unibas,dc=ch -s sub 
'((objectclass=posixAccount)(uid=xxxcensored))'
# extended LDIF
#
# LDAPv3
# base dc=dbis,dc=cs,dc=unibas,dc=ch with scope subtree
# filter: ((objectclass=posixAccount)(uid=xxxcensored))
# requesting: ALL
#

[...]

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

r...@xibalba246:~# apt-get -y -q install libgnutls13
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
  gnutls-bin
The following packages will be upgraded:
  libgnutls13
1 upgraded, 0 newly installed, 0 to remove and 56 not upgraded.
Need to get 0B/307kB of archives.
After this operation, 0B of additional disk space will be used.
(Reading database ... 24099 files and directories currently installed.)
Preparing to replace libgnutls13 2.0.4-1ubuntu2.1 (using 
.../libgnutls13_2.0.4-1ubuntu2.3_i386.deb) ...
Unpacking replacement libgnutls13 ...
Setting up libgnutls13 (2.0.4-1ubuntu2.3) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
r...@xibalba246:~# ldapsearch -x -H ldaps://xibalba233.cs.unibas.ch/ -D 
cn=xxxcensored,dc=dbis,dc=cs,dc=unibas,dc=ch -w xxxcensored -b 
dc=dbis,dc=cs,dc=unibas,dc=ch -s sub 
'((objectclass=posixAccount)(uid=xxxcensored))'
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

r...@xibalba246:~#


As said, since our user management is in LDAP (pam_ldap), we're currently 
losing our servers one by one ;-)

Anyway, these machines are not publicly accessible, so you won't be able
to immediately test it for yourself. However, there is a *web* server
which is using the same certificate chain (just a different CN),
available at https://dbis.cs.unibas.ch/

If you contact anybody from the team there (at the mentioned website,
that is), we will gladly help you with more details, if required.

One final note: I'm definitely sure that the certificate chain as
absolutely correct (and none of them is about to expire anytime soon).
This setup has been working for months now in all kinds of SSL/TLS-
encrypted settings.

We'd be happy to see this fixed :-D

-- 
LDAP Authentication problem : ldap_simple_bind_s() failed
https://bugs.launchpad.net/bugs/306897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 306897] Re: LDAP Authentication problem : ldap_simple_bind_s() failed

2008-12-12 Thread goto
** Also affects: gnutls13 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
LDAP Authentication problem : ldap_simple_bind_s() failed
https://bugs.launchpad.net/bugs/306897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 300691] Re: tomcat6-instance-create should allow to specify ports

2008-12-12 Thread Thierry Carrez
Jaunty tomcat6 user instances run a HTTP listener (on 8080) and a server 
shutdown port (on 8005).
The tool will let the user specify:
 * HTTP port
 * Control server port
 * Magic shutdown word

** Changed in: tomcat6 (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (tcarrez)
   Status: Confirmed = In Progress

-- 
tomcat6-instance-create should allow to specify ports
https://bugs.launchpad.net/bugs/300691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 307496] [NEW] no display network computer

2008-12-12 Thread jeanyves
Public bug reported:

Since my upgrade ubuntu 8.04 to 8.10, i have a problem to access network
None computer display in Network ! 

 I must to connect me with ip address.

 My network is in a domain Olympe with 12 (11 windows 2000 - 1 ubuntu/linux) 
computers.
 and a server (windows 2003)

( with a liveCD ubuntu 8.10, it's work !!! )

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

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 306897] Re: LDAP Authentication problem : ldap_simple_bind_s() failed

2008-12-12 Thread David Goulet
The new gnutls13 update, released yesterday (11/12/2008) fixed the
problem.

-- 
LDAP Authentication problem : ldap_simple_bind_s() failed
https://bugs.launchpad.net/bugs/306897
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 306233] [NEW] Segmentation fault in timelib_builtin_db()

2008-12-12 Thread ServerAlex
I'm not 100% sure, but I guess I tracked down this problem to the fact
that my apparmor rules blocked access to /usr/share/zoneinfo , which
wasn't a problem with the older php packet versions. Nevertheless the
new versions shouldn't segfault coz the access was denied.

Hope this helps.


2008/12/8 ServerAlex servera...@gmail.com:
 ii  libapache2-mod-php55.2.4-2ubuntu5.4
 server-side, HTML-embedded scripting languag

 2008/12/8, Mathias Gug math...@ubuntu.com:
 On Mon, Dec 08, 2008 at 02:25:24PM -, ServerAlex wrote:
 Public bug reported:

 Binary package hint: php5

 After the last PHP update of Ubuntu Hardy my webserver crashes for some

 Thank you for taking the time to report this bug and helping to make
 Ubuntu better. Could you specify which package version you're using?

   status incomplete

 --
 Mathias Gug
 Ubuntu Developer  http://www.ubuntu.com


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

 --
 Segmentation fault in timelib_builtin_db()
 https://bugs.launchpad.net/bugs/306233
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in php5 source package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: php5

 After the last PHP update of Ubuntu Hardy my webserver crashes for some
 scripts. I tracked down this problem to the following crashdump:

 *** glibc detected *** /usr/sbin/apache2: double free or corruption (out):
 0x7f2ee86e1b00 ***
 === Backtrace: =
 /lib/libc.so.6[0x7f2eee70908a]
 /lib/libc.so.6(cfree+0x8c)[0x7f2eee70cc1c]
 /usr/lib/apache2/modules/libphp5.so(timelib_builtin_db+0x278)[0x7f2ee8523278]
 /usr/lib/apache2/modules/libphp5.so(get_timezone_info+0x65)[0x7f2ee8507cd5]
 /usr/lib/apache2/modules/libphp5.so(php_strftime+0xc3)[0x7f2ee8508e53]
 /usr/lib/apache2/modules/libphp5.so[0x7f2ee870a502]
 /usr/lib/apache2/modules/libphp5.so(execute+0x173)[0x7f2ee86fb453]
 /usr/lib/apache2/modules/libphp5.so(zend_execute_scripts+0x153)[0x7f2ee86dbd93]
 /usr/lib/apache2/modules/libphp5.so(php_execute_script+0x21a)[0x7f2ee869800a]
 /usr/lib/apache2/modules/libphp5.so[0x7f2ee875c252]
 /usr/sbin/apache2(ap_run_handler+0x7a)[0x437d6a]
 /usr/sbin/apache2(ap_invoke_handler+0x7c)[0x43b18c]
 /usr/sbin/apache2(ap_process_request+0x16e)[0x44786e]
 /usr/sbin/apache2[0x444c68]
 /usr/sbin/apache2(ap_run_process_connection+0x72)[0x43eec2]
 /usr/sbin/apache2[0x44b665]
 /usr/sbin/apache2[0x44b915]
 /usr/sbin/apache2(ap_mpm_run+0x7d8)[0x44c1a8]
 /usr/sbin/apache2(main+0x754)[0x425a44]
 /lib/libc.so.6(__libc_start_main+0xf4)[0x7f2eee6b31c4]
 /usr/sbin/apache2(apr_global_mutex_lock+0x41)[0x424e79]
 === Memory map: 
 [Mon Dec 08 15:17:29 2008] [notice] child pid 5332 exit signal Aborted (6)


 To reproduce this error I just create a php file like this:

 ?php
 echo strftime('%Y');
 ?



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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 254881] Re: [security = domain] 100% cpu after a reboot of the PDC

2008-12-12 Thread Javier Jardón
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

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

-- 
[security = domain] 100% cpu after a reboot of the PDC
https://bugs.launchpad.net/bugs/254881
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 302026] Re: likewise-open prevents local passwords from being changed

2008-12-12 Thread Buddha
I thought that might be the answer...

The Ubuntu release is 4.x and the Likewise release is 5.x

I will try removing myself from the domain uninstalling and then
reinstalling ...   But will wait until closer to Xmas in case I end up with
a non-functioning computer.


2008/12/3 Thierry Carrez thierry.car...@ubuntu.com

 Buddha: The DEB from likewise may be slightly different from the
 official Ubuntu one. And the issue you're experiencing looks slightly
 different from the original poster's one. If you're not using the
 Ubuntu-packaged version of likewise-open, please file directly bugs
 upstream (http://lobugs.likewisesoftware.com/). If you can reproduce
 your issue with Ubuntu-packaged version of Likewise Open, please file a
 new bug here.

 --
 likewise-open prevents local passwords from being changed
 https://bugs.launchpad.net/bugs/302026
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
likewise-open prevents local passwords from being changed
https://bugs.launchpad.net/bugs/302026
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 232018] Re: squid 2.6 - can't start with coss file system

2008-12-12 Thread Javier Jardón
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: squid (Ubuntu)
   Status: Incomplete = Invalid

-- 
squid 2.6 - can't start with coss file system
https://bugs.launchpad.net/bugs/232018
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 243878] Re: adding MYHTBUNTU to my Hardy Ubunutu

2008-12-12 Thread Jean-Baptiste Lallement
Thanks for your report.

The error was
Unpacking mysql-server (from .../mysql-server_5.0.51a-3ubuntu5.1_all.deb) ...

 * Stopping MySQL database server mysqld

   ...fail!

invoke-rc.d: initscript mysql, action stop failed.

invoke-rc.d returned 1

There is a MySQL server running, but we failed in our attempts to stop
it.

Stop it yourself and try again!

dpkg: error processing /var/cache/apt/archives/mysql-server_5.0.51a-
3ubuntu5.1_all.deb (--unpack):

 subprocess pre-installation script returned error exit status 1

Is it still an issue ?

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Incomplete

-- 
adding MYHTBUNTU to my Hardy Ubunutu
https://bugs.launchpad.net/bugs/243878
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 237894] Re: I cannot connect to any server. Conection hangs up at channel 0: open confirm rwindow 0 rmax 32768

2008-12-12 Thread Milo Casagrande
I have the same problem with a Mini Dell 9. The solution in commet 23
just worked fine for me.

Kernel version is:

Linux [hostname] 2.6.24-19-lpia #1 SMP Tue Jul 29 14:02:05 UTC 2008 i686
GNU/Linux

-- 
I cannot connect to any server. Conection hangs up at channel 0: open confirm 
rwindow 0 rmax 32768
https://bugs.launchpad.net/bugs/237894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 307437] [NEW] mysql has to autostart later

2008-12-12 Thread Mathias Gug
On Fri, Dec 12, 2008 at 01:34:23PM -, midnightflash wrote:
 The original startups for mysql in /etc/rc2.d/ are:
 S17mysql-ndb-mgm
 S18mysql-ndb
 S19mysql
 
 This is to early to come up for mysql. 

Why?

 It just jails to start.

How does it fail? Could you post some log files?

 Changing them to:
 S26mysql-ndb-mgm
 S27mysql-ndb
 S28mysql
 

  status incomplete

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com


** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Incomplete

-- 
mysql has to autostart later
https://bugs.launchpad.net/bugs/307437
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 237894] Re: I cannot connect to any server. Conection hangs up at channel 0: open confirm rwindow 0 rmax 32768

2008-12-12 Thread Chris Jones
is this a duplicate of bug #259816 ?

-- 
I cannot connect to any server. Conection hangs up at channel 0: open confirm 
rwindow 0 rmax 32768
https://bugs.launchpad.net/bugs/237894
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread rossjenkins
OK, attached are some files.

First a pdf file showing how my network is laid out (1 picture worth
1000 words etc.). Next is a text file of the network capture on eth0
between my Linux comp (ubuntu-test) at ip 192.168.0.100 and my IOmega
500 GB NAS aka Home Network Hard Drive via a DLink 615 router. The
IOmega NAS is at 192.168.0.195. I used Wireshark for the capture. The
last file is the same information but in the Wireshark proprietary
format.

I am using Samba 2:3.2.3-1ubuntu3.3. I tried to connect to
smb://192.168.0.195/PUBLIC/ from Nautilus and it momentarily connects
but then Nautilus reverts to displaying my home folder as previous
posters have mentioned.

The IOmega NAS uses an embedded Linux server of some kind to serve
requests. ftp works OK.

** Attachment added: Network.pdf
   http://launchpadlibrarian.net/20394588/Network.pdf

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread rossjenkins

** Attachment added: wiresharkdmp.txt
   http://launchpadlibrarian.net/20394606/wiresharkdmp.txt

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread rossjenkins

** Attachment added: wiresharkdmp
   http://launchpadlibrarian.net/20394611/wiresharkdmp

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1568] Re: nut takes too long to start

2008-12-12 Thread Jeff
Has there been a PPA set up for this yet? If so, has it fixed the issue?

Thanks.

-- 
nut takes too long to start
https://bugs.launchpad.net/bugs/1568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 302092] Re: logging in immediately logs out again

2008-12-12 Thread lagoinsomne
I noticed this behaviour after this  two events: some days ago I shared
a directory with samba. Everything went fine, except that having two
networks I just couldn't see the shared directory in another windows
machine, but that is another problem.

Today I installed a new printer and connected to 127.0.0.1:631 (cups),
and after that I could not sudo, so rebooted the computer. After reboot
I couldn't login, so I restarted in recovery mode and then I realized
that three files in /var/lib/samba had changed this day, so I renamed
them and voilá, I could login again.

The three files that were changed today were:
/var/lib/share_info.tdb
/var/lib/secrets.tdb
/var/lib/passwd.tdb

After login in successfully I checked /var/lib/samba and sectrets.tdb
and passdb.tdb were recreated and the md5sum is different from the old
ones. Share_info.tdb was not recreated, and seeing the date it seems
that registry.tdb and ntprinters.tdb were touched or recreated again.

This bug is nasty because you just can't login, and if that happens to
someone without another computer to check the solution then is hard to
fix it.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread Kai Blin
The pcap dump (i.e. the binary data, not the text file) was pretty much
what I needed. Thanks alot.

Could anyone try the attached patch on top of current v3-2-test git?

** Attachment added: Fix offset check in interpret_long_filename
   http://launchpadlibrarian.net/20398252/bug_5953_fix.patch

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 307377] [NEW] Firefox 3.0 needs to show 'Icons and Text' by default in the toolbar

2008-12-12 Thread Brett Alton
Public bug reported:

Binary package hint: firefox-3.0

Since Dapper, Ubuntu has removed the text from Firefox's toolbar to save
space on 800x600 resolution monitors (or so I once read).

I think to be consistent with the rest of GNOME (especially with System
 Preferences  Appearance  Interface  Toolbar Button Labels), Firefox
should show 'Text and Icons' in its toolbar by default. Why? I believe
it is less confusing to new uses who do not understand what the icons
mean fully. They need text re-enforcement to remind them that the blue,
270 degree icon means refresh. Not everyone knows this off the bat or
remembers it every day.

Plus, according to System  Preferences  Appearance  Interface 
Toolbar Button Labels, all programs should have text below the icons.

If saving space in Firefox is an absolute must, then why not get rid of
the Bookmarks Toolbar? I think you need higher intelligence to use the
Bookmarks Toolbar than to use the forward and back button, the reload
button and the home button and I do not believe it is safe to assume.
Let the user find the Bookmarks Toolbar if they want to use it. Most
people I know that use bookmarks often know how to use an internet
browser enough to be able to re-enable the Bookmarks Toolbar.

Lastly, with Firefox 3.0's new features, you can access bookmarks by
searching them in the Address Bar and save them using the new star
button. The awesome bar, I think is what they call it. This means
that bookmarks get double the attention and the buttons that actually
run Firefox gets less.

Sorry, I know this is a mixture of arguments (intelligence of the user,
compliance with GNOME), but this is just coming from a computer
technician who works with teachers and school staff every day.

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Firefox 3.0 needs to show 'Icons and Text' by default in the toolbar
https://bugs.launchpad.net/bugs/307377
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222456] Re: Firefox 3 default icons in hardy look like crap

2008-12-12 Thread Brett Alton
I don't think he was talking about a dpi scaling issue, he was talking
about the aesthetics of the Human theme in Firefox, especially to Mac OS
X's and Windows Vista's versions.

I wrote a bug on how Firefox needs to show text under the icons, as I
believe this is part of the 'aesthetics' issue:
https://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/307377

-- 
Firefox 3 default icons in hardy look like crap
https://bugs.launchpad.net/bugs/222456
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200438] Re: Human folder icons look cramped in Firefox 3

2008-12-12 Thread Brett Alton
So this bug is about making the human icon for a folder look better at
16x16?

Can we get the title edited to that, instead of saying it is a Firefox
issue?

-- 
Human folder icons look cramped in Firefox 3
https://bugs.launchpad.net/bugs/200438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307378] [NEW] Screen cropped after LCD sleep on 8.10

2008-12-12 Thread TommyBoy
Public bug reported:

Binary package hint: xorg

This happens when my LCD HDTV connect via HDMI goes into sleep/power
saving mode. On resume the screen is zoomed to  a smaller area of the
screen and i can not access the bottom and the far left of the screen.To
get an idea it is like the zoom feature of the compiz package but zoom
is not enabled and no mouse tracking occurs. This issue is correctee by
resetting the Xserver. This problem renders most of the desktop
inaccessible and therefore is very limiting after it had occured.

Description:Ubuntu 8.10
Release:8.10

xorg:
  Installed: 1:7.4~5ubuntu3
  Candidate: 1:7.4~5ubuntu3
  Version table:
 *** 1:7.4~5ubuntu3 0
500 http://gb.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

The expected behaviour was to return me to the desktop as i left the
machine. As a side note my LCD screen used to detect before (8.04) and
now is reported as unknown.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: fglrx
Package: xorg 1:7.4~5ubuntu3
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.27-9-generic (bui...@rothera) (gcc version 4.3.2 
(Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Nov 20 21:57:00 UTC 2008

SourcePackage: xorg
Uname: Linux 2.6.27-9-generic i686
xkbcomp:

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


** Tags: apport-bug

-- 
Screen cropped after LCD sleep on 8.10
https://bugs.launchpad.net/bugs/307378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307378] Re: Screen cropped after LCD sleep on 8.10

2008-12-12 Thread TommyBoy

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/20381601/Xorg.0.log

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/20381602/Dependencies.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/20381603/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/20381609/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/20381610/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/20381611/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/20381612/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/20381613/Xrandr.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/20381614/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/20381615/xdpyinfo.txt

** Description changed:

  Binary package hint: xorg
  
- This happens when my LCD HFTV goes into sleep/power saving mode. On
- resume the screen is zoomed to  a smaller area of the screen and i can
- not access the bottom and the dar left of the screen.To get an idea it
- is like the xoom fature of the compiz package but zoom is not enabled
- and no mouse tracking occurs. This issue is correct by resetting the
- Xserver. This problem renders most of the destip inaccessible and
- therfore is very limiting after it had occured.
+ This happens when my LCD HDTV connect via HDMI goes into sleep/power
+ saving mode. On resume the screen is zoomed to  a smaller area of the
+ screen and i can not access the bottom and the far left of the screen.To
+ get an idea it is like the zoom feature of the compiz package but zoom
+ is not enabled and no mouse tracking occurs. This issue is correctee by
+ resetting the Xserver. This problem renders most of the desktop
+ inaccessible and therefore is very limiting after it had occured.
  
  Description:  Ubuntu 8.10
  Release:  8.10
  
  xorg:
Installed: 1:7.4~5ubuntu3
Candidate: 1:7.4~5ubuntu3
Version table:
   *** 1:7.4~5ubuntu3 0
  500 http://gb.archive.ubuntu.com intrepid/main Packages
  100 /var/lib/dpkg/status
  
  The expected behaviour was to return me to the desktop as i left the
  machine. As a side note my LCD screen used to detect before (8.04) and
  now is reported as unknown.
  
  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  NonfreeKernelModules: fglrx
  Package: xorg 1:7.4~5ubuntu3
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersion: Linux version 2.6.27-9-generic (bui...@rothera) (gcc version 
4.3.2 (Ubuntu 4.3.2-1ubuntu11) ) #1 SMP Thu Nov 20 21:57:00 UTC 2008
  
  SourcePackage: xorg
  Uname: Linux 2.6.27-9-generic i686
  xkbcomp:

-- 
Screen cropped after LCD sleep on 8.10
https://bugs.launchpad.net/bugs/307378
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 279287] Re: [intrepid] Kernel panic with acx driver

2008-12-12 Thread Tosszyx
@Chris

Ups, I wasn't aware of that, thanks for the link to the wiki. By the way, the 
card is now working flawlessly with the ndiswrapper (I didn't even have to use 
iwconfig, the Network Manager picked up). I made and update to kubuntu and got 
a new version of the kernel.
uname -a
Linux Coatl 2.6.27-9-generic #1 SMP Thu Nov 20 21:57:00 UTC 2008 i686 GNU/Linux

I will try in this days if there is any change.

Regards

-- 
[intrepid] Kernel panic with acx driver
https://bugs.launchpad.net/bugs/279287
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 307344] [NEW] Thuner translation to Hebrew needs updating

2008-12-12 Thread Lionel Le Folgoc
Hi,

On Fri, Dec 12, 2008 at 02:37:03AM -, Hezy Amiel wrote:
 Public bug reported:
 
 Binary package hint: thunar
 
 In Hebrew, the Applications menu calls thunar: s% סייר קבצים
 I logged in to Launchpad to correct this obvious mistake, only to find out 
 that it was already corrected by yours truly on 2007-10-06
 https://translations.launchpad.net/ubuntu/intrepid/+source/thunar/+pots/thunar/he/670/+translate
 
 I think that 14 mounts is enough time to get this updated
 

Thanks for your bug report.
Xfce doesn't use Rosetta. Please forward this change to the Hebrew translators
listed on http://i18n.xfce.org/wiki/language_maintainers (so that it'll be in
the next release).

-- 
Lionel Le Folgoc - https://launchpad.net/~mrpouit
EEBA 555E 0CDE 92BB 3AF4  4AB3 45A0 357B 5179 5910

-- 
Thuner translation to Hebrew needs updating
https://bugs.launchpad.net/bugs/307344
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 299268] Re: UFW default ICMPv6 before6.rules modification

2008-12-12 Thread Jamie Strandboge
Thank you for using Ubuntu and taking the time to report a bug. This
will be included in the next release of ufw.

** Changed in: ufw (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)
   Status: New = Triaged

-- 
UFW default ICMPv6 before6.rules modification
https://bugs.launchpad.net/bugs/299268
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 296167] Re: X.org will stop responding to mouse clicks on Ibex with Xinerama. Occurs frequently, Fatal Error.

2008-12-12 Thread Gavin van Lelyveld
Me too.

 I'm running dual monitor with xinerama on my laptop. Except I have an
SIS chipset / drivers and not an NVidia. Definitely not only an NVidia
problem.

I'm running Xubuntu. The keyboard also stops working as soon as I alt-
tab to another program. The workarounds don't work either.

-- 
X.org will stop responding to mouse clicks on Ibex with Xinerama.  Occurs 
frequently, Fatal Error.
https://bugs.launchpad.net/bugs/296167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 272530] Re: 64-bit Intrepid automatic permanent reboot loop related to having exactly 4GB of memory

2008-12-12 Thread DasI
Hi all,
I have Samsung R560 [NP-R560-ASS1EE], P8600 and geforce 9600M GT, Montevina 
platform and the same instant reboot problem.
Before I was using acpi=off, but it actually was terrible solution - system 
with this was very unstable, closing lid or plugging in/out power leads to the 
same instant restart. Also 'Fn' controls did the same. Ex. Volume or Brightness 
control. Also there was no power manager Applet, no Hibernate and so on... When 
booting with mem=4096m (BIG thank to you guys) system is usable and stable - 
only disadvantage with this memory, but in other hand I prefer stable and 
usable system with some less RAM than more RAM but totaly unstable and unusable 
system.
And I think also that, 3GB can be real RAM amount because of shared video ram. 
With acpi=off system shows 4GB, thats ok, but who knows if this whole amount is 
really accessible and stable.
I just Guessing that actual problem lies on memory amont detection, and 
specifying mem=4096m helps memory detector to detect atual RAM amount available.

-- 
64-bit Intrepid automatic permanent reboot loop related to having exactly 4GB 
of memory
https://bugs.launchpad.net/bugs/272530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 304216] Re: multicast policy includes too many addresses

2008-12-12 Thread Jamie Strandboge
Thank you for using Ubuntu and taking the time to report a bug. This
will be included in the next release of ufw.

** Changed in: ufw (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)
   Status: New = Triaged

-- 
multicast policy includes too many addresses
https://bugs.launchpad.net/bugs/304216
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 268931] Re: Please backport ufw 0.22 from intrepid

2008-12-12 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Confirmed

-- 
Please backport ufw 0.22 from intrepid
https://bugs.launchpad.net/bugs/268931
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 257109] Re: ERROR: problem running init script

2008-12-12 Thread Jamie Strandboge
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: ufw (Ubuntu)
   Status: Incomplete = Invalid

-- 
ERROR: problem running init script
https://bugs.launchpad.net/bugs/257109
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307381] [NEW] Can't play videos anymore; get Flashplayer message.

2008-12-12 Thread Nicholas Schwartz
Public bug reported:

Binary package hint: firefox-3.0

I get the following message:

Hello, you either have JavaScript turned off or an old version of
Adobe's Flash Player. Get the latest Flash player.

when I try to play YouTube videos and a

Install Adobe Flash Player message when I try to play Colbert Report videos
 even though Javascript IS enabled in Firefox, and I installed FlashPlayer. 

I was able to play videos a few weeks ago. I installed VLC some time ago
and Thunderbird (which also installed SeaMonkey).Thinking that they may
have triggered this problem I removed them and reinstalled Firefox and
Flashplayer with no change in the symptoms. I do not know what elso to
try.

1)
Description:Ubuntu 8.04
Release:8.04

2)
firefox:
  Installed: 3.0.4+nobinonly-0ubuntu0.8.04.1
  Candidate: 3.0.4+nobinonly-0ubuntu0.8.04.1
  Version table:
 *** 3.0.4+nobinonly-0ubuntu0.8.04.1 0
500 http://security.ubuntu.com hardy-security/main Packages
100 /var/lib/dpkg/status
 3.0~b5+nobinonly-0ubuntu3 0
500 http://archive.ubuntu.com hardy/main Packages

adobe-flashplugin:
  Installed: 10.0.12.36-1hardy1
  Candidate: 10.0.12.36-1hardy1
  Version table:
 *** 10.0.12.36-1hardy1 0
100 /var/lib/dpkg/status

3) I expected the videos to start playing.

4) I got the messages described above.

ProblemType: Bug
Architecture: i386
Date: Thu Dec 11 23:48:41 2008
DistroRelease: Ubuntu 8.04
Package: firefox-3.0 3.0.4+nobinonly-0ubuntu0.8.04.1
PackageArchitecture: i386
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: firefox-3.0
Uname: Linux 2.6.24-19-generic i686

** Affects: firefox-3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Can't play videos anymore; get Flashplayer message.
https://bugs.launchpad.net/bugs/307381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307381] Re: Can't play videos anymore; get Flashplayer message.

2008-12-12 Thread Nicholas Schwartz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/20381877/Dependencies.txt

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/20381878/ExtensionSummary.txt

** Attachment added: pluginreg.dat.txt
   http://launchpadlibrarian.net/20381879/pluginreg.dat.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/20381880/profiles.ini.txt

-- 
Can't play videos anymore; get Flashplayer message.
https://bugs.launchpad.net/bugs/307381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307380] [NEW] Interpid - kpdf no longer available

2008-12-12 Thread tuharsky
Public bug reported:

Kpdf is no longer available in repositories.

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

-- 
Interpid - kpdf no longer available
https://bugs.launchpad.net/bugs/307380
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdegraphics in ubuntu.

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


[Bug 307379] [NEW] power button should be ignored if screen is locked

2008-12-12 Thread eitch
Public bug reported:

Binary package hint: gnome-power-manager

Description:Ubuntu 8.10
Release:8.10

gnome-power-manager:
  Installed: 2.24.0-0ubuntu8
  Candidate: 2.24.0-0ubuntu8
  Version table:
 *** 2.24.0-0ubuntu8 0
500 http://ch.archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

When a user presses the power button, a dialog comes up asking which
action is desired.

After a 60 seconds delay the system shuts down automatically

This also happens when the screen is locked. This can be very
frustrating and can lead to lost data if this button is pressed and the
user doesn't know that the dialog has popped up since the screen is
locked and the dialog is not visible.

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

** Description changed:

  Binary package hint: gnome-power-manager
  
  Description:  Ubuntu 8.10
  Release:  8.10
  
  gnome-power-manager:
Installed: 2.24.0-0ubuntu8
Candidate: 2.24.0-0ubuntu8
Version table:
   *** 2.24.0-0ubuntu8 0
  500 http://ch.archive.ubuntu.com intrepid/main Packages
  100 /var/lib/dpkg/status
  
  When a user presses the power button, a dialog comes up asking which
  action is desired.
  
- After a 60 seconds the system shuts down
+ After a 60 seconds delay the system shuts down automatically
  
  This also happens when the screen is locked. This can be very
  frustrating and can lead to lost data if this button is pressed and the
  user doesn't know that the dialog has popped up since the screen is
  locked and the dialog is not visible.

-- 
power button should be ignored if screen is locked
https://bugs.launchpad.net/bugs/307379
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 272530] Re: 64-bit Intrepid automatic permanent reboot loop related to having exactly 4GB of memory

2008-12-12 Thread Mackenzie Morgan
Of course no power management worked without ACPI.  ACPI *is* power
management.  However, it seems to me that you've all hit an ACPI bug and
that mem=4096 is just a workaround for it.

-- 
64-bit Intrepid automatic permanent reboot loop related to having exactly 4GB 
of memory
https://bugs.launchpad.net/bugs/272530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 262438] Re: Firewall profiles based on network connection

2008-12-12 Thread Jamie Strandboge
** Changed in: ufw (Ubuntu)
   Status: New = Confirmed

-- 
Firewall profiles based on network connection
https://bugs.launchpad.net/bugs/262438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 272530] Re: 64-bit Intrepid automatic permanent reboot loop related to having exactly 4GB of memory

2008-12-12 Thread Mackenzie Morgan
Actually, let's try testing out some other ACPI boot options.  On
https://wiki.ubuntu.com/DebuggingACPI there is a list of them.  See if
booting with one of them works (don't use mem=4096 or acpi=off when
testing them).

 status incomplete


** Changed in: acpi (Ubuntu)
   Status: Triaged = Incomplete

-- 
64-bit Intrepid automatic permanent reboot loop related to having exactly 4GB 
of memory
https://bugs.launchpad.net/bugs/272530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307379] Re: power button should be ignored if screen is locked

2008-12-12 Thread Chris Coulson
Thank you for your bug report. Yes, I agree that it is not ideal that it
calls the session dialog when the screen is locked. I'm not sure if it
should just do nothing though, but I do agree that this is a bug

** Changed in: gnome-power-manager (Ubuntu)
   Importance: Undecided = Low
   Status: New = Triaged

-- 
power button should be ignored if screen is locked
https://bugs.launchpad.net/bugs/307379
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 301924] Re: Pending Printing Doesn't Occur On Fast Exit

2008-12-12 Thread Kip Warner
The print queue is part of the system and isn't a part of the
application level normally. It makes sense that in certain environments
that *printing* doesn't happen necessarily immediately, but it doesn't
make sense that enqueuing shouldn't be instantaneous.

-- 
Pending Printing Doesn't Occur On Fast Exit
https://bugs.launchpad.net/bugs/301924
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 259214] Re: wired connection settings are lost after reboot

2008-12-12 Thread Miguel Telleria de Esteban
sirius56 escribió:
 Static IP, dns settings etc get lost after a reboot. It gets back to
 default (AUTO DHCP),
 
 FYI, I find that the same Network Manager 0.7.0 bug exists for me in 
 Fedora 10, Gnome Desktop.
 
 
 This bug has been around for a long time.   Anyone have any idea of
 how we can give the Network Manager  developers some incentive to get
 this fixed?
 

I would encourage them to backport the 0.7.0-rc2 upstream version from 
Gnome.  I have done it in the PPA[*] and the problem seems to be solved.

[*] https://launchpad.net/~snapy/+archive

This is just a proof of concept that the upstream version works.  Now I 
think it is up to the official package maintainers to do the packaging 
according to all policy rules.

Miguel


-- 
| (O-O)
---oOO-(_)-OOo-
  Miguel TELLERIA DE ESTEBAN   Personal Homepage:
  Email: Miguel at mtelleria.com   http://www.mtelleria.com

  Miembro de http://www.linuca.org Tel home: +34 942 277429
  Membre de  http://www.bxlug.be   GSM:  +34 650 801098
---

-- 
wired connection settings are lost after reboot
https://bugs.launchpad.net/bugs/259214
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 307384] [NEW] Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread mtinman
Public bug reported:

I have a Toshiba Satellite A135-S2246 laptop, with Ubuntu 8.10 (Intrepid
Ibex) installed. I am experiencing the following problems:

1. Whenever I suspend or hibernate my laptop, it takes ~20 minutes or
longer before the laptop gets back to a usable state.

2. While my laptop is resuming, my HDD activity light is on 100% of the
time.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307384] Re: Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread mtinman

** Attachment added: uname-a.log
   http://launchpadlibrarian.net/20382217/uname-a.log

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307384] Re: Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread mtinman

** Attachment added: dmesg.log
   http://launchpadlibrarian.net/20382236/dmesg.log

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307384] Re: Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread mtinman

** Attachment added: version.log
   http://launchpadlibrarian.net/20382264/version.log

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307379] Re: power button should be ignored if screen is locked

2008-12-12 Thread Chris Coulson
Note to self: this needs to go upstream

** Also affects: gnome-power
   Importance: Undecided
   Status: New

-- 
power button should be ignored if screen is locked
https://bugs.launchpad.net/bugs/307379
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307384] Re: Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread mtinman

** Attachment added: lspci-vnvn.log
   http://launchpadlibrarian.net/20382272/lspci-vnvn.log

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 138586] Re: Gnometris controls very unresponsive when keys are held down

2008-12-12 Thread Ivansmail
I find that the controls stop working all together and the game seems to
be grey instead of in colour.

-- 
Gnometris controls very unresponsive when keys are held down
https://bugs.launchpad.net/bugs/138586
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307384] Re: Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread mtinman

** Attachment added: lsmod.log
   http://launchpadlibrarian.net/20382364/lsmod.log

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307384] Re: Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread mtinman

** Attachment added: lsusb.log
   http://launchpadlibrarian.net/20382374/lsusb.log

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 231376] Re: Freeze with blinking Caps Lock LED after successful wakeup

2008-12-12 Thread mbernasocchi
Hi, having the same issue almost Daily. It happens at random time.
I m on 8.10 AMD_64 (hp TX2500us), Ubuntu 2.6.27-7.16-generic

-- 
Freeze with blinking Caps Lock LED after successful wakeup
https://bugs.launchpad.net/bugs/231376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307385] [NEW] frozen bubble 2.2.0 upgrade request

2008-12-12 Thread hexion
Public bug reported:

Binary package hint: frozen-bubble

New version out.
Please include in Jaunty.
http://www.frozen-bubble.org/downloads/

source:
http://www.frozen-bubble.org/data/frozen-bubble-2.2.0.tar.bz2


Thanks

** Affects: frozen-bubble (Ubuntu)
 Importance: Undecided
 Status: New

-- 
frozen bubble 2.2.0 upgrade request
https://bugs.launchpad.net/bugs/307385
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 273027] Re: Torbutton say it is using Tor but it isn't

2008-12-12 Thread clovepower
To Giorgio and cally:

This is NOT a Privoxy issue, I edited the files manually already and
Firefox works like a charm if I instruct it to use Privoxy for all the
traffic.

The issue is Tor or TorButton relatedI'll take some time to dig into
TOR config eventually.

Maxi

-- 
Torbutton say it is using Tor but it isn't
https://bugs.launchpad.net/bugs/273027
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307369] Re: Can't install flashpligin-nonfree.

2008-12-12 Thread Chris Coulson
Thank you for your bug report. Could you please attach the contents of
/var/log/apt, and also your /var/log/dpkg.log? Could you also please
post the output of:

apt-cache policy flashplugin-nonfree

Thanks

** Changed in: ubuntu
   Status: New = Incomplete

** Changed in: flashplugin-nonfree (Ubuntu)
Sourcepackagename: None = flashplugin-nonfree

-- 
Can't install flashpligin-nonfree. 
https://bugs.launchpad.net/bugs/307369
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307365] Re: rhythmbox 0.11.6 crashes frequently in Xubuntu 8.10

2008-12-12 Thread Chris Coulson
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, your crash report is either missing or
challenging to deal with as a .crash file. Please follow these
instructions to have apport report a new bug about your crash that can
be dealt with by the automatic retracer.

If you are running the Ubuntu Stable Release you might need to enable
apport in /etc/default/apport and restart.

If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit.
If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report.

I'm closing this bug report since the process outlined above will
automatically open a new bug report which can then dealt with more
efficiently. Thanks in advance for your cooperation and understanding.

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

-- 
rhythmbox 0.11.6 crashes frequently in Xubuntu 8.10
https://bugs.launchpad.net/bugs/307365
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 306965] Re: on trying to install any application receive error: Could not get lock /var/cache/apt/archives/lock - open (11 Resource temporarily unavailable) E: Unable to lock the download dir

2008-12-12 Thread hank
Sorry if my description was confusing. I am not an experienced linux user.
Yes, I can open Synaptic and install from it using the administrator
account.
Is it possible for two accounts to have administrative rights or does this
confuse the system?

2008/12/11 Chris Coulson chrisccoul...@googlemail.com

 I'm not really sure entirely what you mean. But, can you now open
 Synaptic from an account that belongs to the admin group?

 --
 on trying to install any application receive error: Could not get lock
 /var/cache/apt/archives/lock - open (11 Resource temporarily unavailable) E:
 Unable to lock the download directory
 https://bugs.launchpad.net/bugs/306965
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Ubuntu: Incomplete

 Bug description:
 release = ubuntu 8.10 + edubuntu 8.10

 ProblemType: Bug
 Architecture: i386
 DistroRelease: Ubuntu 8.10
 ExecutablePath: /usr/sbin/synaptic
 Package: synaptic 0.62.1ubuntu10
 ProcAttrCurrent: unconfined
 ProcEnviron:

  
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
  LANG=en_US.UTF-8
  SHELL=/bin/bash
 SourcePackage: synaptic
 Uname: Linux 2.6.27-9-generic i686


-- 
on trying to install any application receive error: Could not get lock 
/var/cache/apt/archives/lock - open (11 Resource temporarily unavailable) E: 
Unable to lock the download directory
https://bugs.launchpad.net/bugs/306965
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 275397] Re: Error: extra ';' in gtkmm statusicon.h

2008-12-12 Thread Patrick
Solved my problem by uninstalling gtkmm, compile gtkmm 2.14.3 from
http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.14/gtkmm-2.14.3.tar.gz,
and now it works fine.

-- 
Error: extra ';' in gtkmm statusicon.h
https://bugs.launchpad.net/bugs/275397
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307387] [NEW] Now, Firefox browsing windows jerks every second or two after customizing Change Desktop Background

2008-12-12 Thread Indian Art
Public bug reported:

I have customized Change Desktop Background

I have very soothing Green Text on a Black background.
I have made the font 'Bold'. (Really helps read the text on a 'dark' background.
I have used Crystal SVG as my icons.

Now, Firefox browsing windows jerks every second or two after
customizing Change Desktop Background

P.S. When I customize Change Desktop Background  I find 2 icons of
Crystal SVG

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Now, Firefox browsing windows jerks every second or two after customizing 
Change Desktop Background
https://bugs.launchpad.net/bugs/307387
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306152] Re: yaird error: bad device link in /sys/block/sda (fatal

2008-12-12 Thread Neo
Thank you very much, that really worked for me.

-- 
yaird error: bad device link in /sys/block/sda (fatal
https://bugs.launchpad.net/bugs/306152
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 104936] Re: Mails tagged as Junk remain hidden, even when setting up a search filter that explicitly checks for it.

2008-12-12 Thread Harald
I can confirm the same behaviour Steven Willis is having. I am also
using the Exchange Plugin and Junk E-Mails, as soon as they are marked
as Junk, are nowhere to be seen. Users should be able to review their
Junk E-Mails inside the Local Junk folder or wherever these E-Mails are
moved/copied.

This behaviour makes me feel unsure if E-Mails that I really need are
being junked, because I cannot see them anywhere. It is always good to
be able to review Junk E-Mails to detect possible false Junk.

I'd appreciate if this could get fixed on the next Evolution release.

KR,

Harald

-- 
Mails tagged as Junk remain hidden, even when setting up a search filter that 
explicitly checks for it.
https://bugs.launchpad.net/bugs/104936
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306860] Re: evolution crashes upon changes in preferences

2008-12-12 Thread Patrick Hubers
I have exactly the same problem, but no crash file is produced. Is there
anything specific I could investigate?


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

-- 
evolution crashes upon changes in preferences
https://bugs.launchpad.net/bugs/306860
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 303225] Re: On highlight (e.g., if you type CTRL + L), the address bar in Firefox is unreadable

2008-12-12 Thread Bobby McGee
** Summary changed:

- On hilight (e.g., if you type CTRL + L), the address bar in Firefox is 
unreadable
+ On highlight (e.g., if you type CTRL + L), the address bar in Firefox is 
unreadable

** Description changed:

  Binary package hint: ubuntu-artwork
  
  Versions Used
  Firefox: firefox 3.0.4+nobinonly-0ubuntu0.8.10.1 
  Ubuntu: 8.10 Intrepid Ibex
+ Update - Also affects Jaunty.

-- 
On highlight (e.g., if you type CTRL + L), the address bar in Firefox is 
unreadable
https://bugs.launchpad.net/bugs/303225
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 280784] Re: package etcinsvk 1.0 fail ed to install/upgrade: le sous-processus post-installati on script a retourné une erreur de sortie d'ét at 10

2008-12-12 Thread Joost Ringoot
Hey good to know I am not alone, I just saw, the status is now set to fix
released, it's on my desktop at home, fix might com through with
apt-get update
apt-get upgrade
haven't tested it yet

On Thu, Dec 11, 2008 at 8:34 PM, Chris D. A. Snell
alohah...@yahoo.comwrote:

 I received this same error when install for etcinsvk 1.1 when
 installing education-commonpackage. View attachment.

 ** Attachment added: Screenshot-Untitled Window.png
   http://launchpadlibrarian.net/20368149/Screenshot-Untitled%20Window.png

 --
 package etcinsvk 1.0 failed to install/upgrade: le sous-processus
 post-installation script a retourné une erreur de sortie d'état 10
 https://bugs.launchpad.net/bugs/280784
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
package etcinsvk 1.0 failed to install/upgrade: le sous-processus 
post-installation script a retourné une erreur de sortie d'état 10
https://bugs.launchpad.net/bugs/280784
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 271219] Re: Backport GnuPlot 4.2.3 to Hardy

2008-12-12 Thread Tormod Volden
Shirish, we're talking about the same libedit (source package). It's
only the library binary package that is called libedit2.

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

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


[Bug 249592] Re: Brasero: hangs during mp3 file loading

2008-12-12 Thread Claus Frein
Just a note: The bug was fixed upstream on 2008-11-25!

-- 
Brasero: hangs during mp3 file loading
https://bugs.launchpad.net/bugs/249592
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307390] [NEW] please sync xserver-xorg-video-geode (main) from Debian experimental (main)

2008-12-12 Thread Martin-Éric Racine
Public bug reported:

Binary package hint: xserver-xorg-video-geode

xserver-xorg-video-geode (2.11.0-1) experimental; urgency=low
 .
  * New upstream release.

** Affects: xserver-xorg-video-geode (Ubuntu)
 Importance: Undecided
 Status: New

-- 
please sync xserver-xorg-video-geode (main) from Debian experimental (main) 
https://bugs.launchpad.net/bugs/307390
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307389] [NEW] pressed keyboard button doesn't correspond typing symbol

2008-12-12 Thread valerykk
Public bug reported:

Binary package hint: rdesktop

I use rdesktop 1.6.0 in terminal session of Windows 2003 server. I've
got 2 layouts: 'en-us' and 'ru' there. The only way to make CapsLock in
it work correctly and comply to russian winkeys layout is to use '-y'
option. So everything seems to be fine except one mistake: pressing
slash ('/') on the numeric pad, in the text line appears dot symbol
('.')

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

-- 
pressed keyboard button doesn't correspond typing symbol
https://bugs.launchpad.net/bugs/307389
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306552] Re: nm-connection-editor can't configure cdma network setting

2008-12-12 Thread sunatomo
** Also affects: network-manager-applet
   Importance: Undecided
   Status: New

-- 
nm-connection-editor can't configure cdma network setting
https://bugs.launchpad.net/bugs/306552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 302596] Re: Evince doesn't print all content of pdf-file to PS-printer but to PCL-printer

2008-12-12 Thread Dimitrios Symeonidis
i'm sorry, you're right, xpdf and gv have rather ugly and difficult
interfaces

epdfview is based on poppler, just like evince...

could you install the medibuntu repositories, and from there install acroread?
http://www.medibuntu.org/

then try printing to PCL and PS and tell me if it prints correctly to
both...

** Changed in: evince (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: evince (Ubuntu)
   Importance: Undecided = Low

-- 
Evince doesn't print all content of pdf-file to PS-printer but to PCL-printer
https://bugs.launchpad.net/bugs/302596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307392] [NEW] libtoolize: `argz_.h' not found in `/usr/share/libtool/libltdl'

2008-12-12 Thread strk
Public bug reported:

Binary package hint: libtool

Running 'libtoolize --force --copy  --ltdl libltdl --quiet --recursive' I get:
libtoolize: `argz_.h' not found in `/usr/share/libtool/libltdl'

I just upgraded to Intrepid, was fine with Hardy Heron.

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

-- 
libtoolize: `argz_.h' not found in `/usr/share/libtool/libltdl' 
https://bugs.launchpad.net/bugs/307392
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306552] Re: nm-connection-editor can't configure cdma network setting

2008-12-12 Thread sunatomo
** Description changed:

  using version Intrepid Ibex (8.10)
  network-manager  0.7--svn20081018t105859-0ubuntu1
  
- I've added the cdma provider settings on serviceproviders.xml at 
/usr/share/mobile-broadband-provider-info/ .
- Cdma provider settings can see and edit in the nm-connection-editor. 
- But if I make the configuration via Cdma setting, these setting does't work.
+ I've added the CDMA provider settings on serviceproviders.xml at 
/usr/share/mobile-broadband-provider-info/ .
+ CDMA provider settings can see and edit in the nm-connection-editor. 
+ But if I make the configuration via CDMA setting (that I added), these 
setting does't work.
  
  I'm using Huawei E220 cdma usb modem.
- In NetworkManager, nm-connection-editor's default configuration for moble 
broadband connection (gsm) doesn't work.
+ First, in NetworkManager, nm-connection-editor's default configuration for 
moble broadband connection (gsm) doesn't work.
  
  So I 'd change the /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
  from GSM-07.07 and GSM-07.05 to IS-707-A (at key=modem.command_sets 
type=strlist),
- and auto mobile broadband (cdma) connection can connect the cdma provider.
+ and auto mobile broadband (cdma) connection can connect the CDMA provider.
  
- added Cdma provider configuration in serviceproviders.xml was this
+ added CDMA provider configuration in serviceproviders.xml was this
  
provider
namee-mobile/name
cdma /
usernameem/username
passwordem/password
/provider
  
  but nm-connection-editor made the settings (see at gconf-editor) was
  
  /system/networking/connections/1/connections/type=gsm
  /system/networking/connections/1/gsm/band=0, name=gsm, network-type=0, 
number= *99***1#,username=em
  
- auto mobile broadband (cdma) connection (see at gconf-edittor) was
+ auto mobile broadband (CDMA) connection (see at gconf-edittor) was
  
  /system/networking/connections/2/connections/type=cdma
  /system/networking/connections/2/cdma/name=cdma, number=*99***1#, username=em
  (/system/networking/connections/2/gsm was none)
+ 
+ 2008/12/12 added:
+ 
+ I run nm-connection-editor in command-prompt, and find the warning-log
+ relate for CDMA configuration.
+ 
+ ** (nm-connection-editor:7114): WARNING **: Can't add new connection of
+ type 'cdma'

-- 
nm-connection-editor can't configure cdma network setting
https://bugs.launchpad.net/bugs/306552
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 305800] Re: Evince document viewer 2.24.1 mouse wheel will not page down

2008-12-12 Thread Dimitrios Symeonidis
continuous view was disabled

** Changed in: evince (Ubuntu)
   Status: Incomplete = Invalid

-- 
Evince document viewer 2.24.1 mouse wheel will not page down
https://bugs.launchpad.net/bugs/305800
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 301924] Re: Pending Printing Doesn't Occur On Fast Exit

2008-12-12 Thread Dimitrios Symeonidis
yes, the print queue is part of the system. sending the document for
printing in the queue is not instantaneous, it takes some processing. if
you close the application before this processing happens, then it won't
be queued, simple as that...

-- 
Pending Printing Doesn't Occur On Fast Exit
https://bugs.launchpad.net/bugs/301924
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 268984] Re: media players can not be controlled

2008-12-12 Thread shashikasaragodu
  dear friend,
i have tried new hardy and now using intrepid. i am happy now, almost no 
problem, fully satisfied. thanks foe your time. sorry for belate reply.


On Fri, 05 Dec 2008 IanW wrote :
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with latest Ubuntu release? Thanks in advance.

** Changed in: ubuntu
Status: New = Incomplete

--
media players can not be controlled
https://bugs.launchpad.net/bugs/268984
You received this bug notification because you are a direct subscriber
of the bug.

Status in Ubuntu: Incomplete

Bug description:
almost all media players are out of control. no menu can be accessed, volume 
control and other options can be controlled. every time i ahve to force quit. 
this is the case with all audio and video players. i  have installed all 
gstreamer plugins through synaptic.

-- 
media players can not be controlled
https://bugs.launchpad.net/bugs/268984
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 286394] Re: system-cleaner should display the package descriptions on demand

2008-12-12 Thread Mantas Kriaučiūnas
** Also affects: system-cleaner (Baltix)
   Importance: Undecided
   Status: New

-- 
system-cleaner should display the package descriptions on demand
https://bugs.launchpad.net/bugs/286394
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220952] Re: X Support and Config needed for Viewsonic VA1916W

2008-12-12 Thread kahrytan

How hard is it to fix this freakin bug? All the information that is
needed is easily found in the monitor's own manual.

 Thanks to this bug and tv tuner bug, I am making my switch back to
Windows. obviously, ubuntu and linux developers blame closed source all
of their bugs and ignore them.

-- 
X Support and Config needed for Viewsonic VA1916W
https://bugs.launchpad.net/bugs/220952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240644] Re: eps file blank thumbnail, but evince renders fine

2008-12-12 Thread sam tygier
on intrepid:
the eps thumbnail is blank, and the eps viewed in evince is blank.
the pdf (either from dimitrios's attachment, or made myself with ps2pdf) the 
thumbnail contains the graph, and it renders in evince. (though it is badly 
cropped in both, not sure if this is related)

-- 
eps file blank thumbnail, but evince renders fine
https://bugs.launchpad.net/bugs/240644
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307397] Re: please update Apache to 2.2.10

2008-12-12 Thread Chris Coulson
Thank you for your bug report. Yes, I think it would be possible to
update Apache to 2.2.10, although it isn't in Debian at the moment.

** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Wishlist
   Status: New = Triaged

** Tags added: upgrade

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

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


[Bug 307111] Re: limit-connect config doesn't have any effect

2008-12-12 Thread Lionel Dricot
I've just discovered than :

without limit connect, the error is port 5222 is not authorized
with the limit-connect, the error is writing error

So it seems like the limit-connect is well understood and that the
problem happens somewhere else (and I have no idea why).


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

-- 
limit-connect config doesn't have any effect
https://bugs.launchpad.net/bugs/307111
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 240644] Re: [regression] eps file blank in evince 2.24, renders correctly in 2.22

2008-12-12 Thread Dimitrios Symeonidis
** Summary changed:

- eps file blank thumbnail, but evince renders fine
+ [regression] eps file blank in evince 2.24, renders correctly in 2.22

-- 
[regression] eps file blank in evince 2.24, renders correctly in 2.22
https://bugs.launchpad.net/bugs/240644
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 254968] Re: CAPS LOCK doesn't work in rdesktop 1.6 (intrepid)

2008-12-12 Thread valerykk
Hey guys! The almost only thing to solve the layout-switching (using
Ctrl, Alt and Shift -combinations) and CapsLock -problems is to update
rdesktop to ver.1.6.0. But there appears a new bug: pressing slash ('/')
on the numeric pad, in the text line appears dot symbol ('.'). I noticed
it only in russian layout. So check this out in your national ones.

-- 
CAPS LOCK doesn't work in rdesktop 1.6 (intrepid)
https://bugs.launchpad.net/bugs/254968
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307397] [NEW] please update Apache to 2.2.10

2008-12-12 Thread Michael Marley
Public bug reported:

Binary package hint: apache2

I was wondering if it might be possible to update the Apache web server
from 2.2.9 to 2.2.10 for Jaunty.  On the Apache website, it says this
release is for bugfixes and security.

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

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

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


[Bug 37227] Re: unnamed imap folder

2008-12-12 Thread Niels Rasmussen
I've just installed Intrepid Ibex 8.10 today.

After updating the system, Evolution 2.24.2 is present on my system.

The bug as described above appears here as well.

It just can't be removed, the phantom folder still appears.

I'm using Gmail as my IMAP provider.

I can also confirm that this is not an issue in all other MUA's I've
tried.

-- 
unnamed imap folder
https://bugs.launchpad.net/bugs/37227
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 304379] Re: ksystemlog resize annoyance: vertical minimal width

2008-12-12 Thread Nick Bridgwater
I have this problem too - especially annoying as the minimum ( default)
width of the window is wider than my screen width.  I can resize the
window wider but not narrower.

-- 
ksystemlog resize annoyance: vertical minimal width
https://bugs.launchpad.net/bugs/304379
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307396] [NEW] [mono2.0transition] Please merge beagle 0.3.8-2 from Debian Experimental

2008-12-12 Thread directhex
Public bug reported:

Binary package hint: beagle

As part of the Mono 2.0 transition, this package must be updated to
account for new build dependencies. An updated package exists in Debian
Experimental, which requires the attached merge patch

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

-- 
[mono2.0transition] Please merge beagle 0.3.8-2 from Debian Experimental
https://bugs.launchpad.net/bugs/307396
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307403] [NEW] Installing postfix therefore deleting exim4 didn't work

2008-12-12 Thread simmel
Public bug reported:

Binary package hint: exim4

I tried to deinstall exim4 and to install postfix instead. Now I've got
an dependency problem with aptitude/dpkg. Will try to fix this myself,
but this is def. a bug and shouldn't happen.

There might be some dependencies problems regarding to postfix/exim and
other applications because it deinstalled tripwire, smokeping and
rkhunter. postfix cant be installed and exim is gone except for the
package  --

exim4-daemon-light

which might be the culprit here.

I've attached what was left of my console commands, this might be useful
to bug out the wrong dependency.

ProblemType: Package
Architecture: i386
Date: Fri Dec 12 11:37:45 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: subprocess post-removal script returned error exit status 3
NonfreeKernelModules: nvidia
Package: exim4-base 4.69-2
PackageArchitecture: i386
SourcePackage: exim4
Title: package exim4-base 4.69-2 failed to install/upgrade: subprocess 
post-removal script returned error exit status 3
Uname: Linux 2.6.24-22-generic i686

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


** Tags: apport-package

-- 
Installing postfix therefore deleting exim4 didn't work
https://bugs.launchpad.net/bugs/307403
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307403] Re: Installing postfix therefore deleting exim4 didn't work

2008-12-12 Thread simmel

** Attachment added: console.txt
   http://launchpadlibrarian.net/20383486/console.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/20383487/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/20383488/DpkgTerminalLog.gz

-- 
Installing postfix therefore deleting exim4 didn't work
https://bugs.launchpad.net/bugs/307403
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 302596] Re: Evince doesn't print all content of pdf-file to PS-printer but to PCL-printer

2008-12-12 Thread Martin Reiche
:-) Ok. Thanks for your help so far!

-- 
Evince doesn't print all content of pdf-file to PS-printer but to PCL-printer
https://bugs.launchpad.net/bugs/302596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307384] Re: Resume/Thaw takes ~20 minutes or longer, hdd activity excessive

2008-12-12 Thread Chris Coulson
Thank you for your bug report. Couls you please perform a suspend /
resume cycle and then attach your /var/log/kern.log and
/var/log/kern.log.0 to this bug report?

Thanks in advance

** Changed in: ubuntu
   Status: New = Incomplete

-- 
Resume/Thaw takes ~20 minutes or longer, hdd  activity excessive
https://bugs.launchpad.net/bugs/307384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307398] [NEW] Incorrect several accounts view

2008-12-12 Thread en cyphering
Public bug reported:

1.
All presented accounts has similar balance in main window.
Balances are changed at mouse-on and mouse-over.

2. Some upcoming automated transactions also have similar amount.
Amounts are changed changes at mouse-on and mouse-over.

Ubuntu: 8.04.1
Homebank: all [3.6 and 3.8 were tryed]

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


** Tags: homebank

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

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


[Bug 302596] Re: Evince doesn't print all content of pdf-file to PS-printer but to PCL-printer

2008-12-12 Thread Martin Reiche
I installed Acroread from Medibuntu and it prints perfectly with PCL.
With PS it prints nearly perfect. The only difference I can see between
those to printouts is that the PS-print does not print those brackets
from the formular of the bottom slide from page 11 from the orig. PDF I
attached to this report.

I should mention that all my tests relate to this one page 11 of the
orig. PDF as that is one of those sites the printer has problems with.

BTW: thanks for your help :-)

-- 
Evince doesn't print all content of pdf-file to PS-printer but to PCL-printer
https://bugs.launchpad.net/bugs/302596
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 192508] Re: mouse keys turns on randomly

2008-12-12 Thread marius
I decided to try to run some tests, to better understand the situation in which 
the bug would occur, and I just discovered that right now (I'm logged via 
remote desktop) the keypad keys seem to work as intended only when Num Lock is 
turned off, i.e. acting as the arrow keys (plus page up/down etc.) but if I 
enable Num Lock they just do... nothing. They not even seem to work as mouse 
keys. It doesn't matter the function status, I tried to enable/disable it 
manually in the control panel (since the keyboard shortcut doesn't work via 
remote desktop) but nothing changes. Which conclusion would you draw from this? 
IMHO, that the bug just involves the remote desktop server (I tried two 
different clients) that is, in my case, the embedded vino.
Of course it would be nice to see how would the keys behave right now 
locally, but I won't have access to this pc until monday morning, so this 
test can't be run. I hope this little do-it-yourself analysis can help in 
some way... if you need any details feel free to ask, I'm constantly monitoring 
this discussion.

-- 
mouse keys turns on randomly
https://bugs.launchpad.net/bugs/192508
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 128299] Re: avm fxusb_cz driver mod

2008-12-12 Thread BongoMan
Hi,

I could compile it in Intrepid to, but I had to do some more changes in
driver.c:

1) comment out or delete all lines containing the word hotplug
2) in line 1244 change find_task_by_pid to find_task_by_vpid

with this changes it compiles well and the module loads into the kernel,
but I don't know if it really works, can't test it here...

Pascal

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

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


[Bug 307408] [NEW] System freeze when working on Samba or Cifs mounted share of NetApp server

2008-12-12 Thread vogu
Public bug reported:

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

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

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

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

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

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

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

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

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

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 273685] Re: vlc and mplayer reset brightness in Ubuntu Intrepid Ibex on Intel GMAX3100

2008-12-12 Thread numtre
Issue is happening to me as well, as described above.
I'm using an X3100 graphics card on a fujitsu siemens amilo pi2515 laptop, 
Ubuntu Interpid Ibex.

-- 
vlc and mplayer reset brightness in Ubuntu Intrepid Ibex on Intel GMAX3100
https://bugs.launchpad.net/bugs/273685
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 282081] Re: X hangs and not recoverable after screen saving or logout/login with intel 965gm

2008-12-12 Thread strangedata
I'm also having the same problem on my lenovo desktop. If I leave the
screensaver running for a few hours (2 or 3), everything works fine, but
when I leave it overnight, the next day when I try to unlock it, it
takes my password and only displays an empty background (i.e. I can see
the background image, but no window is available; the mouse still moves,
but the keyboard is unresponsive).

My graphic card is an Intel 82Q35 Express Integrated Graphics
Controller, please see the attached file for the output of `lspci
-vvnn`.

** Attachment added: lspci-out-lenovo.txt
   http://launchpadlibrarian.net/20383818/lspci-out-lenovo.txt

-- 
X hangs and not recoverable after screen saving or logout/login with intel 965gm
https://bugs.launchpad.net/bugs/282081
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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