[ubuntu-art] New Wave 0.7.0 Release Candidate Preview

2008-12-20 Thread Anton Kerezov
Hello everybody,

These days I've been working on the new metacity and the polish of the
theme. Here is the result:

http://www.piccdrop.com/images/1229782040.png


I'd like to hear opinions from you. Is it better or worse?


Anton


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


Re: [ubuntu-art] New Wave 0.7.0 Release Candidate Preview

2008-12-20 Thread Giuseppe Pennisi
Il giorno sab, 20/12/2008 alle 16.11 +0200, Anton Kerezov ha scritto:
 Hello everybody,
 
 These days I've been working on the new metacity and the polish of the
 theme. Here is the result:
 
 http://www.piccdrop.com/images/1229782040.png
 
 
 I'd like to hear opinions from you. Is it better or worse?
 
 
 Anton
Hi Anton ;-),
I think it's your best release of ever.
Good work, very nice.

gp


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


Re: [ubuntu-art] New Wave 0.7.0 Release Candidate Preview

2008-12-20 Thread Smartboy
On Sat, Dec 20, 2008 at 6:11 AM, Anton Kerezov ank...@gmail.com wrote:

 Hello everybody,

 These days I've been working on the new metacity and the polish of the
 theme. Here is the result:

 http://www.piccdrop.com/images/1229782040.png


 I'd like to hear opinions from you. Is it better or worse?


 Anton


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


This has got to be my favorite release for New Wave. It may even become my
favorite theme (if it was ported to E17, that is [?]). I love it! [?]

Smartboy
347.gif360.gif-- 
ubuntu-art mailing list
ubuntu-art@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-art


Re: [ubuntu-art] New Wave 0.7.0 Release Candidate Preview

2008-12-20 Thread David Z
Its nice, much better.

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


[ubuntu-art] Thank You.

2008-12-20 Thread SimpleRobb Corporation
Thank you guys for accepting The R.I.D.S Company is your community. Our
   company's goal is to push open source to the mainstream and Ubuntu is the
   only OS we use around the office.

-- 
SIMPLEROBB, Inc
http://www.simplerobb.com
http://www.simplerobbent.com
-- 
ubuntu-art mailing list
ubuntu-art@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-art


[ubuntu-in] OT: Evaluate an string variable's value to a variable in Python

2008-12-20 Thread Mir Nazim
Hi guys, sorry for the off topic posting, but I know there are a
couple of python guys on the list, so could not resist asking here
Just a quick question.

For example I have

 class X
 pass

Then I do
 x = X()
 x.name = 'Nazim

Now my question is whether something like below is possible and how
 y = 'name'
 print x.y   #  How can x.y can be evaluated to x.name


PS: In PHP this can be done by a $x-$y. I sure there is some way in
Python also, just don't seem to remember/find it right now.


Thanks in advance.

Mir Nazim
Cell: +91 9469071855
Blog: http://saunzal.org
Company:http://www.ikraftsoft.com

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


Re: [ubuntu-in] OT: Evaluate an string variable's value to a variable in Python

2008-12-20 Thread Aditya M
On Sun, Dec 21, 2008 at 12:21, Mir Nazim mirna...@gmail.com wrote:

 Hi guys, sorry for the off topic posting, but I know there are a
 couple of python guys on the list, so could not resist asking here
 Just a quick question.

 For example I have

  class X
  pass

 Then I do
  x = X()
  x.name = 'Nazim

 Now my question is whether something like below is possible and how
  y = 'name'
  print x.y   #  How can x.y can be evaluated to x.name


You can use:

print x.__dict__[y]

It will have the same result as:

print x.name


-- 
Aditya Manthramurthy
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] OT: Evaluate an string variable's value to a variable in Python

2008-12-20 Thread Parthan SR
Mir Nazim wrote:
 Hi guys, sorry for the off topic posting, but I know there are a
 couple of python guys on the list, so could not resist asking here
 Just a quick question.
   
 From next time, please join and ask it in a Python mailing list or a 
LUG list, until it is directly related to Ubuntu. Thank you.

-- 
---
With Regards,

Parthan technofreak
gpg  2FF01026
blog http://blog.technofreak.in


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


Re: [ubuntu-in] OT: Evaluate an string variable's value to a variable in Python

2008-12-20 Thread Mir Nazim
Thanks Aditya.

Mir Nazim
Cell: +91 9469071855
Blog: http://saunzal.org
Company:http://www.ikraftsoft.com




On Sun, Dec 21, 2008 at 12:45 PM, Aditya M adity...@gmail.com wrote:
 On Sun, Dec 21, 2008 at 12:21, Mir Nazim mirna...@gmail.com wrote:

 Hi guys, sorry for the off topic posting, but I know there are a
 couple of python guys on the list, so could not resist asking here
 Just a quick question.

 For example I have

  class X
  pass

 Then I do
  x = X()
  x.name = 'Nazim

 Now my question is whether something like below is possible and how
  y = 'name'
  print x.y   #  How can x.y can be evaluated to x.name

 You can use:

 print x.__dict__[y]

 It will have the same result as:

 print x.name


 --
 Aditya Manthramurthy


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



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


Re: [ubuntu-uk] creating a USB startup disk

2008-12-20 Thread Ted
David King wrote:
 I have now found a Live USB creator at
 http://linux.softpedia.com/get/System/Installer-Setup/Ubuntu-LiveUSB-39755.shtml

 I have created my live USB Ubuntu flash drive, now to reboot and see if 
 it works or not.


 David King



 David King wrote:
   
 How could I tell if it is or not?

 David King


 Adam Bagnall wrote:
   
 
 :( Are you sure the motherboard is recognising the flash drive as a 
 USB device at all?
 
   
   
 

   
I have the similar problems with booting from the usb port but
bios set to usb-zip seems best option...I would suggest you try Puppy
and DSL to see if you can boot as both of these work everytime for me.
 ZenLive works here too but requires a little command line work to 
install there is an excellent writeup on the ZenLive site on how to do it.
 I have tried all the suggestions on the Pendrive Linux site and none 
work for me but that is not to say you might have better luckPlease 
keep us informed if the installer you mentioned works...I have just 
installed it but will nnot be able to try it out until tonight...

-- 
Regards
 Ted Wager
  Using Ubuntu Linux



-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] BBC Iplayer download on Linux

2008-12-20 Thread Rob Beard
David King wrote:
 I found this as well
 
 http://ubuntuforums.org/showthread.php?t=941093
 
 for installing Adobe AIR on 64bit Ubuntu
 
 
 David King
 
 

Great thanks.

I'm going to be installing Ubuntu on my new laptop later on.  Not sure 
if I should install the i386 or AMD64 version.  I run the AMD64 version 
on my desktop due to having 4GB of ram, the laptop has 2GB at the moment 
although I am considering upgrading to 4GB on that too (it also runs 
*cough* Vista *cough*).

What I do need on my laptop though is Java support (for Logmein).  Not 
sure if I should just stick to the 32-bit version and just live with 
only about 3.25GB when in the 32-bit OS.

Rob

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: [ubuntu-uk] BBC Iplayer download on Linux

2008-12-20 Thread Simos Xenitellis
On Sat, Dec 20, 2008 at 11:45 AM, Rob Beard r...@esdelle.co.uk wrote:
 David King wrote:
 I found this as well

 http://ubuntuforums.org/showthread.php?t=941093

 for installing Adobe AIR on 64bit Ubuntu


 David King



 Great thanks.

 I'm going to be installing Ubuntu on my new laptop later on.  Not sure
 if I should install the i386 or AMD64 version.  I run the AMD64 version
 on my desktop due to having 4GB of ram, the laptop has 2GB at the moment
 although I am considering upgrading to 4GB on that too (it also runs
 *cough* Vista *cough*).

 What I do need on my laptop though is Java support (for Logmein).  Not
 sure if I should just stick to the 32-bit version and just live with
 only about 3.25GB when in the 32-bit OS.

Since recently (a few days ago) there has been 64-bit Java plug-in support.
For installation hints, see http://simos.info/blog/archives/846

Simos

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/


Re: Run Vibuntu on USB with persistant storage!

2008-12-20 Thread Kenny Hitt
Hi.  Create your own list and please stop constantly spamming other lists.

  Kenny
On Wed, Dec 17, 2008 at 03:18:26PM -, Anthony Sales wrote:
 I have been cross-posting because I presumed there would be some people who
 are only subscribed to one list, like I was at first (Ubuntu)until someone
 advised me to post on the Orca list, and then someone else asked me to post
 on Gnome, and since then someone has asked me to post on the Ally list as
 well. Which list do people think it would be best to focus on: Ubuntu, Orca
 or Gnome. I suppose Ubuntu is the most relevant but there seems to be a lot
 more traffic on the other two lists, the Orca one particularly. Or is it just
 a few grumpy old men who disapprove of young whippersnappers like me babbling
 enthusiastically about their geekish obsessions? Can subscribers let me know
 what they think. The results will be based on a democratic vote, the judges
 decision is final, employees and relatives of employees are not entitled to
 enter!
 
 Drbongo
 
 Damn I just cross-posted again! Doh!
 
 -Original Message-
 From: Tomas Cerha [mailto:ce...@brailcom.org] 
 Sent: 17 December 2008 12:34
 To: Anthony Sales
 Subject: Re: Run Vibuntu on USB with persistant storage!
 
 Anthony Sales napsal(a):
  Sorry if I have annoyed anybody, as the project is very new I am still 
  trying to reach as wide an audience as possible.
 
 Of course, I understand your motivation.  However this doesn't change
 anything.
 
  I will try to limit any
  announcements or developments to one a day from now on, excluding 
  answering individual queries that people may have!
 
 Cross posting is a bad practice in any case.  If you could at least choose
 one mailing list, that would be significantly more considerate to the others.
 You can announce where you are moving Vibuntu discussions on the other lists
 so those who are interested will not miss it.
 
 Thank you and best regards, Tomas
 
 Confidentiality: This e-mail and its attachments are intended for the above
 named only and may be confidential. If they have come to you in error you
 must take no action based on them, nor must you copy or show them to anyone:
 please reply to this e-mail and highlight the error to the sender.
 
 Security Warning: Please note that e-mail has been created in the knowledge
 that the Internet e-mail is not a 100% secure communication medium. We advise
 that you understand and observe this lack of security when e-mailing us.
 
 Viruses: Although we have taken steps to ensure that this e-mail and
 attachments are free from any virus, we advised that in keeping with good
 computing practice the recipient should ensure they are actually virus free. 
 Confidentiality: This e-mail and its attachments are intended for the above 
 named only and may be confidential. If they have come to you in error you 
 must take no action based on them, nor must you copy or show them to anyone: 
 please reply to this e-mail and highlight the error to the sender.
 
 Security Warning: Please note that e-mail has been created in the knowledge 
 that the Internet e-mail is not a 100% secure communication medium. We advise 
 that you understand and observe this lack of security when e-mailing us.
 
 Viruses: Although we have taken steps to ensure that this e-mail and 
 attachments are free from any virus, we advised that in keeping with good 
 computing practice the recipient should ensure they are actually virus free. 
 -- 
 Ubuntu-accessibility mailing list
 Ubuntu-accessibility@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility

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


Re: How to save a webpage as PDF? (where is it?)

2008-12-20 Thread Sebastian Spiess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Callan Jefferson Davies wrote:
 (I have no printer.) The Print dialogue box shows 'Print to file', and I
 select the only option that's there, PDF, and click on Print.
 I can't work out where the PDF file is (what folder) - gives no
 indication of where the resulting PDF will be found.
 
 
 
 Hi Dave,
 
 I can't speak for Hardy as I'm using Intrepid, but when I click print
 to file and choose PDF, there is also the option for a filename and a
 folder.
 
 Failing that, I'd say look in your home folder then PDF.
 
 I might suggest though that you add the PDF printer. I think you have to
 install cups-pdf (sudo apt-get install cups-pdf), then go to System 
 Administration  Printers, add printer, and you should see the PDF
 printer there. It might even just show up by itself.
 
 This pdf printer always seems to write to Home Folder then PDF. You
 might need to create this 'PDF' folder for it to work properly.
 
 Good luck!
 
 Callan
 
 

I second that,

on hardy I installed cups-pdf and all worked - no config needed.

All PDFs go in ~/PDF

The only downside I found was that PDF with the same name er overwritten 
without hesitation.

Cheers,

seb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklMsmwACgkQMuBzgG5z7F93LACffpqQJxNSVgKSCCLcmChOLcYC
gf4AmgO78c2xIqiCIVoz/5D2tkzpGS2Y
=pyUQ
-END PGP SIGNATURE-

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


Re: How to save a webpage as PDF? (where is it?) - Thanks Callan, found it!

2008-12-20 Thread Sebastian Spiess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David wrote:
 And I will check out adding that PDF printer (at the moment I don't see
 any field where I can specify filename and destination).
 
 Dave
 

There is no option for the name. The PDF will be names as the site is names in 
the title bar (the one above the file
menu... :-/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklMssgACgkQMuBzgG5z7F+KHwCgqHH8R7bRZI8CccaygDIRuRA0
mb8An16AiRo1dGbez84IXFzvTFVDNYPB
=YrjO
-END PGP SIGNATURE-

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


Which packages for the installer?

2008-12-20 Thread Marcos
Hi! :)
We like (asturian translators) translate the CD installer (Ubuntu),
for we can use the installer wizard in Asturian language.

We translated the debian-installer package, but exist more packages
for the installer?

Once we will translated all, what is the procedure for have the
installer in asturian? Only wait?

Thanks very much!
Marcos.

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


[Ubuntu-BR] dwl-132 - erro

2008-12-20 Thread edgard
Lista

Estou enfrentando um pequeno dilema com meu adaptador D-Link G132 (usb)
para wireless.

Na versão ubuntu 7.10 funcionava muito bem. Instalei drivers originais
via  ndiswrapper.

Como a versão 7.10 passou a não ser mais suportada, eu migrei para a
versão 8.04.

Refiz todos os procedimentos. Mas não consigo conexão via wireless.

O driver está instalado. O dispositivo funciona. Quando procuro por
redes wireless, vejo outras redes, ou seja, está tudo normal. Também,
ao abrir a interface de administração do roteador, vejo o meu
dispositivo listado, mas instável. Quero dizer com isto, que o
MacAddress surge, na interface de administração, some, surge, some
O roteador está com DHCP desabilitado. Só consigo navegar via rede
cabeada.

Desconfio de algum conflito. Não consigo achar qual.

Alguma luz??

EdgardCosta








-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Conexão ativa no Ubuntu 8.10

2008-12-20 Thread Xisberto
2008/12/19 Stanley Mulford mulford.stan...@gmail.com

 Caro amigo Xisberto

 Configurei a rede primeiro clicando no ícone com os dois computadores perto
 do relógio, na área de notificação. Depois fiz a configuração direta  no
 /etc/network/interfaces e depois completei no /etc/resolv.conf porque o
 Ubuntu 8.10 não estava segurando a configuração e toda vez que eu
 reiniciava
 a máquina eu perdia a configuração da rede ( IP Estático e tudo o mais).
 Daí
 seguindo a recomendação de um amigo aqui da lista (não me lembro o nome) ao
 fazer esta configuração também, além daquela no modo gráfico a coisa funfou
 e tenho rede normalmente.
 Eu fiquei curioso mesmo é que depois da atualização apareceu este ícone na
 área de notificação, mas  tudo está funcionando normalmente, só o sistema
 que não está conseguindo enxergar a minha rede.
 Um abraço
 Stanley


Experimente então desfazer esta configuração no interfaces. *Pode*ser* que
agora sua conexão funcione apenas pela configuração do applet. Faça um
backup, pois pode voltar ao estado inicial.



 
 
 
 
  Message: 3
  Date: Fri, 19 Dec 2008 10:43:56 -0300
  From: Xisberto xisbe...@gmail.com
  Subject: Re: [Ubuntu-BR] Conexão ativa no Ubuntu 8.10
  To:  Lista de discussão do LoCoTeam Brasileiro 
 ubuntu-br@lists.ubuntu.com
  Message-ID:
 c4bf4d90812190543x77288d8ag4f36bdb4ed574...@mail.gmail.com
  Content-Type: text/plain; charset=ISO-8859-1
 
  2008/12/19 Stanley Mulford mulford.stan...@gmail.com
 
   Caros amigos
   Vamos tentar mais uma vez e ver se tem alguma boa alma para me
 ajudar...
   Estou com uma dúvida: depois de uma atualização do Ubuntu 8.10 apareceu
  na
   área de notificação (perto do relógio) um ícone com dois computadores e
   mais
   um sinal (x) em vermelho.
   Daí quando clico com o botão direito do mouse e assinalo Informações
 da
   conexão aparece uma mensagem: Erro ao exibir informações de conexão.
   Nenhuma conexão ativa válida encontrada!.
   Acontece que estou conectado normalmente pela eth0, navego e faço tudo
   normalmente pela internet.
   O que será que está acontecendo se mesmo sem uma conexão ativa válida
  ainda
   assim conecto normalmente?
   Antes dessa atualização não aparecia este ícone com os dois
 computadores
  na
   área de notificação.
   Isto significa algum problema com a conexão?
 
 
  Se você está navegando normal, então não tem problema, acho que esta
 parte
  é
  meio óbvia.
 
  Pode ser que você tenha configurado a sua rede de uma maneira não
  convencional, de modo que o aplicativo de rede não enxergue esta
  configuração. Como você configurou a sua rede?
 
 
  
   Agradecendo antecipadamente a preciosa colaboração dos amigos
   Um abraço
   Prof. Stanley Mulford
   --
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
 
 
 
  --
  Humberto Xis
  http://xisberto.blogspot.com
  http://ostelematicos.blogspot.com
 
  Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
 
 
 
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
Humberto Xis
http://xisberto.blogspot.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Configurar a placa de captura tv

2008-12-20 Thread Xisberto
2008/12/19 JussaraAfonso jussaravar...@ig.com.br

 O meu sistema reconhece a placa através do arquivo /etc/modprobe.d/bttv:


 dmesg | grep bttv
 [   12.688939] bttv: driver version 0.9.17 loaded
 [   12.688942] bttv: using 8 buffers with 2080k (520 pages) each for
 capture
 [   12.695609] bttv: Bt8xx card found (0).
 [   12.695620] bttv :05:02.0: PCI INT A - GSI 18 (level, low) - IRQ
 18
 [   12.695628] bttv0: Bt878 (rev 17) at :05:02.0, irq: 18, latency:
 64, mmio: 0xf8ffe000
 [   12.695636] bttv0: using: Prolink PixelView PlayTV pro
 [card=37,insmod option]
 [   12.695658] bttv0: gpio: en=, out= in=00ffc0ff [init]
 [   12.695706] bttv0: tuner type=38
 [   12.695707] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
 [   12.696301] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
 [   12.764157] bttv0: registered device video0
 [   12.764180] bttv0: registered device vbi0
 [   12.764201] bttv0: registered device radio0
 [   12.764220] bttv0: PLL: 28636363 = 35468950 .. ok

 Mas quando utilizo um programa como o gnomeradio, enste apresenta a
 mensagem:

 Could not open device /dev/radio

 e o KDETV apresenta o reconhecimento da placa, mas não mostra a imagem.

 O comando ls me dá os sequintes atributos:

 crw-rw+ 1 root video 81, 64 2008-12-19 15:55 /dev/radio0
 crw-rw+ 1 root video 81, 0 2008-12-19 15:57 /dev/video0


Você pode também se adicionar ao grupo video, mas este + após as
permissões me deixou em dúvida. Executa o comandos

getfacl /dev/radio0
getfacl /dev/video0

para saber se tem alguma ACL para estes arquivos.



 e não adianta iniciar os programas como root

 e me mostra que não houve a criação dos links /dev/radio e /dev/video.

 Gostaria de saber, de quem tem a placa configurada, como estão estes
 atributos para saber se tenho que modifica-los






 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
Humberto Xis
http://xisberto.blogspot.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] xorg.conf no 8.10

2008-12-20 Thread Vítor
Quando eu rodo o compiz pelo terminal aparece uma mensagem de erro
semelhante àquela. Nas duas aparece a mensagem Checking for Xgl: not
present. Não sei como resolver isso.
A mensagem de erro completa do compiz é essa: http://paste.ubuntu.com/89275/
Se alguém puder me dar uma luz eu agradeço. Não consegui encontrar nada na
internet.

Abs

Vítor



2008/12/16 Vítor adeiss...@gmail.com

 2008/12/16 Iuri Diniz iuridi...@gmail.com

 Estranho, seu display é o :20.0 em http://paste.ubuntu.com/85759/
 name of display: :20.0
 display: :20  screen: 0
 direct rendering: Yes

 já em http://paste.ubuntu.com/85823/ é :0.0
 /usr/bin/compiz.real (core) - Error: Could not acquire compositing
 manager selection on screen 0 display :0.0
 /usr/bin/compiz.real (core) - Fatal: No manageable screens found on
 display :0.0


 você por acaso tá rodando Xgl?



 Não sei.
 Como eu descubro?

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Seu Script e Algumas Dúvidas

2008-12-20 Thread hamacker
Seu HD tem que placa de video ?

2008/12/20 Ksatrya_Linux govabu...@gmail.com:
 Meu nobre amigo de Ubuntu Hamcker!

 Estou acostumado (ou mal acostumado rsrsrsrs) a usar o seu script (ubuntu
 perfeito) como a finalização das instalações nos desktops que faço. Acabei
 de adquirir um Notebook da HP e fiz todo o processo de costume e tenho
 algumas dúvidas para tirar com vc.


   - Não estou conseguindo ver filmes direito, a imagem fica piscando
   constantemente em vários programas (VLC, Mplayer, Tottem, etc...);
   - Os nomes dos diretórios que contém caracteres especiais como (ç, ~, ' )
   ect... aparecem com problemas e distorções, quando o script vai instalar
   fontes para o sistema ele até fala algo a respeito mas não sei como
   consertar isto.
   - E a minha web cam o sistema instala mas quando eu tento usar pelo
   cheese, ele não mostra imagem nenhuma e a webcam mostra o led dela como se
   estivesse funcionando normalmente essa web cam é reconhecida pelo sistema
   como HP WEBCAM.


 Claro que o senhor e seu script não tem responsabilidade nenhuma sobre esses
 problemas mas a intenção em postar estas dúvidas seria no intuito de
 conseguir ajuda e conselho com os mais experiêntes. Grande abraço!
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Ubuntu Server 8.10

2008-12-20 Thread Hálen Yuri Oliveira
Olá Galera,

ontem fiquei muito feliz porque meu cd do Ubuntu Server 8.10 chegou, agora
to loko pra testar.
Preciso saber se tem algum tutorial ou dicas de como montar um server bem
basico, só para compartilhar algumas pastas e controlar a net do pessoal.

aaHH .. as outras maquinas (clientes) são RWindows.

Agradeço a atenção de vocês.

-- 
##|H|Y|B|O|##
haleny...@gmail.com
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] xorg.conf no 8.10

2008-12-20 Thread Anderson
Estranho que o XGL sempre me pareceu ser associado a ATI ,as pelo que vi no
paste vc usa nvidia correto?
Em todo caso, ele diz claramente que o XGL esta faltando, eu nao em casa
agora, mas assim que chegar eu vejo isso.
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu Server 8.10

2008-12-20 Thread Anderson
Eu montei um server basico pra controlar as coisas aqui em casa, já até
postei aqui na lista os serviços que rodo nele. Mas estou usando debian e
não ubuntu. porém, dá no mesmo em qq linux! :D
Mas lá vai denovo:
Serviços rodando em meu server doméstico:


   - DNS Bind - pra resolver nomes mais rapidamente;
   - Firewall com Iptables;
   - Proxy transparente com Squid;
   - Samba pra ser o servidor de arquivos.  comprei um HD so pra o samba,
   pra tudo meu ficar na rede e poder acessar minhas coisas de qq maquina da
   minha casa.
   - Impressoras com o Cups;
   - Cliente No-Ip instalado pra acessar os meus arquivos de qq parte do
   mundo! :D
   - Instalei o Apache e o PHP5 so pra brincar e testar alguns sites que de
   vez em quando eu faço. ;)


Além disso fiz algumas diretivas de segurança como por exemplo mudar a porta
padrão do SSH (isso já evita alguns exploits) não permitir logar como root
diretamente no SSH e sim, logo com um user comum, depois é que posso pular
pra o usuario root, além de usar chave pra conexão SSH e usar port-knoking
;)
Devidos patchs no php e o mesmo rodando em safe-mode;
Algumas regras de iptables bastante cabulosas pra me proteger já que a
maquina fica de cara com a internet o tempo todo ligada! ;)

O legal de ter um servidorzinho doméstico é que vc tem acesso a seus
arquivos a hora que quiser e de onde estiver :D
Tipo, se eu sair com meu noetbook pra casa de algum amigo, assim que plugar
na internet ele ja monta uma pasta no meu desktop, com um compartilhamento
de rede via SSHFS e tenho meus arquivos como se estivesse localmente, Ou
entao usar o Konqueror e no browser digitar
fish://meu-endereço.no-ip.orghttp://xn--meu-endereo-v9a.no-ip.orgque
dá no mesmo, daí nao preciso ficar entrando via ssh, e fazendo um scp
pra baixar e nem subir arquivo, pois arrasto com o mouse mesmo :P
Mas se vc possuir notebook e usar windows o ideal é criar um servidorzinho
de FTP pois dá pra fazer a mesma coisa, so muda o protocolo ;)

Bom, precisando de ajuda, grita ae! o/
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu Server 8.10

2008-12-20 Thread Anderson
Esqueci de falar a minha maquina. :)

Isso tudo está num super incrivel possante pc: Um Pentium3 750mhz com 256 de
ram.. hehehehe. um HD de 10gb pra o SO e outro de 160 pra o SAMBA onde estão
minhas mp3, filmes, fotos e arquivos diversos. :)
Mas será que fica pesado ou lento? Isso depende de vc! o meu aqui depois de
todo o tuning que fiz na maquina, ele rodando isso tudo esta neste exato
momento consumindo 67.43 MB de ram.

Vc se quiser ainda pode usar Rsync pra sincronizar as pastas de seus
terminais e notebooks com pastas de rede, mas no meu caso eu nao uso pois
nao vejo nenhuma necessidade. Apenas tenho uma boa politica de backups :)
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu Server 8.10

2008-12-20 Thread Hálen Yuri Oliveira
Obrigado pela dica Anderson, realmente é um servidor muito bom.
Vou começar a montar o meu essa semana, vou informando conforme for
conseguindo deixar tudo nos trinks.

Obrigado
-- 
##|H|Y|B|O|##
haleny...@gmail.com
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] bloquear https com squid

2008-12-20 Thread Alex
Flávio não precisa chutar o balde colega, faz ACL e bloqueia estes famosos
websites.

http://www.vivaolinux.com.br/artigo/A-verdade-sobre-as-ACLs-do-Squid
http://www.vivaolinux.com.br/artigo/Squid-Niveis-de-bloqueio-para-usuarios

Creio que isso resolve de forma fácil.

Ou caso vc esteja usando iptables e redirecionando a porta 443 e 80 para
3128, não redireciona a 443.

Att
Alex

2008/12/19 Flávio Barros flaviobar...@gmail.com

 POr que tem muitos sites indevidos que utilizam https, como pot exemplo
 orkut, meebo, etc.

 Abraços,


 2008/12/19 Tadeu Cruz tadeuc...@tadeucruz.com

  Porque quer bloquear https ?
 
 
  Em 18/12/2008, às 17:26, Flávio Barros escreveu:
 
   Tem fazer esse tipo de bloqueio pelo Squid ?
   Fiz pelo iptables porém ferrei os acessos a bancos. E ficar
   verificando
   quais os banco que os clientes acessam é complicado.
  
   --
   Desde já agradeço,
   +++
   Flávio de Oliveira Barros
   Manaus - Amazonas - Brasil
  
   Copiar é bom!
   Seja Legal
   Use Software Livre
   --
   Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
  
   Lista de discussão Ubuntu Brasil
   Histórico, descadastramento e outras opções:
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 
 
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 Desde já agradeço,
 +++
 Flávio de Oliveira Barros
 Manaus - Amazonas - Brasil

 Copiar é bom!
 Seja Legal
 Use Software Livre
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
[]'s
Alex
PH City - SC.
User Linux # 225201.
---
Disse-lhe Jesus: Eu sou o caminho, e a verdade e a vida; ninguém vem ao
Pai, senão por mim. João 14:6
---
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] xorg.conf no 8.10

2008-12-20 Thread Vítor
Valeu Anderson.
É, minha placa é uma GeForce 6200. NVidia.

2008/12/20 Anderson andersonriz...@gmail.com

 Estranho que o XGL sempre me pareceu ser associado a ATI ,as pelo que vi no
 paste vc usa nvidia correto?
 Em todo caso, ele diz claramente que o XGL esta faltando, eu nao em casa
 agora, mas assim que chegar eu vejo isso.
 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Ubuntu AMD 64 Bits

2008-12-20 Thread Claudio Junior
Opa

O Java da sun já vem com o plugin que vai no browser?

Claudio Jr.

2008/12/19 Peter Parker peter.parker...@gmail.com:
 Volto a lembrar que já foram liberados pela Adobe e Sun o flash e o java em
 64 bits respectivamente.

-- 
Claudio da Silva Junior
csjun...@gmail.com

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Seu Script e Algumas Dúvidas

2008-12-20 Thread Ksatrya_Linux
ATI Randeon HD 3200

2008/12/20 hamacker sirhamac...@gmail.com

 Seu HD tem que placa de video ?

 2008/12/20 Ksatrya_Linux govabu...@gmail.com:
  Meu nobre amigo de Ubuntu Hamcker!
 
  Estou acostumado (ou mal acostumado rsrsrsrs) a usar o seu script (ubuntu
  perfeito) como a finalização das instalações nos desktops que faço.
 Acabei
  de adquirir um Notebook da HP e fiz todo o processo de costume e tenho
  algumas dúvidas para tirar com vc.
 
 
- Não estou conseguindo ver filmes direito, a imagem fica piscando
constantemente em vários programas (VLC, Mplayer, Tottem, etc...);
- Os nomes dos diretórios que contém caracteres especiais como (ç, ~, '
 )
ect... aparecem com problemas e distorções, quando o script vai
 instalar
fontes para o sistema ele até fala algo a respeito mas não sei como
consertar isto.
- E a minha web cam o sistema instala mas quando eu tento usar pelo
cheese, ele não mostra imagem nenhuma e a webcam mostra o led dela como
 se
estivesse funcionando normalmente essa web cam é reconhecida pelo
 sistema
como HP WEBCAM.
 
 
  Claro que o senhor e seu script não tem responsabilidade nenhuma sobre
 esses
  problemas mas a intenção em postar estas dúvidas seria no intuito de
  conseguir ajuda e conselho com os mais experiêntes. Grande abraço!
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 

 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Configurar a placa de captura tv

2008-12-20 Thread JussaraAfonso
O comandos: 
getfacl /dev/radio0
getfacl /dev/video0

retornam:
getfacl /dev/radio
getfacl: /dev/video: Arquivo ou diretório inexistente


getfacl /dev/video
getfacl: /dev/video: Arquivo ou diretório inexistente

colocando o device direto:
getfacl /dev/radio0

getfacl: Removing leading '/' from absolute path names
# file: dev/radio0
# owner: root
# group: video
user::rw-
user:afonso:rw-
group::rw-
mask::rw-
other::---

getfacl /dev/video0
getfacl: Removing leading '/' from absolute path names
# file: dev/video0
# owner: root
# group: video
user::rw-
user:afonso:rw-
group::rw-
mask::rw-
other::---




-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Configurar a placa de captura tv

2008-12-20 Thread Xisberto
2008/12/20 Xisberto xisbe...@gmail.com



 2008/12/19 JussaraAfonso jussaravar...@ig.com.br

 O meu sistema reconhece a placa através do arquivo /etc/modprobe.d/bttv:


 dmesg | grep bttv
 [   12.688939] bttv: driver version 0.9.17 loaded
 [   12.688942] bttv: using 8 buffers with 2080k (520 pages) each for
 capture
 [   12.695609] bttv: Bt8xx card found (0).
 [   12.695620] bttv :05:02.0: PCI INT A - GSI 18 (level, low) - IRQ
 18
 [   12.695628] bttv0: Bt878 (rev 17) at :05:02.0, irq: 18, latency:
 64, mmio: 0xf8ffe000
 [   12.695636] bttv0: using: Prolink PixelView PlayTV pro
 [card=37,insmod option]
 [   12.695658] bttv0: gpio: en=, out= in=00ffc0ff [init]
 [   12.695706] bttv0: tuner type=38
 [   12.695707] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
 [   12.696301] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
 [   12.764157] bttv0: registered device video0
 [   12.764180] bttv0: registered device vbi0
 [   12.764201] bttv0: registered device radio0
 [   12.764220] bttv0: PLL: 28636363 = 35468950 .. ok

 Mas quando utilizo um programa como o gnomeradio, enste apresenta a
 mensagem:

 Could not open device /dev/radio

 e o KDETV apresenta o reconhecimento da placa, mas não mostra a imagem.

 O comando ls me dá os sequintes atributos:

 crw-rw+ 1 root video 81, 64 2008-12-19 15:55 /dev/radio0
 crw-rw+ 1 root video 81, 0 2008-12-19 15:57 /dev/video0


 Você pode também se adicionar ao grupo video, mas este + após as
 permissões me deixou em dúvida. Executa o comandos

 getfacl /dev/radio0
 getfacl /dev/video0

 para saber se tem alguma ACL para estes arquivos.



 e não adianta iniciar os programas como root

 e me mostra que não houve a criação dos links /dev/radio e /dev/video.

 Gostaria de saber, de quem tem a placa configurada, como estão estes
 atributos para saber se tenho que modifica-los


Pelo outro e-mail que você passou, você tem permissões para acessar estes
dispositivos. Se você criar links simbólicos para estes dispositivos, eles
vão assumir as mesmas permissões.







 --
 Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

 Lista de discussão Ubuntu Brasil
 Histórico, descadastramento e outras opções:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




 --
 Humberto Xis
 http://xisberto.blogspot.com
 http://ostelematicos.blogspot.com

 Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1




-- 
Humberto Xis
http://xisberto.blogspot.com
http://ostelematicos.blogspot.com

Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Conexão ativa no Ubuntu 8.10

2008-12-20 Thread Stanley Mulford
Caro amigo Xisberto
Fiz o que o amigo sugeriu e agora o Ubuntu 8.10 reconheceu minha rede e tudo
está funcionando redondo, agora sem a marquinha vermeha (x) no applet de
rede na área de notificação. Tudo está perfeito!
Fui no interfaces e deletei todos os dados que havia digitado deixando
somente auto lo e iface lo inet loopback e depois no resolv.conf
deletei nameserver que eu tinha digitado. Após isso fiz a configuração no
applet.
Resultado: funcionou de primeira!
Assunto resolvido.
Muito obrigado pela colaboração e é por isso que não largo o Linux (Ubuntu)
por nada.
Já fazem dois anos que nem vejo o Windows, faço tudo no Linux (Ubuntu).
Um abraço
Prof. Stanley



 Message: 1
 Date: Sat, 20 Dec 2008 09:33:16 -0300
 From: Xisberto xisbe...@gmail.com
 Subject: Re: [Ubuntu-BR] Conexão ativa no Ubuntu 8.10
 To:  Lista de discussão do LoCoTeam Brasileiro 
ubuntu-br@lists.ubuntu.com
 Message-ID:
c4bf4d90812200433o71b63fet2b7170bffddc7...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 2008/12/19 Stanley Mulford mulford.stan...@gmail.com

  Caro amigo Xisberto
 
  Configurei a rede primeiro clicando no ícone com os dois computadores
 perto
  do relógio, na área de notificação. Depois fiz a configuração direta  no
  /etc/network/interfaces e depois completei no /etc/resolv.conf porque o
  Ubuntu 8.10 não estava segurando a configuração e toda vez que eu
  reiniciava
  a máquina eu perdia a configuração da rede ( IP Estático e tudo o mais).
  Daí
  seguindo a recomendação de um amigo aqui da lista (não me lembro o nome)
 ao
  fazer esta configuração também, além daquela no modo gráfico a coisa
 funfou
  e tenho rede normalmente.
  Eu fiquei curioso mesmo é que depois da atualização apareceu este ícone
 na
  área de notificação, mas  tudo está funcionando normalmente, só o sistema
  que não está conseguindo enxergar a minha rede.
  Um abraço
  Stanley
 

 Experimente então desfazer esta configuração no interfaces. *Pode*ser* que
 agora sua conexão funcione apenas pela configuração do applet. Faça um
 backup, pois pode voltar ao estado inicial.


 
  
  
  
  
   Message: 3
   Date: Fri, 19 Dec 2008 10:43:56 -0300
   From: Xisberto xisbe...@gmail.com
   Subject: Re: [Ubuntu-BR] Conexão ativa no Ubuntu 8.10
   To:  Lista de discussão do LoCoTeam Brasileiro 
  ubuntu-br@lists.ubuntu.com
   Message-ID:
  c4bf4d90812190543x77288d8ag4f36bdb4ed574...@mail.gmail.com
   Content-Type: text/plain; charset=ISO-8859-1
  
   2008/12/19 Stanley Mulford mulford.stan...@gmail.com
  
Caros amigos
Vamos tentar mais uma vez e ver se tem alguma boa alma para me
  ajudar...
Estou com uma dúvida: depois de uma atualização do Ubuntu 8.10
 apareceu
   na
área de notificação (perto do relógio) um ícone com dois computadores
 e
mais
um sinal (x) em vermelho.
Daí quando clico com o botão direito do mouse e assinalo Informações
  da
conexão aparece uma mensagem: Erro ao exibir informações de
 conexão.
Nenhuma conexão ativa válida encontrada!.
Acontece que estou conectado normalmente pela eth0, navego e faço
 tudo
normalmente pela internet.
O que será que está acontecendo se mesmo sem uma conexão ativa válida
   ainda
assim conecto normalmente?
Antes dessa atualização não aparecia este ícone com os dois
  computadores
   na
área de notificação.
Isto significa algum problema com a conexão?
  
  
   Se você está navegando normal, então não tem problema, acho que esta
  parte
   é
   meio óbvia.
  
   Pode ser que você tenha configurado a sua rede de uma maneira não
   convencional, de modo que o aplicativo de rede não enxergue esta
   configuração. Como você configurou a sua rede?
  
  
   
Agradecendo antecipadamente a preciosa colaboração dos amigos
Um abraço
Prof. Stanley Mulford
--
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
   
Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
   
  
  
  
   --
   Humberto Xis
   http://xisberto.blogspot.com
   http://ostelematicos.blogspot.com
  
   Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1
  
  
  
  --
  Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
 
  Lista de discussão Ubuntu Brasil
  Histórico, descadastramento e outras opções:
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 Humberto Xis
 http://xisberto.blogspot.com
 http://ostelematicos.blogspot.com

 Sur la tuta tero estis unu lingvo kaj unu parlomaniero. - Gn 11,1



-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


неинформатив ная ошибка openoffice

2008-12-20 Thread valery
Поставил опеноффис,при запуске от пользователя он ругался что не может
определить язык пользовательского интерфейса.
От рута запускался.
оказалось надо поменять права на скрытую папку
chown -R группа:юзер .openoffice.org

-- 
С уважением Валерий.
JID votum_at_jabber.org


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


Re: неинформативная ошибка openoffice

2008-12-20 Thread Dmitry Agafonov
20 декабря 2008 г. 13:43 пользователь valery vo...@zaoproxy.ru написал:

 Поставил опеноффис,при запуске от пользователя он ругался что не может
 определить язык пользовательского интерфейса.
 От рута запускался.
 оказалось надо поменять права на скрытую папку
 chown -R группа:юзер .openoffice.org

 --
 С уважением Валерий.
 JID votum_at_jabber.org



Это Вы до этого где-то нашаманили, всё нормально было у меня на 3 машинах.
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: неинформатив ная ошибка openoffice

2008-12-20 Thread valery
В Сбт, 20/12/2008 в 13:47 +0300, Dmitry Agafonov пишет:

 Это Вы до этого где-то нашаманили, всё нормально было у меня на 3
 машинах.

как и откуда вы ставили?
Я дописал строчку в сурслист с ланчпада обновился утром уже стоял
правда вот не помню был ли запущен быстрый запуск.
Старый оффис не деинсталировал есно.

-- 
С уважением Валерий.
JID votum_at_jabber.org




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


Re: неинформативная ошибка openoffice

2008-12-20 Thread Dmitry Agafonov
20 декабря 2008 г. 14:00 пользователь valery vo...@zaoproxy.ru написал:

 В Сбт, 20/12/2008 в 13:47 +0300, Dmitry Agafonov пишет:

  Это Вы до этого где-то нашаманили, всё нормально было у меня на 3
  машинах.

 как и откуда вы ставили?
 Я дописал строчку в сурслист с ланчпада обновился утром уже стоял
 правда вот не помню был ли запущен быстрый запуск.
 Старый оффис не деинсталировал есно.



Мы говорим про 3-й офис, да?
Я ставил Pro из deb-ов.
Старую удалил.





 --
 С уважением Валерий.
 JID votum_at_jabber.org




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

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


Re: неинформатив ная ошибка openoffice

2008-12-20 Thread valery
В Сбт, 20/12/2008 в 14:21 +0300, Dmitry Agafonov пишет:
 
 

 
 
 Мы говорим про 3-й офис, да?
 Я ставил Pro из deb-ов.
 Старую удалил.
 
  

да, про 3!
а я отсюда  deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu


-- 
valery vo...@zaoproxy.ru







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


[Bug 309945] [NEW] [jaunty, intrepid] Hard system freeze using open-iscsi

2008-12-20 Thread Christian Roessner
Public bug reported:

Binary package hint: open-iscsi

Hi,

I installed iscsitarget on my host, and in a kvm guest, I tried to use
my configured target. First my setup:

Host:
Intrepid, latest proposed linux image (with fixes for iscsitarget)

cat /etc/ietd.conf | grep -ve ^.*# -ve ^$
Target iqn.2008-12.de.roessner-net:storage.disk0.testing
Lun 0 Path=/dev/vg01/lv_testing,Type=fileio
Alias Test
HeaderDigestCRC32C,None
DataDigest  CRC32C,None

The host is still running fine, with following dmesg-output, after the
guest has been died:

...
[ 2220.173286] vcpu not ready for apic_round_robin
[ 2220.670873] vcpu not ready for apic_round_robin
[ 2220.673095] vcpu not ready for apic_round_robin
[ 2221.171379] vcpu not ready for apic_round_robin
[ 2221.173452] vcpu not ready for apic_round_robin
[ 2278.588125] vcpu not ready for apic_round_robin
...

Does not wonder me, because the guest is dead :-)

The guest:

Jaunty (Former Intrepid with same results):

Here the commands, I set in the guest, directly copied over from the
dead console:

ubuntu /etc/rcS.d # mv S25open-iscsi S45open-iscsi
ubuntu /etc/rcS.d # vi S45open-iscsi 
ubuntu /etc/rcS.d # cd
ubuntu ~ # cd /etc/iscsi/
ubuntu /etc/iscsi # vi iscsid.conf 
ubuntu /etc/iscsi # iscsiadm -m discovery -tst -p 10.253.1.254 -d3
iscsiadm: Max file limits 1024 1024

iscsiadm: starting sendtargets discovery, address 10.253.1.254:3260, 
iscsiadm: connecting to 10.253.1.254:3260
iscsiadm: connected local port 53014 to 10.253.1.254:3260
iscsiadm: connected to discovery address 10.253.1.254
iscsiadm: login response status 
iscsiadm: discovery process to 10.253.1.254:3260 exiting
iscsiadm: Could not open /etc/iscsi/send_targets/10.253.1.254,3260 err 2

10.253.1.254:3260,1 iqn.2008-12.de.roessner-net:storage.disk0.testing
ubuntu /etc/iscsi # iscsiadm -m node -T 
iqn.2008-12.de.roessner-net:storage.disk0.testing -p 10.253.1.254 -l
Logging in to [iface: default, target: 
iqn.2008-12.de.roessner-net:storage.disk0.testing, portal: 10.253.1.254,3260]
Login to [iface: default, target: 
iqn.2008-12.de.roessner-net:storage.disk0.testing, portal: 10.253.1.254,3260]: 
successful
ubuntu /etc/iscsi # 

Crash

I only changed two things in the config file. I set manual to automatic
mount and enabled CRC32 stuff for header and data.

I first had tested this setup on my development server with 4 guests
using one target with ocfs2. On the intrepid nodes, I could mount the
partition and start bonnie++. But after a while, all nodes died. So this
time I tried to set up a little testing scenario here at my home
desktop, to fill this bug and as you can see, it also crashes.

If you can speak german, you may find more detailed information here in
my blog:

http://www.roessner-net.com/?p=243

iSCSI would be a good solution for not using NFS.

** Affects: open-iscsi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty, intrepid] Hard system freeze using open-iscsi
https://bugs.launchpad.net/bugs/309945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 309945] Re: [jaunty, intrepid] Hard system freeze using open-iscsi

2008-12-20 Thread Christian Roessner
Oh forget to mention: It does not matter if 32 bit or 64 bit systems.
Both the same

-- 
[jaunty, intrepid] Hard system freeze using open-iscsi
https://bugs.launchpad.net/bugs/309945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 208411] Re: Please guard the inetd.conf checks

2008-12-20 Thread Siegfried Gevatter (RainCT)
** Bug watch added: Debian Bug tracker #509259
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509259

** Also affects: dovecot (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509259
   Importance: Unknown
   Status: Unknown

-- 
Please guard the inetd.conf checks
https://bugs.launchpad.net/bugs/208411
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 254721] Re: dovecot-imapd: trying to overwrite `/usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so', which is also in package dovecot-common

2008-12-20 Thread Siegfried Gevatter (RainCT)
** Bug watch added: Debian Bug tracker #493798
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493798

** Also affects: dovecot (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493798
   Importance: Unknown
   Status: Unknown

-- 
dovecot-imapd: trying to overwrite 
`/usr/lib/dovecot/modules/imap/lib11_imap_quota_plugin.so', which is also in 
package dovecot-common 
https://bugs.launchpad.net/bugs/254721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 309945] Re: [jaunty, intrepid] Hard system freeze using open-iscsi

2008-12-20 Thread Christian Roessner
I have managed to get some screenshots over vnc.

# Config with a single CPU
http://www.roessner-net.com/bilder/guest_w_1vcpu.png

# Config with 4 CPUs
http://www.roessner-net.com/bilder/guest_w_4vcpu.png

Not sure, if the dumps are complete. Please give me feedback, if you
need additional information. As far as I know, I could do some tricks
over qemu monitor. Mem-Dump at address foo. Whatever.

I hope to get feedback on this bugreport. Thx

-- 
[jaunty, intrepid] Hard system freeze using open-iscsi
https://bugs.launchpad.net/bugs/309945
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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 309992] [NEW] Japanese manual-pages placed in wrong package

2008-12-20 Thread Aleksandr Koltsoff
Public bug reported:

Binary package hint: dhcp3-common

The following files are misplaced in dhcp3-common instead of dhcp3-client:
/usr/share/man/ja/man8/dhclient.8.gz
/usr/share/man/ja/man8/dhclient-script.8.gz
/usr/share/man/ja/man5/dhclient.conf.5.gz
/usr/share/man/ja/man5/dhclient.leases.5.gz

Source package: dhcp3
Ubuntu release: Intrepid (8.10), x86 (32-bit)
Package version: 3.1.1-1ubuntu2

dhclient-related man-pages should be placed in dhcp3-client package
irrespective of translation.

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

-- 
Japanese manual-pages placed in wrong package
https://bugs.launchpad.net/bugs/309992
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 264306] Re: Panic: file sieve-cmu.c: line 88 (unfold_header): assertion failed: (str[i] == ' ' || str[i] == '\t')

2008-12-20 Thread Matt Zimmerman

** Attachment added: second mbox containing messages which trigger the bug
   http://launchpadlibrarian.net/20599015/spam2.mbox

-- 
Panic: file sieve-cmu.c: line 88 (unfold_header): assertion failed: (str[i] == 
' ' || str[i] == '\t')
https://bugs.launchpad.net/bugs/264306
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 310019] Re: package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-12-20 Thread Scott Gilmore

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

-- 
package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] 
failed to install/upgrade: subprocess pre-installation script returned error 
exit status 1
https://bugs.launchpad.net/bugs/310019
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 310019] [NEW] package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2008-12-20 Thread Scott Gilmore
Public bug reported:

This occured while installing mythtv through 'apt-get install mythtv' on
Ubuntu 8.10

Additional info:

sgilm...@fry:~$ apt-cache policy mysql-server
mysql-server:
  Installed: (none)
  Candidate: 5.0.67-0ubuntu6
  Version table:
 5.0.67-0ubuntu6 0
500 http://us.archive.ubuntu.com intrepid/main Packages

Running 'sudo apt-get install mysql-server' after the failure seems to
work around the problem. The running 'sudo dpkg-reconfigure mythtv-
database' as the mythtv installation was probably not completed.

Sorry, I don't submit many bug reports (mainly because the developers of
Ubuntu seem to know what they are doing) so I hope this is not too much
info.


Here is more info from the terminal:


* TERMINAL DUMP 
***

sgilm...@fry:~$ sudo apt-get install mythtv
[sudo] password for sgilmore: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  libdbd-mysql-perl libfame-0.9 libglib1.2ldbl libgtk1.2 libgtk1.2-common
  liblzo1 libmyth-0.21-0 libmyth-perl libnet-upnp-perl libpvm3 libqt3-mt-mysql
  libsox-fmt-alsa libsox-fmt-base libsox0 mjpegtools mysql-client
  mysql-client-5.0 mysql-server mysql-server-5.0 mythtv-backend mythtv-common
  mythtv-database mythtv-frontend mythtv-theme-blootube
  mythtv-theme-blootube-osd mythtv-theme-blootube-wide
  mythtv-theme-blootubelite-wide mythtv-theme-glass-wide mythtv-theme-gray-osd
  mythtv-theme-isthmus mythtv-theme-iulius mythtv-theme-iulius-osd
  mythtv-theme-minimalist-wide mythtv-theme-mythbuntu mythtv-theme-mythcenter
  mythtv-theme-mythcenter-wide mythtv-theme-neon-wide
  mythtv-theme-projectgrayhem mythtv-theme-projectgrayhem-osd
  mythtv-theme-projectgrayhem-wide mythtv-theme-retro mythtv-theme-retro-osd
  mythtv-theme-titivillus mythtv-theme-titivillus-osd mythtv-themes
  mythtv-transcode-utils ntp pvm pwgen sox toolame transcode transcode-doc
Suggested packages:
  libsox-fmt-all mpeg2dec a52dec mysql-doc-5.0 tinyca mailx mythtv-doc mythweb
  xmltv-util mythmusic mythweather mythgallery mythvideo mythgame mythstream
  mytharchive ntp-doc xvid4conf
The following NEW packages will be installed:
  libdbd-mysql-perl libfame-0.9 libglib1.2ldbl libgtk1.2 libgtk1.2-common
  liblzo1 libmyth-0.21-0 libmyth-perl libnet-upnp-perl libpvm3 libqt3-mt-mysql
  libsox-fmt-alsa libsox-fmt-base libsox0 mjpegtools mysql-client
  mysql-client-5.0 mysql-server mysql-server-5.0 mythtv mythtv-backend
  mythtv-common mythtv-database mythtv-frontend mythtv-theme-blootube
  mythtv-theme-blootube-osd mythtv-theme-blootube-wide
  mythtv-theme-blootubelite-wide mythtv-theme-glass-wide mythtv-theme-gray-osd
  mythtv-theme-isthmus mythtv-theme-iulius mythtv-theme-iulius-osd
  mythtv-theme-minimalist-wide mythtv-theme-mythbuntu mythtv-theme-mythcenter
  mythtv-theme-mythcenter-wide mythtv-theme-neon-wide
  mythtv-theme-projectgrayhem mythtv-theme-projectgrayhem-osd
  mythtv-theme-projectgrayhem-wide mythtv-theme-retro mythtv-theme-retro-osd
  mythtv-theme-titivillus mythtv-theme-titivillus-osd mythtv-themes
  mythtv-transcode-utils ntp pvm pwgen sox toolame transcode transcode-doc
0 upgraded, 54 newly installed, 0 to remove and 0 not upgraded.
Need to get 130MB of archives.
After this operation, 247MB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://us.archive.ubuntu.com intrepid/universe libglib1.2ldbl 
1.2.10-19build1 [123kB]
Get:2 http://us.archive.ubuntu.com intrepid/universe libgtk1.2-common 
1.2.10-18.1build2 [209kB]
Get:3 http://us.archive.ubuntu.com intrepid/universe libgtk1.2 
1.2.10-18.1build2 [877kB]
Get:4 http://us.archive.ubuntu.com intrepid/main libdbd-mysql-perl 
4.007-1build1 [140kB]
Get:5 http://us.archive.ubuntu.com intrepid/main mysql-client-5.0 
5.0.67-0ubuntu6 [7879kB]
Get:6 http://us.archive.ubuntu.com intrepid/main mysql-server-5.0 
5.0.67-0ubuntu6 [26.8MB]
Get:7 http://us.archive.ubuntu.com intrepid/main pwgen 2.06-1 [19.5kB] 
Get:8 http://us.archive.ubuntu.com intrepid/main mysql-client 5.0.67-0ubuntu6 
[52.7kB]
Get:9 http://us.archive.ubuntu.com intrepid/multiverse mythtv-common 
0.21.0+fixes18722-0ubuntu1 [5703kB]
Get:10 http://us.archive.ubuntu.com intrepid/multiverse mythtv-database 
0.21.0+fixes18722-0ubuntu1 [54.7kB]
Get:11 http://us.archive.ubuntu.com intrepid/universe libqt3-mt-mysql 
3:3.3.8-b-5ubuntu1 [51.6kB]
Get:12 http://us.archive.ubuntu.com intrepid/multiverse libmyth-0.21-0 
0.21.0+fixes18722-0ubuntu1 [8393kB]
Get:13 http://us.archive.ubuntu.com intrepid/multiverse mythtv-frontend 
0.21.0+fixes18722-0ubuntu1 [2027kB]
Get:14 http://us.archive.ubuntu.com intrepid/multiverse libfame-0.9 0.9.1-0.2 
[103kB]
Get:15 http://us.archive.ubuntu.com intrepid/universe liblzo1 1.08-3 [56.8kB]  
Get:16 http://us.archive.ubuntu.com intrepid/universe libpvm3 3.4.5-11 [91.7kB]
Get:17 http://us.archive.ubuntu.com intrepid/multiverse 

[Bug 308647] [NEW] dhclient fails to be run during boot of Intrepid

2008-12-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Since upgrading from Hardy to Intrepid, the network on my workstation
fails to come up during boot.

The boot completes but with no network and the machine thinking it is
localhost.localdomain.

Logging in and running dhclient manually gets the network working and
running hostname gives the machine the right name.

This is new behaviour brought in by the upgrade to Intrepid

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

-- 
dhclient fails to be run during boot of Intrepid
https://bugs.launchpad.net/bugs/308647
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 308647] Re: dhclient fails to be run during boot of Intrepid

2008-12-20 Thread Dominik Stadler
** Changed in: dhcp3 (Ubuntu)
Sourcepackagename: None = dhcp3

-- 
dhclient fails to be run during boot of Intrepid
https://bugs.launchpad.net/bugs/308647
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

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


[Bug 113033] Re: [apport] ssh crashed with SIGSEGV

2008-12-20 Thread Colin Watson
** Changed in: openssh (Ubuntu)
 Assignee: Colin Watson (kamion) = (unassigned)

-- 
[apport] ssh crashed with SIGSEGV
https://bugs.launchpad.net/bugs/113033
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 309632] Re: Unrecognised lines in dpkg output

2008-12-20 Thread Connor Imes
** Changed in: logwatch (Ubuntu)
   Importance: Undecided = Medium

-- 
Unrecognised lines in dpkg output
https://bugs.launchpad.net/bugs/309632
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch 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: Probleme de permission

2008-12-20 Thread Michel Leunen
Didier Babault wrote:

 drwxrwx--T 2 root sambashare  4096 2008-12-16 18:52 usershares

C'est correct.
Et tu fais bien partie du groupe sambashare?

$ groups

Si tu ne fais pas partie de ce groupe, ajoute-toi au groupe:

$ adduser nom_utilisateur sambashare

Si ça ne marche toujours pas, Essaie de créer ton partage en root. Tu 
ouvres un terminal et tu tapes:

$ sudo nautilus --no-desktop

Tu entres ton mot de passe. Ensuite dans Nautilus, tu navigues jusqu'au 
dossier que tu veux partager et tu crées le partage comme avant.

-- 
Michel Leunen
http://linux.leunen.com

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


Re: ATI ou NVIDIA

2008-12-20 Thread Thierry Andriamirado

Le samedi 20 décembre 2008 à 08:52 +0100, Michel Leunen a écrit :

 N'exagérons rien. J'ai deux Desktop avec des cartes NVidia et je n'ai 
 jamais eu le moindre problème avec les drivers propriétaires.

Donc on a aussi l'avis de Michel concernant le choix entre ATI ou
NVidia ;-)

Bah je pense qu'il voulait dire que c'est toujours un peu embettant
quand il faut downloader puis configurer puis essayer ceci-celà avec
NVidia. Mais franchement, par rapport à il y a encore disons 2 ans, je
trouve que les NVidia roulent impec maintenant.

Les plus gros problèmes de performances à mon avis dépendent des thèmes
Gnome  GTK utilisés, très variables selon le thème et semblent ne pas
trop être la faute à NVidia ni aux drivers (propriétaires ou non), mais
bel et bien de la combinaison thèmes + gestion des fontes par GTK. (cf.
gtk-perf). Mais une fois de plus, il suffit de bien décider du thème
gnome à utiliser selon les performances de la machine, et.. encore d'un
peu de patiences car les développements actuels de GTK devront
contribuer à mieux soulager les cartes graphiques (et les thèmes).

-- 
  Thierry sur Facebook : http://profile.to/thierryandriamirado/
   Blog Linuxeries : http://linuxeries.blogspot.com


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


Re: driver propriétaire pour carte video ATI Radeon X1300 256MB PCIe

2008-12-20 Thread nono
Michel Leunen a écrit :
 spir wrote:
 
 Le faisceau d'électrons, c'est un écran cathodique conventionnel. En
 fait, je parle de la zone de l'écran effectivement couverte par ledit
 faisceau -- ce que tu règles d'hab. avec les touches sur l'écran
 lui-même. Avec un écran plat, y a pas ce problème-là.
 Mais ensuite, l'image elle-même peut couvrir ou non toute cette zone.
 Quand c'est pas le cas, il ya une zone d'un noir différent (vaguement
 grisé si t'as de bons yeux) sur le pourtour. C'est ce qui m'arrive, et
 c'est dommage car l'image est réduite.
 
 Il y a longtemps ;-) lorsque j'utilisais encore un CRT, je me servais 
 d'un petit utilitaire qui permettait de paramètrer mon moniteur: 
 xvidtune. Je ne sais pas s'il est toujours utilisable mais peut-être que 
 ça vaudrait la peie d'essayer.
 
Sur tout ecran cathodique tu as des combinaisons de boutons spéciaux qui 
devraient te permettre d'ajuster l'image à l'écdran.

Il y a en outre possibilité de règler l'image vireo du syst
ème en prenant soin de choisir un format d'image en 3::4

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


Re: ATI ou NVIDIA

2008-12-20 Thread Michel Leunen
Thierry Andriamirado wrote:

 Bah je pense qu'il voulait dire que c'est toujours un peu embettant
 quand il faut downloader puis configurer puis essayer ceci-celà avec
 NVidia. Mais franchement, par rapport à il y a encore disons 2 ans, je
 trouve que les NVidia roulent impec maintenant.

Non, ce n'est pas ce que je voulais dire. Je n'ai jamais dû faire 
quoique ce soit. Le driver propriétaire est installé par Ubuntu et je 
n'ai jamais dû modifier, éditer, télécharger ou faire quoique ce soit. 
Ca fonctionne 'out of the box' pour moi


 Les plus gros problèmes de performances à mon avis dépendent des thèmes
 Gnome  GTK utilisés, 

Peut-être. Je n'utilise aucun thème, juste celui de base dont je modifie 
les couleurs, les polices et les icônes. Je n'utilise pas Compiz non 
plus. Et ça roule :-)


-- 
Michel Leunen
http://linux.leunen.com

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


Re: ATI ou NVIDIA

2008-12-20 Thread Michel Andreu
Michel Leunen a écrit :
 Thierry Andriamirado wrote:

   
 Bah je pense qu'il voulait dire que c'est toujours un peu embettant
 quand il faut downloader puis configurer puis essayer ceci-celà avec
 NVidia. Mais franchement, par rapport à il y a encore disons 2 ans, je
 trouve que les NVidia roulent impec maintenant.
 

 Non, ce n'est pas ce que je voulais dire. Je n'ai jamais dû faire 
 quoique ce soit. Le driver propriétaire est installé par Ubuntu et je 
 n'ai jamais dû modifier, éditer, télécharger ou faire quoique ce soit. 
 Ca fonctionne 'out of the box' pour moi


   
 Les plus gros problèmes de performances à mon avis dépendent des thèmes
 Gnome  GTK utilisés, 
 

 Peut-être. Je n'utilise aucun thème, juste celui de base dont je modifie 
 les couleurs, les polices et les icônes. Je n'utilise pas Compiz non 
 plus. Et ça roule :-)


   
J'utilise Compiz avec une carte nVidia 8600Gt et tout marche 
correctement avec Ubuntu (8.04 et 8.10), Mandriva et gOS.
Andreu


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


Re: ATI ou NVIDIA

2008-12-20 Thread Thierry Andriamirado

Le samedi 20 décembre 2008 à 11:11 +0100, Michel Leunen a écrit :

 Non, ce n'est pas ce que je voulais dire. Je n'ai jamais dû faire 

Je ne parlais pas de toi, mais de lui ;)

 quoique ce soit. Le driver propriétaire est installé par Ubuntu et je 
 n'ai jamais dû modifier, éditer, télécharger ou faire quoique ce soit. 
 Ca fonctionne 'out of the box' pour moi

Je comprends.. en fait moi j'ai toujours préféré downloader  installer
à la main le dernier machin-chose-setup de chez NVidia, même quand tout
marche bien sans. Surement par habitude, alors que l'install du
paquet .deb fait la même chose,  via l'interface graphique en plus ;)

  Les plus gros problèmes de performances à mon avis dépendent des thèmes
  Gnome  GTK utilisés, 
 
 Peut-être. Je n'utilise aucun thème, juste celui de base dont je modifie 
 les couleurs, les polices et les icônes. Je n'utilise pas Compiz non 
 plus. Et ça roule :-)

J'ai dù m'en apercevoir à l'insu de mon plein grès lors de gros
problèmes de performances lors du développement de certaines applis GTK.
Après de grosses discussions, les gars développant les librairies
FCL/LCL ont dù mettre les doigts sur GTK lui-même (rendering, caïro et
tutti...). Confirmé par le team GTK qui se penchent aussi sur la
question bien sùr.

Bref, si vous avez des problèmes de performances avec votre carte
graphique, ce n'est pas -forcément- de la faute à celle-ci ni aux
drivers. Même si vous n'avez pas l'impression que le thème utilisé soit
si 'lourd', essayez-en d'autres. Par exemple, le thème 'Human' n'est pas
si light qu'il n'y paraît, mais est surement un bon compromis à partir
des configs 'moyennes'.

-- 
  Thierry sur Facebook : http://profile.to/thierryandriamirado/
   Blog Linuxeries : http://linuxeries.blogspot.com


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


rsync

2008-12-20 Thread Jean-Loup DEVAL
Bonjour,
suite aux conseils donnés sur cette liste, j'ai essayé d'utiliser rsync 
pour effectuer des sauvegardes sur un disque en réseau ethernet. 
Malheureusement, bien que ce disque apparaisse dans nautilus, il 
n'apparait pas dans l'interface de rsync où je ne vois que les disques 
locaux.
Quelque chose a du m'échapper et si quelqu'un a la solution, je le 
remercie de m'en faire part.
Cordialement à tous.

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


Re: rsync

2008-12-20 Thread Michel Leunen
Jean-Loup DEVAL wrote:

 suite aux conseils donnés sur cette liste, j'ai essayé d'utiliser rsync 
 pour effectuer des sauvegardes sur un disque en réseau ethernet. 
 Malheureusement, bien que ce disque apparaisse dans nautilus, il 
 n'apparait pas dans l'interface de rsync où je ne vois que les disques 
 locaux.

Qu'appelles-tu interface de rsync? rsync est un programme en ligne de 
commande. Il n'y a pas d'interface graphique ou alors tu utilises 
rsnapshot ou un autre programme de backup basé sur rsync.
Ceci dit, rsync sait très bien gérer les disques sur d'autres machines 
en samba ou autre.

-- 
Michel Leunen
http://linux.leunen.com

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


Re: rsync

2008-12-20 Thread londot
Le samedi 20 décembre 2008 à 14:25 +0100, Jean-Loup DEVAL a écrit :
 Bonjour,
 suite aux conseils donnés sur cette liste, j'ai essayé d'utiliser rsync 
 pour effectuer des sauvegardes sur un disque en réseau ethernet. 
 Malheureusement, bien que ce disque apparaisse dans nautilus, il 
 n'apparait pas dans l'interface de rsync où je ne vois que les disques 
 locaux.
 Quelque chose a du m'échapper et si quelqu'un a la solution, je le 
 remercie de m'en faire part.
 Cordialement à tous.
 
j'ai le même problème et je n'ai jamais trouvé la solution
j'ai essayé tous ( je crois) les programmes conseillés et c'est la même
chose !
je suis preneur d'une solution s'il yen a une

christian


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


pour se désabonner

2008-12-20 Thread Jacques Dezetter

Bonsoir.

Pourtant ce serait simple de mettre un lien pour se désabonner, question 
de bon sens .


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

Re: pour se désabonner

2008-12-20 Thread Bruno Patri
Le Saturday 20 December 2008 16:52:57 Jacques Dezetter, vous avez écrit :
 Bonsoir.

 Pourtant ce serait simple de mettre un lien pour se désabonner, question
 de bon sens .

Le lien est en signature de chaque message posté dans la liste...
-- 
Bruno

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


Re: rsync

2008-12-20 Thread Michel Leunen
Jean-Loup DEVAL wrote:

 Effectivement, j'utilise GRSYNC et mon disque externe apparait dans 
 nautilus sous la forme :
 
 smb://wd-netcenter/ubuntu/.
 
 Dans gsync, je ne vois dans le Parcourir la recherche de la 
 destination que les disques locaux y compris les NTFS de XP.
 
 Quand je mets cette ligne dans le champ destination, j'ai en retours 
 le message suivant : ssh: Could not resolve hostname smb: Name or 
 service not known

Ben oui, il ne sait pas ce qu'est 'smb'. Mais par contre, ton disque
partagé doit être monté sinon tu ne peux pas y accéder. Monte-le puis
indique dand grsync (que je ne connais pas) le path où ton dossier
partagé est monté.

Moi j'ai ceci sur une machine sur laquelle est installé openssh
(connexion via ssh) :

rsync -a --delete --ignore-errors /home/michel mic...@backuppc:/backup

Ce qui fait un backup de mon home vers un PC, appelé de façon originale,
BackupPc dans le répertoire /backup.

Si c'est du samba (partage d'un répertoire):

rsync -a --delete --ignore-errors /home/michel /mnt/backup

/mnt/backup est le répertoire où est monté le dossier partagé sur le PC
BackupPC /backup.

Autrement dit, monte ton disque partagé et puis, fais pointer grsync
vers ce répertoire où tu as monté ton disque partagé.

-- 
Michel Leunen
http://linux.leunen.com


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


Re: rsync

2008-12-20 Thread londot
Le samedi 20 décembre 2008 à 20:33 +0100, Michel Leunen a écrit :
 Jean-Loup DEVAL wrote:
 
  Effectivement, j'utilise GRSYNC et mon disque externe apparait dans 
  nautilus sous la forme :
  
  smb://wd-netcenter/ubuntu/.
  
  Dans gsync, je ne vois dans le Parcourir la recherche de la 
  destination que les disques locaux y compris les NTFS de XP.
  
  Quand je mets cette ligne dans le champ destination, j'ai en retours 
  le message suivant : ssh: Could not resolve hostname smb: Name or 
  service not known
 
 Ben oui, il ne sait pas ce qu'est 'smb'. Mais par contre, ton disque
 partagé doit être monté sinon tu ne peux pas y accéder. Monte-le puis
 indique dand grsync (que je ne connais pas) le path où ton dossier
 partagé est monté.
 
 Moi j'ai ceci sur une machine sur laquelle est installé openssh
 (connexion via ssh) :
 
 rsync -a --delete --ignore-errors /home/michel mic...@backuppc:/backup
 
 Ce qui fait un backup de mon home vers un PC, appelé de façon originale,
 BackupPc dans le répertoire /backup.
 
 Si c'est du samba (partage d'un répertoire):
 
 rsync -a --delete --ignore-errors /home/michel /mnt/backup
 
 /mnt/backup est le répertoire où est monté le dossier partagé sur le PC
 BackupPC /backup.
 
 Autrement dit, monte ton disque partagé et puis, fais pointer grsync
 vers ce répertoire où tu as monté ton disque partagé.
 
 -- 
 Michel Leunen
 http://linux.leunen.com
 
 
merci pour le tuyau chez moi c'est fait!
merci michel

christian


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


[Bug 309919] [NEW] Maxdata multimedia buttons not working (HAL/Xorg?)

2008-12-20 Thread legolas558
Public bug reported:

Maxdata Pro 7000X (see http://en.gentoo-wiki.com/wiki/Maxdata_Pro_7000X)
has 5 special keys on the left side of the keyboard. 4 of them used to
work flawlessy in Gentoo, but they are not working in Ubuntu Intrepid.

I used xmodmaprc in Gentoo, however this is in
/usr/share/hal/fdi/information/10freedesktop/30-keymap-misc.fdi:

  match key=/org/freedesktop/Hal/devices/computer:system.hardware.vendor 
string=MAXDATA
match 
key=/org/freedesktop/Hal/devices/computer:system.hardware.product prefix=Pro 
7000
  append key=input.keymap.data type=strlist97:prog2/append !-- 
P2 programmable button --
  append key=input.keymap.data type=strlist9f:prog1/append !-- 
P1 programmable button --
  append key=input.keymap.data type=strlista0:mute/append !-- 
Fn-F5   Sound On/Off --
  append key=input.keymap.data type=strlist82:www/append !-- 
www button --
  append key=input.keymap.data type=strlistec:email/append !-- 
envelope button --
  append key=input.keymap.data type=strlistae:volumedown/append 
!-- Fn-Down   Volume down --
  append key=input.keymap.data type=strlistb0:volumeup/append 
!-- Fn-Up   Volume up --
  append key=input.keymap.data type=strlistdf:suspend/append 
!-- Fn+F2 hibernate --
  append key=input.keymap.data type=strlistf5:help/append !-- 
Help button --
/match
  /match

They key values are verified, I simply cannot see any key when using xev
and pressing the special buttons. Can somebody please help?

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Maxdata multimedia buttons not working (HAL/Xorg?)
https://bugs.launchpad.net/bugs/309919
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 309918] [NEW] package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade:

2008-12-20 Thread Claessens
Public bug reported:

Binary package hint: linux-image-2.6.27-11-generic

essais de la fusion expérimentale entre la nouvelle et l'ancienne
version de /boot/grub/menu.lst

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: le sous-processus post-installation script a retourné une erreur 
de sortie d'état 3
NonfreeKernelModules: nvidia wl
Package: linux-image-2.6.27-11-generic 2.6.27-11.22
ProcCmdLine: User Name=UUID=f4014eb7-1d97-400b-a9ff-a018ed478c86 i8042.nomux=1 
ro quiet splash
ProcVersionSignature: Ubuntu 2.6.27-10.20-generic
SourcePackage: linux
Title: package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to 
install/upgrade:

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


** Tags: apport-package

-- 
package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/309918
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 309918] Re: package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade:

2008-12-20 Thread Claessens

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/20592191/BootDmesg.txt

** Attachment added: CurrentDmesg.gz
   http://launchpadlibrarian.net/20592192/CurrentDmesg.gz

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

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/20592194/HalComputerInfo.txt

** Attachment added: LsUsb.txt
   http://launchpadlibrarian.net/20592195/LsUsb.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/20592196/Lspci.txt

** Attachment added: ProcCpuInfo.txt
   http://launchpadlibrarian.net/20592197/ProcCpuInfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/20592198/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/20592199/ProcModules.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/20592200/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/20592201/VarLogDistupgradeApttermlog.gz

-- 
package linux-image-2.6.27-11-generic 2.6.27-11.22 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/309918
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 279100] Re: Screen gets split (or dark) when connector is HDMI-1 (intel, Intrepid, hdmi)

2008-12-20 Thread Bryce Harrington
@SjV, thanks for testing those.

@junior, would you be able to check the Jaunty LiveCD?

-- 
Screen gets split (or dark) when connector is HDMI-1 (intel, Intrepid, hdmi)
https://bugs.launchpad.net/bugs/279100
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 275998] Re: internal mic capture very low volume when routed through pulseaudio

2008-12-20 Thread Rocko
The notes from https://bugs.launchpad.net/dell/+bug/309508 say it's for
a different subsystem id from the XPS M1530 (which is 022e instead of
0271) so I wouldn't have thought it would help.

However, haven't said that, I did briefly manage to get working with
this combination:

* kernel 2.6.27-11
* alsa-base 1.0.18.dfsg-1ubuntu2
* alsa-utils 1.0.18-1ubuntu3
* linux-sound-base 1.0.17.dfsg-2ubuntu1
* pulseaudio 0.9.13-2ubuntu3 [although pulseaudio  fromis not currently running 
- it segment faults if I try to run it]
* Audio conferencing sound capture set to ALSA (not the HDA intel card)

With this setup, the digital capture control changed the volume
recording level in gnome-sound-recorder as I adjusted it. I then
(foolishly) tried to run pulseaudio (which segment faulted) and
subsequently the ALSA capture device stopped working - only the HDA
Intel source works now, and the digital capture volume control doesn't
adjust the level for this capture source. (The digital capture volume
control doesn't even always appear when I restart alsa.)

The alsa 1.0.18 packages are from the jaunty repository. I tried
removing everything to do with sound to revert to alsa 1.0.17 but
couldn't because when I tried to revert libasound2, synaptic wanted to
remove just about every other package including unrelated ones like
compiz, and I ran into a problem installing libasound2-plugins (to get
pulseaudio back) without uninstalling libasound2 first.

-- 
internal mic capture very low volume when routed through pulseaudio
https://bugs.launchpad.net/bugs/275998
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 252094] Re: [i965] Poor graphics performance and rendering errors on Intel GM965 system, Ubuntu 8.10

2008-12-20 Thread Bryce Harrington
Biji, thanks for testing it.  For 3D performance, upgrading mesa would
make sense.  You may find it easiest to burn an alpha-2 cd and check
that, since it has all the newest X bits.  But I'm marking this as
triaged for now.

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=18389
   Importance: Unknown
   Status: Unknown

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Triaged

-- 
[i965] Poor graphics performance and rendering errors on Intel GM965 system, 
Ubuntu 8.10
https://bugs.launchpad.net/bugs/252094
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 13516] Re: imagemagick: information disclosure from exif thumbnails

2008-12-20 Thread Bug Watch Updater
** Changed in: imagemagick (Debian)
   Status: Confirmed = Fix Released

-- 
imagemagick: information disclosure from exif thumbnails
https://bugs.launchpad.net/bugs/13516
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 309920] [NEW] Ubuntu 8.10 Nvidia Version 96 unable to use compiz after restart

2008-12-20 Thread UbuntuLinux
Public bug reported:

Under Hardware Drivers of System - Administration, I checked
activate for Nvidia version 96. Restarted computer, however,  could
not get compiz working. ((Hardware Drivers only displays one option.)

Below is what I got from an error report

X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
Current Operating System: Linux X-desktop 2.6.24-16-generic #1 SMP Thu Apr 
10 13:23:42 UTC 2008 i686
Build Date: 24 October 2008  08:00:16AM
xorg-server 2:1.5.2-2ubuntu3 (bui...@rothera.buildd) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Thu Dec 18 20:50:29 2008
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(**) |   |--Device Configured Video Device
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to /usr/lib/xorg/modules
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9a40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0...@1:0:0) nVidia Corporation NV20 [GeForce3 Ti 200] rev 163, Mem @ 
0xfa00/0, 0xf400/0, 0xf8f8/0, BIOS @ 0x/65536
(II) System resource ranges:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   0x - 0x0009 (0xa) MX[B]
[4] -1  0   0x - 0x (0x1) IX[B]
[5] -1  0   0x - 0x (0x1) IX[B]
(II) extmod will be loaded by default.
(II) dbe will be loaded by default.
(II) glx will be loaded. This was enabled by default and also specified in 
the config file.
(II) freetype will be loaded by default.
(II) record will be loaded by default.
(II) dri will be loaded by default.
(II) LoadModule: glx

(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor=NVIDIA Corporation
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
(II) NVIDIA GLX Module  96.43.09  Mon Oct 27 14:37:08 PST 2008
(II) Loading extension GLX
(II) LoadModule: extmod

(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe

(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor=X.Org Foundation
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: freetype

(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor=X.Org Foundation  the After X-TT Project
compiled for 1.5.2, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.6
(II) Loading font FreeType
(II) 

[Bug 309920] Re: Ubuntu 8.10 Nvidia Version 96 unable to use compiz after restart

2008-12-20 Thread UbuntuLinux

** Attachment added: Error message shown after restarting computer
   http://launchpadlibrarian.net/20592290/Error%20message%20after%20restart.JPG

-- 
Ubuntu 8.10 Nvidia Version 96 unable to use compiz after restart
https://bugs.launchpad.net/bugs/309920
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 309919] Re: Maxdata multimedia buttons not working (HAL/Xorg?)

2008-12-20 Thread legolas558
I am also using:

setxkbmap 'it+inet(maxdata_pro_7000x)'

And I have defined maxdata_pro_7000x in /usr/share/X11/xkb/symbols/inet:

// Maxdata Pro 7000X

partial alphanumeric_keys
xkb_symbols maxdata_pro_7000x {
name[Group1]= Maxdata Pro 7000X Laptop Keyboard;

key IEC   {   [ XF86Mail  ]   };
key I82   {   [ XF86WWW   ]   };
key I9F   {   [ XF86User1KB   ]   };
key I97   {   [ XF86User2KB   ]   };
};

There is to say that other special keys (those with Fn+(other key)) are
all working (for example volume up/down/mute, standby etc.)

-- 
Maxdata multimedia buttons not working (HAL/Xorg?)
https://bugs.launchpad.net/bugs/309919
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 303011] Re: [i945] 2.5.1 driver poor performance

2008-12-20 Thread fishor
Bryce Harrington schrieb:
 [This is an automatic notice.]
 
 We'd like to forward your bug upstream, however upstream requires
 that you first test it against their newer driver code.
 
 To save you the effort of building the driver from source, we've built
 packages for the driver and its new dependencies.
 
 So you have a couple options:
 
  1.  Download and test .debs for intrepid, from:
  https://edge.launchpad.net/~intel-gfx-testing/+archive
 

@Bryce
why xserver-xorg-video-intel 2.5.1 for intrepid is better whan same
version for jaunty?

-- 
[i945] 2.5.1 driver poor performance
https://bugs.launchpad.net/bugs/303011
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 285098] Re: [i965] intel 965 + compiz + suspend - corrupt alt-tab icons

2008-12-20 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Triaged

-- 
[i965] intel 965 + compiz + suspend - corrupt alt-tab icons
https://bugs.launchpad.net/bugs/285098
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 275809] Re: spontaneous X lock-up: mieqEnequeue: out-of-order valuator event; dropping.

2008-12-20 Thread Bengt Olsson
Ok thanks will do, but its on my work machine so it will take some days
since I started X-mas holidays now... Also I disabled compiz since a
while back and have had no occurrence of the fault since. I will turn on
compiz again but, since the lock-ups where very sporadic even with
compiz, it may take some time before I can verify that it works (will
use the Intrepid debs).

However, I attach the current lspci output (without compiz enabled)

Happy X-mas!

** Attachment added: lspci output (without compiz enabled)
   http://launchpadlibrarian.net/20592322/lscpci.txt

-- 
spontaneous X lock-up: mieqEnequeue: out-of-order valuator event; dropping.
https://bugs.launchpad.net/bugs/275809
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 260341] Re: [i945G] wrong LCD resolution detected - 1400x1050 fuzzy match

2008-12-20 Thread Bryce Harrington
Thanks for testing

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided = Medium
   Status: Incomplete = Triaged

-- 
[i945G] wrong LCD resolution detected - 1400x1050 fuzzy match
https://bugs.launchpad.net/bugs/260341
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 248635] Re: acer_wmi is not used by default (on Fujitsu Siemens Amilo A1650G)

2008-12-20 Thread Pietro Battiston
@Andy: thank you very much for your work... unfortunately I underrated
the difficulty of the task (or overrated my skills as kernel hacker)...
the module still doesn't load, and now I really have no clue on how
ubuntu decides at runtime which modules to load.

May assume from the fact that you filed the bug as invalid for initramfs
that this is certainly _not_ an initramfs problem?

-- 
acer_wmi is not used by default (on Fujitsu Siemens Amilo A1650G)
https://bugs.launchpad.net/bugs/248635
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 132707] Re: (NEED EXA): r100 / r200 / r300: poor compiz performance

2008-12-20 Thread Bryce Harrington
This bug was fixed in the package xserver-xorg-video-ati -
1:6.9.0+git20081003.f9826a56-0ubuntu6

---
xserver-xorg-video-ati (1:6.9.0+git20081003.f9826a56-0ubuntu6) jaunty; 
urgency=low

  * Add 104_use_exa.patch: Switches to EXA acceleration by default.
+ See https://wiki.ubuntu.com/X/Blueprints/RadeonXaaToExa
+ Should close the following bugs (please reopen if not):
  LP: #227936, #269357, 68224 110384 132707

 -- Bryce Harrington br...@ubuntu.com   Fri, 19 Dec 2008 19:46:27
-0800


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Triaged = Fix Released

-- 
(NEED EXA):  r100 / r200 / r300: poor compiz performance
https://bugs.launchpad.net/bugs/132707
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 110384] Re: [Needs EXA] With desktop effects on scrolling is slow and laggy in firefox other browsers

2008-12-20 Thread Bryce Harrington
This bug was fixed in the package xserver-xorg-video-ati -
1:6.9.0+git20081003.f9826a56-0ubuntu6

---
xserver-xorg-video-ati (1:6.9.0+git20081003.f9826a56-0ubuntu6) jaunty; 
urgency=low

  * Add 104_use_exa.patch: Switches to EXA acceleration by default.
+ See https://wiki.ubuntu.com/X/Blueprints/RadeonXaaToExa
+ Should close the following bugs (please reopen if not):
  LP: #227936, #269357, 68224 110384 132707

 -- Bryce Harrington br...@ubuntu.com   Fri, 19 Dec 2008 19:46:27
-0800


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: New = Fix Released

-- 
[Needs EXA] With desktop effects on scrolling is slow and laggy in firefox  
other browsers
https://bugs.launchpad.net/bugs/110384
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 68224] Re: [Needs EXA] OpenOffice redrawing artifacts on ATI cards

2008-12-20 Thread Bryce Harrington
This bug was fixed in the package xserver-xorg-video-ati -
1:6.9.0+git20081003.f9826a56-0ubuntu6

---
xserver-xorg-video-ati (1:6.9.0+git20081003.f9826a56-0ubuntu6) jaunty; 
urgency=low

  * Add 104_use_exa.patch: Switches to EXA acceleration by default.
+ See https://wiki.ubuntu.com/X/Blueprints/RadeonXaaToExa
+ Should close the following bugs (please reopen if not):
  LP: #227936, #269357, 68224 110384 132707

 -- Bryce Harrington br...@ubuntu.com   Fri, 19 Dec 2008 19:46:27
-0800


** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Triaged = Fix Released

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
[Needs EXA] OpenOffice redrawing artifacts on ATI cards
https://bugs.launchpad.net/bugs/68224
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 1] Re: Microsoft has a majority market share

2008-12-20 Thread João Santos

 Here is why MS will keep its market share, this bug and the lack of a
 sensible resolution is an absolute disgrace.

 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/268502.

 All the hype and fancy processing power means nothing if the basics
 don't work and worse no information is provided to fix it.

 And if someone says the guys are volunteers I'll throw up.

   
Are you saying that this bug is worse than any Windows bug?

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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 308830] Re: Toolbar text is invisible

2008-12-20 Thread ChrizJaymz
I'm running version 96.43.09

-- 
Toolbar text is invisible
https://bugs.launchpad.net/bugs/308830
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 309920] Re: nVidia Version 96 unable to use compiz after restart (Ubuntu 8.10)

2008-12-20 Thread UbuntuLinux
** Summary changed:

- Ubuntu 8.10 Nvidia Version 96 unable to use compiz after restart
+ nVidia Version 96 unable to use compiz after restart (Ubuntu 8.10)

** Description changed:

  Under Hardware Drivers of System - Administration, I checked
  activate for Nvidia version 96. Restarted computer, however,  could
  not get compiz working. ((Hardware Drivers only displays one option.)
  
  Below is what I got from an error report
  
  X.Org X Server 1.5.2
  Release Date: 10 October 2008
  X Protocol Version 11, Revision 0
  Build Operating System: Linux 2.6.24-19-server i686 Ubuntu
  Current Operating System: Linux X-desktop 2.6.24-16-generic #1 SMP Thu 
Apr 10 13:23:42 UTC 2008 i686
  Build Date: 24 October 2008  08:00:16AM
  xorg-server 2:1.5.2-2ubuntu3 (bui...@rothera.buildd) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
  Module Loader present
  Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  (==) Log file: /var/log/Xorg.0.log, Time: Thu Dec 18 20:50:29 2008
  (==) Using config file: /etc/X11/xorg.conf
  (==) No Layout section.  Using the first Screen section.
  (**) |--Screen Default Screen (0)
  (**) |   |--Monitor Configured Monitor
  (**) |   |--Device Configured Video Device
  (==) Automatically adding devices
  (==) Automatically enabling devices
  (==) No FontPath specified.  Using compiled-in default.
  (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
  (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
  (==) ModulePath set to /usr/lib/xorg/modules
  (II) Cannot locate a core pointer device.
  (II) Cannot locate a core keyboard device.
  (II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.
  (II) Open ACPI successful (/var/run/acpid.socket)
  (II) Loader magic: 0x81d9a40
  (II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
  (II) Loader running on linux
  (++) using VT number 7
  
  (--) PCI:*(0...@1:0:0) nVidia Corporation NV20 [GeForce3 Ti 200] rev 163, Mem 
@ 0xfa00/0, 0xf400/0, 0xf8f8/0, BIOS @ 0x/65536
  (II) System resource ranges:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x000f - 0x000f (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] -1  0   0x - 0x0009 (0xa) MX[B]
[4] -1  0   0x - 0x (0x1) IX[B]
[5] -1  0   0x - 0x (0x1) IX[B]
  (II) extmod will be loaded by default.
  (II) dbe will be loaded by default.
  (II) glx will be loaded. This was enabled by default and also specified in 
the config file.
  (II) freetype will be loaded by default.
  (II) record will be loaded by default.
  (II) dri will be loaded by default.
  (II) LoadModule: glx
  
  (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
  (II) Module glx: vendor=NVIDIA Corporation
compiled for 4.0.2, module version = 1.0.0
Module class: X.Org Server Extension
  (II) NVIDIA GLX Module  96.43.09  Mon Oct 27 14:37:08 PST 2008
  (II) Loading extension GLX
  (II) LoadModule: extmod
  
  (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
  (II) Module extmod: vendor=X.Org Foundation
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
  (II) Loading extension SHAPE
  (II) Loading extension MIT-SUNDRY-NONSTANDARD
  (II) Loading extension BIG-REQUESTS
  (II) Loading extension SYNC
  (II) Loading extension MIT-SCREEN-SAVER
  (II) Loading extension XC-MISC
  (II) Loading extension XFree86-VidModeExtension
  (II) Loading extension XFree86-Misc
  (II) Loading extension XFree86-DGA
  (II) Loading extension DPMS
  (II) Loading extension TOG-CUP
  (II) Loading extension Extended-Visual-Information
  (II) Loading extension XVideo
  (II) Loading extension XVideo-MotionCompensation
+ 
+ 
  (II) Loading extension X-Resource
  (II) LoadModule: dbe
  
  (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
  (II) Module dbe: vendor=X.Org Foundation
compiled for 1.5.2, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 1.1
  (II) Loading extension DOUBLE-BUFFER
  (II) 

[Bug 246141] Re: no support for realtek rtl8187se

2008-12-20 Thread Double12
Hi,

I installed the latest driver .deb for 2.6.27-9.
http://boskastrona.ovh.org/download/linux-rtl8187se-modules-102...@2.6.27.9.19.deb

Now, KNetworkManager and iwconfig at least see the wlan0 device. But
KNetworkManager still doesn't list the available networks and when I try
to connect manually, it doesn't work.

Does anyone have an idea what to do?

Thanks.

-- 
no support for realtek rtl8187se
https://bugs.launchpad.net/bugs/246141
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 309922] [NEW] soundconverter no option to select version of the encoder

2008-12-20 Thread Iuga Marian Silviu
Public bug reported:

Binary package hint: soundconverter

This is a critical bug since Winamp and Amarok 1.4.1 do not support FLAC 8
but support FLAC 6. A lot of people depend on Amarok since it is the only
player with a good playlist that can play 6 channel DTS and AC3.
I think soundconverter should have a selection box near each selection in
Type of result ? in witch for example for FLAC, version 6 or version 8 can
be selected.

Thank you.

I also submitted bug 305971 reffering to allowing 6 channels in Rhythmbox,
and if that bug is solved, I will mark this bug as solved also.

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

-- 
soundconverter no option to select version of the encoder
https://bugs.launchpad.net/bugs/309922
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 305971] Re: rhythmbox surround sound 5.1 output option not available

2008-12-20 Thread Iuga Marian Silviu
I have managed to make pulseaudio to have six channels from 
/etc/pulse/daemon.conf and
I confirm the bug for this case also.

pavumeter  shows that front are identical to rear, whilw playing DTS,
AC3.

-- 
rhythmbox surround sound 5.1 output option not available
https://bugs.launchpad.net/bugs/305971
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 293883] Re: 8.10 Printed PDF missing parts / corrupt

2008-12-20 Thread Achim
I also have installed the proposed packages and everything is working again.
Print Preview in evince and the printout show the picture. I have tested this 
on a notebook 32-bit and PC 64-bit.

libcairo2:
  Installiert: 1.8.0-0ubuntu1.1
  Kandidat: 1.8.0-0ubuntu1.1

-- 
8.10 Printed PDF missing parts / corrupt
https://bugs.launchpad.net/bugs/293883
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 292663] Re: Fails to boot on Intel DP43TF motherboard

2008-12-20 Thread katon
I solved the problem just upgrading the BIOS firmware from the INTEL
website

http://downloadcenter.intel.com/filter_results.aspx?strTypes=allProductID=2980OSFullName=All+Operating+Systemslang=engstrOSs=Allsubmit=Go!

i did the upgrade from Windows Vista system so it was fast.

I want to thank you people for the help,


Now i have issues watching HD movies but it is not the BUG 6 INT like so
...it's Okey  :)

Maty - matik...@gmail.com

-- 
Fails to boot on Intel DP43TF motherboard
https://bugs.launchpad.net/bugs/292663
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 291158] Re: Boot error INT 6: CR2 00000000 !!!!!!

2008-12-20 Thread katon
I solved the problem just upgrading the BIOS firmware from the INTEL
website

http://downloadcenter.intel.com/filter_results.aspx?strTypes=allProductID=2980OSFullName=All+Operating+Systemslang=engstrOSs=Allsubmit=Go!

i did the upgrade from Windows Vista system so it was fast.

I want to thank you people for the help,


Now i have issues watching HD movies but it is not the BUG 6 INT like so
...it's Okey  :)

Maty - matik...@gmail.com

-- 
Boot error INT 6: CR2    !!
https://bugs.launchpad.net/bugs/291158
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 288494] Re: the youtube code needs to be updated

2008-12-20 Thread evolipel
I'm sure Mariusz Kielpinski meant that it's no solution to the 99% of
the people who have experienced this problem. That is, the people who
have experienced it and did not care enough to go hunting around for a
random solution on a bug tracking site. That's not what Linux for human
beings means.

It actually took me a good 15 minutes to find this; there are many other
bugs with ffdemux_swf that have nothing to do with this particular
problem (those other bugs refer to codec issues with gstreamer, and
several people from the other bugs have been misdirected and have given
up because of the confusion). This isn't a simple find by any means.

Don't get me wrong, the fix works perfectly, and I thank you for the
work you've done, but it's been a month since the fix was made
available. We don't blame you for not placing this in hardy-backports;
the admins are the ones who should have done this. Pointing out a
problem is not whining, even though the problem is fairly small: it's a
niche plugin for Totem, after all. I'm under the impression, however,
that Ubuntu originally prided itself ideologically on shipping this
plugin as the solution to the proprietary evils and such conferred by
using Adobe Flash to actually go to YouTube. Touting this as the
solution and then leaving it broken is slightly disingenuous, though I'm
sure it wasn't done intentionally. Point is, they should keep their 3
-years-support promise and pay attention.

-- 
the youtube code needs to be updated
https://bugs.launchpad.net/bugs/288494
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 269904] Re: Screen refresh problems with nvidia on intrepid

2008-12-20 Thread Joakim Andersson
@ Christoph Korn:
That is just the kind of display errors I get, albeit not that often...

@ All:
Installing 180.11 drivers makes the situation better for a while, but I did 
experience some errors when compiz had been running for a long time (and only 
on my external screen (my computer is a laptop), which had a higher frequency 
of errors earlier). Restarting compiz (alt+f2 - compiz --reload, I need to do 
that twice compiz crashes the first time and fallbacks to metacity) fixed the 
problem.

-- 
Screen refresh problems with nvidia on intrepid
https://bugs.launchpad.net/bugs/269904
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 309638] Re: [fglrx] resume from stand by / hibernate fails on Intrepid 64 on 4GB of RAM

2008-12-20 Thread Phasmagon
** Description changed:

  Information on the configuration
  
  Computer Specs: 
http://eu.computers.toshiba-europe.com/innovation/product/Satellite-A210-16F/135223/
  Computer modifications: 4GB RAM, 320 GB HDD
  Ubuntu Flavor: Ubuntu Intrepid Ibex (x86-64)
+ Identically affects: Ubuntu Hardy Heron (x86-64)
  Kernel: 2.6.27-9-generic
  
  Information on the problem
  
  Installing the fglrx restricted driver causes the computer to hang after
  a stand by or hibernate, and demands a hard reboot. X won't display
  anything, consoles are not accessible, even ssh dies.
  
  After some research I found out that there was a similar problem were
  people were completely unable to use their desktop when running Ubuntu
  64 with fglrx on 4GB of RAM, so I tested with only 2GB of ram
  (physically and with boot option mem=2G) and stand by (hibernate) works
  fine. With boot option mem=3G I get the same problematic behavior.
  
  My mtrr table feels wrong (on the fact that it does not display anywhere
  256M which I believe is my actual graphics memory), but I don't really
  know if this has anything to do with the problem or how to properly
  manipulate it.

-- 
[fglrx] resume from stand by / hibernate fails on Intrepid 64 on 4GB of RAM
https://bugs.launchpad.net/bugs/309638
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 308222] Re: cannot connect to ftp

2008-12-20 Thread Pavol Klačanský
gt.hy.cz, klacansky.com, peekaboo.cz

-- 
cannot connect to ftp
https://bugs.launchpad.net/bugs/308222
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 294972] Re: xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness

2008-12-20 Thread yarly
I think this bug is related to the following threads which involve vlc
playback skipping

http://ubuntuforums.org/showthread.php?t=972696
http://forum.videolan.org/viewtopic.php?f=13t=53415

Every time playback skips/freezes in vlc, there is a corresponding cpu
spike of about 10% by Xorg which can be seen by running Top in terminal.

I've observed this behaviour under a fresh install of Ubuntu 8.10

I'm desperately looking for a solution. If I can't find one it's back to
windows XP

Let me know if there's anything I need to provide to assist in tracing
this bug.

-- 
xorg 10-20% cpu usage after intrepid upgrade, general system sluggishness
https://bugs.launchpad.net/bugs/294972
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 1] Re: Microsoft has a majority market share

2008-12-20 Thread kylea
To answer Vadim - sorry this is not spam, My comments go to heart of
matter - why is Linux, after so many new versions still so poorly
represented on the desktop? Its because IT managers and re-sellers
cannot cope with the stupid bugs that constantly require man months to
research and resolve. I tell people I am using Linux and all I get is
'man you are brave - you must have a lot of free time'.

Attention to my bug - your kidding - I have a work around for my version
of this issue - its all the other sorry individuals who really need
Linux, I don't need it - I can afford Windows that this comment is for,
- complete and utter frustration yes.

To answer  João - yes and no. MS bugs are a philosophy issue - they are
evil and un-repentant, our bugs are unnecessary and turn off the very
people needed to grow the customer base.

Tell me why Ubuntu is heading toward another major release when the
latest and greatest still has some serious issues?

Don't get it.

Self criticism and the ability to accept it is vital to our future.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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 309927] [NEW] random crash with vertical stripes

2008-12-20 Thread Vu Ngoc San
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I'm having this bug for one year with kubuntu 7.10,8.04 and 8.10 on a
Dell latitude D630, with Intel GM965 video card.

Randomly, the system crashes with some kind of vertical stripes (or 'ladders') 
across the screen.
Keyboard and mouse is not responsive. Even ALT+SYS don't work. I have to hard 
reboot using the power button.
See screenshot (from hardy).

It can happen when I'm working, but it seems that most of the time it happens 
when I do nothing.
Sometimes it happens a few seconds after login dialog (like in screenshot).

It is very difficult to debug because it occurs about only once every
two weeks.

Is see no timed trace in log files. Only thing that could be related is
(EE) intel(0): underrun on pipe B! 
in Xorg.0.log
That's why I put it under xserver-xorg-video-intel (I'm using now version 
2:2.4.1-1ubuntu10)
I use a dual screen setup in xorg.conf (even when I'm not connected to an 
external monitor), but I think it happened also with a plain setup.

Interestingly it has happen a couple of time when I was listening to
music, and after crash I could still hear some distorted sound...

First I thought it was hardware problem, but all tests passed
successfully and I even had Dell change the motherboard.

I also ran kubuntu from an external HD, and it crashed again anyway.

So you guys are my last hope :)

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

-- 
random crash with vertical stripes
https://bugs.launchpad.net/bugs/309927
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 309927] Re: random crash with vertical stripes

2008-12-20 Thread Vu Ngoc San

** Attachment added: screenshot
   http://launchpadlibrarian.net/20592868/dsc_0441.jpg

-- 
random crash with vertical stripes
https://bugs.launchpad.net/bugs/309927
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 69727] Re: totem-video-thumbnailer crash

2008-12-20 Thread Nicola Jelmorini
** Changed in: gst-plugins-bad0.10 (Ubuntu)
   Status: Incomplete = Invalid

-- 
totem-video-thumbnailer crash
https://bugs.launchpad.net/bugs/69727
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   >