[docteam-commits] r4076 - branches/feisty/debian

2007-04-08 Thread ubuntu-doc-commits
Author: mantha
Date: Sun Apr  8 09:43:34 2007
New Revision: 4076

Modified:
   branches/feisty/debian/changelog
   branches/feisty/debian/control
   branches/feisty/debian/rules

Log:
* synced to Martin Pitt's upload of 7.04-2


Modified: branches/feisty/debian/changelog
==
--- branches/feisty/debian/changelog(original)
+++ branches/feisty/debian/changelogSun Apr  8 09:43:34 2007
@@ -1,3 +1,12 @@
+ubuntu-docs (7.04.2) feisty; urgency=low
+
+  * Package diet to stop being so ridiculously space inefficient:
+- debian/rules: Use bzip2 compression.
+- Add symlink-dupes and run it in debian/rules, to symlink duplicate
+  files. Add fdupes build dependency for that.
+
+ -- Martin Pitt [EMAIL PROTECTED]  Thu,  5 Apr 2007 12:32:17 +0200
+
 ubuntu-docs (7.04.1) feisty; urgency=low
 
   * Adding translations for all documents

Modified: branches/feisty/debian/control
==
--- branches/feisty/debian/control  (original)
+++ branches/feisty/debian/control  Sun Apr  8 09:43:34 2007
@@ -4,7 +4,7 @@
 Maintainer: Ubuntu Documentation Team [EMAIL PROTECTED]
 Uploaders: Daniel Holbach [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.0), cdbs
-Build-Depends-Indep: xsltproc, docbook-xsl, perl, perl-modules, 
gnome-doc-utils, docbook-xml
+Build-Depends-Indep: xsltproc, docbook-xsl, perl, perl-modules, 
gnome-doc-utils, docbook-xml, fdupes
 Standards-Version: 3.7.2
 
 Package: ubuntu-docs

Modified: branches/feisty/debian/rules
==
--- branches/feisty/debian/rules(original)
+++ branches/feisty/debian/rulesSun Apr  8 09:43:34 2007
@@ -4,6 +4,7 @@
 include /usr/share/cdbs/1/class/makefile.mk
 
 DEB_DH_INSTALL_ARGS = -X.svn
+DEB_DH_BUILDDEB_ARGS := -- -Z bzip2
 
 DEB_SRCDIR = ubuntu
 
@@ -81,3 +82,6 @@
cp -R generic/packagingguide/files/ 
debian/packaging-guide/usr/share/packaging-guide/
cp ubuntu/libs/ubuntu-book.css 
debian/packaging-guide/usr/share/packaging-guide/common/
cp -R build/ubuntu/packagingguide/C/*.html 
debian/packaging-guide/usr/share/packaging-guide/html/C/
+
+binary-fixup/ubuntu-docs::
+   (cd debian/ubuntu-docs; ../../symlink-dupes)

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


[docteam-commits] r4077 - branches/feisty/debian

2007-04-08 Thread ubuntu-doc-commits
Author: mdke
Date: Sun Apr  8 10:28:44 2007
New Revision: 4077

Modified:
   branches/feisty/debian/changelog
   branches/feisty/debian/rules

Log:
new package



Modified: branches/feisty/debian/changelog
==
--- branches/feisty/debian/changelog(original)
+++ branches/feisty/debian/changelogSun Apr  8 10:28:44 2007
@@ -1,3 +1,11 @@
+ubuntu-docs (7.04.3) feisty; urgency=low
+
+  * Update translations from Rosetta
+  * Install translations for ubuntu-serverguide
+  * Unbreak about-ubuntu panel menu entry
+
+ -- Matthew East [EMAIL PROTECTED]  Sun,  8 Apr 2007 10:26:54 +0100
+
 ubuntu-docs (7.04.2) feisty; urgency=low
 
   * Package diet to stop being so ridiculously space inefficient:

Modified: branches/feisty/debian/rules
==
--- branches/feisty/debian/rules(original)
+++ branches/feisty/debian/rulesSun Apr  8 10:28:44 2007
@@ -70,7 +70,7 @@
cp -R build/ubuntu/images/ 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/
cp -R generic/serverguide/sample/ 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/
cp ubuntu/libs/ubuntu-book.css 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/common/
-   cp -R build/ubuntu/serverguide/C/*.html 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/html/C/
+   cp -R build/ubuntu/serverguide/* 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/html/
 
 build/packaging-guide::
cd ubuntu; $(MAKE) package

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


[docteam-commits] r4079 - branches/feisty/generic

2007-04-08 Thread ubuntu-doc-commits
Author: mdke
Date: Sun Apr  8 10:30:17 2007
New Revision: 4079

Added:
   branches/feisty/generic/translate.sh   (contents, props changed)

Log:
translate script


Added: branches/feisty/generic/translate.sh
==
--- (empty file)
+++ branches/feisty/generic/translate.shSun Apr  8 10:30:17 2007
@@ -0,0 +1,85 @@
+#!/bin/sh
+
+
   
+# Copyright (C) 2005-2006 Ubuntu Documentation Project ([EMAIL PROTECTED])
+#This program is free software; you can redistribute it and/or modify
+#it under the terms of the GNU General Public License as published by
+#the Free Software Foundation; either version 2 of the License, or
+#(at your option) any later version. 
+#
+#This program is distributed in the hope that it will be useful,
+#but WITHOUT ANY WARRANTY; without even the implied warranty of
+#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#GNU General Public License for more details.
+#
+#You should have received a copy of the GNU General Public License
+#along with this program; if not, write to the Free Software
+#Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+#On Debian based systems a copy of the GPL can be found 
+#at /usr/share/common-licenses/GPL
+
+
+# NB - DON'T ATTEMPT TO USE THIS YET, IT HASN'T BEEN TESTED MUCH.
+#
+# This script is for generating XML documents from po files downloaded from 
Launchpad
+# Put your freshly downloaded po files into the po folder under each document, 
then run:
+#
+# $ translate.sh
+#
+# Optional parameters:
+#  -ddocumentname
+#  -llanguage
+#
+
+translate () {
+   y=$(basename ${1} .po)
+   echo  ${y}
+   mkdir -p ${y}
+   for i in C/*xml; do
+   j=$(basename ${i} C/)
+   echo ${j}
+   k=$(basename ${j} .xml)
+   echo ${k}
+   xml2po -e -p po/${y}.po C/${j} ${y}/${j}
+   done
+   if [ -e C/${document}-C.omf ]; then
+   echo   Generating omf file for ${document}
+   xml2po -e -p ${1} C/${document}-C.omf ${y}/${document}-${y}.omf
+   sed -i -e [EMAIL PROTECTED]C\@\${y}\@g -e [EMAIL 
PROTECTED]/@${y}/@g ${y}/${document}-${y}.omf
+   fi
+   ../../validate.sh ${y}/${document}.xml
+   svn add ${y}
+}
+
+choose_language () {
+   echo Entering ${1}
+   cd ${1}
+   if [ ${2} ]; then
+   translate po/${2}.po
+   else
+   for x in po/*; do
+   translate ${x}
+   done
+   fi
+   rm .xml2po.mo
+   cd ..
+}
+
+while getopts d:l: Option
+do
+   case ${Option} in
+   d) document=${OPTARG};;
+   l) lang=${OPTARG};;
+   *) echo Please specify an argument.;;
+   esac
+done
+
+if [ ${document} ]; then
+   choose_language ${document} ${lang}
+else
+   for doc in serverguide
+   do
+   choose_language ${doc} ${lang}
+   done
+fi
+

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


[docteam-commits] r4081 - branches/feisty

2007-04-08 Thread ubuntu-doc-commits
Author: mdke
Date: Sun Apr  8 11:52:16 2007
New Revision: 4081

Added:
   branches/feisty/symlink-dupes   (contents, props changed)

Log:
pitti's script



Added: branches/feisty/symlink-dupes
==
--- (empty file)
+++ branches/feisty/symlink-dupes   Sun Apr  8 11:52:16 2007
@@ -0,0 +1,33 @@
+#!/usr/bin/python
+
+import os, subprocess
+
+def pathsplit(p, rest=[]):
+(h,t) = os.path.split(p)
+if len(h)  1: return [t]+rest
+if len(t)  1: return [h]+rest
+return pathsplit(h,[t]+rest)
+
+def commonpath(l1, l2, common=[]):
+if len(l1)  1: return (common, l1, l2)
+if len(l2)  1: return (common, l1, l2)
+if l1[0] != l2[0]: return (common, l1, l2)
+return commonpath(l1[1:], l2[1:], common+[l1[0]])
+
+def relpath(p1, p2):
+(common,l1,l2) = commonpath(pathsplit(p1), pathsplit(p2))
+p = []
+if len(l1)  0:
+p = [ '../' * len(l1) ]
+p = p + l2
+return os.path.join( *p )
+
+fdupes = subprocess.Popen(['fdupes', '-r', '--sameline', '.'], 
stdout=subprocess.PIPE)
+for l in fdupes.stdout:
+files = l.split()
+master = files.pop(0)
+for dup in files:
+target = relpath(os.path.dirname(dup), master)
+os.unlink(dup)
+os.symlink(target, dup)
+print dup, '-', target

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


[docteam-commits] r4085 - trunk/ubuntu/about-ubuntu/C

2007-04-08 Thread ubuntu-doc-commits
Author: philbull
Date: Sun Apr  8 23:45:23 2007
New Revision: 4085

Modified:
   trunk/ubuntu/about-ubuntu/C/about-ubuntu.xml

Log:
Changed RedHat  Red Hat, should resolve 104534

Modified: trunk/ubuntu/about-ubuntu/C/about-ubuntu.xml
==
--- trunk/ubuntu/about-ubuntu/C/about-ubuntu.xml(original)
+++ trunk/ubuntu/about-ubuntu/C/about-ubuntu.xmlSun Apr  8 23:45:23 2007
@@ -112,7 +112,7 @@
 sect1 id=ubuntu-difference status=complete
 titleThe Difference/title
paraThere are many different operating systems based 
on Linux:
-Debian, SuSE, Gentoo, RedHat, and Mandriva are 
examples. 
+Debian, SuSE, Gentoo, Red Hat, and Mandriva are 
examples. 
   Ubuntu is yet another contender in what
 is already a highly competitive world. So what makes
 Ubuntu different?

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


Re: [ubuntu-in] Connecting to dial up connection in Lansdowne, UA

2007-04-08 Thread Anindya Banerjee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anurag, please confirm your parents using a BSNL dial up line or
Broadband line. Then you can guide them best.
regards
Anindya


Anurag Mishra wrote:
 Hi,
 
 My parents have a Dell 5100 Laptop. They have been trying to connect to
 internet through that (dila up) and I tried to guide them on their cell
 phone myself (I am in US), but to no avail.
 
 They have a BSNL connection, and as far as I know they need to fill up the
 number 17, dial prefix (Area code) and username and password in
 there. I
 think I tried almost what I knew. I myself have never connected through
 modem so I am more confused. I would appreciate any help regarding that.
 
 Regards
 Anurag
 

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

iD8DBQFGGKxaVe8om+98knYRAtKEAJ9ZR9gKD9YIcXRV1/P+ljkwRLbpRACcCKVr
f7+jIa7izy53OgYz4wLl+M8=
=jdxB
-END PGP SIGNATURE-

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


Re: [ubuntu-in] Connecting to dial up connection in Lansdowne, UA

2007-04-08 Thread Baishampayan Ghose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 08 April 2007 02:18 PM, Anindya Banerjee cobbled together some
glyphs to say:
 Anurag, please confirm your parents using a BSNL dial up line or
 Broadband line. Then you can guide them best.

Also, check if the modem itself is supported.

Regards,
BG

- --
Baishampayan Ghose [EMAIL PROTECTED]
Ubuntu -- Linux for Human Beings
http://www.ubuntu.com/

1024D/86361B74
BB2C E244 15AD 05C5 523A  90E7 4249 3494 8636 1B74

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGGK+UQkk0lIY2G3QRAo0DAJ9PI1jFN6h9yTbdLjZoR+rRC6bQiACfZUB6
qE0UQ9FWss7KUHuU6e/evSY=
=s96n
-END PGP SIGNATURE-

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


Re: [ubuntu-in] Connecting to dial up connection in Lansdowne, UA

2007-04-08 Thread Anurag Mishra

Hi All,

Thanks for your offer for help. My parents are in Lansdowne, Uttaranchal.  I
tried to help them again and it looks like the drivers of the modem are not
installed. I am not sure how can I help them regarding that without
internet.

Anurag

On 4/8/07, Bhasker C V  [EMAIL PROTECTED] wrote:


Hi,

The 17 works fine but the area prefix must not be entered.
There are 2 parts
1. seeting the location
2. setting up the dialup connection

in both places avoiding the STD prefix will only help connect.
If your parents are in chennai you can mail me and i can help them
  out directly.

thanks
On Sun, 2007-04-08 at 00:59 -0400, Anurag Mishra wrote:
 Hi,

 My parents have a Dell 5100 Laptop. They have been trying to connect
 to internet through that (dila up) and I tried to guide them on their
 cell phone myself (I am in US), but to no avail.

 They have a BSNL connection, and as far as I know they need to fill up
 the number 17, dial prefix (Area code) and username and password
 in there. I think I tried almost what I knew. I myself have never
 connected through modem so I am more confused. I would appreciate any
 help regarding that.

 Regards
 Anurag

 --
 ***
 Anurag Mishra
 Graduate Research Assistant,
 Biological Systems Engineering,
 Virginia Tech, Blacksburg, VA-24061.
--
Bhasker C V
Registered Linux user: #306349 (counter.li.org)
The box said Requires Windows 95, NT, or better, so I installed Linux.





--
***
Anurag Mishra
Graduate Research Assistant,
Biological Systems Engineering,
Virginia Tech, Blacksburg, VA-24061.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Connecting to dial up connection in Lansdowne, UA

2007-04-08 Thread Anurag Mishra

Hi All,

As an update...
I instructed them using the step 1 on page
http://www.ubuntugeek.com/setting-up-dial-up-connection-in-ubuntu.html , but
the modem connection doesn't activate and dial at all.

To check the modem, I asked them to use wvdial and the output showed that no
modem was found at /dev/modem. I asked them to wvdialconf and I guess it
tried to search modem and said it didn't find the modem or it was busy.
They cannot install anything else since they do not have internet. Any
guidance would be extremely helpful.

I think the modem is installed and doesn't get activate somehow.

Anurag


On 4/8/07, Pradeep Varadarajan [EMAIL PROTECTED] wrote:


On 4/8/07, Anurag Mishra [EMAIL PROTECTED] wrote:

 They have a BSNL connection, and as far as I know they need to fill up
 the number 17, dial prefix (Area code) and username and password in
 there.


You won't need any 'Area Code' when you are dialing a 17 number.

-Pradeep



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





--
***
Anurag Mishra
Graduate Research Assistant,
Biological Systems Engineering,
Virginia Tech, Blacksburg, VA-24061.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[Fwd: /dev/video0...]

2007-04-08 Thread Jean Gawloski
Maudite mémoire, désolé.
Je roule sur kubuntu 6.06, Linux 2.6.15-28-386, camorama-0.17-4ubuntu1

Merci
Jean


Édité et transmis avec des logiciels libres sous Linux !




Salut la liste,

J'ai créé le device video0, comme indiqué dans un tuto.
Le problème, c'est qu'il disparait au boot suivant.
---
[EMAIL PROTECTED]:~$ sudo mknod /dev/video0 c 81 0
Password:
[EMAIL PROTECTED]:~$ sudo chmod a+rw /dev/video0
[EMAIL PROTECTED]:~$ sudo ln -s /dev/video0 /dev/video


De plus, même lorsqu'il est là, camorama (pour webcam) ne peut y aller.
Could not connect to video device (/dev/video0), please check connection

Voici les permissions pour ce device:
--
drwxr-xr-x  15 root   root   15200 2007-04-07 17:31 dev
crw-rw-rw- 1 root root   81,   0 2007-04-07 17:29 /dev/video0
lrwxrwxrwx 1 root root   11 2007-04-07 17:31 /dev/video - /dev/video0

J'ai fais des recherches pour le device. Beaucoup donnent le moyen de le
créer, mais aucunes solutions pour sa disparition au boot suivant.
Quelqu'un aurait une idée?  Merci!
Jean



Édité et transmis avec des logiciels libres sous Linux !

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


Re: [ubuntu-uk] GetGNULinux.Org

2007-04-08 Thread Martin Fitzpatrick
Benjamin,

A little late on this, but browsing through the site something popped
out to me on this page below which has the heading Try to Install.

http://www.getgnulinux.org/switch_to_linux/

Paraphrasing Yoda, do or do not, there is no try. I may just be a
pessimist but try suggests failure. Using neutral Installing Linux
or Setting up your computer makes it sound like it'll be easier -
and makes it more likely people will try!

Other than that very nice, keep up the good work.

Martin

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


Re: [ubuntu-uk] GetGNULinux.Org

2007-04-08 Thread Kris Marsh
On 4/8/07, Martin Fitzpatrick [EMAIL PROTECTED] wrote:
 Paraphrasing Yoda, do or do not, there is no try. I may just be a
 pessimist but try suggests failure. Using neutral Installing Linux
 or Setting up your computer makes it sound like it'll be easier -
 and makes it more likely people will try!

I agree. This would be better:

*Installing Linux*
Installing Linux is easy, here are some hints to get you started.

Try is a nasty word, it presupposes failure ;-)

I'm not really in favour of having the section Why not Windows?.
IMHO, we should be concentrating on why Linux, not why not
other. Linux has plenty of merit to allow it to stand up on its
own. Everything in the Windows section could do with being in the
Linux section instead. Lack of restrictions, choice, source code and
freedom are all core benefits of FOSS.

It's a great, simple site though, and I hope it gets better and has
more publicity.

Kris

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


Re: need help with open office

2007-04-08 Thread Kenny Hitt
Hi.

I'm no expert on Open Office, but it looks like the only way to see the 
misspelled word is to use flat review.
The line with the misspelled word seems to be at the top of the spell check 
dialog.

Hope this helps.
  Kenny
On Sat, Apr 07, 2007 at 04:40:12PM -0500, mike coulombe wrote:
 Hi, Open office seems to work better than it did,
 but I have one question.
 When using the spell checker orca doesn't say the misspelled word.
 It does say the choices of words that can be used to replace the word that is 
 misspelled.
 Is there a way to get orca to say the misspelled word as well,
 or is this something that still doesn't work.
 Mike.
 
 -- 
 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: need help with open office

2007-04-08 Thread Willie Walker
Hi Mike:

Spell check in OpenOffice was working well, but then there was a 
regression.  We logged it as the following bug, and they've seemed to 
have fixed it recently:

   http://www.openoffice.org/issues/show_bug.cgi?id=75052

For reference, the Orca tracking bug is:

   http://bugzilla.gnome.org/show_bug.cgi?id=413909

Hope this helps,

Will

mike coulombe wrote:
 Hi, Open office seems to work better than it did,
 but I have one question.
 When using the spell checker orca doesn't say the misspelled word.
 It does say the choices of words that can be used to replace the word that is 
 misspelled.
 Is there a way to get orca to say the misspelled word as well,
 or is this something that still doesn't work.
 Mike.
 


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


Re: Translation of Ubuntu Documentation

2007-04-08 Thread Matthew East
Hi there,

On Thu, 2007-03-22 at 13:59 -0300, Andre Noel wrote:
 In some docs I found the string Placeholder. and I'm in doubt if it
 has to be translated.
 Examples:
 https://launchpad.net/ubuntu/feisty/+source/ubuntu-docs/+pots/files-and-docs/pt_BR/4/+translate
 https://launchpad.net/ubuntu/feisty/+source/ubuntu-docs/+pots/config-desktop/pt_BR/4/+translate
 
 Anyone knows?

Very good question. This is an error on our part, but fortunately it is
not a string which appears to the user. Feel free to leave it as it is,
or whatever you prefer.

Matt
-- 
http://www.mdke.org
gnupg pub 1024D/0E6B06FF



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


Ubuntu Weekly News Issue #35 ready for translation

2007-04-08 Thread Martin Albisetti
Hello everyone, It's me again.
Like every week, UWN is out and sitting there waiting to be translated
into all kinds of wonderful languages.

https://wiki.ubuntu.com/UbuntuWeeklyNewsletter/Issue35



Martin

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


[Ubuntu-BR] Hardware

2007-04-08 Thread Flávio Araújo
Já que estamos falando em processadores e td o mais, so uma dúvida, e no
caso dos pcs com processadores intel dual core, qual a versão do ubuntu
instalar? No caso um Pentium(R) D CPU 2.80 GHZ 2.80 GHZ
http://www.intel.com/cd/channel/reseller/asmo-lar/por/products/desktop/processor/processors/pentium-d/feature/index.htm

com PLACA MAE SOCKET 775 ASUS P5VD2-MX
http://usa.asus.com/search.aspx?searchitem=1searchkey=P5VD2-MX
Bem, eu baixei a versao do Ubuntu 6.10-desktop-amd64 no seguinte link:
http://ubuntu-releases.cs.umn.edu/edgy/ubuntu-6.10-desktop-amd64.iso
Enfim, acho que baixei a versao certa, ou não?

Abraços

Flávio
-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] como fazer meu microfone funcionar no edgy?

2007-04-08 Thread airton arantes
pois eh pessoal, nao consigo falar com ninguem pelo skype
jah olhei as configuraçãoes e tudo mais, mas nao to conseguindo fazer
o micrfone guncionar, alguem por fvor me da auma aju



muito obrigado

-- 
Airton Arantes

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] [OFF] Gaim muda de nome após aco rdo com a AOL

2007-04-08 Thread Waldir Leôncio
Nossa, ótimas notícias!  Tem versão nova do Ga, digo, Pidgin chegando logo
aí. ;)

On 4/7/07, Andre Almeida [EMAIL PROTECTED] wrote:

 http://gaim.sourceforge.net/ era o site antigo agora o novo vai ser
 http://www.pidgin.im/.

 Tá lá na notícia, nos 2 sites.

 Abraços
 Andre Almeida

 Em 07/04/07, Andre Almeida [EMAIL PROTECTED] escreveu:
 
  Não, não é! =)
 
  Em 07/04/07, Luiz Mineo [EMAIL PROTECTED] escreveu:
  
   http://gaim.sourceforge.net/
  
   
  
   
  
   ...Isso é primeiro de abril atrasado, certo?
  
  
   Em Sáb, 2007-04-07 às 22:28 -0300, Andre Almeida escreveu:
Uma tradução meio tosca e resumida da notícia no site do gaim:
http://mundoandre.blogspot.com/2007/04/gaim-agora-pidgin.html
   
Site do gaim: http://www.pidgin.im/
   
Abraços
Andre Almeida
--
   
  
 ---
  
Meu blog: http://mundoandre.blogspot.com
  
  
   --
   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
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
 
 
 
  --
 
 
 ---
  Meu blog: http://mundoandre.blogspot.com
 



 --

 ---
 Meu blog: http://mundoandre.blogspot.com
 --
 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
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Videos

2007-04-08 Thread Felipe Eduardo Silva Sampaio
Gostaria de colocar essas dicas no meu blog(felipesampaio.blogspot.com),
claro que respeitando os devidos créditos, tem problema?

Em 07/04/07, Felipe Munhoz [EMAIL PROTECTED] escreveu:

 Luiz, no meu Kubuntu 6.10 não existia o arquivo font.desc, porque eu não
 tinha o pacote mplayer-fonts instalado. Bastou eu instalar e a fonte da
 legenda embutida ficou no tamanho adequado para mim(não cheguei a mexer
 nos
 links) valeu pela dica das fontes...

 mas fiquei com outras duvidas...

 eu omiti os parametros -subfont-text-scale, -sub-pos e
 acodec=ac3:abitrate=80 e o arquivo de saída se manteve configurado
 corretamente... esses parametros não são obrigatórios ?

 porque eu preciso modificar o codec de audio com o avi-demux ? é para
 manter
 a compatilidade com os DVD-players ?


 até



 On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
 
  Sim, era isso q eu quis dizer.
 
  Bom, se não deu, então vamos apelar. Testei uma outra forma de se
  alterar a fonte que o mplayer/mencoder usa e deu certo.
  Abra o terminal, vah para o diretorio /usr/share/mplayer/font
 
  cd /usr/share/mplayer/font
 
  Dentro deste diretório, existe um arquivo chamado font.desc que é um
  link para um outro arquivo font.desc. Por exemplo, no meu é:
 
  ls -all
  lrwxrwxrwx 1 root root   29 2007-04-07 21:56 font.desc -
  iso-8859-1/arial-18/font.desc
 
  Isso quer dizer q a fonte usada eh a Arial 18, para alterá-la, basta
  mudar o link. Primeiro apagamos ele
 
  sudo rm font.desc
 
  E criamos um novo. Por exemplo:
  sudo ln -s iso-8859-1/arial-14/font.desc font.desc
 
  Para ver as fontes disponiveis
  ls iso-8859-1
 
  O meu soh possuí diferentes tamanhos da fonte Arial
 
  Em Sáb, 2007-04-07 às 21:28 -0300, Felipe Munhoz escreveu:
   Pois é Luiz eu já tinha alterado os valores dos parametros
   -subfont-text-scale e -subpos sem sucesso, mas se eu alterar no
 mplayer
  não
   vai adiantar quando eu for assistir no dvd-player, ou eu nao entendi o
  que
   vc quis dizer... o mencoder utiliza as configurações do mplayer ? eu
  alterei
   a opção text scale no mplayer mas a legenda continuou do mesmo tamanho
  (um
   pouco grande na minha opinião! )
  
   até
  
   On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
   
Hum... agora q eu percebi q o -subfont-text-scale não faz efeito
 como
parametro pro mencoder, o q vale mesmo eh a config do mplayer.
   
Abra o mplayer, clique com o botão direito na janela e vah em
preferences, na aba font, ajuste a barra Text Scale. A minha estah
 em
  3.
Teste com o seu video pra ver se está legal. Se o arquivo de video
  tiver
o mesmo nome q a legenda, a legenda eh carregada automaticamente
  quando
vc abrir o video.
   
Bom, se a gente for corrigingo esses errinhos, acho q dah pra gente
montar um tuto legal pro wiki.
   
Em Sáb, 2007-04-07 às 19:42 -0300, Felipe Munhoz escreveu:
 Uma dúvida, passando estes parametros para o mencoder a legenda tá
ficando
 muito grande, como faço para alterar o tamanho da legenda embutida
 ?

 On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
 
  Eh verdade, esqueci do mais importante =p
 
  Em Preferences, na aba Video, selecione xv em Available Drivers
 
  Em Sáb, 2007-04-07 às 18:02 -0300, José Geraldo Gouvêa escreveu:
   Jose A. Pinheiro escreveu:
Luiz, vc pode dar uma olhada aonde foi que errei ou será que
  está
faltando alguma coisa no mplayer?. na verdade o mplayer aqui
  não
está
abrindo, na verdade abre mas não roda. da o seguinte erro
  error
opening/initializing the selected video_(vo) device
   
   error opening/initializing the selected video_(vo) device
  
   quer dizer que você escolheu uma saída de vídeo que não está
disponível.
  Tente xshm ou xv.
  
   José Geraldo
  
  
 
 
  --
  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
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 Felipe Munhoz
   
   
--
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
   
  
  
  
   --
   Felipe Natale Munhoz
   UCPel - Ciência da Computação
 
 
  --
  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
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 



 --
 Felipe Natale Munhoz
 UCPel - Ciência da Computação
 --
 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
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
Felipe Sampaio
-- 
Interessado em 

[Ubuntu-BR] avisynth.dll

2007-04-08 Thread Jose A. Pinheiro
tenho instalado o win32 mas não tenho avisynth.dll. como fazer pra instalar.

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


[Ubuntu-BR] Rede LTSP

2007-04-08 Thread Gutemberg Motta
 Galera, consegui botar de pé a rede LTSP no lab do IFCS/UFRJ! Graças ao 
sagrado google!

Eu estou enfrentando um problema com algumas estações IBM que não iniciam a 
interface gráfica...

Acredito que o problema seja a detecção do driver do vídeo, que é uma S3 Trio 
3D onboard... Na verdade não sei se é a detecção do driver, ou se é porque essa 
placa de  video não agüenta o gnome...

Por favor, alguém saberia algo a respeito???

Gutemberg
 
-
TV dinner still cooling?
Check out Tonight's Picks on Yahoo! TV.
-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Alterei a PATH em bash.bashrc mas...

2007-04-08 Thread guto carvalho
Depende, se você alterou o arquivo e recarregou sua sessão é uma coisa,
do contrário sua sessão atual ainda não tem as modificações que você
acabou de fazer no arquivo, manualmente você pode dar um
source /etc/bash.bashrc, ou simplesmente deslogar e logar novamente,
nesta nova sessão o arquivo bash.bashrc será lido.

[]'s
Guto

Em Sáb, 2007-04-07 às 11:40 -0300, Zandre Bran escreveu:
 Olá Grupo.
 
 Pois é, alterei o PATH no arquivo /etc/bash.bashrc, porém isto só
 é reconhecido no Terminal.
 
 Caso utilize o ALT+F2 para executar um comando, tenho o retorno de
 arquivo não localizado. Mas no terminal, como disse, ele é executado e
 a interface gráfica é exibida.
 
 Por favor, este arquivo bash.bashrc não alteraria toda variavel
 PATH? Por que no ALT+F2 (interface gráfica), esta nova PATH não é
 reconhecida como no terminal?
 
 Obrigado pelo tempo,
 
 Zandre.
 


-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Videos

2007-04-08 Thread Felipe Munhoz
Olha não ajudei muito mas por mim nao tem problema

abraço

On 4/8/07, Felipe Eduardo Silva Sampaio [EMAIL PROTECTED] wrote:

 Gostaria de colocar essas dicas no meu blog(felipesampaio.blogspot.com),
 claro que respeitando os devidos créditos, tem problema?

 Em 07/04/07, Felipe Munhoz [EMAIL PROTECTED] escreveu:
 
  Luiz, no meu Kubuntu 6.10 não existia o arquivo font.desc, porque eu não
  tinha o pacote mplayer-fonts instalado. Bastou eu instalar e a fonte da
  legenda embutida ficou no tamanho adequado para mim(não cheguei a mexer
  nos
  links) valeu pela dica das fontes...
 
  mas fiquei com outras duvidas...
 
  eu omiti os parametros -subfont-text-scale, -sub-pos e
  acodec=ac3:abitrate=80 e o arquivo de saída se manteve configurado
  corretamente... esses parametros não são obrigatórios ?
 
  porque eu preciso modificar o codec de audio com o avi-demux ? é para
  manter
  a compatilidade com os DVD-players ?
 
 
  até
 
 
 
  On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
  
   Sim, era isso q eu quis dizer.
  
   Bom, se não deu, então vamos apelar. Testei uma outra forma de se
   alterar a fonte que o mplayer/mencoder usa e deu certo.
   Abra o terminal, vah para o diretorio /usr/share/mplayer/font
  
   cd /usr/share/mplayer/font
  
   Dentro deste diretório, existe um arquivo chamado font.desc que é um
   link para um outro arquivo font.desc. Por exemplo, no meu é:
  
   ls -all
   lrwxrwxrwx 1 root root   29 2007-04-07 21:56 font.desc -
   iso-8859-1/arial-18/font.desc
  
   Isso quer dizer q a fonte usada eh a Arial 18, para alterá-la, basta
   mudar o link. Primeiro apagamos ele
  
   sudo rm font.desc
  
   E criamos um novo. Por exemplo:
   sudo ln -s iso-8859-1/arial-14/font.desc font.desc
  
   Para ver as fontes disponiveis
   ls iso-8859-1
  
   O meu soh possuí diferentes tamanhos da fonte Arial
  
   Em Sáb, 2007-04-07 às 21:28 -0300, Felipe Munhoz escreveu:
Pois é Luiz eu já tinha alterado os valores dos parametros
-subfont-text-scale e -subpos sem sucesso, mas se eu alterar no
  mplayer
   não
vai adiantar quando eu for assistir no dvd-player, ou eu nao entendi
 o
   que
vc quis dizer... o mencoder utiliza as configurações do mplayer ? eu
   alterei
a opção text scale no mplayer mas a legenda continuou do mesmo
 tamanho
   (um
pouco grande na minha opinião! )
   
até
   
On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:

 Hum... agora q eu percebi q o -subfont-text-scale não faz efeito
  como
 parametro pro mencoder, o q vale mesmo eh a config do mplayer.

 Abra o mplayer, clique com o botão direito na janela e vah em
 preferences, na aba font, ajuste a barra Text Scale. A minha estah
  em
   3.
 Teste com o seu video pra ver se está legal. Se o arquivo de video
   tiver
 o mesmo nome q a legenda, a legenda eh carregada automaticamente
   quando
 vc abrir o video.

 Bom, se a gente for corrigingo esses errinhos, acho q dah pra
 gente
 montar um tuto legal pro wiki.

 Em Sáb, 2007-04-07 às 19:42 -0300, Felipe Munhoz escreveu:
  Uma dúvida, passando estes parametros para o mencoder a legenda
 tá
 ficando
  muito grande, como faço para alterar o tamanho da legenda
 embutida
  ?
 
  On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
  
   Eh verdade, esqueci do mais importante =p
  
   Em Preferences, na aba Video, selecione xv em Available
 Drivers
  
   Em Sáb, 2007-04-07 às 18:02 -0300, José Geraldo Gouvêa
 escreveu:
Jose A. Pinheiro escreveu:
 Luiz, vc pode dar uma olhada aonde foi que errei ou será
 que
   está
 faltando alguma coisa no mplayer?. na verdade o mplayer
 aqui
   não
 está
 abrindo, na verdade abre mas não roda. da o seguinte erro
   error
 opening/initializing the selected video_(vo) device

error opening/initializing the selected video_(vo) device
   
quer dizer que você escolheu uma saída de vídeo que não está
 disponível.
   Tente xshm ou xv.
   
José Geraldo
   
   
  
  
   --
   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
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
 
 
 
  --
  Felipe Munhoz


 --
 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
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

   
   
   
--
Felipe Natale Munhoz
UCPel - Ciência da Computação
  
  
   --
   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
   https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
  
 
 
 
  --
  Felipe 

[Ubuntu-BR] Comprar modem dialup

2007-04-08 Thread Álvaro Justen [Turicas]
Olá,

Vou comprar um modem dialup e gostaria de saber de experiências que
vocês já tiveram com esses modems, qual melhor marca/modelo para rodar
em sistemas GNU/Linux etc. Já utilizei durante MUITO tempo Internet
discada em sistemas GNU/Linux, mas faz tanto tempo que não lembro qual
modelo/driver usava. :-P

Quero poder comprar um hardware que não me faça ficar procurando horas
por um driver, depois ter que baixar [durante outras HORAS]
compiladores, para ter que esperar compilar, dar erros, tentar
corrigí-los e então conseguir usar o modem, ou seja, gostaria de
baixar um pacote, instalá-lo e já ter o modem funcionando, sem mais
problemas. Alguém já teve experiências desse tipo? Se sim, quais
marca/modelo do modem e que driver foi utilizado?

-- 
Abraços,
 Álvaro Justen [a.k.a. Turicas]
-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Comprar modem dialup

2007-04-08 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Álvaro Justen [Turicas] escreveu:

 Quero poder comprar um hardware que não me faça ficar procurando horas
 por um driver, depois ter que baixar [durante outras HORAS]
 compiladores, para ter que esperar compilar, dar erros, tentar
 corrigí-los e então conseguir usar o modem, ou seja, gostaria de
 baixar um pacote, instalá-lo e já ter o modem funcionando, sem mais
 problemas. Alguém já teve experiências desse tipo? Se sim, quais
 marca/modelo do modem e que driver foi utilizado?
 

Oi.

É simples: compre um modem externo. Nada de drivers, nada de adaptação.
Só ligar na serial e pronto. Outra opção é comprar um hard modem
interno mas nem sei se ainda existe isso. Saudade dos USR ISA :)

[]s

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

iD8DBQFGGUhV2cB5Bt7H7YARAovWAKCZuq7LdeRcaTRyaFkT0lXlTFvlQgCeP/zj
+vVcDiC9tm+ZCVfRdud+7rw=
=y31w
-END PGP SIGNATURE-

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Videos

2007-04-08 Thread Luiz Mineo
Por mim não tem problema nenhum, mas quem estava com problemas para
gravar o DVD, conseguiu gravar?


Em Dom, 2007-04-08 às 16:27 -0300, Felipe Munhoz escreveu:
 Olha não ajudei muito mas por mim nao tem problema
 
 abraço
 
 On 4/8/07, Felipe Eduardo Silva Sampaio [EMAIL PROTECTED] wrote:
 
  Gostaria de colocar essas dicas no meu blog(felipesampaio.blogspot.com),
  claro que respeitando os devidos créditos, tem problema?
 
  Em 07/04/07, Felipe Munhoz [EMAIL PROTECTED] escreveu:
  
   Luiz, no meu Kubuntu 6.10 não existia o arquivo font.desc, porque eu não
   tinha o pacote mplayer-fonts instalado. Bastou eu instalar e a fonte da
   legenda embutida ficou no tamanho adequado para mim(não cheguei a mexer
   nos
   links) valeu pela dica das fontes...
  
   mas fiquei com outras duvidas...
  
   eu omiti os parametros -subfont-text-scale, -sub-pos e
   acodec=ac3:abitrate=80 e o arquivo de saída se manteve configurado
   corretamente... esses parametros não são obrigatórios ?
  
   porque eu preciso modificar o codec de audio com o avi-demux ? é para
   manter
   a compatilidade com os DVD-players ?
  
  
   até
  
  
  
   On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
   
Sim, era isso q eu quis dizer.
   
Bom, se não deu, então vamos apelar. Testei uma outra forma de se
alterar a fonte que o mplayer/mencoder usa e deu certo.
Abra o terminal, vah para o diretorio /usr/share/mplayer/font
   
cd /usr/share/mplayer/font
   
Dentro deste diretório, existe um arquivo chamado font.desc que é um
link para um outro arquivo font.desc. Por exemplo, no meu é:
   
ls -all
lrwxrwxrwx 1 root root   29 2007-04-07 21:56 font.desc -
iso-8859-1/arial-18/font.desc
   
Isso quer dizer q a fonte usada eh a Arial 18, para alterá-la, basta
mudar o link. Primeiro apagamos ele
   
sudo rm font.desc
   
E criamos um novo. Por exemplo:
sudo ln -s iso-8859-1/arial-14/font.desc font.desc
   
Para ver as fontes disponiveis
ls iso-8859-1
   
O meu soh possuí diferentes tamanhos da fonte Arial
   
Em Sáb, 2007-04-07 às 21:28 -0300, Felipe Munhoz escreveu:
 Pois é Luiz eu já tinha alterado os valores dos parametros
 -subfont-text-scale e -subpos sem sucesso, mas se eu alterar no
   mplayer
não
 vai adiantar quando eu for assistir no dvd-player, ou eu nao entendi
  o
que
 vc quis dizer... o mencoder utiliza as configurações do mplayer ? eu
alterei
 a opção text scale no mplayer mas a legenda continuou do mesmo
  tamanho
(um
 pouco grande na minha opinião! )

 até

 On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
 
  Hum... agora q eu percebi q o -subfont-text-scale não faz efeito
   como
  parametro pro mencoder, o q vale mesmo eh a config do mplayer.
 
  Abra o mplayer, clique com o botão direito na janela e vah em
  preferences, na aba font, ajuste a barra Text Scale. A minha estah
   em
3.
  Teste com o seu video pra ver se está legal. Se o arquivo de video
tiver
  o mesmo nome q a legenda, a legenda eh carregada automaticamente
quando
  vc abrir o video.
 
  Bom, se a gente for corrigingo esses errinhos, acho q dah pra
  gente
  montar um tuto legal pro wiki.
 
  Em Sáb, 2007-04-07 às 19:42 -0300, Felipe Munhoz escreveu:
   Uma dúvida, passando estes parametros para o mencoder a legenda
  tá
  ficando
   muito grande, como faço para alterar o tamanho da legenda
  embutida
   ?
  
   On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
   
Eh verdade, esqueci do mais importante =p
   
Em Preferences, na aba Video, selecione xv em Available
  Drivers
   
Em Sáb, 2007-04-07 às 18:02 -0300, José Geraldo Gouvêa
  escreveu:
 Jose A. Pinheiro escreveu:
  Luiz, vc pode dar uma olhada aonde foi que errei ou será
  que
está
  faltando alguma coisa no mplayer?. na verdade o mplayer
  aqui
não
  está
  abrindo, na verdade abre mas não roda. da o seguinte erro
error
  opening/initializing the selected video_(vo) device
 
 error opening/initializing the selected video_(vo) device

 quer dizer que você escolheu uma saída de vídeo que não está
  disponível.
Tente xshm ou xv.

 José Geraldo


   
   
--
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
   
  
  
  
   --
   Felipe Munhoz
 
 
  --
  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
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
 


 

Re: [Ubuntu-BR] Comprar modem dialup

2007-04-08 Thread Sergio Pereira
Álvaro Justen [Turicas] escreveu:
 Olá,

 Vou comprar um modem dialup e gostaria de saber de experiências que
 vocês já tiveram com esses modems, qual melhor marca/modelo para rodar
 em sistemas GNU/Linux etc. Já utilizei durante MUITO tempo Internet
 discada em sistemas GNU/Linux, mas faz tanto tempo que não lembro qual
 modelo/driver usava. :-P

 Quero poder comprar um hardware que não me faça ficar procurando horas
 por um driver, depois ter que baixar [durante outras HORAS]
 compiladores, para ter que esperar compilar, dar erros, tentar
 corrigí-los e então conseguir usar o modem, ou seja, gostaria de
 baixar um pacote, instalá-lo e já ter o modem funcionando, sem mais
 problemas. Alguém já teve experiências desse tipo? Se sim, quais
 marca/modelo do modem e que driver foi utilizado?

   
Álvaro, se for modem externo posso indicar o que já usei e nunca, 
repito, nunca, tive qqr tipo de problema.
WinModem, nunca usei.
O externo que já usei e ainda uso quando o velox cai é um TrendNet 
serial. O USB é mais fácil de encontar mas também nunca usei. Já usei 
alguns USRobotics também que não dão stress. Todos seriais. Interno, nos 
tempos dos slots ISA, os USRobotics eram muito bons.

Sérgio

-- 
Linux User #426387
Linux: A liberdade da escolha. A escolha da liberdade.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFF9vhuJ+YDTomMwA8RAvSAAJoDwkzHJK3P98vEDx5pJxeyT3xyzgCg22/u
W/MTldaxqdeNLjlWF49wpig=
=MVB7
-END PGP SIGNATURE-



-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Comprar modem dialup

2007-04-08 Thread Álvaro Justen [Turicas]
Olá,
Ambas respostas me dizem para comprar um modem externo.
Os modems externos USB precisam de configurações especiais em relação
aos seriais? Qual a faixa de preço? Obrigado pelas respostas.

On 4/8/07, Sergio Pereira [EMAIL PROTECTED] wrote:
 Álvaro Justen [Turicas] escreveu:
  Olá,
 
  Vou comprar um modem dialup e gostaria de saber de experiências que
  vocês já tiveram com esses modems, qual melhor marca/modelo para rodar
  em sistemas GNU/Linux etc. Já utilizei durante MUITO tempo Internet
  discada em sistemas GNU/Linux, mas faz tanto tempo que não lembro qual
  modelo/driver usava. :-P
 
  Quero poder comprar um hardware que não me faça ficar procurando horas
  por um driver, depois ter que baixar [durante outras HORAS]
  compiladores, para ter que esperar compilar, dar erros, tentar
  corrigí-los e então conseguir usar o modem, ou seja, gostaria de
  baixar um pacote, instalá-lo e já ter o modem funcionando, sem mais
  problemas. Alguém já teve experiências desse tipo? Se sim, quais
  marca/modelo do modem e que driver foi utilizado?
 
 
 Álvaro, se for modem externo posso indicar o que já usei e nunca,
 repito, nunca, tive qqr tipo de problema.
 WinModem, nunca usei.
 O externo que já usei e ainda uso quando o velox cai é um TrendNet
 serial. O USB é mais fácil de encontar mas também nunca usei. Já usei
 alguns USRobotics também que não dão stress. Todos seriais. Interno, nos
 tempos dos slots ISA, os USRobotics eram muito bons.

 Sérgio

-- 
Abraços,
 Álvaro Justen [a.k.a. Turicas]
-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Comprar modem dialup

2007-04-08 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Álvaro Justen [Turicas] escreveu:
 Olá,
 Ambas respostas me dizem para comprar um modem externo.
 Os modems externos USB precisam de configurações especiais em relação
 aos seriais? Qual a faixa de preço? Obrigado pelas respostas.

Geralmente modems USB são reconhecidos e o módulo usbserial cria um
device serial como /dev/ttyUSBS0 que é usado normalmemente como um
serial normal. Em todo caso, só tive experiências com modem USB da vivo
que, em princípio, funciona igual. Meu modem discado aqui em casa é
serial comum D-Link. Pessoalmente não sou fã de D-Link mas era o que
tinha na hora que precisei e este funciona bem.

[]s

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

iD8DBQFGGVQ52cB5Bt7H7YARAilEAKClw5qv7XetoY3kPcjZhCY7O4a7jQCghLrV
/4e1AsYaihndy+NAtOB7r/c=
=PMxA
-END PGP SIGNATURE-

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] como fazer meu microfone funcionar no edgy?

2007-04-08 Thread erenito
olá,

não sei se você já testou isso mas vá no terminal e digite

alsamixer

talvez seu mic esteja com o volume zerado e/ou mudo. use as setas do 
teclado, aperte M quando estiver no mic e suba o volume. aproveite e 
ligue o mic boost. veja se é isso

-erenito

airton arantes escreveu:
 pois eh pessoal, nao consigo falar com ninguem pelo skype
 jah olhei as configuraçãoes e tudo mais, mas nao to conseguindo fazer
 o micrfone guncionar, alguem por fvor me da auma aju



 muito obrigado

   


-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Comprar modem dialup

2007-04-08 Thread Sergio Pereira
Álvaro Justen [Turicas] escreveu:
 Olá,
 Ambas respostas me dizem para comprar um modem externo.
 Os modems externos USB precisam de configurações especiais em relação aos 
 seriais? Qual a faixa de preço? Obrigado pelas respostas.

   
Minha configuração favorita:
Modem: TrendNet 560X (serial)
Discador: wvdial
Arquivo de configuração: /etc/wvdial.conf
Para configurar: comando wvdialconf (sem as haspas)
Faixa de preço: em torno de R$ 160,00
Obs.: Alguns modens internos PCI funcionam com linux e são bem mais 
baratos. Lá no wiki você vai achar ótimas dicas e tutoriais.

https://help.ubuntu.com/community/DialupModemHowto

Volto a dizer: modem serial externo é uma opção minha, pessoal. Os 
modens externos são modens de verdade e funcionam bem melhor. 
Inconvenientes: são mais caros.
É isso. Boa sorte e boa escolha.

Sérgio

-- 
Linux User #426387
Linux: A liberdade da escolha. A escolha da liberdade.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFF9vhuJ+YDTomMwA8RAvSAAJoDwkzHJK3P98vEDx5pJxeyT3xyzgCg22/u
W/MTldaxqdeNLjlWF49wpig=
=MVB7
-END PGP SIGNATURE-



-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Videos

2007-04-08 Thread Felipe Munhoz
Eu tenho uma dúvida sim!

Não existe uma forma de eu gravar os videos no dvd sem precisar criar a
estrutura de disco de DVD, ou seja, criar algo como um VCD mas com a
capacidade do DVD ? se você souber será de grande ajuda...

até mais

On 4/8/07, Luiz Mineo [EMAIL PROTECTED] wrote:

 Por mim não tem problema nenhum, mas quem estava com problemas para
 gravar o DVD, conseguiu gravar?


 Em Dom, 2007-04-08 às 16:27 -0300, Felipe Munhoz escreveu:
  Olha não ajudei muito mas por mim nao tem problema
 
  abraço
 
  On 4/8/07, Felipe Eduardo Silva Sampaio [EMAIL PROTECTED] wrote:
  
   Gostaria de colocar essas dicas no meu blog(felipesampaio.blogspot.com
 ),
   claro que respeitando os devidos créditos, tem problema?
  
   Em 07/04/07, Felipe Munhoz [EMAIL PROTECTED] escreveu:
   
Luiz, no meu Kubuntu 6.10 não existia o arquivo font.desc, porque eu
 não
tinha o pacote mplayer-fonts instalado. Bastou eu instalar e a fonte
 da
legenda embutida ficou no tamanho adequado para mim(não cheguei a
 mexer
nos
links) valeu pela dica das fontes...
   
mas fiquei com outras duvidas...
   
eu omiti os parametros -subfont-text-scale, -sub-pos e
acodec=ac3:abitrate=80 e o arquivo de saída se manteve configurado
corretamente... esses parametros não são obrigatórios ?
   
porque eu preciso modificar o codec de audio com o avi-demux ? é
 para
manter
a compatilidade com os DVD-players ?
   
   
até
   
   
   
On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:

 Sim, era isso q eu quis dizer.

 Bom, se não deu, então vamos apelar. Testei uma outra forma de se
 alterar a fonte que o mplayer/mencoder usa e deu certo.
 Abra o terminal, vah para o diretorio /usr/share/mplayer/font

 cd /usr/share/mplayer/font

 Dentro deste diretório, existe um arquivo chamado font.desc que é
 um
 link para um outro arquivo font.desc. Por exemplo, no meu é:

 ls -all
 lrwxrwxrwx 1 root root   29 2007-04-07 21:56 font.desc -
 iso-8859-1/arial-18/font.desc

 Isso quer dizer q a fonte usada eh a Arial 18, para alterá-la,
 basta
 mudar o link. Primeiro apagamos ele

 sudo rm font.desc

 E criamos um novo. Por exemplo:
 sudo ln -s iso-8859-1/arial-14/font.desc font.desc

 Para ver as fontes disponiveis
 ls iso-8859-1

 O meu soh possuí diferentes tamanhos da fonte Arial

 Em Sáb, 2007-04-07 às 21:28 -0300, Felipe Munhoz escreveu:
  Pois é Luiz eu já tinha alterado os valores dos parametros
  -subfont-text-scale e -subpos sem sucesso, mas se eu alterar no
mplayer
 não
  vai adiantar quando eu for assistir no dvd-player, ou eu nao
 entendi
   o
 que
  vc quis dizer... o mencoder utiliza as configurações do mplayer
 ? eu
 alterei
  a opção text scale no mplayer mas a legenda continuou do mesmo
   tamanho
 (um
  pouco grande na minha opinião! )
 
  até
 
  On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
  
   Hum... agora q eu percebi q o -subfont-text-scale não faz
 efeito
como
   parametro pro mencoder, o q vale mesmo eh a config do mplayer.
  
   Abra o mplayer, clique com o botão direito na janela e vah em
   preferences, na aba font, ajuste a barra Text Scale. A minha
 estah
em
 3.
   Teste com o seu video pra ver se está legal. Se o arquivo de
 video
 tiver
   o mesmo nome q a legenda, a legenda eh carregada
 automaticamente
 quando
   vc abrir o video.
  
   Bom, se a gente for corrigingo esses errinhos, acho q dah pra
   gente
   montar um tuto legal pro wiki.
  
   Em Sáb, 2007-04-07 às 19:42 -0300, Felipe Munhoz escreveu:
Uma dúvida, passando estes parametros para o mencoder a
 legenda
   tá
   ficando
muito grande, como faço para alterar o tamanho da legenda
   embutida
?
   
On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:

 Eh verdade, esqueci do mais importante =p

 Em Preferences, na aba Video, selecione xv em Available
   Drivers

 Em Sáb, 2007-04-07 às 18:02 -0300, José Geraldo Gouvêa
   escreveu:
  Jose A. Pinheiro escreveu:
   Luiz, vc pode dar uma olhada aonde foi que errei ou
 será
   que
 está
   faltando alguma coisa no mplayer?. na verdade o
 mplayer
   aqui
 não
   está
   abrindo, na verdade abre mas não roda. da o seguinte
 erro
 error
   opening/initializing the selected video_(vo) device
  
  error opening/initializing the selected video_(vo)
 device
 
  quer dizer que você escolheu uma saída de vídeo que não
 está
   disponível.
 Tente xshm ou xv.
 
  José Geraldo
 
 


 --
 Interessado em aprender mais sobre o Ubuntu em português?
 http://wiki.ubuntu-br.org/ComeceAqui  -
  

Re: [Ubuntu-BR] Videos

2007-04-08 Thread Luiz Mineo
Não sei dizer, nunca criei um VCD. 

Em Dom, 2007-04-08 às 20:01 -0300, Felipe Munhoz escreveu:
 Eu tenho uma dúvida sim!
 
 Não existe uma forma de eu gravar os videos no dvd sem precisar criar a
 estrutura de disco de DVD, ou seja, criar algo como um VCD mas com a
 capacidade do DVD ? se você souber será de grande ajuda...
 
 até mais
 
 On 4/8/07, Luiz Mineo [EMAIL PROTECTED] wrote:
 
  Por mim não tem problema nenhum, mas quem estava com problemas para
  gravar o DVD, conseguiu gravar?
 
 
  Em Dom, 2007-04-08 às 16:27 -0300, Felipe Munhoz escreveu:
   Olha não ajudei muito mas por mim nao tem problema
  
   abraço
  
   On 4/8/07, Felipe Eduardo Silva Sampaio [EMAIL PROTECTED] wrote:
   
Gostaria de colocar essas dicas no meu blog(felipesampaio.blogspot.com
  ),
claro que respeitando os devidos créditos, tem problema?
   
Em 07/04/07, Felipe Munhoz [EMAIL PROTECTED] escreveu:

 Luiz, no meu Kubuntu 6.10 não existia o arquivo font.desc, porque eu
  não
 tinha o pacote mplayer-fonts instalado. Bastou eu instalar e a fonte
  da
 legenda embutida ficou no tamanho adequado para mim(não cheguei a
  mexer
 nos
 links) valeu pela dica das fontes...

 mas fiquei com outras duvidas...

 eu omiti os parametros -subfont-text-scale, -sub-pos e
 acodec=ac3:abitrate=80 e o arquivo de saída se manteve configurado
 corretamente... esses parametros não são obrigatórios ?

 porque eu preciso modificar o codec de audio com o avi-demux ? é
  para
 manter
 a compatilidade com os DVD-players ?


 até



 On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
 
  Sim, era isso q eu quis dizer.
 
  Bom, se não deu, então vamos apelar. Testei uma outra forma de se
  alterar a fonte que o mplayer/mencoder usa e deu certo.
  Abra o terminal, vah para o diretorio /usr/share/mplayer/font
 
  cd /usr/share/mplayer/font
 
  Dentro deste diretório, existe um arquivo chamado font.desc que é
  um
  link para um outro arquivo font.desc. Por exemplo, no meu é:
 
  ls -all
  lrwxrwxrwx 1 root root   29 2007-04-07 21:56 font.desc -
  iso-8859-1/arial-18/font.desc
 
  Isso quer dizer q a fonte usada eh a Arial 18, para alterá-la,
  basta
  mudar o link. Primeiro apagamos ele
 
  sudo rm font.desc
 
  E criamos um novo. Por exemplo:
  sudo ln -s iso-8859-1/arial-14/font.desc font.desc
 
  Para ver as fontes disponiveis
  ls iso-8859-1
 
  O meu soh possuí diferentes tamanhos da fonte Arial
 
  Em Sáb, 2007-04-07 às 21:28 -0300, Felipe Munhoz escreveu:
   Pois é Luiz eu já tinha alterado os valores dos parametros
   -subfont-text-scale e -subpos sem sucesso, mas se eu alterar no
 mplayer
  não
   vai adiantar quando eu for assistir no dvd-player, ou eu nao
  entendi
o
  que
   vc quis dizer... o mencoder utiliza as configurações do mplayer
  ? eu
  alterei
   a opção text scale no mplayer mas a legenda continuou do mesmo
tamanho
  (um
   pouco grande na minha opinião! )
  
   até
  
   On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
   
Hum... agora q eu percebi q o -subfont-text-scale não faz
  efeito
 como
parametro pro mencoder, o q vale mesmo eh a config do mplayer.
   
Abra o mplayer, clique com o botão direito na janela e vah em
preferences, na aba font, ajuste a barra Text Scale. A minha
  estah
 em
  3.
Teste com o seu video pra ver se está legal. Se o arquivo de
  video
  tiver
o mesmo nome q a legenda, a legenda eh carregada
  automaticamente
  quando
vc abrir o video.
   
Bom, se a gente for corrigingo esses errinhos, acho q dah pra
gente
montar um tuto legal pro wiki.
   
Em Sáb, 2007-04-07 às 19:42 -0300, Felipe Munhoz escreveu:
 Uma dúvida, passando estes parametros para o mencoder a
  legenda
tá
ficando
 muito grande, como faço para alterar o tamanho da legenda
embutida
 ?

 On 4/7/07, Luiz Mineo [EMAIL PROTECTED] wrote:
 
  Eh verdade, esqueci do mais importante =p
 
  Em Preferences, na aba Video, selecione xv em Available
Drivers
 
  Em Sáb, 2007-04-07 às 18:02 -0300, José Geraldo Gouvêa
escreveu:
   Jose A. Pinheiro escreveu:
Luiz, vc pode dar uma olhada aonde foi que errei ou
  será
que
  está
faltando alguma coisa no mplayer?. na verdade o
  mplayer
aqui
  não
está
abrindo, na verdade abre mas não roda. da o seguinte
  erro
  error
opening/initializing the selected video_(vo) device
   
   error opening/initializing the selected video_(vo)
  device
  
   quer dizer que você escolheu uma saída de vídeo que 

Re: [Ubuntu-BR] Alterei a PATH em bash.bashrc mas...

2007-04-08 Thread Luiz Mineo
Eu costumo setar váriaveis de ambiente no arquivo .xsession do meu home.
Não sei se é a forma correta e tbm soh tem efeito para o meu usuário,
óbviamente. Mas funciona.

Em Dom, 2007-04-08 às 20:10 -0300, Zandre Bran escreveu:
 On 4/8/07, guto carvalho [EMAIL PROTECTED] wrote:
  Depende, se você alterou o arquivo e recarregou sua sessão é uma coisa,
  do contrário sua sessão atual ainda não tem as modificações que você
  acabou de fazer no arquivo, manualmente você pode dar um
  source /etc/bash.bashrc, ou simplesmente deslogar e logar novamente,
  nesta nova sessão o arquivo bash.bashrc será lido.
 
 Sim, Guto recarreguei a sessão. Mas a path adicoinada só funciona
 no terminal, no ALT+F2 não.
 
 Mesmo assim, obrigado, não conhecia o source.
 
  []'s
  Guto
 
 Abçs,
 
 Zandre.
 


-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] como fazer meu microfone funcionar no edgy?

2007-04-08 Thread airton arantes
rpz, eu mexi em tudo qnto eh jeito aki no alsamixer, e nada do
microfone funcionar, to puto aqui já..por favor alguem tem como me
dar algum conselho??

muito obrigado erenito pela sua resposta, espero que vc possa
continuar me ajudando..


--
Airton Arantes

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] como fazer meu microfone funcionar no edgy?

2007-04-08 Thread Guilherme Paula
Experimente digitar no console:
amixer set 'Mic-In Mode',0 'Mic-In'

Isso ocorria comigo também[1]... é um bug do mixer que, espero eu, esteje
sanado no Feisty.

Abraços

[1] https://launchpad.net/bugs/70333

Em 08/04/07, airton arantes [EMAIL PROTECTED] escreveu:

 rpz, eu mexi em tudo qnto eh jeito aki no alsamixer, e nada do
 microfone funcionar, to puto aqui já..por favor alguem tem como me
 dar algum conselho??

 muito obrigado erenito pela sua resposta, espero que vc possa
 continuar me ajudando..


 --
 Airton Arantes

 --
 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
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [Ubuntu-BR] Comprar modem dialup

2007-04-08 Thread Nilton
Um modem que funciona com linux legal e tem um custo beneficio bom, é o
Agere v92, que é facil de instalar e tem baixo custo para aquisição.

[]'Z

On 4/8/07, Sergio Pereira [EMAIL PROTECTED] wrote:

 Álvaro Justen [Turicas] escreveu:
  Olá,
  Ambas respostas me dizem para comprar um modem externo.
  Os modems externos USB precisam de configurações especiais em relação
 aos seriais? Qual a faixa de preço? Obrigado pelas respostas.
 
 
 Minha configuração favorita:
 Modem: TrendNet 560X (serial)
 Discador: wvdial
 Arquivo de configuração: /etc/wvdial.conf
 Para configurar: comando wvdialconf (sem as haspas)
 Faixa de preço: em torno de R$ 160,00
 Obs.: Alguns modens internos PCI funcionam com linux e são bem mais
 baratos. Lá no wiki você vai achar ótimas dicas e tutoriais.

 https://help.ubuntu.com/community/DialupModemHowto

 Volto a dizer: modem serial externo é uma opção minha, pessoal. Os
 modens externos são modens de verdade e funcionam bem melhor.
 Inconvenientes: são mais caros.
 É isso. Boa sorte e boa escolha.

 Sérgio

 --
 Linux User #426387
 Linux: A liberdade da escolha. A escolha da liberdade.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2.2 (GNU/Linux)

 iD8DBQFF9vhuJ+YDTomMwA8RAvSAAJoDwkzHJK3P98vEDx5pJxeyT3xyzgCg22/u
 W/MTldaxqdeNLjlWF49wpig=
 =MVB7
 -END PGP SIGNATURE-



 --
 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
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-br




-- 
# Skull_boY on @freenode.net
# ICQ: 270019
# Linux User: 391704
-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br


Re: [ubuntu-marketing] fullcircle #0 - beta3

2007-04-08 Thread Gianmarco Leone
Last page, a small stepping stone between *Edgy* 

I think you meant Dapper.

Also, I would suggest to state more clearly that the names are codenames
ciao
gianmarco
 I've received very little feedback on beta2 and so far no feedback on beta3.
 
 Now this may be a good thing on my part (i should be so lucky!), but i'm just 
 concerned that people are not supplying feedback now, and when I release the 
 final beta (when Feitsy article goes in) i'll end up with a ton of 'could you 
 change' emails which by that time it will be too late to make changes...
 
 So in short; if you have ANY quibbles with full circle, please say so now!  :D
 
 -- 
 Cheerio!
 Ronnie
 
 e : [EMAIL PROTECTED]
 w : www.RonnieTucker.co.uk
 

 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Videocorso di marketing: impara dagli esperti del settore come fare
* un marketing di successo per la tua attivita'
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=6200d=8-4

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


[ubuntu-marketing] full circle #0 - beta 4

2007-04-08 Thread Ronnie Tucker
Ok, so I said beta4 would be the last before release, it won't be. 

http://files.fullcirclemagazine.org/uploads/issue0_b4.pdf

Still no Feisty Features article yet but ;

added:
Article from Joao on Burning ISO files in Infrarecorder in Windows.
End page detailing how readers can contribute to the magazine.
Hotlinks! Indeed, you can now click on the blue, underlined, text to have 
those links appear in your browser. Same idea for email links.

still to do:
Feisty Fawn Features article.
Release the thing!  :D

VERY nearly there!  :)

-- 
Cheerio!
Ronnie

e : [EMAIL PROTECTED]
w : www.RonnieTucker.co.uk

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


Re: [ubuntu-marketing] Feisty Fawn - New Features List x 4 ?

2007-04-08 Thread Corey Burger
On 4/9/07, Ronnie Tucker [EMAIL PROTECTED] wrote:
 Hi all,

 I'm on the scrounge for some info to put into the last remaining fullcircle
 article...

 Mainly, i'm looking for new features lists for Ubuntu, Kubuntu, Edubuntu and
 Xubuntu. I'm also looking for recent screens of the desktops and some of the
 new features in action or the settings for the new features... ?

 Corey pointed me to the wiki article for Ubuntu. Any other info you guys can
 spare on the other three would be much appreciated.

 Hopefully one more beta of fullcircle then it'll be ready for you guys to work
 your magic on...   :)

 --
 Cheerio!
 Ronnie

Ronnie,

Ubuntu is https://wiki.ubuntu.com/FeistyFawn/RC
Kubuntu is https://wiki.ubuntu.com/FeistyFawn/RC/Kubuntu
Edubuntu is included in Ubuntu
Xubuntu has none
Ubuntu Server is including in Ubuntu

as for screenshots, they are coming.

The doc will be finished by the 11th.

Corey

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


Re: [Ubuntu-be] Quick presentation

2007-04-08 Thread Nicolas Pettiaux
2007/3/21, Gaëtan Frenoy [EMAIL PROTECTED]:

 Let me quickly introduce myself.  My name is Gaëtan Frenoy, I am 33
 years old and I am living in the North of Brussels (near the Roi

welcome Gaetan

-- 
Nicolas Pettiaux - email: [EMAIL PROTECTED]

-- 
ubuntu-be mailing list / mailto:ubuntu-be@lists.ubuntu.com

You can find list info and your subscription configuration options at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-be


Re: Томоза Ubuntu из-за dsl модема....

2007-04-08 Thread Dmitry Stropaloff
 У меня в этом файле прописано следующее:

 # The order line is only used by old versions of the C library.
 order hosts,bind
 multi on

 Что нужно на самом деле прописать?

А вы случайно смотрите не hosts.conf вместо hosts? Такая же проблема была и у 
меня - помогло прописывание в /etc/hosts строки:

127.0.0.1localhost  имя_машины
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


CD копирование и CD к лонирование

2007-04-08 Thread aX78 7ooo coincidences
Здравствуйте.
Имеется один мастер-CD, нужно сделать его точную копию для студии.
Кто нибудь тут есть сведущий что бы мог мне объяснить в двух словах
возможные плюсы и возможные минусы копирования компакт-диска и
клонирования компакт-диска и возможную разницу результата?






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


Re: Томоза Ubuntu из-за dsl модема....

2007-04-08 Thread Коржевин Дмитрий Ко нстантинович
Dmitry Stropaloff пишет:
 У меня в этом файле прописано следующее:

 # The order line is only used by old versions of the C library.
 order hosts,bind
 multi on

 Что нужно на самом деле прописать?
 
 А вы случайно смотрите не hosts.conf вместо hosts? Такая же проблема была и у 
 меня - помогло прописывание в /etc/hosts строки:
 
 127.0.0.1localhostимя_машины


Именно это и нужно сделать. Пропишите для начала эту строку.

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


Re: CD копирование и CD клонирование

2007-04-08 Thread Dmitry Stropaloff
 Здравствуйте.
 Имеется один мастер-CD, нужно сделать его точную копию для студии.
 Кто нибудь тут есть сведущий что бы мог мне объяснить в двух словах
 возможные плюсы и возможные минусы копирования компакт-диска и
 клонирования компакт-диска и возможную разницу результата?

Честно говоря, я не знаю, как будет делать копию диска та программа, которой 
вы пользуетесь. Но я бы сделал точную копию диска командой dd:

dd if=/dev/cdrom of=~/master_cd.iso
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


шустрый линукс

2007-04-08 Thread Leonid Kiselev

Посоветуйте, что можно поставить на P3 450 64MB оперативы. Xubuntu -
тормозит, может ее потвикать как-нибудь?
--
С уважением
Киселев Л.А.
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: установка Beryl на 6.06.1

2007-04-08 Thread Maxim Ushakov
Еще может пригодиться это: Additional options for the radeon driver
(http://thinkwiki.org/wiki/Additional_options_for_the_radeon_driver)
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: шустрый линукс

2007-04-08 Thread Денис Кирьянов
Слышал очень много положительных отзывов о дистрибутиве VectorLinux.
Говорят хорош для работы на старом железе
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: Запись CD/DVD+-RW

2007-04-08 Thread Sergey V. Minikh
Strange_V wrote:
 Поделитесь кто чем пишет диски, какой софт знаете/использовали.

 ---
 Наш воспитатель - наша действительность. /М. Горький/
 С наилучшими пожеланиями, Strange_V


   
Я в Gnome использую graveman. Довольно-таки простая программа и 
функциональная.
Использую ее потому, что она не создает исо-образ в отличии от 
встроенного в Гноме СD/DVD Creator, а сразу пишет на диск данные.
Не у всех же есть достаточно свободного места на жестком диске.

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


Re: Установка драйвера Нвидии не из репозитория

2007-04-08 Thread Maxim Ushakov
тебе кроме пакета с драйвером нужен пакет с модулями для ядра.

21.03.07, Денис Марков[EMAIL PROTECTED] написал(а):

 Доброго всем времени суток ,
 хочу поставить последнию версию, при установки инсталятор нвидии выдает
 ошибку  что что то с модулями  ядра
 чем это лечить ? обьясните поподробнее  пожалуйста  и еще  у меня стоит уже
 glx-nvidia какой то 8ХХХ, после установки нового драйвера проблем небудет ?
  --

 C уважением Денис Марков
 icq: 274938514
 msn: denia.markov AT gmail.com
 --
 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[2]: шустрый линукс

2007-04-08 Thread Хопкинс [braindump]
Здравствуйте, sanych.

Вы писали 8 апреля 2007 г., 19:16:27:

 can3p пишет:
 На Fri, 23 Mar 2007 11:18:31 +0300
 Leonid Kiselev [EMAIL PROTECTED] записано:

   
 Посоветуйте, что можно поставить на P3 450 64MB оперативы. Xubuntu -
 тормозит, может ее потвикать как-нибудь?
 

 Я этот момент решил радикально - поставил archlinux. Теперь не тормозит :)

  Советую покурить в сторону CRUX. От него арч и отколупнулся. Мне арч
  не слишком понравился, попробуй крюкса. Хорошая весчь.

-- 
Целую ручки,
 Славка Хопкинс.

OxDEAF37BDE [snoop doggy dog] mail [.dot] ru


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


Re: Установка драйвера Нвидии не из репозитория

2007-04-08 Thread Денис Марков

Бинарные драйвера нвидии компилируются под определенную версию ядра. Так что
если если она не совпадает с твоей то и драйвер не установится.

21.03.07, Денис Марков [EMAIL PROTECTED] написал(а):



Доброго всем времени суток ,
хочу поставить последнию версию, при установки инсталятор нвидии выдает
ошибку  что что то с модулями  ядра
чем это лечить ? обьясните поподробнее  пожалуйста  и еще  у меня стоит
уже  glx-nvidia какой то 8ХХХ, после установки нового драйвера проблем
небудет ?
--

C уважением Денис Марков
icq: 274938514
msn: denia.markov AT gmail.com
--
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: Re[2]: шустрый линукс

2007-04-08 Thread Leonid Kiselev

Планку купить не реально поскольку комп не один их целых 2 компьютерных
класса на древнем железе и то, что я написал самый хороший еще по железу
вариант. Vector потрогал :) понравился, красивый...почему-то не цепляет
клавиатуру и проблемы с локалью...пока курим маны.
Кстати а что является gtk2 приложениями и как их распознать?? Кажется gnome
весь на gtk... или нет?

З.Ы.
это все понятно, что gnome, kde, open office курят в стороне, но все равно
спасибо :)

2007/4/8, Хопкинс [braindump] [EMAIL PROTECTED]:


Здравствуйте, sanych.

Вы писали 8 апреля 2007 г., 19:16:27:

 can3p пишет:
 На Fri, 23 Mar 2007 11:18:31 +0300
 Leonid Kiselev [EMAIL PROTECTED] записано:


 Посоветуйте, что можно поставить на P3 450 64MB оперативы. Xubuntu -
 тормозит, может ее потвикать как-нибудь?


 Я этот момент решил радикально - поставил archlinux. Теперь не тормозит
:)

  Советую покурить в сторону CRUX. От него арч и отколупнулся. Мне арч
  не слишком понравился, попробуй крюкса. Хорошая весчь.

--
Целую ручки,
Славка Хопкинс.

OxDEAF37BDE [snoop doggy dog] mail [.dot] ru


--
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: Re[2]: шустрый линукс

2007-04-08 Thread Maxim Pilipchuk
Самый маленький вариант из тех, где еще есть оконный интерфейс это
http://distrowatch.com/table.php?distribution=damnsmall

Пробуй DSL - дистрибутив создан чтобы летать на такой конфигурации:
(цитирую) Run light enough to power a 486DX with 16MB of Ram

Полагаю этот вариант - то что нужно. Весь дистр умещается на 50 МБ.


08.04.07, Leonid Kiselev[EMAIL PROTECTED] написал(а):
 Планку купить не реально поскольку комп не один их целых 2 компьютерных
 класса на древнем железе и то, что я написал самый хороший еще по железу
 вариант. Vector потрогал :) понравился, красивый...почему-то не цепляет
 клавиатуру и проблемы с локалью...пока курим маны.
 Кстати а что является gtk2 приложениями и как их распознать?? Кажется gnome
 весь на gtk... или нет?

 З.Ы.
 это все понятно, что gnome, kde, open office курят в стороне, но все равно
 спасибо :)

  2007/4/8, Хопкинс [braindump] [EMAIL PROTECTED]:
  Здравствуйте, sanych.
 
  Вы писали 8 апреля 2007 г., 19:16:27:
 
   can3p пишет:
   На Fri, 23 Mar 2007 11:18:31 +0300
   Leonid Kiselev [EMAIL PROTECTED]  записано:
  
  
   Посоветуйте, что можно поставить на P3 450 64MB оперативы. Xubuntu -
   тормозит, может ее потвикать как-нибудь?
  
  
   Я этот момент решил радикально - поставил archlinux. Теперь не тормозит
 :)
 
Советую покурить в сторону CRUX. От него арч и отколупнулся. Мне арч
не слишком понравился, попробуй крюкса. Хорошая весчь.
 
  --
  Целую ручки,
  Славка Хопкинс.
 
  OxDEAF37BDE [snoop doggy dog] mail [.dot] ru
 
 
  --
  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




-- 
Maxim Pilipchuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: Изменить размер раздела

2007-04-08 Thread Maxim Pilipchuk
скачать Hiren's BootCD
там много аварийных инструментов для работы.
Скачать можно здесь:

http://www.9down.com/story.php?sid=6598

Загружаешься с него и вперед

2007/4/7, aX78  7ooo coincidences [EMAIL PROTECTED]:
 Здравствуйте.
 Дано:
 hda1  /
 hda5  swap
 hda6  /home

 Вопрос.
 Как можно перепартить винт (уменьшить раздел hda6) не перепортив инофрмации?



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



-- 
Maxim Pilipchuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: шустрый линукс

2007-04-08 Thread lbc
On 8 апреля 2007, Хопкинс [braindump] wrote:
 Здравствуйте, sanych.

 Вы писали 8 апреля 2007 г., 19:16:27:
  can3p пишет:
  На Fri, 23 Mar 2007 11:18:31 +0300
 
  Leonid Kiselev [EMAIL PROTECTED] записано:
  Посоветуйте, что можно поставить на P3 450 64MB оперативы. Xubuntu -
  тормозит, может ее потвикать как-нибудь?
 
  Я этот момент решил радикально - поставил archlinux. Теперь не тормозит
  :)

   Советую покурить в сторону CRUX. От него арч и отколупнулся. Мне арч
   не слишком понравился, попробуй крюкса. Хорошая весчь.


crux вещь не плохая , но с таким объемом памяти нужны уже собранные пакеты, а 
то пол жизни можно потерять в компиляции. 


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


Re: шустрый линукс

2007-04-08 Thread Коржевин Дмитрий Конста нтинович
Leonid Kiselev пишет:
 DSL смотрел, очень понравился, но! не понял как у него с установкой 
 новых пакетов (программ), как мне показалось эта возможность в нем 
 отсутствует, как и возможность локализации.

Элементарно. Попробуйте для начала запустить утилиту MyDSL. (ярлык на 
рабочем столе). Дистрибутив основан на Knoppix. Есть возможность 
использовать apt.. У меня этот дистрибутив отлично работает на 
стареньком ноутбуке. При этом ноутбук подключен к другому компьютеру, 
через который он получает доступ к интернет, локальной сети.

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


Re: шустрый линукс

2007-04-08 Thread Коржевин Дмитрий Конста нтинович
Leonid Kiselev пишет:
 
 Посоветуйте, что можно поставить на P3 450 64MB оперативы. Xubuntu - 
 тормозит, может ее потвикать как-нибудь?
 -- 
 С уважением
 Киселев Л.А.
 

DSL, Puppylinux

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


Re: Изменить размер раздела

2007-04-08 Thread Attid
http://www.google.ru/search?q=Hirens.BootCD.8.4ie=utf-8oe=utf-8aq=trls=com.ubuntu:ru:officialclient=firefox-a2 верхних ссылки работают. дальше не проверял =) 08.04.07, 21:44, Leonid Kiselev :линк битый :( а судя по описанию оч хорошая вещь. В свое время пытался найти что-нибудь аналогичное под линух, но за неимением лишнего времени забросил. Тру вариант конечно собрать такой дистрибутив самому, но я в этом не силен.

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


окошки лазаруса в линуксе.

2007-04-08 Thread Attid
в общем окошки в lazarus просто ужасно прыгают, не помню жаловался или нет.
использую xubuntu посмотреть можно тут.  http://slil.ru/24198194

с настройками активации игрался не помогает, помнится как то давно удалось 
добиться чтоб лазарус вел себя как-то более цивильно, но перестали работать все 
остальные приложения, отказался от этого. беда не только с лазарем но и со 
всеми программами написаных на нем.
все остальное работает на ура. 

помнится когда юзал гном тоже какие-то непонятки с окошками были 
вопрос где что ковырнуть надо? в рассылки видел кто-то упоминал про лазарус. 
хотелось бы услышать это у меня только так (порядка 7 машин проверял, разных 
версий убунту) или лыжи не едут ?

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


Re: Томоза Ubuntu из-за dsl модема....

2007-04-08 Thread rellai
В Вск, 08/04/2007 в 12:51 +0300, Коржевин Дмитрий Константинович пишет:

 127.0.0.1localhostимя_машины

А если у меня другой ip адрес все равно это прописывать?
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: Изменить размер раздела

2007-04-08 Thread Maxim Pilipchuk
ну поищи в гугле строку Hirens BootCD
У меня эта ссылка работает, но в принципе это известный диск, так что
его можно скачать в сотнях других мест.
Как ты понял, скачиваешь образ ISO - потом сбрасываешь его на диск и
ты получаешь загрузочный диск для работы с системой. Он не линуксовый,
но и какая тебе разница, каким иснтрументом ресайзить партиции? Лишь
бы данные не потерять. Про подобные инструменты построенные на линуксе
я не слышал, может они и есть, хз


08.04.07, Attid[EMAIL PROTECTED] написал(а):


 http://www.google.ru/search?q=Hirens.BootCD.8.4ie=utf-8oe=utf-8aq=trls=com.ubuntu:ru:officialclient=firefox-a

 2 верхних ссылки работают. дальше не проверял =)

 08.04.07, 21:44, Leonid Kiselev :

 линк битый :( а судя по описанию оч хорошая вещь. В свое время пытался найти
 что-нибудь аналогичное под линух, но за неимением лишнего времени забросил.
 Тру вариант конечно собрать такой дистрибутив самому, но я в этом не силен.


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




-- 
Maxim Pilipchuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: CD копирование и CD клонирование

2007-04-08 Thread Igor Goldenberg
08.04.07, aX78  7ooo coincidences[EMAIL PROTECTED] написал(а):

 Имеется один мастер-CD, нужно сделать его точную копию для студии.

cdrdao read-cd
cdrdao write

 Кто нибудь тут есть сведущий что бы мог мне объяснить в двух словах
 возможные плюсы и возможные минусы копирования компакт-диска и
 клонирования компакт-диска и возможную разницу результата?

Аудио диск? Если да, то нужно в точности передать разметку диска. Если
копировать его потреково, то зазоры между трэками могут пропасть или
измениться. Ну и для аудио дисков нужно копировать максимально
качественно, т.к. там нет избыточной информации, как на data CD,
поэтому ошибки чтения можно и не заметить. Хотя cdparanoia (и cdrdao,
использующий libcdparanoia) должны справляться с этим максимально
качественно (для линукса). Под виндой (или под wine) можно скопировать
диск ещё качественнее с помощью EAC (Exact Audio Copy).
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: шустрый линукс

2007-04-08 Thread kanat amrenov
Leonid Kiselev пишет:
 Планку купить не реально поскольку комп не один их целых 2 
 компьютерных класса на древнем железе и то, что я написал самый 
 хороший еще по железу вариант. Vector потрогал :) понравился, 
 красивый...почему-то не цепляет клавиатуру и проблемы с локалью...пока 
 курим маны.
 Кстати а что является gtk2 приложениями и как их распознать?? Кажется 
 gnome весь на gtk... или нет?

 З.Ы.
 это все понятно, что gnome, kde, open office курят в стороне, но все 
 равно спасибо :)

 2007/4/8, Хопкинс [braindump] [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:

 Здравствуйте, sanych.

 Вы писали 8 апреля 2007 г., 19:16:27:

  can3p пишет:
  На Fri, 23 Mar 2007 11:18:31 +0300
  Leonid Kiselev [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] записано:
 
 
  Посоветуйте, что можно поставить на P3 450 64MB оперативы.
 Xubuntu -
  тормозит, может ее потвикать как-нибудь?
 
 
  Я этот момент решил радикально - поставил archlinux. Теперь не
 тормозит :)

   Советую покурить в сторону CRUX. От него арч и отколупнулся. Мне арч
   не слишком понравился, попробуй крюкса. Хорошая весчь.

 --
 Целую ручки,
 Славка Хопкинс.

 OxDEAF37BDE [snoop doggy dog] mail [.dot] ru


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




 -- 
 С уважением
 Киселев Л.А. 
ltsp и никаких гвоздей в таком случае. Если два класса.

-- 
С уважением 
Амернов К.Ж.
специалист отдела информационных технологий icq: 62075765
Семипалатинский филиал Банка Туран Алем.jid: [EMAIL PROTECTED]

Registered linux user #323381

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


Re: Томоза Ubuntu из-за dsl мо дема....

2007-04-08 Thread Коржевин Дмитрий Конста нтинович
rellai пишет:
 В Вск, 08/04/2007 в 12:51 +0300, Коржевин Дмитрий Константинович пишет:
 127.0.0.1localhostимя_машины
 А если у меня другой ip адрес все равно это прописывать?
 

Это локальный адрес. Пропиши его.

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


Re: Томоза Ubuntu из-за dsl мо дема....

2007-04-08 Thread Коржевин Дмитрий Конста нтинович
rellai пишет:
 Сейчас у меня /etc/hosts прописано
 127.0.0.1 localhost
 127.0.1.1 main.LOCAL
 
 # The following lines are desirable for IPv6 capable hosts
 ::1 ip6-localhost ip6-loopback
 fe00::0 ip6-localnet
 ff00::0 ip6-mcastprefix
 ff02::1 ip6-allnodes
 ff02::2 ip6-allrouters
 ff02::3 ip6-allhosts
 

Попробуй закомментировать все, что ниже # The following lines are 
desirable for IPv6 capable hosts Оставь только:

127.0.0.1 localhost
127.0.1.1 main.LOCAL

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


Trying to run PropellerHead at Linux

2007-04-08 Thread aX78 7ooo coincidences
У кого нибудь был опыт запуска продукции PropellerHead через Gedega или
что-нибудь аналогичное по сути?





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


Re: Изменить размер раздела

2007-04-08 Thread Igor Goldenberg
09.04.07, aX78  7ooo coincidences[EMAIL PROTECTED] написал(а):

 Я знаю что в Линуксе таких программ предусмотрено раньше не было, просто
 подумал: а может быть в Ubuntu наконец придумали как решать подобные
 задачи с лёгкостью и не подвергая раздел риску потери всех данных.

Я как раз из-под Ubuntu 6.06 диска растягивал свой ext3 раздел. Без
потери данных. Это умеют:

1) parted
2) resize2fs

а может и ещё кто-то... Причём умеют это уже очень давно, и к Ubuntu
они никак не привязаны.

Вот только parted не умеет передвигать начало ext3 раздела, если это
вдруг нужно.
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


Re: Борьба со спамом

2007-04-08 Thread avator(adm)
Доброго времени суток, Коржевин.

6 апреля 2007 г., 3:14:46 я получил сообщение:

я сделал  переадресацию  на  гмаил... там отличный фильтр... но иногда
просматриваю спам, бывает и нормальные письма запихивает...

-- 
http://adel5.narod.ru
--
XMPlay -- -


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


Re: CD копирование и CD клонирование

2007-04-08 Thread aX78 7ooo coincidences
Igor Goldenberg said the following on 09.04.2007 07:16:
 08.04.07, aX78  7ooo coincidences[EMAIL PROTECTED] написал(а):

   
 Имеется один мастер-CD, нужно сделать его точную копию для студии.
 

 cdrdao read-cd
 cdrdao write

   
 Кто нибудь тут есть сведущий что бы мог мне объяснить в двух словах
 возможные плюсы и возможные минусы копирования компакт-диска и
 клонирования компакт-диска и возможную разницу результата?
 

 Аудио диск? Если да, то нужно в точности передать разметку диска. Если
 копировать его потреково, то зазоры между трэками могут пропасть или
 измениться. Ну и для аудио дисков нужно копировать максимально
 качественно, т.к. там нет избыточной информации, как на data CD,
 поэтому ошибки чтения можно и не заметить. Хотя cdparanoia (и cdrdao,
 использующий libcdparanoia) должны справляться с этим максимально
 качественно (для линукса). Под виндой (или под wine) можно скопировать
 диск ещё качественнее с помощью EAC (Exact Audio Copy).
   


Да. Аудио диск. Я знаю что нужно в точности передать разметку диска, тем
более что разметка студийная - я не знаю точно какими средствами они там
пользуются, но эти средства отличны от систем Linux и Windows. Диски
делаются с материала аналоговых лент или DAT-кассет и вероятно что диски
они режут на Маках. По-трэково - типа излечь трэки и затем закинуть их
на новый диск - однозначно не подходит. Возможны даже дополнительные
счелчки УЖЕ ПОСЛЕ ЗАПИСИ НА НОВЫЙ НОСИТЕЛЬ - так уже бывало (даже в EAC,
вероятно из-за недостаточного качества пишушего железа). В том то и дело
что можно не заметить погрешности. Оооо! EAC я конечно знаю. Но буду
пробовать Линуксовыми средствами, k3b кланирование и запись на CD/CDRW,
тестирование и внимательное прослушивание.  всё же есть сомнения по
поводу того что не удастся заметить возможные изъяны, возможно не
учитываемые (или же и того хуже - ограничиваемые) разработчиками бытовой
техники и средств БК.

EAC. Для надёжности следовало бы поставить винды, см соседнюю тему Re:
Изменить размер раздела чтобы отследить к чему мы можем прийти (своими
средствами).




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


Re: шустрый линукс

2007-04-08 Thread Leonid Kiselev

пока терминалы подняты на wtware lite, но сейчас посмотрю ссылку :)
терминалы меня очень радуют...!!!

09.04.07, kanat amrenov [EMAIL PROTECTED] написал(а):


Leonid Kiselev пишет:
 Планку купить не реально поскольку комп не один их целых 2
 компьютерных класса на древнем железе и то, что я написал самый
 хороший еще по железу вариант. Vector потрогал :) понравился,
 красивый...почему-то не цепляет клавиатуру и проблемы с локалью...пока
 курим маны.
 Кстати а что является gtk2 приложениями и как их распознать?? Кажется
 gnome весь на gtk... или нет?

 З.Ы.
 это все понятно, что gnome, kde, open office курят в стороне, но все
 равно спасибо :)

 2007/4/8, Хопкинс [braindump] [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]:

 Здравствуйте, sanych.

 Вы писали 8 апреля 2007 г., 19:16:27:

  can3p пишет:
  На Fri, 23 Mar 2007 11:18:31 +0300
  Leonid Kiselev [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] записано:
 
 
  Посоветуйте, что можно поставить на P3 450 64MB оперативы.
 Xubuntu -
  тормозит, может ее потвикать как-нибудь?
 
 
  Я этот момент решил радикально - поставил archlinux. Теперь не
 тормозит :)

   Советую покурить в сторону CRUX. От него арч и отколупнулся. Мне
арч
   не слишком понравился, попробуй крюкса. Хорошая весчь.

 --
 Целую ручки,
 Славка Хопкинс.

 OxDEAF37BDE [snoop doggy dog] mail [.dot] ru


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




 --
 С уважением
 Киселев Л.А.
ltsp и никаких гвоздей в таком случае. Если два класса.

--
С уважением
Амернов К.Ж.
специалист отдела информационных технологий icq: 62075765
Семипалатинский филиал Банка Туран Алем.jid: [EMAIL PROTECTED]

Registered linux user #323381

--
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: Изменить размер раздела

2007-04-08 Thread Sergei A. Beilin
В сообщении от 9 апреля 2007 09:18 aX78  7ooo coincidences написал(a):
 Материал в разделе /Home очень ценный, боюсь рисковать,
 нужен гарантированный метод чтобы не потерять данные 

Только бэкап.

 и главное чтобы не потерять уже установленную и отстоенную 
 в течение времени систему Ubuntu.

Бэкап /etc, возможно что-то из /var, +список пакетов.

-- 
С уважением, Сергей Бейлин
Jabber ID: [EMAIL PROTECTED]
-- 
ubuntu-ru mailing list
ubuntu-ru@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru


problème imprimante HP 960c

2007-04-08 Thread Paskal Coiffard
Bonjour,

Quelqu'un peut-il m'aider à installer mon imprimante HP? J'ai té me
balader sur les forums mais je n'ai pas trouvé la réponse.
Voici le problème:
Matériel: impimante HP Deskjet 960c, portable Fujitsu Siemens Amilo Xi
1526
Cette imprimante à un port parallèle, le portable n'ayant que de l'usb,
j'ai acheté un cordon parallèle/usb.
Sous windows (chut) ça fonctionne donc le cordon est ok.

Lorsque je connecte la bête, celle-ci est détectée. C'est à dire qu'une
fenêtre gnome-cups s'affiche.
Par contre cette fenêtre m'indique qu'aucune imprimante n'est détectée!
Port de l'imprimante : hp no_device found

Je choisi donc imprimante locale puis la marque, le modèle. Le pilote
recommendé est hpijs qui est installé.

A la dernière étape, qe dois-je mettre dans la case emplacement? Est-ce
là le problème?

Lorsque je lance foomatic-gui, je vois bien l'imprimante, que je définie
par défaut. Sur propriété, j'ai ( lignes:
Serial Port #1 Unknown
Serial Port #2 Unknown
Serial Port #3 Unknown
Serial Port #4 Unknown
HP queue hp:/no_device_found

Bien évidemment l'impression d'une page test ne donne pas de résultat.

Merci pour votre aide.

Paskal



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


Re: chown refusé

2007-04-08 Thread joel
Le Lundi 26 Mars 2007 20:28, [EMAIL PROTECTED] a écrit :
 sudo chown -R cedric:cedric /media/sda1

Et en 2 étapes ?
- sudo -s
- chown -R cedric:cedric /media/sda1

-- 
Joël

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


Re: Vu sur le planet Ubuntu

2007-04-08 Thread Mr Kagasses
Ouattara Oumar Aziz a écrit :
 http://www.tenshu.fr/linex-une-implementation-regionale-exemplaire/
 
 Super Interessant !
 
 
A quand le k_linex qui mouchera notre loi dadvsi...?

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


Re: Vu sur le planet Ubuntu

2007-04-08 Thread Nathanaël Martel




En priode lectoral, a pourrait tre intressant qu'ils se jettent
sur le crneau !

Enfin ceci dit, certains ont dj une opinion sur la question,  lire
sur http://www.candidats.fr/annuaire.php
Nat
http://zvezdafolk.blogspot.com



Patrick LASSERONT a crit:

  Ouattara Oumar Aziz a crit :
  
  
http://www.tenshu.fr/linex-une-implementation-regionale-exemplaire/

Super Interessant !


  

  
  Salut,

ok, magnifique, prsentation courte claire, prcise et trs bien 
arguments surtout aux niveau des conomies.

o y a-t-il une liste de toutes les adresses mails de nos politiciens 
belge et francais et ou francophones?

Ce serait bien de leur faire suivre et les inviter   rflchir sur 
l'opportunit d'imiter ce qui marche bien surtout qu'il y  possibilit 
d'auto financement gce aux conomies de licences.




  




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

chmod 751 /etc/sudoers : help!

2007-04-08 Thread Mr Kagasses
[EMAIL PROTECTED]:/etc$ sudo guser
sudo: /etc/sudoers is mode 0751, should be 0440
[EMAIL PROTECTED]:/etc$ chmod 0440 /etc/sudoers
chmod: modification des permissions de `/etc/sudoers': Opération non
[EMAIL PROTECTED]:~$ sudo visudo /etc/sudoers
Password:
usage: visudo [-c] [-f sudoers] [-q] [-s] [-V]
[EMAIL PROTECTED]:~$ sudo visudo -f /etc/sudoers
visudo: sudoers file unchanged
[EMAIL PROTECTED]:~$ sudo chmod 751 /etc/sudoers

Je n'ai pas fait n'importe quoi...juste vérifié que sudoers était bien
protègé...!

Le pb : je ne savais pas que sous edgy-fiesty-restricted, il fallait
prendre en comptes les droits d'auteur...

pourquoi il m'a pris le numéro '751' ?

Quel est le nom-fichier du gestionnaire de droits users-gpr, si je suis
plutot sous gnome?.


permise
[EMAIL PROTECTED]:/etc$ sudo chmod 0440 /etc/sudoers
sudo: /etc/sudoers is mode 0751, should be 0440
[EMAIL PROTECTED]:/etc$ sudo chmod 440 /etc/sudoers
sudo: /etc/sudoers is mode 0751, should be 0440
[EMAIL PROTECTED]:/etc$ sudo chmod 0440 /etc/sudoers
sudo: /etc/sudoers is mode 0751, should be 0440

Je n'arrive pas à revenir en arrière!...

Merci de vos tuyaux avertis , car il m'a bien pris les droits 751! a+

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


Re: problème imprimante HP 960c

2007-04-08 Thread Mr Kagasses
Paskal Coiffard a écrit :
 Fais dans un terminal texte du genre 'konsole linux' : sudo lspci
 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and
 945GT Express Memory Controller Hub (rev 03)
 00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and
 945GT Express PCI Express Root Port (rev 03)
 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
 Definition Audio Controller (rev 02)
 00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
 Port 1 (rev 02)
 00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express
 Port 3 (rev 02)
 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
 #1 (rev 02)
 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
 #2 (rev 02)
 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
 #3 (rev 02)
 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI
 #4 (rev 02)
 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI
 Controller (rev 02)
 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface
 Bridge (rev 02)
 00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE
 Controller (rev 02)
 00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family)
 Serial ATA Storage Controller AHCI (rev 02)
 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller
 (rev 02)
 01:00.0 VGA compatible controller: nVidia Corporation Unknown device
 0398 (rev a1)
 04:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG
 Network Connection (rev 02)
 05:04.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A
 IEEE-1394a-2000 Controller (PHY/Link)
 05:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169
 Gigabit Ethernet (rev 10)
 05:07.0 RAID bus controller: VIA Technologies, Inc. VT6421 IDE RAID
 Controller (rev 50)
 
 Et donne mous toutes la liste des réponses qui décrivent en détail les
 cartes de ta machine.
 Un 'sudo lsmod' nous dirait aussi si tu as bien tous les pilotes qu'il
 te faut : du genre 'paralelle-usb' ou qqchose de ce genre..
 Module  Size  Used by
 usb_storage75072  2 
 libusual   17040  1 usb_storage
 binfmt_misc13448  1 
 rfcomm 42260  0 
 l2cap  27136  5 rfcomm
 vmnet  41900  13 
 vmmon 118636  0 
 speedstep_centrino  9760  1 
 cpufreq_userspace   5408  0 
 cpufreq_stats   7744  0 
 freq_table  6048  2 speedstep_centrino,cpufreq_stats
 cpufreq_powersave   2944  0 
 cpufreq_ondemand8876  2 
 cpufreq_conservative 8712  0 
 video  17540  0 
 tc1100_wmi  8324  0 
 sbs16804  0 
 sony_acpi   6412  0 
 pcc_acpi   14080  0 
 i2c_ec  6272  1 sbs
 hotkey 11556  0 
 dev_acpi   12292  0 
 button  7952  0 
 battery11652  0 
 container   5632  0 
 ac  6788  0 
 asus_acpi  17688  0 
 nls_utf83200  3 
 ntfs  112116  3 
 ipv6  272288  10 
 sbp2   24584  0 
 parport_pc 37796  0 
 lp 12964  0 
 parport39496  2 parport_pc,lp
 af_packet  24584  2 
 joydev 11200  0 
 snd_hda_intel  20116  1 
 snd_hda_codec 164608  1 snd_hda_intel
 tsdev   9152  0 
 snd_pcm_oss47360  0 
 snd_mixer_oss  19584  1 snd_pcm_oss
 sg 37404  0 
 ipw3945   124576  1 
 usbhid 45152  0 
 hci_usb18068  2 
 usblp  15488  0 
 r1000  17792  0 
 bluetooth  53476  7 rfcomm,l2cap,hci_usb
 i2c_core   23424  1 i2c_ec
 snd_pcm84612  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
 snd_timer  25348  1 snd_pcm
 r8169  32136  0 
 snd58372  8
 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
 ieee80211  35272  1 ipw3945
 ieee80211_crypt 7552  1 ieee80211
 psmouse41352  0 
 evdev  11392  2 
 serio_raw   8452  0 
 intel_agp  26012  1 
 agpgart34888  1 intel_agp
 shpchp 42144  0 
 pci_hotplug32828  1 shpchp
 soundcore  11232  1 snd
 snd_page_alloc 11400  2 snd_hda_intel,snd_pcm
 ext3  142856  3 
 jbd62228  1 ext3
 ohci1394   37040  0 
 ieee1394  306104  2 sbp2,ohci1394
 uhci_hcd   24968  0 
 ehci_hcd   34696  0 
 usbcore   134912  8
 

Re:[résolu] chmod 751 /etc/sudoers : help!

2007-04-08 Thread Mr Kagasses
Mr Kagasses a écrit :
 [EMAIL PROTECTED]:/etc$ sudo guser
 sudo: /etc/sudoers is mode 0751, should be 0440
 [EMAIL PROTECTED]:/etc$ chmod 0440 /etc/sudoers
 chmod: modification des permissions de `/etc/sudoers': Opération non
 [EMAIL PROTECTED]:~$ sudo visudo /etc/sudoers
 Password:
 usage: visudo [-c] [-f sudoers] [-q] [-s] [-V]
 [EMAIL PROTECTED]:~$ sudo visudo -f /etc/sudoers
 visudo: sudoers file unchanged
 [EMAIL PROTECTED]:~$ sudo chmod 751 /etc/sudoers
 
 Je n'ai pas fait n'importe quoi...juste vérifié que sudoers était bien
 protègé...!
 
 Le pb : je ne savais pas que sous edgy-fiesty-restricted, il fallait
 prendre en comptes les droits d'auteur...
 
 pourquoi il m'a pris le numéro '751' ?
 
 Quel est le nom-fichier du gestionnaire de droits users-gpr, si je suis
 plutot sous gnome?.
 
 
 permise
 [EMAIL PROTECTED]:/etc$ sudo chmod 0440 /etc/sudoers
 sudo: /etc/sudoers is mode 0751, should be 0440
 [EMAIL PROTECTED]:/etc$ sudo chmod 440 /etc/sudoers
 sudo: /etc/sudoers is mode 0751, should be 0440
 [EMAIL PROTECTED]:/etc$ sudo chmod 0440 /etc/sudoers
 sudo: /etc/sudoers is mode 0751, should be 0440
 
 Je n'arrive pas à revenir en arrière!...
 
 Merci de vos tuyaux avertis , car il m'a bien pris les droits 751! a+
 

En repassant en recovery mode j'ai pu remettre les droits 0440, comme je
n'aurais JAMAIS du y toucher...!

Heureusement la ubuntu est un linux-école très très bien conçu et étudié
afin de permettre qq imprudences aux amateurs de sensations fortes que
je suis!

et vérifier -du moins comme je le crois!- les droits users.
a+

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


Re: Vu sur le planet Ubuntu

2007-04-08 Thread Gallaire Christophe
Bonjour à tous, merci Ouattara Oumar Aziz de sortir des limbes de
l'oubli ce reportage de 2003 ! 

Ouattara Oumar Aziz a écrit :

   http://www.tenshu.fr/linex-une-implementation-regionale-exemplaire/

Pour compléter l'info, aKa a consacré en février 2007, un beau billet à
cette distribution phare et aux enjeux de cette révolution culturelle et
économique !

http://framablog.org/index.php/post/2007/01/19/Que-l-Estremadure-libre-fasse-ecole

L'article sur wikipedia est quant à lui bien peu bavard... Neutralité
oblige : http://fr.wikipedia.org/wiki/GnuLinEx

L'intérêt de l'article est plus dans les liens qu'il propose...

Pour info : http://www.linex.org

 
Le dimanche 08 avril 2007 à 09:38 +0200, Nathanaël Martel a écrit :
 En période électoral, ça pourrait être intéressant qu'ils se jettent
 sur le créneau !

Faut pas trop rêver, vu la tournure de la campagne, c'est une
authentique guignols party !

 Enfin ceci dit, certains ont déjà une opinion sur la question, à lire
 sur http://www.candidats.fr/annuaire.php

Les promesses n'engagent bien souvent que ceux qui les écoutent !
Variante de la fable de La Fontaine... Maître Corbeau sur un arbre
perché...

@llez bonne journée !

-- 
Christophe Gallaire
[EMAIL PROTECTED]

http://www.getgnulinux.org/fr/ (Passez à Linux en douceur !)
http://ubunteros.tuxfamily.org (Pour bien débuter sous Linux Ubuntu)

L'informatique et les ordinateurs nous donnent la possibilité de révolutionner 
notre façon de vivre au quotidien, mais c'est à nous de choisir si cette 
révolution 
doit aboutir à un Moyen-Âge technologique obscur dominé par quelques sombres
seigneurs féodaux qui s'approprient l'écriture et tout moyen de
communication de l'information pour collecter des impôts chaque fois que
l'on respire, ou si l'on veut plutôt arriver à un monde ouvert et
moderne...

Roberto Di Cosmo


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


Re: A propos du démarrage kubuntu...

2007-04-08 Thread Alain Audebeau
Le Thu, 22 Mar 2007 16:04:34 +0100,
Patrick Gelin [EMAIL PROTECTED] a écrit :

 Bonjour à tous,
 
 J'ai installé ubuntu-desktop, puis par la suite kubuntu-desktop. Je
 voulais simplement bénéficier de certaines applications KDE mais
 comme j'ai fait l'expérience qu'elles fonctionnent mal sans
 l'installation complète de kubuntu alors j'ai tous chargé. J'ai gardé
 GDM comme gestionnaire de fenêtre, donc mon écran de login à
 l'apparence de gnome. Par contre, entre grub et l'écran de login j'ai
 le chargement du système avec 'kubuntu'. Je voudrais virer ça et être
 'dans l'environnement Gnome' tous le temps... Comment faire?
 
 Merci pour votre aide!
 
 
sudo update-alternatives --config usplash-artwork.so

Citation d'un message de cette liste

Tu peux aussi lancer
sudo update-alternatives --all

et ça va te poser la question pour toutes les alternatives recensées
sur la machine.

A noter galternatives, qui fait la même chose en graphique (à lancer 
avec sudo depuis une console ou avec gksu depuis X).

J'ai déjà moi même répondu plusieurs fois à ce problème. une petite
recherche update alternative usplash sur le forum devrait t'aider à
résoudre l'incident si la commande citée plus haut ne fonctionnait pas
selon tes désirs.

Bonsoir
-- 
Alain

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


Re[2]: mot de passe demarrage

2007-04-08 Thread Christian Benes
Hello Maxime,

Wednesday, March 21, 2007, 11:46:15 AM, you wrote:

MD nasri hazem a écrit :
 
 comment peut-on configurer ubuntu pour qu'il demande
 pas de mot de passe au demarrage (en mode graphique).
 

MD système/Administration/fenêtre de connexion/sécurité/activer connexion auto

  
 Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
 Profitez des connaissances, des opinions et des expériences des internautes 
 sur Yahoo! Questions/Réponses 
 http://fr.answers.yahoo.com
 

MD pas de pub svp

MD -- 
MD Maxime DANIS

Et pour presque la même question :
comment peut-on configurer Ubuntu pour qu'il ne demande pas de mot
de passe à l'écran de login en mode graphique ?
(qui n'est pas : comment configurer Ubuntu pour qu'il se logue
automatiquement à l'écran de login sans demander un mot de passe ?)

ie, ayant plusieurs utilisateurs déclarés, je souhaite pour certains
ne pas avoir de mot de passe (exemple: Guest), comment faire ?
(Nota : bien sûr, pas pour le compte sudo)

Merci.

-- 
 Christianmailto:[EMAIL PROTECTED]


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


Re: Cherche bookmark manager....

2007-04-08 Thread Patrick Gelin
Lilian Robert wrote:

 On 3/21/07, Patrick Gelin [EMAIL PROTECTED] wrote:

 Bonjour,

 J'en ai marre du menu bookmark de firefox, je trouve que ce n'est vriment
 pas pratique quand on a une centaine de liens à sauvegarder. Existe t-il
 un
 bookmark manager digne de ce nom? Je pense aussi a un outil qui fairait
 en même temps la gestion des références bibliographiques...

 Merci pour votre aide.

 Patrick
 
 
 
 Salut,
 
 J'utilise http://del.icio.us qui est un service en ligne. Le très gros
 avantage étant que tu disposes de tes bookmarks où que tu te trouves.  Ca
 marche de manière très simple et tu peux ajouter des boutons à firefox
 pour ajouter un bookmark ou consulter tes bookmarks.
 
 A+Lilian
Je te remercie très sincèrement de m'avoir fait découvrir
http://del.icio.us. C'est génial! c'est exctement ce que je cherchais.
Enfin une solution professionnelle!

Mais je n'ai pas vue de plugin pour konqueror, seulement firefox. C'est déjà
pas mal.

Merci!


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


[Bug 104079] Re: Ubuntu splash screen forces 640x480 resolution

2007-04-08 Thread Brian Murray
** Changed in: usplash (Ubuntu)
Sourcepackagename: None = usplash

-- 
Ubuntu splash screen forces 640x480 resolution
https://bugs.launchpad.net/bugs/104079
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104015] Re: [apport] vbetool crashed when getting out of hibernation

2007-04-08 Thread Brian Murray
** Changed in: vbetool (Ubuntu)
   Importance: Undecided = Medium

-- 
[apport] vbetool crashed when getting out of hibernation
https://bugs.launchpad.net/bugs/104015
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 84936] Re: hpijs-ppds package does not automatically install in Kubuntu feisty herd 3 install

2007-04-08 Thread maco
Confirmed for Ubuntu Feisty as well.  I'm changing it to ubuntu base
since Kubuntu/Ubuntu/Edubuntu/Xubuntu all share that.

-- 
hpijs-ppds package does not automatically install in Kubuntu feisty herd 3 
install
https://bugs.launchpad.net/bugs/84936
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 84936] Re: hpijs-ppds package does not automatically install in Kubuntu feisty herd 3 install

2007-04-08 Thread maco
I marked it hplip instead since it should have been pulled in with that
and because ubuntu-base isn't an option (considered part of ubuntu-
meta instead)

** Changed in: hplip (Ubuntu)
Sourcepackagename: kubuntu-meta = hplip
   Status: Unconfirmed = Confirmed

-- 
hpijs-ppds package does not automatically install in Kubuntu feisty herd 3 
install
https://bugs.launchpad.net/bugs/84936
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 58019] Re: Xorg freezes because of nvidia-driver

2007-04-08 Thread Cameron Gorrie
This bug happens for me as well on Feisty.
Started happening right after a system update switched me over from nvidia-glx 
to nvidia-glx-legacy, like Antonio stated. Using the nv driver instead of 
nvidia provides unlimited use of my machine without any instability. With the 
nvidia driver from nvidia-glx-legacy, a crash happens without fail in the first 
1-5 mintues of use.

nVidia GeForce4 MX 440, AGP. Athlon XP 2000+, KT333 chipset.

-- 
Xorg freezes because of nvidia-driver
https://bugs.launchpad.net/bugs/58019
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 55648] Re: LCD panel won't stay powered off

2007-04-08 Thread Davyd
*** This bug is a duplicate of bug 71368 ***
https://bugs.launchpad.net/bugs/71368

This is still broken after a suspend/resume cycle (S3). Things are
working correctly before suspend/resume.

-- 
LCD panel won't stay powered off
https://bugs.launchpad.net/bugs/55648
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 95318] Re: F-spot stuck in infinite loop

2007-04-08 Thread lix
I've got the same bug on Feisty Fawn 7.04 testing (Linux 2.6.20-14-generic #2 
SMP). F-Spot  Version 0.3.5.0
The application doesn't crash. It seems to go into a infinite loop. Then the 
process takes up to 80% CPU usage in the background and doesn't stop until I do 
sudo killall f-spot in the console.

[EMAIL PROTECTED]:~$ ps aux | grep f-spot
user  17857 79.2  1.8  59944 19100 ?Rl   07:53   1:05 f-spot 
/usr/lib/f-spot/f-spot.exe

-- 
F-spot stuck in infinite loop
https://bugs.launchpad.net/bugs/95318
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 25840] Re: RFE: defer font cache regeneration until last font package

2007-04-08 Thread chibiace
I have a similar situation to yonderway. it takes several minutes per
regeneration on the machine i am installing xubuntu-desktop onto.

-- 
RFE: defer font cache regeneration until last font package
https://bugs.launchpad.net/bugs/25840
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 99790] Re: Unable to utilize keyboard on Blade 100 and 150

2007-04-08 Thread Paulo Tanimoto
Of course, I couldn't resist the temptation and went ahead with a dist-
upgrade.  Things went relatively smoothly.  I will report the issues on
ubuntuforums to avoid going off-topic here.

Related to our problem, the new kernel boots but the keyboard doesn't
work again.  Fortunately, I have sshd running, so I can still use the
system from another computer.

This might be good for debugging, because now I can gather information
that we couldn't with the installation disc.  Any ideas are appreciated.

-- 
Unable to utilize keyboard on Blade 100 and 150
https://bugs.launchpad.net/bugs/99790
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 84410] Re: [apport] gaphor crashed with TypeError: Cannot create a consistent method resolution

2007-04-08 Thread ||dELm||
*** This bug is a duplicate of bug 30344 ***
https://bugs.launchpad.net/bugs/30344

Same problem here.. lots of reports on this.
running feisty beta 1 also

-- 
[apport] gaphor crashed with TypeError: Cannot create a consistent method 
resolution
https://bugs.launchpad.net/bugs/84410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 71368] Re: Laptop backlight stays always on

2007-04-08 Thread Davyd
Still a problem after suspend/resume. Works from initial boot until
before suspend/resume (S3).

** Changed in: xorg (Ubuntu)
   Status: Fix Released = Unconfirmed

-- 
Laptop backlight stays always on
https://bugs.launchpad.net/bugs/71368
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104358] Gnome weather applet: weather in Amsterdam location is not updated anymore.

2007-04-08 Thread Herman Jongkind
Public bug reported:

Reported Weather is not updated since April 03, 22:25. Other locations
work fine.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Gnome weather applet: weather in Amsterdam location is not updated anymore.
https://bugs.launchpad.net/bugs/104358
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 19414] Re: Ubuntu device database fails to send hardware data

2007-04-08 Thread paul-lmi
this isn't proxy related.  i can confirm it over a non-proxy residential
connection.  proxy settings set to auto-detect, and connectivity
confirmed prior to opening the hw database.

-- 
Ubuntu device database fails to send hardware data
https://bugs.launchpad.net/bugs/19414
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


Re: [Bug 79161] Re: assertion failiure in ticket_renew at xine.c line 168

2007-04-08 Thread Ahmed
Dear Reinhard

I have downloaded the Ubuntu (GNOME) Feisty Fawn beta and burned it to a CD,
but when I try it it does not detect my resolution correctly, so
unfortunately I am unable to generate a crash file.

If there is any other way I can help, please tell me.

From Ahmed



On 3/21/07, Reinhard Tartler [EMAIL PROTECTED] wrote:

 Ahmed, does your crash happen in feisty as well? Would you be able to
 generate a crash file and attach it to this bug please?

 ** Summary changed:

 - totem-xine crashes
 + assertion failiure in ticket_renew at xine.c line 168

 ** Description changed:

 - Binary package hint: totem-xine
 + ticket_renew (this=0x83e00d0, irrevocable=0) at xine.c

 - When I watch a video for a long time with totem-xine,totem-xine crashes
 - by itself for no reason.
 -
 - Also,when I pause,skip and take screenshots of a video with totem-xine
 - too much,totem-xine crashes for no reason.
 -
 - In the About Totem Movie Player window,it says:
 -
 - Totem Movie Player 2.16.2, Movie Player using xine-lib version 1.1.2 and
 - GNOME, Copyright (c) 2002-2006 Bastien Nocera
 + Thread 6 (Thread -1308955744 (LWP 5882)):
 + #0  0xe410 in __kernel_vsyscall ()
 + #1  0xb7325816 in pthread_cond_wait@@GLIBC_2.3.2 ()
 +from /lib/tls/i686/cmov/libpthread.so.0
 + #2  0xb74c6b47 in ticket_renew (this=0x83e00d0, irrevocable=0) at xine.c
 :168
 + #3  0xb74d45f7 in video_decoder_loop (stream_gen=0x8978f78)
 + at video_decoder.c:389
 + #4  0xb7322504 in start_thread () from
 /lib/tls/i686/cmov/libpthread.so.0
 + #5  0xb70f551e in clone () from /lib/tls/i686/cmov/libc.so.6

 --
 assertion failiure in ticket_renew at xine.c line 168
 https://launchpad.net/bugs/79161


-- 
assertion failiure in ticket_renew at xine.c line 168
https://bugs.launchpad.net/bugs/79161
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104359] FTBFS on Feisty, `build-aux/ylwrap' not found

2007-04-08 Thread Micah Cowan
Public bug reported:

Binary package hint: coreutils

configure.ac: required file `build-aux/ylwrap' not found
configure.ac:   `automake --add-missing' can install `ylwrap'
autoreconf: automake failed with exit status: 1
make: *** [configure-stamp] Error 1

The following patch allowed it to build for me:

--- debian/rules.orig   2007-04-07 21:13:56.0 -0700
+++ debian/rules2007-04-07 23:36:08.0 -0700
@@ -53,7 +53,7 @@
 configure-stamp: $(patched)
dh_testdir
 
-   cd $(BUILD_TREE)  autoreconf
+   cd $(BUILD_TREE)  automake --add-missing  autoreconf
 
cd $(BUILD_TREE)  CFLAGS=$(CFLAGS) \
LDFLAGS=$(LDFLAGS) ./configure \

** Affects: coreutils (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
FTBFS on Feisty, `build-aux/ylwrap' not found
https://bugs.launchpad.net/bugs/104359
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 104317] Re: Please merge roundup 1.2.1-9 from Debian unstable

2007-04-08 Thread Bug Watch Updater
** Changed in: roundup (Debian)
   Status: Unknown = Fix Released

-- 
Please merge roundup 1.2.1-9 from Debian unstable
https://bugs.launchpad.net/bugs/104317
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for 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   >