Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Neil Greenwood wrote: snip check the group for the files that gave errors and one of the files that didn't. Change the problem files to be in the group that isn't causing problems. I can find all the files with the group that's causing the hiccup using find /home/diana/music -group

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 07 Jun 2007 07:02:06 +0100, luxxius [EMAIL PROTECTED] wrote: Neil Greenwood wrote: snip check the group for the files that gave errors and one of the files that didn't. Change the problem files to be in the group that isn't causing problems. I can find all the files with the group

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Tony Arnold
Matthew Macdonald-Wallace wrote: On Thu, 07 Jun 2007 07:02:06 +0100, luxxius [EMAIL PROTECTED] wrote: Neil Greenwood wrote: snip check the group for the files that gave errors and one of the files that didn't. Change the problem files to be in the group that isn't causing problems. I can

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Robert McWilliam
On Thu, 07 Jun 2007 07:02:06 +0100 luxxius [EMAIL PROTECTED] wrote: I can find all the files with the group that's causing the hiccup using find /home/diana/music -group diana Is there a simple way to redirect the results to chgrp root and then chmod them to 664 so that I can

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 07 Jun 2007 07:45:23 +0100, Tony Arnold [EMAIL PROTECTED] wrote: Matthew Macdonald-Wallace wrote: On Thu, 07 Jun 2007 07:02:06 +0100, luxxius [EMAIL PROTECTED] wrote: Neil Greenwood wrote: snip check the group for the files that gave errors and one of the files that didn't.

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Tony Arnold wrote: snip for i in `find /home/diana/music -group diana` ; do chgrp root $i chmod 644 $i; done (should be all on one line, excuse the wrap) Tony / Matthew / Robert Many thanks for your quick and very helpful replies. I've tried Tony's one-liner, which would work a treat with

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 07 Jun 2007 08:18:51 +0100, luxxius [EMAIL PROTECTED] wrote: Tony Arnold wrote: snip for i in `find /home/diana/music -group diana` ; do chgrp root $i chmod 644 $i; done (should be all on one line, excuse the wrap) Tony / Matthew / Robert Many thanks for your quick and very

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Robert McWilliam
On Thu, 07 Jun 2007 08:27:32 +0100 luxxius [EMAIL PROTECTED] wrote: Robert McWilliam wrote: find can be used to run commands: find ~/music -group diana -exec chgrp root {} \; -exec chmod 664 {} \; Robert This seems almost to work, as it seems to get round the

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Matthew Macdonald-Wallace wrote: snip Not the one I originally used, but a good example all the same: http://tlug.dnho.net/?q=node/198 gives: #!/bin/sh... Matt Wow! That's a several light years away from where my understanding is right now! And there are a couple of issues that might

Re: [ubuntu-uk] Face to Face support on the Ohio

2007-06-07 Thread Rob
Snip I would suggest that you think about your own dealings with Call Centres - everyone has had an interesting experience with off shore centres - the technician may know their stuff but trying to communicate it in a language that is understood - look at Caroline and her Wi-fi for instance. In

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Tony Arnold
Diana, luxxius wrote: Robert McWilliam wrote: find can be used to run commands: find ~/music -group diana -exec chgrp root {} \; -exec chmod 664 {} \; Robert This seems almost to work, as it seems to get round the 'spaces in filenames' problem that the loop solution

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 07 Jun 2007 08:43:31 +0100, luxxius [EMAIL PROTECTED] wrote: Matthew Macdonald-Wallace wrote: snip Not the one I originally used, but a good example all the same: http://tlug.dnho.net/?q=node/198 gives: #!/bin/sh... Matt Wow! That's a several light years away from where my

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Robert McWilliam wrote: snip -exec wants a command ended with a semi-colon (which you have to escape to stop the shell interpreting it). Make sure you have a \; at the end of each of the -exec commands. Robert You're right - I'd accidentally omitted the final ';'. I also needed to run the

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Robert McWilliam
On Thu, 07 Jun 2007 08:45:48 +0100 Tony Arnold [EMAIL PROTECTED] wrote: Try this instead: find ~/music -group diana -exec chgrp root {} chmod 664 {} \; That wont work - the shell sees the and terminates the command there than tries to chmod {}. It might work with a \\ (I haven't tried it

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Tony Arnold
Robert, Robert McWilliam wrote: On Thu, 07 Jun 2007 08:45:48 +0100 Tony Arnold [EMAIL PROTECTED] wrote: Try this instead: find ~/music -group diana -exec chgrp root {} chmod 664 {} \; That wont work - the shell sees the and terminates the command there than tries to chmod {}. It

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Ah. Slight problem folks. The instructions appear to have reset all the files in the music folder so that the owner (diana) and group (root) are set to 'list, create/delete, no access' and no file permissions (---). When I try to use nautilus to look at files, they vanish! Very worrying.

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 07 Jun 2007 10:16:21 +0100, luxxius [EMAIL PROTECTED] wrote: Ah. Slight problem folks. The instructions appear to have reset all the files in the music folder so that the owner (diana) and group (root) are set to 'list, create/delete, no access' and no file permissions (---). When

Re: [ubuntu-uk] Lugradio Live, Ubuntu-uk and the Stand.

2007-06-07 Thread john levin
Nik Butler wrote: This is a Public Service Announcement on behalf of the Loudmouthman : John Levin , if your out there and available can you get in touch with us we are all desperately trying to contact you. Especially Mrs Trellis. Nik Butler Normal service has been resumed.

Re: [ubuntu-uk] Lugradio Live, Ubuntu-uk and the Stand.

2007-06-07 Thread Alan Pope
Hi John, On Thu, Jun 07, 2007 at 10:43:20AM +0100, john levin wrote: Normal service has been resumed. Hurrah! Wobbling Domain Syndrome, now cured. You should go see a doctor about that. There are pills. CDs and stickers are sorted for LRL 07. So who wants to volunteer to man the

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Matthew Macdonald-Wallace wrote: A very simple thing (that could have solved the whole thing in the first place now I think about it...) cd ~/music sudo chmod -Rvf 644 . sudo chown -Rvf diana:root . this will recursively apply the permissions and the ownership to all files in the

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 07 Jun 2007 10:50:25 +0100, luxxius [EMAIL PROTECTED] wrote: Matthew Macdonald-Wallace wrote: A very simple thing (that could have solved the whole thing in the first place now I think about it...) cd ~/music sudo chmod -Rvf 644 . sudo chown -Rvf diana:root . this will

Re: [ubuntu-uk] Lugradio Live, Ubuntu-uk and the Stand.

2007-06-07 Thread Paul RJ Mellors
john levin wrote: Nik Butler wrote: This is a Public Service Announcement on behalf of the Loudmouthman : John Levin , if your out there and available can you get in touch with us we are all desperately trying to contact you. Especially Mrs Trellis. Nik Butler Normal service

Re: [ubuntu-uk] ubuntu-uk Digest, Vol 26, Issue 18

2007-06-07 Thread Johnathon Tinsley
snip Is there any easy way to do this? (I can find one) Thanks in advance, Johnathon I'm an idiot.. I meant Can't not can... One of these days, I'll remember to proof read every email before I send it... Johnathon -- ubuntu-uk@lists.ubuntu.com

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 07 Jun 2007 10:52:11 +0100, luxxius [EMAIL PROTECTED] wrote: I forgot to add this further info: I cannot access the music folder or its subfolders and files unless I become root (sudo su). I can then see the folders and files. This is the output of stat on the top level folder:

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Alan Pope wrote: snip rsync: chgrp /media/USBdisc/Music/. failed: Operation not permitted (1) I must say I am watching this thread with interest. The above messages appear when i rsync my music and podcasts to my mp3 player. The difference is I just ignore it :) I'm beginning to wished

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Matthew Macdonald-Wallace wrote: snip Is there a reason why the group needs to be root? if you change the group to diana or users, does that make a difference (it think it might...) Nearly all the files in the music library had 'diana' as owner and 'root' as group. It was the half-dozen or

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Kris Marsh
On 6/7/07, luxxius [EMAIL PROTECTED] wrote: Alan Pope wrote: snip rsync: chgrp /media/USBdisc/Music/. failed: Operation not permitted (1) I must say I am watching this thread with interest. The above messages appear when i rsync my music and podcasts to my mp3 player. The difference is

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
luxxius wrote: Nearly all the files in the music library had 'diana' as owner and 'root' as group. It was the half-dozen or so that had 'diana' as owner Sorry. I meant, of course, the half-dozen or so that had 'diana' as group. -- Diana -- ubuntu-uk@lists.ubuntu.com

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Kris Marsh
On 6/7/07, luxxius [EMAIL PROTECTED] wrote: luxxius wrote: Nearly all the files in the music library had 'diana' as owner and 'root' as group. It was the half-dozen or so that had 'diana' as owner Sorry. I meant, of course, the half-dozen or so that had 'diana' as group. -- Diana

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Robert McWilliam
On Thu, 07 Jun 2007 10:52:11 +0100 luxxius [EMAIL PROTECTED] wrote: I cannot access the music folder or its subfolders and files unless I become root (sudo su). I can then see the folders and files. This is the output of stat on the top level folder: [EMAIL PROTECTED]:/home/diana# stat

[ubuntu-uk] [OT] Telesale Flowchart

2007-06-07 Thread Matthew Macdonald-Wallace
Hi all, A few years ago, there was a flowchart for cold calling where you received the call and by the end of it knew more about the sales rep than they knew about you. Does anyone know where this is or have a copy? I've googled by my keywords just aren't quite right today... :o( Cheers,

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Kris Marsh
On 6/7/07, Robert McWilliam [EMAIL PROTECTED] wrote: On Thu, 07 Jun 2007 10:52:11 +0100 luxxius [EMAIL PROTECTED] wrote: I cannot access the music folder or its subfolders and files unless I become root (sudo su). I can then see the folders and files. This is the output of stat on the

Re: [ubuntu-uk] [OT] Telesale Flowchart

2007-06-07 Thread Matthew Macdonald-Wallace
On Thu, 7 Jun 2007 11:05:41 +, Alan Pope [EMAIL PROTECTED] wrote: On Thu, Jun 07, 2007 at 11:51:36AM +0100, Matthew Macdonald-Wallace wrote: Hi all, A few years ago, there was a flowchart for cold calling where you received the call and by the end of it knew more about the sales rep

[ubuntu-uk] USB mouse problems?

2007-06-07 Thread Dianne Reuby
I've been having intermittent problems with my PS2 mouse - throws the cursor round the screen, opening windows as it passes, so I tried a USB mouse, which worked fine ... Until I rebooted, when I couldn't log in - the keyboard wasn't responding, and the mouse wasn't working. I removed the mouse,

Re: [ubuntu-uk] Face to Face support on the Ohio

2007-06-07 Thread Andy
Hi On 07/06/07, Rob [EMAIL PROTECTED] wrote: In addition wouldn't you have to offer an IRC / IM support service too? i have an IRC server you guys can use irc.forthegamers.org find me (caboose) or Ghozer on there or wait for me to come online in #chat We do have #ubuntu-uk on Freenode IRC.

Re: [ubuntu-uk] Face to Face support on the Ohio

2007-06-07 Thread Dave Walker
On Thu, 2007-06-07 at 13:26 +0100, Andy wrote: SNIP Sorry about the rather long email, Andy -- First they ignore you then they laugh at you then they fight you then you win. - Mohandas Gandhi Hi Andy, You picked up some very good points there. Would you mind adding them to

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Kris Marsh wrote: On 6/7/07, Robert McWilliam [EMAIL PROTECTED] wrote: snip I've just done some playing here and found the same problem with accessing a directory with drw-rw-r-- permissions. The problem goes away if I add executable permissions (making the permissions 764 for u+x). I'm not

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Alan Pope wrote: snip I must say I am watching this thread with interest. The above messages appear when i rsync my music and podcasts to my mp3 player. The difference is I just ignore it :) Al As you may have seen, I think I've resolved this now. But if there had been a telephone support

Re: [ubuntu-uk] Face to Face support on the Ohio

2007-06-07 Thread Alan Pope
Hi Andy, On Thu, Jun 07, 2007 at 01:26:02PM +0100, Andy wrote: We do have #ubuntu-uk on Freenode IRC. Indeed we do - welcome to the madhouse should be the motto. Who do we speak to at Ubuntu in the event we did want an Ubuntu UK support channel? Just create it. There is no process.

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Robert McWilliam
On Thu, 07 Jun 2007 14:23:07 +0100 luxxius [EMAIL PROTECTED] wrote: And I'm glad to know I can simply ignore the rsync chgrp errors as being a product of the MS file system's ignorance! Rather than just ignoring the errors you can tell rsync not to try and set permissions or group with the

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread luxxius
Robert McWilliam wrote: snip Rather than just ignoring the errors you can tell rsync not to try and set permissions or group with the --no-p and --no-g options and then if there are any errors that actually need worrying about you wont miss them assuming the output is the normal errors that

Re: [ubuntu-uk] USB mouse problems?

2007-06-07 Thread Lee Tambiah
On 6/7/07, Dianne Reuby [EMAIL PROTECTED] wrote: Anyone else had problems with their mice? TIA Dianne Can't say I have, but there are some mouses (usually require) drivers on windows that won't work as they don't support true USB standard. Logitech mice and keyboards work fine! Believe it

[ubuntu-uk] Free Phone support - linux.co.uk (Was Face to Face support on the Ohio)

2007-06-07 Thread Johnathon Tinsley
Hello This went up on linux.co.uk today. Its commercial only, so probably trying to find more customers, but it is free support... Free telephone support for Commercial UK Linux Users - 0845 25 77033, 9am-5pm weekdays [ You pay the cost of the phone call! Calling 0845 from a UK land-line is ~

Re: [ubuntu-uk] Free Phone support - linux.co.uk (Was Face to Face support on the Ohio)

2007-06-07 Thread Johnathon Tinsley
Sorry for the almost duplicate emails... Evolution is both too smart and too dumb at times! :S Johnathon -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.kubuntu.org/UKTeam/

[ubuntu-uk] Ubuntu, SMS, Zoneminder and a Windows-based phone...

2007-06-07 Thread Matthew Macdonald-Wallace
OK, Here's a challenge for you: I have a zone-minder setup at home. I also have an old Windows Mobile 2003 HTC Hurricane mobile phone (AKA Orange MPV500). What I want to do is have ZoneMinder trigger an alarm that then executes a script that will send an SMS from the Windows Mobile Phone.

[ubuntu-uk] Phone support (linux.co.uk)

2007-06-07 Thread Johnathon Tinsley
Hello, I saw that notice went up on linux.co.uk recently: Free telephone support for Commercial UK Linux Users - 0845 25 77033, 9am-5pm weekdays [ You pay the cost of the phone call! Calling 0845 from a UK land-line is ~ local rate] It seems to be commercial only, but thought you might like to

Re: [ubuntu-uk] Face to Face support on the Ohio

2007-06-07 Thread Chris Rowson
Some really interesting thoughts there - I've updated the wiki. https://wiki.ubuntu.com/UKTeam/VoiceSupport Chris -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.kubuntu.org/UKTeam/

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Neil Greenwood
On 07/06/07, luxxius [EMAIL PROTECTED] wrote: It seems that after running find ~/music -group diana -exec chgrp root {} \; -exec chmod 664 {} \; This is where the problem with the 'vanishing' directories started... (of course, hindsight is wonderful, isn't it!) The command should have been

Re: [ubuntu-uk] rsync chgrp problem - advice, please?

2007-06-07 Thread Neil Greenwood
On 07/06/07, Robert McWilliam [EMAIL PROTECTED] wrote: One thing I'd suggest for the future is not to use numerical permissions when manipulating them. chmod lets you specify the permissions using r,w and x and a,u,g, and o for who the permissions apply to (the syntax is in the chmod man page)

[ubuntu-uk] Eyecandy in Ubuntu Feisty Vs. Vista Aero

2007-06-07 Thread Matthew Macdonald-Wallace
Well, I just found desktop effects... What an awesome, awesome demo for Linux. My laptop is an old HP (Circa 2002) with 512Mb RAM, a P3 1.5 Intel mobile and an onboard ATI ProSavage DDR3 and it runs Beryl with all the desktop effects including the task-switcher, window effects and desktop

orca doesn't work yet in the new version of ubuntu

2007-06-07 Thread mike coulombe
Hi, I downloaded the first live CD of the new version today. It seems orca doesn't work for some reason, so anyone wanting to try it might want to wait a few days. It seems to me when feisty first began it's development cycle we had the same problem, but it was fixed with in a few days. Mike.

Re: [Ubuntu-BR] Linguagem de programação grá ficas para Linux

2007-06-07 Thread Aldo Nogueira
Em 06/06/07, Raphael Menezes[EMAIL PROTECTED] escreveu: Como vc posso dizer sobre alguma coisa sem conhecer? Não entendi... Desculpe-me ALDO, mas quem disse besteira foi você. Foi isso que eu disse. EU disse bobeira. Tá legal. Não brinco mais. Foi mal. -- Interessado em aprender mais sobre o

Re: [Ubuntu-BR] Construção de Sites com o Software Livre =20?=

2007-06-07 Thread Marcus VBP
Fala cara, isso pode lhe ajudar: http://www.marcusvbp.com.br/site/search/node/webdesign+linux Em 06/06/07, Yet_estelar [EMAIL PROTECTED] escreveu: Ola pessoal ! Eu gostaria de saber se vocês conhecem alguns tutoriais de algum site para abaixar , ou Dicas de bons Programas de Edição em

Re: [Ubuntu-BR] Construção de Sites com o Software Livre =20?=

2007-06-07 Thread Maudy Pedrao
opa... depois vc poderia me passar umas dicas de wxwidgets??? Abraços!!! Maudy On 6/7/07, Raphael Menezes [EMAIL PROTECTED] wrote: Software eu uso Lazarus quando preciso ser rapido e sucinto, e pra windoze :P Mas uso Kdevelop C++ com wxwidgets. On 6/6/07, Danilo Cesar [EMAIL PROTECTED]

Re: [Ubuntu-BR] Construção de Sites com o Software Livre =20?=

2007-06-07 Thread Maudy Pedrao
Eu uso o Aptana para html, css e etc... On 6/7/07, Marcus VBP [EMAIL PROTECTED] wrote: Fala cara, isso pode lhe ajudar: http://www.marcusvbp.com.br/site/search/node/webdesign+linux Em 06/06/07, Yet_estelar [EMAIL PROTECTED] escreveu: Ola pessoal ! Eu gostaria de saber se vocês

Re: [Ubuntu-BR] Configurar o SQUID para autenticar aut omaticamente um usuário logado em um domínio co m SAMBA (PDC) - RESOLVIDO

2007-06-07 Thread Bruno Galindro da Costa
Tiago Cruz, consegui resolver o problema do winbind. Eu não tinha compilado certo. Recompilei o samba e funcionou. Mas tem uma coisa: Para colocar o samba PDC, o winbind e o squid na mesma máquina, basta seguir o tutorial:

[Ubuntu-BR] CDRW e HD NTFS numa mesma IDE... não se entendem...

2007-06-07 Thread Bruno Vieira
status: Feisty 7.04 (HD SATA 80GB samsung barracuda) P5RD1-VM ASUS c/ ATI X200 64MB ON-BOARD CDRW/DVD-RW SONY 1024MB (2x 512MB) HD IDE 80GB secundário (samsung barracuda) problema: uso o feisty em meu sata... em tenho 1 ide com o meu cdrom e no mesmo cabo flat um hd secundário mas em partição

Re: [Ubuntu-BR] Construção de Sites com o Software Livre =20?=

2007-06-07 Thread Yet_estelar
Opa!! Valeu !! Muito obrigado pela dica , vou aproveita-lá !! :) Marcus VBP [EMAIL PROTECTED] escreveu: Fala cara, isso pode lhe ajudar: http://www.marcusvbp.com.br/site/search/node/webdesign+linux Em 06/06/07, Yet_estelar escreveu: Ola pessoal ! Eu gostaria de saber se vocês

Re: [Ubuntu-BR] Construção de Sites com o Software Livre =20?=

2007-06-07 Thread Wagner
Eu utilizo o Eclipse com PDT, fica show para PHP/HTML/XHTML/CSS/JavaScript ;-) -- Wagner Santos 81 9127 9823 / 87 8807 3970 [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ: 83709017 | Jabber: [EMAIL PROTECTED] DotLinux.Net - http://www.dotlinux.net/ Debian-PE- http://pe.debianbrasil.org/ --

Re: [Ubuntu-BR] Desligar o computador

2007-06-07 Thread Wagner
Ainda assim, existem os bons e velhos CRONs da vida... ;-) Em 06/06/07, Jose Vitor Lopes e Silva [EMAIL PROTECTED] escreveu: Caso lhe interesse um programa gráfico recomendo gShutdown! http://wiki.ubuntu-br.org/GShutDown Quebra uma galhão no uso diário do meu escritório! Att, José Vitor

Re: [Ubuntu-BR] Construção de Sites com o Software Livre =20?=

2007-06-07 Thread Pedro Vidal
Tem também o NVU pra editar html/php e o bom e velho GIMP pra imagens... Em 07/06/07, Wagner[EMAIL PROTECTED] escreveu: Eu utilizo o Eclipse com PDT, fica show para PHP/HTML/XHTML/CSS/JavaScript ;-) -- Wagner Santos 81 9127 9823 / 87 8807 3970 [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ:

[Ubuntu-BR] Patentes

2007-06-07 Thread Jose A. Pinheiro
Não deixem ler ler este notícia, é muito importante. http://www.meiobit.com/lg_fecha_acordo_com_microsoft_tema_linux -- Interessado em aprender mais sobre o Ubuntu em português? http://wiki.ubuntu-br.org/ComeceAqui - ubuntu-br mailing list ubuntu-br@lists.ubuntu.com

[Ubuntu-BR] Open-Office contagem de caracteres

2007-06-07 Thread Alvaro Augusto Locatelli de Souza
Pessoal, Alguem saberia me dizer se existe alguma maneira do Open-Office Writer contar os caracteres digitados na linha, sei que tem o wordcount (tools-wordcount), já ajuda mas eu gostaria da contagem na barra inferior igual aquele outro editor, tipo digitou contou. Agradeco a atencao GUTO --

[Ubuntu-BR] Video VN800 no Feisty

2007-06-07 Thread Geilson Melo
Oi, tenho um notebook com video VN800 e não consigo configurá-lo de jeito nenhum, estou tendo que usar o VESA, mas para algumas coisas como jogos por exemplo, ele não aguenta até mesmo com o Xine ele falha. Alguém pode me ajudar? Geilson -- Interessado em aprender mais sobre o Ubuntu em

Re: [Ubuntu-BR] Video VN800 no Feisty

2007-06-07 Thread Wagner
Pelo que vejo essas bixinhas são problemáticas mesmo, saca isso... http://www.vivaolinux.com.br/perguntas/verPergunta.php?codigo=60827 Em 07/06/07, Geilson Melo [EMAIL PROTECTED] escreveu: Oi, tenho um notebook com video VN800 e não consigo configurá-lo de jeito nenhum, estou tendo que usar o

Re: [Ubuntu-BR] CDRW e HD NTFS numa mesma IDE... n ão se entendem...

2007-06-07 Thread Alexandre Martani
Teoricamente, isso não tem problema nenhum. Na prática, muitas vezes acaba dando problemas por causa da placa mãe, que acaba fazendo confusão. Duvido muito que o linux tenha algum problema em relação a isso. Em 07/06/07, Bruno Vieira[EMAIL PROTECTED] escreveu: status: Feisty 7.04 (HD SATA 80GB

Re: [Ubuntu-BR] Desligar o computador

2007-06-07 Thread João Olavo Baião de Vasconcelos
On 6/6/07, Sidney Tinôco [EMAIL PROTECTED] wrote: valeu pela dica, vai me ajudar muito Se estiver rodando o programa via linha de comando, recomendo fazer: # ./seu_programa ; halt Assim, somente após a execução do seu programa terminar é que a máquina será desligada (com o comando halt),

Re: [Ubuntu-BR] Desligar o computador

2007-06-07 Thread Danilo Cesar
João Olavo Baião de Vasconcelos escreveu: On 6/6/07, Sidney Tinôco [EMAIL PROTECTED] wrote: valeu pela dica, vai me ajudar muito Se estiver rodando o programa via linha de comando, recomendo fazer: # ./seu_programa ; halt Assim, somente após a execução do seu programa terminar é que

[Ubuntu-BR] Problema com grub

2007-06-07 Thread Fernando Bunn
Ola a todos! Estou com o seguinte problema: Eu tinha o Feisty instalado no meu notebook, e agora instalei o XP pq tava com saudade de jogar uns jogos aqui eehehe, tudo instalado, partições criadas, etc, o problema é, o [EMAIL PROTECTED] do windows simplesmente sumiu com o ubuntu na hora de

Re: [Ubuntu-BR] Problema com grub

2007-06-07 Thread Raphael Menezes
no guia do ubuntu ensina como recuperar o grub! On 6/7/07, Fernando Bunn [EMAIL PROTECTED] wrote: Ola a todos! Estou com o seguinte problema: Eu tinha o Feisty instalado no meu notebook, e agora instalei o XP pq tava com saudade de jogar uns jogos aqui eehehe, tudo instalado, partições

Re: [Ubuntu-BR] Problema com grub

2007-06-07 Thread Danilo Cesar
O Windows é um Sistema carante... Ele acha que precisa ter exclusividade =P Segue o link de como arrumar isto: http://wiki.ubuntubrasil.org/GuiaFeisty#head-e65c9bb88aa832f312b62bd39e073ad238f8c095 []'s Danilo Cesar Raphael Menezes escreveu: no guia do ubuntu ensina como recuperar o grub!

Re: [Ubuntu-BR] Open-Office contagem de caracteres

2007-06-07 Thread TyTy
E ae cara, é o seguinte: No menu Ferramentas -- Contagem de palavras Simples assim =D []'s On 6/7/07, Alvaro Augusto Locatelli de Souza [EMAIL PROTECTED] wrote: Pessoal, Alguem saberia me dizer se existe alguma maneira do Open-Office Writer contar os caracteres digitados na linha, sei que

Re: [ubuntu-marketing] fullcircle #1 - ready for Marketing perusal...

2007-06-07 Thread Chris Warburton
Just reading through the issue now. Looks nice overall, although I haven't read all of the sections (since I have een reading them on the Wiki as they are written :P ) but I have noticed that in the GRAMPS section there is a repeated paragraph: As suggested earlier, documenting research

Re: [ubuntu-marketing] fullcircle #1 - ready for Marketing perusal...

2007-06-07 Thread Alan Pope
Hi Corey, On Thu, Jun 07, 2007 at 04:51:45AM -0700, Corey Burger wrote: In the future, how do we make certain wiki-based editing is better done and gets into the magazine? Is there another place that first level editing should be done? I think the subject of publicly editing has been

Re: [ubuntu-marketing] fullcircle #1 - ready for Marketing perusal...

2007-06-07 Thread Corey Burger
On 6/7/07, Alan Pope [EMAIL PROTECTED] wrote: Hi Corey, On Thu, Jun 07, 2007 at 04:51:45AM -0700, Corey Burger wrote: In the future, how do we make certain wiki-based editing is better done and gets into the magazine? Is there another place that first level editing should be done? I

[ubuntu-marketing] full circle #1 - get it while it's hot!

2007-06-07 Thread Ronnie Tucker
Been a long time coming but here it is! full circle #1 Full Circle - the Ubuntu Community Magazine are proud to announce our first _full_ issue. It contains :     * Ubuntu install step-by-step     * How-To : Linux Directory Structure, MythTV Intro, Learning Scribus and Adding/Removing Software

Re: [Ubuntu-be] Fwd: Ubuntu-be.org: vraag van een potentieel ubuntu-gebruiker

2007-06-07 Thread Dieter Vanderfaeillie
Hi oday I tried the Xubuntu 7.04 PPC edition. It preformed stunningly well! Compositing even worked out of the box. I think you could install it on that iMac G3. However there are some things to consider. Some software/plugin are not possible on a linux PPC system. For example, the Adobe Flash

He TaK

2007-06-07 Thread саня чебуреков
Почитал рассылку и ужаснулся! У меня ничего не виснет, ничего не пропадает, все работает и диски пишутся! Может я что-то делаю не так? :) -- ubuntu-ru mailing list ubuntu-ru@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru

Re: He TaK

2007-06-07 Thread Dmitry Mityugov
On 6/7/07, саня чебуреков [EMAIL PROTECTED] wrote: Почитал рассылку и ужаснулся! У меня ничего не виснет, ничего не пропадает, все работает и диски пишутся! Просто те у кого всё работает, редко пишут в эту рассылку :-) -- Dmitry Mityugov, St. Petersburg, Russia I ignore all messages with

Re: He TaK

2007-06-07 Thread ax78 7ooo coincidences
Пройдёт месяц-два-три, возможно и зависнет, и перестанет всё работать, и диски писаться уже не будут. Ситуации бывают разные. Какая у вас машина и какая версия установлена? - Previous Message - Date: Thursday 07 June 2007 10:09 From: саня чебуреков [EMAIL PROTECTED] To:

Re: He TaK

2007-06-07 Thread Maxim Kuleshov
саня чебуреков пишет: У меня ничего не виснет, ничего не пропадает, все работает и диски пишутся! Кстати да, не удалось продолжить мультисессию на DVD+R с помощью gnome-baker, пришлось выбрать аргументы которые передает пекарь, скорректировать и передать их в growisofs - так получилось. Это

Re: He TaK

2007-06-07 Thread Dmitry Agafonov
Хопкинс [braindump] пишет: avator(adm) пишет: Доброго времени суток, саня. 7 июня 2007 г., 14:09:59 я получил сообщение: Почитал рассылку и ужаснулся! У меня ничего не виснет, ничего не пропадает, все работает и диски пишутся! Может я что-то делаю не так? :)

Re: He TaK

2007-06-07 Thread Илья Петров
07.06.07, Dmitry Agafonov[EMAIL PROTECTED] написал(а): Хопкинс [braindump] пишет: avator(adm) пишет: Доброго времени суток, саня. 7 июня 2007 г., 14:09:59 я получил сообщение: Почитал рассылку и ужаснулся! У меня ничего не виснет, ничего не пропадает, все работает и диски

Странные зависания

2007-06-07 Thread Vyacheslav Karamov
Привет всем! Я новичок в Убунту, поставил себе недавно на рабочий iMac Intel Feisty AMD64. Наблюдается странное зависание: Выделите фрагмент текста, и нажимая Ctrl-c ведите мышкой с одного угла экрана в другой. Никаких странностей не

Re: проблемы с сет ью и модулями ядра

2007-06-07 Thread Илья Петров
04.06.07, Евсюков Денис[EMAIL PROTECTED] написал(а): Привет всем! Собственно странная проблема у меня проявляется. Периодически при загрузке не работают иксы, пишет ошибку о незагруженом модуле ядра. Просто перезагружаюсь - все проходит нормально. Но это меня уже достает... по поводу иксов

He TaK

2007-06-07 Thread саня чебуреков
Да-а-а, чувствую пора отвечать. Я на рассылку ubuntu-ru тоже подписался для того, чтобы получать информацию о возможных казусах в работе операционке и способах их исправления, потихоньку узнавать о командах используемых в повседневной работе и помогающих выполнить какое-то необходимое

Re[2]: He TaK

2007-06-07 Thread avator(adm)
Доброго времени суток, Dmitry. 7 июня 2007 г., 17:27:11 я получил сообщение: Ну если так скучно, то советую поставить висту или solaris. А еще можно LFS поустанавливать. =-)) Включите эффекты рабочего стола на недельку :) а и что это даст? -- http://adel5.narod.ru -- XMPlay -- -

Re: проблемы с сетью и модулями ядра

2007-06-07 Thread Alexander Sashnov
Евсюков Денис [EMAIL PROTECTED] writes: В грубе, как я уже говорил, была опция acpi, по рекомендации с одного из сайтов. Что с ней, что без нее, сеть виснет... =\ acpi=off ? или просто acpi ? ;-) -- Alexander Sashnov -- ubuntu-ru mailing list ubuntu-ru@lists.ubuntu.com

Re: проблемы с сетью и модулями ядра

2007-06-07 Thread Евсюков Денис
Здравствуйте, Alexander Sashnov! Ответ на Ваше письмо от 07.06.2007 15:29 В грубе, как я уже говорил, была опция acpi, по рекомендации с одного из сайтов. Что с ней, что без нее, сеть виснет... =\ acpi=off ? или просто acpi ? ;-) Была просто acpi -- Евсюков Денис Анатольевич ICQ: 168

Re: Re[2]: He TaK

2007-06-07 Thread SNiP
Включите эффекты рабочего стола на недельку :) а и что это даст? например на моей машине это даст минут пять работы после чего машина зависает. А вообще у убунты проблем хватает... И если вы используете лишь программы из оф.репозиториев и вас устраивают дефолтные установки предлагаемые

Re: Re[2]: He TaK

2007-06-07 Thread SNiP
например на моей машине это даст минут пять работы после чего машина зависает. что я делаю не так. работает ГОД на нескольких разных машинах с картами nvidia, ati, intel. везде всё нормально. все ли ati нормально? У меня тоже работает везде за исключением одной машинки с ati 9550 xgl +

Re: Capture d'écran

2007-06-07 Thread danucc
Le 06/06/07, Jacques BARRET[EMAIL PROTECTED] a écrit : Bonsoir Avec W XP, j'utilisais CAPTURINO. Existe-t-il un logiciel comparable pour Ubuntu. Celui qui est proposé ne sélectionne pas seulement une partie de l'écran. Merci pour vos réponses Cordialement Jacques Bonsoir, J'utilise

Re: Capture d'écran

2007-06-07 Thread Gallaire Christophe
Bonjour à tous, Voici un article sur la capture d'écran qui offre un petit panel des possibilités sous Linux : http://ubunteros.tuxfamily.org/spip.php?article47 @+ Christophe Le jeudi 07 juin 2007 à 08:35 +0200, [EMAIL PROTECTED] a écrit : Le 06/06/07, Jacques BARRET[EMAIL PROTECTED] a écrit

Re: filtre parental

2007-06-07 Thread didier Belot
Le 06/06/07, Nicolas Borboën[EMAIL PROTECTED] a écrit : [EMAIL PROTECTED] a écrit : existe-t-il dans le monde linux ubuntu un filtre parental efficace, qui puisse se charger automatiquement dès qu'on ouvre une session sur un profil utilisateur déterminé?

Re: Encore une histoire de son .....

2007-06-07 Thread Sun Wukong
Le 07.06.2007 04:42,, le perspicace Pierre Boizot s'exprimait en ces termes: Bonjour , Plus de son suite mise à jour . donc que verifier . lol il a les 4 doigts dans la meme chaussette :) devrait il y avoir des scripts dans init.d ??? Merci d'avance Pierre On vient juste de

Re: filtre parental

2007-06-07 Thread Sun Wukong
Le 07.06.2007 10:39,, le perspicace didier Belot s'exprimait en ces termes: BOnjour, Intéressant, mais le problème posé demeure : comment activer le filtre seulement pour une session donnée ? On peut aussi poser le problème à l'envers : le filtre est activée pour tous mais pour certaines

Tableau de bord

2007-06-07 Thread Jacques BARRET
Bonjour Suite à une erreur de manipulation, j'ai supprimé la barre de menu du tableau de bord supérieur. Je ne trouve pas le moyen de la réinstaller. Merci de vos conseils. Cordialement Jacques -- ubuntu-fr mailing list ubuntu-fr@lists.ubuntu.com

Deux écran.

2007-06-07 Thread Lami René
Bonjour le monde ! Je suis sous Kubuntu 7.04, avec une carte vidéo nVidia GeForece 2 MX-400 64 Mo (pilote propriétaire) et une autre carte vidéo intégrée à ma carte mère MSI 815EP PRO (Intel 815 Chipset) et deux écrans, un 17 Samsung SyncMasteur 700IFT et un 15 Optiquest Q51. Je n'arrive pas à

Re: Menus Gnome presques gelé [presque résolu]

2007-06-07 Thread François BARILLON
Le mercredi 06 juin 2007 à 17:37 +0200, François BARILLON a écrit : En fait, je crois que c'est le serveur son qui met le bazard. Il va falloir que j'essaie de reconfigurer la carte son. Dans Système Préférences son, j'ai désactivé les sons système et ESD. Les menus ont retrouvé une

Re: Deux écran.

2007-06-07 Thread Cedric Janssens
Est-ce que ta config fonctionne sous WIndows avant ? Est-ce que ta carte onboard est pas disablée lors de la mise en place de l'autre ? La vois-tu en faisant un lspci ? cEd Le 07/06/07, Lami René[EMAIL PROTECTED] a écrit : Bonjour le monde ! Je suis sous Kubuntu 7.04, avec une carte vidéo

  1   2   3   4   5   6   7   8   9   10   >