Re: расчет файлов по ssh

2010-07-01 Thread Людмила Бандурина
df -i С уважением, Людмила 2 июля 2010 г. 0:19 пользователь OurNet.Biz ournet@gmail.com написал: привет, есть сайт на хостинге с операционной системы Linux CentOS, слышал что можно по SSH подсчитать количество файлов, подскажите как это делать? спасибо -- ubuntu-ru mailing list

Re: Gnome-keyring как выключить?

2010-07-01 Thread Катраев Виталий
2 июля 2010 г. 0:27 пользователь Людмила Бандурина bigdogs...@gmail.com написал: Я не очень еще в этом разбираюсь - на что это повлияет? Брелок будет доступен без ввода пароля при включенном автологине. Дело в том, что мне брелки как раз нужны - чтобы семья не лазила никуда, кроме игрушек.

Re: Gnome-keyring как выключить?

2010-07-01 Thread Людмила Бандурина
Не, в том и идея, чтоб семье вообще не нужно было никакие пароли вводить... Ну в 9.10 же такого не было?! С уважением, Людмила 2 июля 2010 г. 0:47 пользователь Катраев Виталий zawul...@gmail.comнаписал: 2 июля 2010 г. 0:27 пользователь Людмила Бандурина bigdogs...@gmail.com написал: Я не

расчет файлов по ssh

2010-07-01 Thread OurNet.Biz
открыл соединение с filezilla и при вводе команде df -i получаю ответ Команда не поддерживается этим протоколом, наверно не делаю правильно? Message: 8 Date: Fri, 2 Jul 2010 00:28:53 +0400 From: Людмила Бандурина bigdogs...@gmail.com Subject: Re: расчет файлов по ssh To:

Re: расчет файлов по ssh

2010-07-01 Thread Людмила Бандурина
В терминале ssh имя_пользовате�...@host Потом пароль, если нет ключа А потом уже df -i С уважением, Людмила 2 июля 2010 г. 1:12 пользователь OurNet.Biz ournet@gmail.com написал: открыл соединение с filezilla и при вводе команде df -i получаю ответ Команда не поддерживается этим

Re: расчет файлов по ssh

2010-07-01 Thread Людмила Бандурина
Можно еще через Приложения - Стандартные - Анализатор использования дисков В нем Анализ - Сканировать удаленную папку С уважением, Людмила -- ubuntu-ru mailing list ubuntu-ru@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru

Re: Записки Дебианщика

2010-07-01 Thread Смагин Владимир
Как и раньше на своем месте http://mydebianblog.blogspot.com/ Здравствуйте! Подскажите пожалуйста куда переехал блог Записки Дебианщика? На гугле только мертвые ссылки :( Спасибо -- Владимир Смагин http://blindage.org GPG http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xBB04707114E9F564

Re: расчет файлов по ssh

2010-07-01 Thread Munko O. Bazarzhapov
считает только файлы без папок # find . -type f|wc -l 1314 # find . -type f|grep -c 1314 здесь только папки # find . -type d|wc -l 166 # find . -type f|grep -c 166 -- ubuntu-ru mailing list ubuntu-ru@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru

[Bug 541439] Re: php5 should provide php5-mhash transitional package to remove mhash.ini conffile

2010-07-01 Thread jeffreyguo
This my configure : php5-common: Conflicts: php5-mhash help me Thanks ** Changed in: php5 (Ubuntu) Assignee: Chuck Short (zulcss) = jeffreyguo (govip) -- php5 should provide php5-mhash transitional package to remove mhash.ini conffile https://bugs.launchpad.net/bugs/541439 You

[Bug 600549] [NEW] m2crypto fails to build from source in maverick

2010-07-01 Thread Matthias Klose
Public bug reported: Binary package hint: m2crypto seen in a test rebuild and in current maverick (amd64): https://launchpad.net/ubuntu/+archive/test-rebuild-20100628/+build/1831808 == ERROR: test_signEncryptDecryptVerify

[Bug 214023] Re: checksecurity cron job warning message caused by gvfs

2010-07-01 Thread Laurent Bonnaud
This bug still exists in lucid. To reproduce it: - install both packages checksecurity and gvfs-fuse - log in - wait a week for the cron job to execute or run /etc/cron.weekly/checksecurity as root ** Changed in: checksecurity (Ubuntu) Status: Invalid = Confirmed -- checksecurity

[Bug 531912] Re: [LUCID] /etc/init.d/ssh seems to work, but actually upstart is used.

2010-07-01 Thread Patrick Cervicek
off-topic: Did the upstart maintainer say how configuration is done in upstart? When I look to /etc/init, there are also other scripts using /etc/default $ grep -rl /etc/default/ /etc/init /etc/init/apport.conf /etc/init/gssd.conf /etc/init/idmapd.conf /etc/init/rpc_pipefs.conf

[Bug 480849] Re: Samba daemon crashes when transfering large files to share in encrypted home dir

2010-07-01 Thread Joshua Coombs
Just had the problem occur again, this time dmcrypt wasn't in use on the volume with the hosted share. dmcrypt is in use on the system though? Machine is hung badly enough that my serial console isn't functional so I can't grab any additional debug info from this instance. Looks like this may be

Re: [Bug 531912] Re: [LUCID] /etc/init.d/ssh seems to work, but actually upstart is used.

2010-07-01 Thread Colin Watson
Scott's recommendation, in general, is that Upstart jobs should be simple enough that it's reasonable to edit them directly. /etc/default/ was introduced in the first place because /etc/init.d/ scripts were hard to edit and it was even harder to keep changes merged. One goal of Upstart is that

[Bug 588293] Please test proposed package

2010-07-01 Thread Colin Watson
Accepted qemu-kvm into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! -- iovec array memory leak

[Bug 292588] Re: VirtualBox can't operate in VMX root mode.

2010-07-01 Thread Felix Geyer
** Tags added: patch -- VirtualBox can't operate in VMX root mode. https://bugs.launchpad.net/bugs/292588 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 600687] [NEW] [maverick] Regression: nodes.list is ignored by CC

2010-07-01 Thread Thierry Carrez
Public bug reported: Maverick alpha2 testing NC autoregisters correctly, but the CC ignores the IPs in /var/lib/eucalyptus/nodes.list, so it's never started up. Adding the node to NODES= in /etc/eucalyptus/eucalyptus.conf works around that. ** Affects: eucalyptus (Ubuntu) Importance: High

[Bug 600687] Re: [maverick] Regression: nodes.list is ignored by CC

2010-07-01 Thread Ubuntu QA Website
** Tags added: iso-testing -- [maverick] Regression: nodes.list is ignored by CC https://bugs.launchpad.net/bugs/600687 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 575945] Re: [SRU] chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid packages

2010-07-01 Thread Martin Pitt
According to the bug trail this is fixed in jaunty and above. ** Changed in: chkrootkit (Ubuntu) Status: Confirmed = Fix Released -- [SRU] chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid packages https://bugs.launchpad.net/bugs/575945 You received this bug

[Bug 575945] Re: [SRU] chkrootkit falsely flags files owned by Firefox 3 and Sun Java 6 valid packages

2010-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package chkrootkit - 0.47-1.1ubuntu0.3 --- chkrootkit (0.47-1.1ubuntu0.3) hardy-proposed; urgency=low * debian/chkrootkit.1: Added -e option to manpage, as suggested by SRU verification. (LP: #575945) -- Marc Deslauriers marc.deslauri...@ubuntu.com

[Bug 566792] Re: metadata service returns empty data with 200 OK

2010-07-01 Thread C de-Avillez
Tests re-run; in 800 instances we got a single metadata failure. After discussing the status with all in a teleconference, we decided to approve the changes so far: * no regressions were detected; * one failure in 800, on a extremely stressed UEC is *way better* than ~5 failures in 100. * we

[Bug 599910] Re: Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid

2010-07-01 Thread Charles Curley
OK, I found a solution, likely the right one. After the upgrade, I found a new file, /etc/libvirt/qemu.conf.dpkg-dist. After diffing it against qemu.conf, I copied the following two stanzas from the upgrade file to the configuration file: # The user ID for QEMU processes run by the system

[Bug 592648] Re: Not all keys present

2010-07-01 Thread C de-Avillez
Closing invalid, per Torsten's last comment. Thank you. ** Changed in: eucalyptus (Ubuntu) Status: Incomplete = Invalid -- Not all keys present https://bugs.launchpad.net/bugs/592648 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 463684] Re: openldap sections in ubuntu server guide not updated for packages in karmic

2010-07-01 Thread trader...@yahoo.co.uk
Trying to get LDAP working on Ubuntu is my worst linux experience yet. Still can't do it. Every tutorial a different, incomprehensible error code. Hours and hours wasted. Someone needs to sort this can of worms out. -- openldap sections in ubuntu server guide not updated for packages in karmic

[Bug 598182] Re: eucalyptus-cc and uec-component-listener services are not started

2010-07-01 Thread Hovanes Manucharyan
I keep getting this bug in a random manner. Some times after a restart, the 2 services start properly and other times I have to manually start them. -- eucalyptus-cc and uec-component-listener services are not started https://bugs.launchpad.net/bugs/598182 You received this bug notification

Re: [Bug 463684] Re: openldap sections in ubuntu server guide not updated for packages in karmic

2010-07-01 Thread Thag
Pin it back to Jaunty...groan. Package: slapd Pin: version 2.4.15-1ubuntu3 Pin-Priority: 1100 Package: ldap-utils Pin: version 2.4.15-1ubuntu3 Pin-Priority: 1100 Package: libldap-2.4-2 Pin: version 2.4.15-1ubuntu3 Pin-Priority: 1100 -Bruce On Thu, Jul 1, 2010 at 3:35 PM,

[Bug 599910] Re: Libvirt/kvm permissions/ownership issue on upgrade from Karmic to Lucid

2010-07-01 Thread Dustin Kirkland
** Summary changed: - Libvirt/kvm permissions/ownership issue on upgrade from Kosmic to Lucid + Libvirt/kvm permissions/ownership issue on upgrade from Karmic to Lucid -- Libvirt/kvm permissions/ownership issue on upgrade from Karmic to Lucid https://bugs.launchpad.net/bugs/599910 You received

[Bug 506865] Re: snmp-net not working with lm-sensors

2010-07-01 Thread Brad Cowie
I had the same issue with my fresh install of ubuntu 10.04 server. There is a patch in the debian bug system that fixes this issue: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575810 I applied the patch and rebuild the ubuntu package from source and I get all of my sensor data now. ** Bug

[Bug 497790] Re: squid should provide an apparmor profile

2010-07-01 Thread Mathias Gug
I'd suggest to integrate this patch into the package branch and submit a merge proposal as outlined in https://wiki.ubuntu.com/Bugs/HowToFix #merge-proposal. Having the package with the apparmor profile available from a PPA would also help in testing it. ** Tags added: patch -- squid should

[Bug 251632] Re: DHCP client should not create temporary files in /etc

2010-07-01 Thread Mathias Gug
I'd suggest to forward this patch to the Debian maintainer in order to get it included in Debian as well. ** Tags added: patch patch-forwarded-debian ** Also affects: dhcp3 (Debian) Importance: Undecided Status: New -- DHCP client should not create temporary files in /etc

[Bug 251632] Re: DHCP client should not create temporary files in /etc

2010-07-01 Thread Mathias Gug
The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at https://wiki.ubuntu.com/Bugs/Upstream/Debian. If you have done so, please tell us the number of the upstream bug (or the

[Bug 600874] [NEW] Segfault in libtalloc, pam_smbpass

2010-07-01 Thread pascal germroth
Public bug reported: Binary package hint: samba When trying to login using GDM, XDM or KDM, there is a segfault in libtalloc, when called by pam_smbpass, see attached log for stacktrace. Since libtalloc2 works fine for the other software that uses it, I guess it's pam_smbpass's fault. Also, it

[Bug 600874] Re: Segfault in libtalloc, pam_smbpass

2010-07-01 Thread pascal germroth
** Attachment added: gdm/:0-slave.log http://launchpadlibrarian.net/51265905/%3A0-slave.log.foo -- Segfault in libtalloc, pam_smbpass https://bugs.launchpad.net/bugs/600874 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in

[Bug 600908] [NEW] Spurious error during authorization

2010-07-01 Thread Aidan Furlan
Public bug reported: Binary package hint: bacula I recently changed my bacula setup and got the following after running a job: 01-Jul 22:10 simba-fd JobId 76: Fatal error: Authorization key rejected by Storage daemon. Please see http://www.bacula.org/rel-manual/faq.html#AuthorizationErrors for

Re: 10.04 enfin.

2010-07-01 Thread Steve Nadeau
Bonjour Jean-Luc... je viens de relire les messages précédents car celui-ci n'y faisait pas référence! il m'a fallu faire une recherche... bon, aussi je remets la liste en copie pour en faire profiter tout le monde! concernant la mise à jour depuis un CD, il ne faut pas démarrer le gestionnaire

Re: Probleme install Firefox3.6.6

2010-07-01 Thread Jacques Lav!gnotte
Le Wed, 30 Jun 2010 20:35:51 -0400, Steve Nadeau steven...@gmail.com a écrit : dans la 8.04 c'était firefox 2.2- Dans 8.04 FFoX vient de passe à 3.6 J. -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Re: Probleme install Firefox3.6.6

2010-07-01 Thread Steve Nadeau
a désolé, comme je suis les versions, je ne le savais pas... donc la mise à jour devrait se faire automatiquement à moins d'avoir modifier les dépôts manuellement pour pointer vers un autre qui n'est pas celui par défaut... à réviser donc la liste des dépôts et s'assurer que firefox 3.6

Re: Probleme install Firefox3.6.6

2010-07-01 Thread croison yves
Le jeudi 01 juillet 2010 à 09:51 +0200, Jacques Lav!gnotte a écrit : Le Wed, 30 Jun 2010 20:35:51 -0400, Steve Nadeau steven...@gmail.com a écrit : dans la 8.04 c'était firefox 2.2- Dans 8.04 FFoX vient de passe à 3.6 exact!! je comprend mieux maintenant;c'est même la version 3.6.6

RE: 10.04 enfin.

2010-07-01 Thread Alphonse Peccoud
Bonjour,J'ai eu le même problème que Jean-Luc en voulant répondre à la possibilité de télécharger 10.04 depuis 9.10. A cette différence qu'il m'est impossible de faire quoi que ce soit, tout étant bloqué. Le mode de récupération semble indiquer que le problème se situe au niveau de la racine.

Re: Probleme install Firefox3.6.6

2010-07-01 Thread Donk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 30/06/2010 22:54, philippe falcoz-vigne a écrit : Bonsoir a tous.J'ai un souci d'instal avec Firefox3.6.6. Config avecamd64,dd400go,n'vidia 8400gs,Ubuntu 8.04 lts, a jour. En dual boot avec Windows sur lequel est aussi installé Firefox. Message

Re: Lot ubuntu-fr, Vol 70, Parution 51

2010-07-01 Thread Steg
Tu m' otes les mots de la bouche. Je crois rêvé quend je vois des messages comme ça... Le 30 juin 2010 13:00, ubuntu-fr-requ...@lists.ubuntu.com a écrit : Envoyez vos messages pour la liste ubuntu-fr à ubuntu-fr@lists.ubuntu.com Pour vous (dés)abonner par le web, consultez

CD 10.04

2010-07-01 Thread Jacques BARRET
Bonjour Je suis en 5.04 LIS. J'avais l'intention d'attendre 10.04.1 pour migrer. Je viens d'acheter une revue LINUX dans laquelle il y a un CD d'instajjation de 10.04. Est que je peux l'utiliser où est il préférable d'attendre la 10.04.1 et d'installer enligne. Merci de vos réponses.

Re: CD 10.04

2010-07-01 Thread Steve Nadeau
Bonjour Jacques! il n'est pas possible de passer d'une aussi vieille version vers la 10.04, il faudrait faire la mise à jour vers chacune des versions intermédiaire et cela est impensable... le plus important serait de s'assurer que le HOME soit sur une partition séparée, sinon d'en faire une

Re: CD 10.04

2010-07-01 Thread Jacques Lav!gnotte
Le Thu, 01 Jul 2010 15:09:59 +0200, Jacques BARRET jacquesd.bar...@laposte.net a écrit : Bonjour Je suis en 5.04 LIS. 5 ? T'es certain ? C'est pas 8.04 ??? J. BARRET Jacques -- Il est aussi facile de se tromper soi-même sans s'en apercevoir qu'il est difficile de tromper

Re: CD 10.04

2010-07-01 Thread Steve Nadeau
Bonjour Jacques! faire aattention pour répondre à toute la liste sinon je suis le seul à recevoir le message! étant donné que c'est la 8.04, donc dans le menu système/administration il y a le gestionnaire de mise à jour, il t'offrira la possibilité de passer à la 10.04, donc pas de trouble à

Re: CD 10.04

2010-07-01 Thread Jacques BARRET
Re Lors de la sortie de la 10.04, je n'ai pas pu faire la mutation le gestionnaire de mise à jour restait bloqué sur la 8.10, malgré toutes les manipulations qui m'avaient été indiquées. Il m'avait été conseillé d'attendre la 10.04.1 de juillet. Je voulais simplement savoir si je pouvais

Re: CD 10.04

2010-07-01 Thread Steve Nadeau
Bonjour! Dans le système/administration/sources de logiciels, sous l'onglet Mise à jour, il faut que Mise à niveau de distribution soit sur Version offrant un soutien à long terme uniquement (LTS). en version normale, il passe de 8.04 à 8.10 à 9.04, etc... en LTS il passe de 8.04 à 10.04...

Re: partage fichiers

2010-07-01 Thread Georges Kozmin
Embryon de réponse à moi-même. Faute de mieux, pour l'instant, je connexte un disque dur en USB sur l'un, je copie tout intégralement, puis je recopie le contenu du disque sur l'autre PC. Je me trouve très con de procéder ainsi alors que mes ordis sont sur le même réseau (WIFI et HUB) mais

Re: partage fichiers

2010-07-01 Thread Georges Kozmin
oui, mais non car le partage ne fonctionne toujours pas, j'ai la même réaction de la fenêtre de partage, manquent des paquets. Georges Kozmin Rue Boyou 14 B 4682 Heure-le-Romain gkoz...@yahoo.fr GSM 0484 256 067 FAX 070 402 485 Le 01/07/10 17:41, Steve Nadeau a écrit : c'est normal, le

Re: partage fichiers

2010-07-01 Thread Steve Nadeau
De quels paquets s'agit-il? 2010/7/1 Georges Kozmin gkoz...@yahoo.fr oui, mais non car le partage ne fonctionne toujours pas, j'ai la même réaction de la fenêtre de partage, manquent des paquets. Georges Kozmin Rue Boyou 14 B 4682 Heure-le-Romain gkoz...@yahoo.fr GSM 0484 256 067

Re: partage fichiers

2010-07-01 Thread Georges Kozmin
Ben voilà, comme je l'indiquais dans mon premier mail avec la copie d'écran, c'est là qu'est le problème : la fenêtre m'indique que cette fonction ne peut être activée car les paquets requis ne sont pas installés sur votre système. Mais rien n'indique lesquels ... et je ne suis pas capable de

Re: partage fichiers

2010-07-01 Thread Steve Nadeau
Oui, mais on ne parle pas de ce partage, comme je l'ai déjà mentionné, il s'agit de NFS, et on parle de SAMBA... donc si tu vas sur un répertoire en faisant bouton droit de la souris et tu sélectionnes Options de partage, ça devrait fonctionner... Steve 2010/7/1 Georges Kozmin gkoz...@yahoo.fr

Re: partage fichiers

2010-07-01 Thread Jacques Lav!gnotte
Le Thu, 01 Jul 2010 17:49:47 +0200, Georges Kozmin gkoz...@yahoo.fr a écrit : oui, mais non car le partage ne fonctionne toujours pas, j'ai la même réaction de la fenêtre de partage, manquent des paquets. Il nous faut savoir quels paquets sont installés : Dans un terminal fais : dpkg -l |

Re: partage fichiers

2010-07-01 Thread Jacques Lav!gnotte
Le Thu, 01 Jul 2010 17:49:47 +0200, Georges Kozmin gkoz...@yahoo.fr a écrit : oui, mais non car le partage ne fonctionne toujours pas, j'ai la même réaction de la fenêtre de partage, manquent des paquets. Il nous faut savoir quels paquets sont installés : Dans un terminal fais : dpkg -l |

Re: partage fichiers

2010-07-01 Thread Georges Kozmin
Voici ce que ca donne : geor...@eeepc ~ $ dpkg -l | grep samba ii samba 2:3.4.7~dfsg-1ubuntu3 SMB/CIFS file, print, and login server for U ii samba-common 2:3.4.7~dfsg-1ubuntu3 common

Re: partage fichiers

2010-07-01 Thread Georges Kozmin
Je crois que je vois ce que tu veux dire, mais cette manoeuvre là a déjà fonctionné, je l'indiquais dans moes emiers messages. Ouvrir Nautilus avec les droits administrateur, clic droit sur le dossier à partager et activer le partage. Cette manoeuvre n'a posé aucun problème : chaque fois que

Re: partage fichiers

2010-07-01 Thread Jacques Lav!gnotte
Le Thu, 01 Jul 2010 18:14:01 +0200, Georges Kozmin gkoz...@yahoo.fr a écrit : Voici ce que ca donne : On dirait qu'il y a tout :) Alors essayer d'appliquer : http://doc.ubuntu-fr.org/samba J. -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com

Re: partage fichiers

2010-07-01 Thread Steve Nadeau
Bonjour Georges! moi je ne parle pas du mode administrateur, sinon comme simple utilisateur! révise les courriels précédents s'il te plaît! concernant les paquets installés, moi je n'ai pas : samba4-common-bin et tout fonctionne bien... le partage que tu regardes dans ton premier courriel

Re: Booster_Firefox

2010-07-01 Thread Alcachofa
Bonjour, J'ai essayé, ca va un peu plus vite mais Gros probleme: Impossible d'afficher Edition-Préférences Impossible d'afficher Aide-Apropos Dans Modules Complémentaires j'ai Ubuntu Firefox Modifications 0.9rc2 Quoi faire pour que tout rentre dans l'ordre... Supprimer le module complémentaire

Re: Booster_Firefox

2010-07-01 Thread gihel2
Joël CHASEZ a écrit : Bonjour, Un copain m'a transmis le document joint. Je l'ai essayé et je trouve que firefox est plus rapide. C'est pourquoi j'ai décidé d'en faire profiter la liste. @ + Bonsoir , J'ai essayé mais pas vu de résultats tangibles. Aussi je voudrais enlever les clés ajoutées.

Re: Booster_Firefox

2010-07-01 Thread amando
Pour info je n'ai aucun de ces problèmes. Efficace et pas cher... merci du tuyau Amando Le 01/07/2010 19:59, Alcachofa a écrit : Bonjour, J'ai essayé, ca va un peu plus vite mais Gros probleme: Impossible d'afficher Edition-Préférences Impossible d'afficher Aide-Apropos Dans Modules

RE: partage fichiers

2010-07-01 Thread alain.hanoul
Bonjour Georges, Je n'ai pas une grande expérience; mais il me semble qu'il te manque quelques paquets relatifs a l'échange de fichier sous NFS Il y a pas mal de documentation la : http://doc.ubuntu-fr.org/nfs Ainsi qu'un tutorial pour expliquer pas a pas le partage via NFS entre deux systèmes 

[Bug 390403] Re: Upgrade to Jython 2.5

2010-07-01 Thread Victor Hooi
heya, Yeah, me as well. Trying to install django-python, seems to require distutils, which is a standard part of Jython 2.5. It seems a bit ridiculous how outdated this is - Jython 2.2.1 was released back in 2007. And as other people point out, it doesn't work with a lot of things today. *sigh*

Re: [Bug 554172] Re: CUPS and other system services not starting at boot

2010-07-01 Thread Garry Leach
Hi Graham, A fast boot time is not critical for me ( I think that we are only talking of seconds, anyway). In any case, my current boot process with 10.04 involves using several steps in the fail-safe mode, so it is not only slow, but requires my interaction several times. However, I am not an

[Bug 600495] [NEW] package transmission-daemon 1.93-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2010-07-01 Thread Chris Jeffries
Public bug reported: Binary package hint: transmission This happened while running update manage in a pre-existing installation of Transmission in Ubuntu 10.04 ProblemType: Package DistroRelease: Ubuntu 10.04 Package: transmission-daemon 1.93-0ubuntu0.10.04.1 ProcVersionSignature: Ubuntu

[Bug 600495] Re: package transmission-daemon 1.93-0ubuntu0.10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 255

2010-07-01 Thread Chris Jeffries
** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/51219559/AptOrdering.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/51219560/Dependencies.txt ** Attachment added: Df.txt http://launchpadlibrarian.net/51219561/Df.txt ** Attachment added:

[Bug 597688] Re: Unable to print from Firefox or Thunderbird since installing Lucid

2010-07-01 Thread drew212
Thank you for reporting this bug and helping to improve Ubuntu. Could you please gather relevant information using 'apport-collect -p cups 597688' in the terminal? You may also find it useful to read https://wiki.ubuntu.com/DebuggingPrintingProblems for further debugging instructions. Thanks in

[Bug 599646] Re: up-arrow key not handled, goes to toolbar

2010-07-01 Thread Regis Stratton
correction to comment #1 This big does NOT happen in Ubuntu9.04 64 abiword 2.6.6-0ubuntu1 -- up-arrow key not handled, goes to toolbar https://bugs.launchpad.net/bugs/599646 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 597688] Re: Unable to print from Firefox or Thunderbird since installing Lucid

2010-07-01 Thread drew212
** Package changed: firefox (Ubuntu) = cups (Ubuntu) ** Tags removed: needs-reassignment -- Unable to print from Firefox or Thunderbird since installing Lucid https://bugs.launchpad.net/bugs/597688 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 221409] Re: Ubuntu Browse Multiple Files dialog does not recognize capital / uppercase JPG as image

2010-07-01 Thread Steve Karg
Still a problem (using Firefox 3.6.6 on Ubuntu 10.04) at Facebook.com website. I can rename the files to use lower case .jpg and then they are visible in the file dialog. -- Ubuntu Browse Multiple Files dialog does not recognize capital / uppercase JPG as image

[Bug 600497] [NEW] Unable to remove package remote-tty 4.0-12

2010-07-01 Thread Adrian Popa
Public bug reported: Binary package hint: remote-tty Hello, I am unable to uninstall (apt-get autoremove) this package and I always get this output: adri...@frost:~/temp$ sudo apt-get autoremove Reading package lists... Done Building dependency tree Reading state information... Done

[Bug 600497] Re: Unable to remove package remote-tty 4.0-12

2010-07-01 Thread Adrian Popa
** Attachment added: AptOrdering.txt http://launchpadlibrarian.net/51220752/AptOrdering.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/51220753/Dependencies.txt ** Attachment added: Df.txt http://launchpadlibrarian.net/51220754/Df.txt ** Attachment added:

[Bug 600497] Re: Unable to remove package remote-tty 4.0-12

2010-07-01 Thread Adrian Popa
Managed to find a work-around to uninstall it - I have created the directory /var/run/remote-tty/pid and the uninstall process worked: r...@frost:/# ls -l /var/run/remote-tty/pid ls: cannot access /var/run/remote-tty/pid: No such file or directory r...@frost:/# mkdir -p /var/run/remote-tty/pid

[Bug 577117] Re: network icon display 'Networking disabled' wired and wireless both not working

2010-07-01 Thread Pykler
Apparently (and it works for me) if you right click the network manager you can enable networking. I am not sure why it disabled networking for me either. I am suspecting suspend might have done that. -- network icon display 'Networking disabled' wired and wireless both not working

[Bug 599676] Re: [needs-packaging] deb-thumbnailer

2010-07-01 Thread Alex Eftimie
** Changed in: deb-thumbnailer Assignee: (unassigned) = Alex Eftimie (alexeftimie) ** Changed in: deb-thumbnailer Importance: Undecided = Wishlist -- [needs-packaging] deb-thumbnailer https://bugs.launchpad.net/bugs/599676 You received this bug notification because you are a member of

[Bug 594417] Re: empathy: emoticons trigger inside other emoticons

2010-07-01 Thread Omer Akram
Ryan, what do you expect empathy to do? -- empathy: emoticons trigger inside other emoticons https://bugs.launchpad.net/bugs/594417 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 285241] Re: aptitude SIGABRT on attempting to play minesweeper

2010-07-01 Thread Kip Warner
I confirm it under Lucid. -- aptitude SIGABRT on attempting to play minesweeper https://bugs.launchpad.net/bugs/285241 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

[Bug 257135] Re: notify-send(1) can't replace an existing notification

2010-07-01 Thread quequotion
It would be really nice to have command line access to this parameter. There are nearly as many use-cases for this as there are for using notify-send at all. . This would enable easily scripted messages to update status quickly. As it is, to get messages at the speed of channel surfing,

[Bug 600504] [NEW] Dependency on python-notify makes hplip unsuitable for servers

2010-07-01 Thread Thierry Carrez
Public bug reported: Binary package hint: cups hplip grew overnight a dependency on python-notify that brings up lots of graphical libraries as dependencies, making the server ISO oversized. ** Affects: hplip (Ubuntu) Importance: High Assignee: Till Kamppeter (till-kamppeter)

[Bug 599255] Re: dmraid cannot use over 2TB raid0

2010-07-01 Thread Danny Wood
Well we need to determine which software the bug is in. How are you determining that Ubuntu and Fedora can't see the full amount? E.g what program are you using for partitioning. Could you please post the output of (in ubuntu and centos): sudo dmraid -ay -vvv -d This will help us! -- dmraid

[Bug 589485] Re: Ignores physical display size and calculates based on 96DPI

2010-07-01 Thread Anders Kaseorg
This change was introduced for all RandR 1.2 drivers by http://cgit.freedesktop.org/xorg/xserver/commit/?id=fff00df . (Notably, the nvidia binary driver is not affected.) GNOME does also force X back to 96 DPI when gnome-settings-daemon starts up (bug 157398, bug 246718). It’s even more

Re: [Bug 576125] Re: [RC410] Radeon X200m poor graphics performance with KMS+DRI

2010-07-01 Thread John Hendrickx
I'll keep you posted on this. 2010/6/30 Karesz lengyel.kar...@gmail.com: And what about stability? Have you experienced stability related issues with these packages? 2010/6/30 John Hendrickx john2.hendri...@gmail.com I decided to give the xorg-edgers package a test under 10.04. First I

[Bug 600504] Re: Dependency on python-notify makes hplip unsuitable for servers

2010-07-01 Thread Martin Pitt
I uploaded a quick hack for alpha-2: hplip (3.10.5-3ubuntu2) maverick; urgency=low * debian/control: Drop python-notify to suggests, it's pulling half of the desktop into server images. -- Martin Pitt martin.p...@ubuntu.com Thu, 01 Jul 2010 08:38:35 +0200 ** Also affects: hplip

[Bug 600323] Re: CUPS not work after aptitude purge hplip-gui

2010-07-01 Thread Till Kamppeter
Can you do the following: 1. Install hplip-gui. 2. Do aptitude purge hplip-gui. 3. reboot 4. Run in a terminal window sudo lsof -i :631 sudo cupsd -f and post the screen output. If it keeps running, try to print from another terminal, run lpstat -r -v -p there. 5. If cupsd exits with an error,

Re: [Bug 598010] Re: upgrade ubuntu = crash using firefox

2010-07-01 Thread debora1c
hello, what is exactly the output of ls-l? what should I do? 1)the first time I saw a report in the var file i couldn't open it. there was a lock and I didn't have the right to open 2)I had to restart the pc and the report file is gone. I should have saved it I guess 3) since then each time I

[Bug 565757] Re: gnome-typing-monitor icon is never displayed

2010-07-01 Thread Wayno
Does anyone have a workable solution or workaround? Nothing I've tried, works. -- gnome-typing-monitor icon is never displayed https://bugs.launchpad.net/bugs/565757 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 390508] Re: notify-send ignores the expire timeout parameter

2010-07-01 Thread quequotion
Before I get scolded: You may find that I posted a very similar comment on bug #257135, regarding the lack of access to replaces_id, however this comment is regarding the behavior of --expire-time. Red_Acid++ Leolik's notify-osd + notifyosdconfig = vastly superior, and faster, messages.

[Bug 573477] Re: Mdadm array fails to assemble on boot.

2010-07-01 Thread TrinitronX
Today it failed to mount on boot once again. I pressed S to skip mounting, and upon trying to mount it manually, I get: trinitr...@saturn:~$ sudo mount /media/terabyte mount: /dev/md0: can't read superblock trinitr...@saturn:~$ cat /proc/mdstat Personalities : [linear] [multipath] [raid0]

[Bug 329898] Re: The HP 1018 printer is not supported in Ubuntu 8.10, 9.10. In 10.04 supported but not work out of the box.

2010-07-01 Thread Till Kamppeter
Can you run in a terminal and post the output here: ifconfig route hp-plugin -ldebug -- The HP 1018 printer is not supported in Ubuntu 8.10, 9.10. In 10.04 supported but not work out of the box. https://bugs.launchpad.net/bugs/329898 You received this bug notification because you are a member

[Bug 329898] Re: The HP 1018 printer is not supported in Ubuntu 8.10, 9.10. In 10.04 supported but not work out of the box.

2010-07-01 Thread Till Kamppeter
Try also sudo hp-plugin -i -ldebug 2 error.txt and attach the error.txt file. Do not compress the file. -- The HP 1018 printer is not supported in Ubuntu 8.10, 9.10. In 10.04 supported but not work out of the box. https://bugs.launchpad.net/bugs/329898 You received this bug notification

[Bug 567874] Re: it will not discant

2010-07-01 Thread Mitch Towner
** Changed in: ubuntuone-client (Ubuntu) Assignee: Ace prreshaw (neos857) = (unassigned) ** Visibility changed to: Public -- it will not discant https://bugs.launchpad.net/bugs/567874 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber.

[Bug 552987] Re: No option to automatically save

2010-07-01 Thread Alessio Treglia
Heya Robert, IMHO the latter would be preferable. Setting this as Triaged. ** Changed in: simple-scan (Ubuntu) Status: Incomplete = Triaged -- No option to automatically save https://bugs.launchpad.net/bugs/552987 You received this bug notification because you are a member of Ubuntu

[Bug 363241] Re: Automatic connect not engaging for openvpn

2010-07-01 Thread Igor Wojnicki
Same here, it's quite annoying to be forced to enable vpn every time I log in. -- Automatic connect not engaging for openvpn https://bugs.launchpad.net/bugs/363241 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 369587] Re: Totem (Ubuntu 9.04 i386) has poor audio playback while playing video.

2010-07-01 Thread SandraLAVixen
Just wanted to add that this happens on Karmic 9.10 AMD 64. -- Totem (Ubuntu 9.04 i386) has poor audio playback while playing video. https://bugs.launchpad.net/bugs/369587 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 599738] Re: bluetooth-properties crashes at startup

2010-07-01 Thread Xavier Boudet
On July 1st 2010: I made an upgrade on last packages and get new version 2.30.0-1ubuntu2 for gnome-bluetooth and libgnome-bluetooth7. The problem is fixed with these new packages. ** Changed in: gnome-bluetooth (Ubuntu) Status: New = Fix Released ** Description changed: Binary package

[Bug 567874] Re: it will not discant

2010-07-01 Thread Mitch Towner
Thank you for taking the time to report this issue and helping to make Ubuntu better. Examining the information you have given us, this does not appear to be a bug report so we are closing it and converting it to a question in the support tracker. We appreciate the difficulties you are facing, but

[Bug 545879] Re: Banshee does not honor GNOME proxy settings or allow any (graphical) proxy configuration

2010-07-01 Thread Chow Loong Jin
This bug should be fixed in 1.7.2, which will be uploaded soon. ** Changed in: banshee (Ubuntu) Status: New = In Progress ** Changed in: banshee (Ubuntu) Assignee: (unassigned) = Chow Loong Jin (hyperair) -- Banshee does not honor GNOME proxy settings or allow any (graphical) proxy

[Bug 599255] Re: dmraid cannot use over 2TB raid0

2010-07-01 Thread Danny Wood
I have just been looking at the sources for the centos dmraid package for the pdc. (Promise controller) The only difference is a Raid10 patch but won't affect you as you are not using that. I am inclined to believe the bug is in whatever program you are using for partitioning. The dmraid debug

[Bug 577477] Re: gdm fails to start sitting on plymouth boot

2010-07-01 Thread starryalley
Hi Sebastien, did you see my comment at #13? I am using the current version and having the same issue as described in this bug description. What I can do for you about this? I am still using startx to enter my desktop. Thanks -- gdm fails to start sitting on plymouth boot

[Bug 506644] Re: daemon startup failures

2010-07-01 Thread mmassyn
** Changed in: sysvinit (Ubuntu) Status: New = Invalid -- daemon startup failures https://bugs.launchpad.net/bugs/506644 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

<    1   2   3   4   5   6   7   8   9   10   >