Re: [gentoo-user] who wants to install mozilla-firefox in my system?

2007-10-31 Thread Mauro Faccenda
On Wednesday 31 October 2007 08:46:38 Arnau Bria wrote:
 I don't want this package, but I don't know who's trying to install
 it...

 here's is part of emerge -uDpt world:
 [...]
 [ebuild  NS   ] dev-java/eclipse-ecj-3.3.0-r1
 [ebuild U ] dev-java/sun-jre-bin-1.6.0.03 [1.6.0.02]
 [ebuild U ] mail-client/claws-mail-3.0.2 [3.0.1]
 [nomerge  ] net-www/mplayerplug-in-3.45
 [ebuild  N]  www-client/mozilla-firefox-2.0.0.8  USE=-bindist -debug

mplayerplug-in is the answer.

probably because it needs the firefox's headers to compile the plugin. if it 
don't need the headers, i think it should be a bug in the .ebuild, it should 
depend on mozilla-firefox OR mozilla-firefox-bin, or something like it.

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-13 Thread Mauro Faccenda
David Snider wrote:
 Mauro Faccenda wrote:

 try greping for fuck or shit in the kernel source. ;)

 []'s
 .m
   
 I couldn't help myself...
 
 Fri Oct 12 22:10:27 2007
 [EMAIL PROTECTED] /usr/src/linux
 # find . -type f -exec grep fuck {} \;

just a tip: it shoud be better if you do like this:

# cd /usr/src/linux
# grep -ir fuck .

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] unsubscrube

2007-10-12 Thread Mauro Faccenda
Pongracz Istvan wrote:
 2007. 10. 12, péntek keltezéssel 13.41-kor Dan Farrell ezt írta:
 On Fri, 12 Oct 2007 19:49:14 +0200
 Pongracz Istvan [EMAIL PROTECTED] wrote:

 2007. 10. 12, péntek keltezéssel 12.04-kor Dan Farrell ezt írta:
 On Fri, 12 Oct 2007 12:01:04 -0500
 Karl Haines [EMAIL PROTECTED] wrote:

 unsubscrube

 goodbye
 I was tired this evening (here) but this mail give me some power :)
 I like this :)

 Cheers,
 István

 i am glad to hear the amusement ;)
 
 One time I read the linux kernel code, for some reasons.
 I found a similar if-then section several years ago, I do not remember
 exactly:
 
 if something == 1 then ok;
 if something == 2 then ok;
 if something == 3 then ok;
 if something == 4 this is sucks;

try greping for fuck or shit in the kernel source. ;)

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] KDE HAL - Tray icon

2007-07-30 Thread Mauro Faccenda
On Monday 30 July 2007 20:36, Dave Oxley wrote:
 Just a simple question: Is there a try icon for unmounting removable
 hardware (USB sticks etc)? Currently I go into konquerer and browse to
 media://, right mouse click and click 'safely remove'. Its just a little
 annoying!

add a applet called storage media to your panel.

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Moving linux system to another partition

2007-06-08 Thread Mauro Faccenda
On Friday 08 June 2007 12:39, Aleksey Kunitskiy wrote:

  When I moved around on harddisks some years ago, I followed some
  instructions found on the suse-hp. And they used tar.

 Any helpful suggestions(links?) ?

if you are doing it between different filesystems, keep in mind that some 
doesn't store the same informations about the files...

and would be better if the filesystem from where you will copy, is mounted in 
read-only mode.

if you are only aware about permissions, you can use tar -p but, if the 
destination filesystem is the same or unix-like (not vfat or ntfs) i'd prefer 
using rsync -a to doing this job.

but if you have any doubt... the manual is your friend. ;)

man tar
man rsync
man cp

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Moving linux system to another partition

2007-06-08 Thread Mauro Faccenda
On Friday 08 June 2007 12:54, Albert Hopkins wrote:
 On Fri, 2007-06-08 at 18:05 +0300, Aleksey Kunitskiy wrote:
  Hi all,
 
  Is it safe to move my linux system by using:
  #cp -rp /mnt/old_part /mnt/new_part
  and approriate changes in grub.conf/fstab on new system location ?

 'cp -a' (or better rsync -a) is probably better than 'cp -rp' for that
 purpose.  But what I usually do is 'tar -c ... | tar -x ...'.  I don't
 really know if it's better or not than using 'cp'. I just do it out of
 habit.

if you do tar in this way, is better to use tar -pc ... | tar -px ...

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [perhaps OT] ssh from Gentoo into a RedHat server

2007-05-31 Thread Mauro Faccenda
On Thursday 31 May 2007 07:42, Mick wrote:
 On Wednesday 30 May 2007 21:42, Mauro Faccenda wrote:
  On Wednesday 30 May 2007 16:57, Mick wrote:
   I find it confusing.  First of all I do not have a id_rsa.
 
  it tries the default keys (id_rsa or id_dsa), if exists.

 id_rsa does not exist in my local /home/michael/.ssh/ only id_dsa is there
 and the public key that I have saved in /home/mic/.ssh/authorized_keys on
 the server is my corresponding id_dsa.pub.

  if you don't want
  it to try it, you can use the -i parameter to ssh pointing to your
  private key (ssh -i ~/.ssh/id_dsa user@server),

 Trying with the -i option also fails:
 ==
  $ ssh -v -p 22 -i /home/michael/.ssh/id_dsa mick@blah-blah
 [snip]
 debug1: Found key in /home/michael/.ssh/known_hosts:18
 debug1: ssh_rsa_verify: signature correct
 debug1: Enabling compression at level 6.
 debug1: SSH2_MSG_NEWKEYS sent
 debug1: expecting SSH2_MSG_NEWKEYS
 debug1: SSH2_MSG_NEWKEYS received
 debug1: SSH2_MSG_SERVICE_REQUEST sent
 debug1: SSH2_MSG_SERVICE_ACCEPT received
 debug1: Authentications that can continue:
 publickey,gssapi-with-mic,password debug1: Next authentication method:
 publickey
 debug1: Offering public key: /home/michael/.ssh/id_dsa
 debug1: Authentications that can continue:
 publickey,gssapi-with-mic,password debug1: Next authentication method:
 password
 ==

that's strange.

which version of openssh do you use in the server and the client?
mine:
client: OpenSSH_4.5p1
server: OpenSSH_4.4p1

here mine output doing ssh to a server with only key authentication enabled:

i don't have the id_dsa.pub in my local machine too.

===
debug1: Found key in /home/faccenda/.ssh/known_hosts:8
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Trying private key: id_dsa
debug1: PEM_read_PrivateKey failed
debug1: read PEM private key done: type unknown
Enter passphrase for key 'id_dsa':
===

the failed part was because my key is password protected, so it asks me.

 That's right, so why does it:
 ==
 debug1: Trying private key: /home/michael/.ssh/id_rsa --this doesn't exist
 debug1: Offering public key: /home/michael/.ssh/id_dsa --this is my
 private key
 ==

i didn't noticed this line... really strange.

how your id_dsa was created? is it corrupted or does it has a public key on it 
instead?

you should try creating your key pair again with:

$ ssh-keygen -t dsa

i would like to see the content of this file (or, at least the headers), but 
its a PRIVATE key. ;)

the headers of mine:

-BEGIN DSA PRIVATE KEY-
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,933FEB2C1C691496


   PS. Not sure if this is relevant but although my user name on the
   server is mick, for reasons better known to him the sysadmin has
   created my home directory as /home/mic - could it be that sshd is
   looking for /home/mick?
 
  that messages isn't from the server, is from client running locally. but
  it doesnt matter for what you want.

 It matters if the server is trying to find id_dsa.pub in a non-existing
 directory.

but as i said, that message isn't from the server. being a redhat, i suppose 
that it uses redhat with more less the default configuration, that tries to 
read your public key on your user home in the server (~/.ssh/authorized_users 
or ~/.ssh/authorized_users2). and openssh knows where to look at. even when 
the home of the user isn't the default which is your case, right?

hope it helps,
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [perhaps OT] ssh from Gentoo into a RedHat server

2007-05-31 Thread Mauro Faccenda
On Thursday 31 May 2007 09:38, Hans-Werner Hilse wrote:
 wrote:
Second, my id_dsa is my private key not my public key.  My public
key is id_dsa.pub
  
   but you will need your private key to be authenticated. that's why
   it is *private*.
 
  That's right, so why does it:
  ==
  debug1: Trying private key: /home/michael/.ssh/id_rsa --this doesn't
  exist debug1: Offering public key: /home/michael/.ssh/id_dsa --this is
  my private key ==

 What is wrong with that? It just says it is trying to access id_rsa,
 not that there is one. So it fails, of course. So not existing key
 isn't a matter here. It's _debugging_ output, so not necessarily
 important information.

 Using the private key is absolutely normal. A test message is encrypted
 using it and is then being sent to the server, hence the term offering.

 I don't see what you are wondering about here.

what's wrong there is that it's saying that id_dsa is a PUBLIC key. ;)

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [perhaps OT] ssh from Gentoo into a RedHat server

2007-05-30 Thread Mauro Faccenda
On Wednesday 30 May 2007 16:57, Mick wrote:
 Hi All,

[...]

 I find it confusing.  First of all I do not have a id_rsa.

it tries the default keys (id_rsa or id_dsa), if exists. if you don't want it 
to try it, you can use the -i parameter to ssh pointing to your private key 
(ssh -i ~/.ssh/id_dsa user@server),

 Second, my id_dsa is my private key not my public key.  My public key is 
 id_dsa.pub 

but you will need your private key to be authenticated. that's why it is 
*private*.

 Is this a server configuration issue, or something to do with my Gentoo set
 up?

ana in the server you'll need to put your *public* key into 
~/.ssh/authorized_keys file.

 PS. Not sure if this is relevant but although my user name on the server is
 mick, for reasons better known to him the sysadmin has created my home
 directory as /home/mic - could it be that sshd is looking for /home/mick?

that messages isn't from the server, is from client running locally. but it 
doesnt matter for what you want.

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gentoo and KISS ?

2007-05-18 Thread Mauro Faccenda
On Friday 18 May 2007 15:04, arnuld wrote:
 OK, i found Gentoo a great incident of my life :-), 10 installations
 and on 11th time i knew what went wrong in last 10 times and from
 there it never went wrong ;-). i   want to use Gentoo but i have one
 doubt.  i am much more inclined towards using simple things, like
 simplicity in designing an OS. i see, CRUX and Arch are based on
 simplicity, the KISS principle and nothing else.

 i want to know whether Gentoo has simplicity or KISS and clean
 structure in its design as an OS ?  this is the only thing that is
 stopping me from using Gentoo. Gentoo philosophy says *nothing* about
 simplicity, it talks only about customisation. any idea of if KISS is
 present in Gentoo design ?


 NOTE: i have observed one thing. i have used Gentoo for 2 days only
 and now i am trying to use Arch and CRUX but i see, for me,  it is
 very difficult to use and work with them them since i am getting used
 to a lower level of things. happened with anybody ?

AFAIK, Gentoo filosophy is about choices.

If you want it simple, you can keep it simple. If you don't, you can do it 
too.

And you discovered what was going wrong in your first 10 installations, right? 
Can you tell if it was well documentated? If it was your mistake in jumping 
some topics of the handbook?

I am a experienced Linux user, and I can tell: if not 100%, something very 
close of it of the problems I had in Gentoo installation was due to my 
mistakes.

But I don't blame Gentoo. ;)

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [OT] amarok and mp3 file rename

2007-05-02 Thread Mauro Faccenda
On Wednesday 02 May 2007 15:02, Francesco Talamona wrote:
 Thanks, man we are getting closer!

 I hadn't that option because I never defined a collection, having added
 files from time to time.

 Still there's something wrong: the option Edit Tag 'Filename' is
 always shaded.

 Furthermore organize is trying to create many subfolders, I don't wont
 to mess around with the base folder, many mp3 have incomplete/wrong
 meta-informations and would end in random places...

 FWIW my user have full permissions on the collection folders.

man, you can define the way amarok will organize the files/folders.

add the files to your library and in the collection panel or in the 
playlist, select the songs you want to edit the tags and do it. you can also 
use musicbrainz to lookup the tags of the file for you (not quite accurate, 
but for mostly known songs, it works).

i dont think you can edit the filename directly in the playlist/collection.

its better you to correct the tags and tell amarok to organize the files for 
you, since it can do it in the way you want.

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] gtk-engines-qt missing

2007-04-19 Thread Mauro Faccenda
Hi all,

I'm trying to find out why my user (and any other single user, even a new 
created one) can't find the icon to change those settings that make GTK+ apps 
look like the Qt ones.

I have gtk-engines-qt-0.7_p20070327 installed, and the icon doesn't appear in 
the control panel, nor in the settings menu.

If I run the kcontrol as root, I can see the icon, so I figured out the 
command to run that applet is kcmshell kcmgtk.

Running it from command line as my user:

$ kcmshell kcmgtk
kcmshell (kdelibs): WARNING: Could not find module 'kcmgtk'.

as root:
# kcmshell kcmgtk
kbuildsycoca running...
(it runs fine)

I can see that the module exists:

# epm -ql gtk-engines-qt
/usr/kde/3.5/lib/kde3/kcm_kcmgtk.la
/usr/kde/3.5/lib/kde3/kcm_kcmgtk.so
/usr/lib/gtk-2.0/2.10.0/engines/libqtengine.so
/usr/local/share/locale/de/LC_MESSAGES/gtkqtengine.mo
/usr/local/share/locale/es/LC_MESSAGES/gtkqtengine.mo
/usr/local/share/locale/fr/LC_MESSAGES/gtkqtengine.mo
/usr/local/share/locale/it/LC_MESSAGES/gtkqtengine.mo
/usr/local/share/locale/nn/LC_MESSAGES/gtkqtengine.mo
/usr/local/share/locale/sv/LC_MESSAGES/gtkqtengine.mo
/usr/local/share/locale/tr/LC_MESSAGES/gtkqtengine.mo
/usr/local/share/applications/kcmgtk.desktop
/usr/share/doc/gtk-engines-qt-0.7_p20070327/TODO.bz2
/usr/share/doc/gtk-engines-qt-0.7_p20070327/AUTHORS.bz2
/usr/share/doc/gtk-engines-qt-0.7_p20070327/NEWS.bz2
/usr/share/doc/gtk-engines-qt-0.7_p20070327/README.bz2
/usr/share/doc/gtk-engines-qt-0.7_p20070327/ChangeLog.bz2
/usr/share/themes/Qt/gtk-2.0/gtkrc

and my user have the privileges to read:
# ls -la /usr/kde/3.5/lib/kde3/kcm_kcmgtk.so
-rw-r--r-- 1 root root 116920 2007-04-07 
23:25 /usr/kde/3.5/lib/kde3/kcm_kcmgtk.so

Just to be curious, in another notebook's fresh installed KDE, the same 
occours.

Can anyone point me to a solutions?

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: MSSQL command line Linux interface

2007-04-16 Thread Mauro Faccenda
On Monday 09 April 2007 20:40, Michael Mauch wrote:
 Mauro Faccenda wrote:
  I need to do some simple tasks in a MSSQL Server from a Linux that have
  no X installed. I know I can tunnel a SSH connection and run any MSSQL in
  my own box, but I think it's more practical to have a cli gui for MSSQL,
  but I couldn't find one googling for it, so I'm here asking you.
 
  For short: anyone know a Linux CLI GUI for MSSQL?

 Have a look at http://www.freetds.org. Perhaps the tsql contained in
 freetds is already what you want, otherwise sqsh could help. Both
 freetds and sqsh are in portage.

Thank you and Elias for the help, this is exactly what I was looking for. ;)

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OT im more just curious

2007-04-13 Thread Mauro Faccenda
On Friday 13 April 2007 10:06, Wayne Oliver wrote:
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: 13 April 2007 02:08
  To: Gentoo List
  Subject: [gentoo-user] OT im more just curious
 
  What is the average age of the gentoo user here?

 I'll bite, 27 - 28 using Linux since 1997 and Gentoo since 2002 I
 think.

exactly the same here ;)

started with conectiva, then redhat... tryied mandrake, suse, debian, backup 
to redhat, fedora... and finally, gentoo...

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Intel High Definition Audio and its problems

2007-04-13 Thread Mauro Faccenda
On Friday 13 April 2007 07:52, Pongracz Istvan wrote:
 Hi,

 I have a Fujitsu Amilo laptop, which has a nice audio subsystem,
 called
 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
 Definition Audio Controller (rev 02)

mine is a
00:1b.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
High Definition Audio Controller (rev 04)

i had to compile the snd-hda-intel as module and add the following line 
in /etc/modules.d/alsa:
options snd-hda-intel model=6stack-digout position_fix=1 index=0

now it works pretty fine.

with skype, i configured it to use OSS. don't know exactly why, but it works 
fine.

[]'s
.m
-- 
[EMAIL PROTECTED] mailing list



[gentoo-user] MSSQL command line Linux interface

2007-04-09 Thread Mauro Faccenda
Hi all,

I need to do some simple tasks in a MSSQL Server from a Linux that have no X 
installed. I know I can tunnel a SSH connection and run any MSSQL in my own 
box, but I think it's more practical to have a cli gui for MSSQL, but I 
couldn't find one googling for it, so I'm here asking you.

For short: anyone know a Linux CLI GUI for MSSQL?

Thanks in advance,
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to specify configure options when emerging a package?

2007-03-27 Thread Mauro Faccenda
On Tuesday 27 March 2007 16:52, Daniel Iliev wrote:
 Grant Edwards wrote:
  Is there no way to specify options to a program's configure
  script when building using emerge?
 
  Do I have create my own ebuild file?

 Just follow Bo's advice:
 Put for example:
EXTRA_ECONF=$EXTRA_ECONF --without-ext2undel
 at the end of your /etc/make.conf and this will be the same as
  ./configure --without-ext2undel  make  make install


 P.S.

 Don't forget to disable this modification after you are ready, otherwise
 all packages that support the same configure option will be build this way.

better doing it in the command line:

# EXTRA_ECONF=$EXTRA_ECONF --without-ext2undel emerge -avt package

but i think there is some place to put this stuff for a specific package, so 
when you upgrade the package, you don't have to do it again.

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] java in mozilla

2007-03-26 Thread Mauro Faccenda
On Monday 26 March 2007 10:40, John covici wrote:
 As I understand it you have to put a link in your
 mozilla-firefox/plugins directory to
 /opt/sun-jdk-1.4.2.13/jre/plugin/i386/ns610/libjavaplugin_oji.so or
 whatever version of Java you have.  Please someone correct me if I am
 wrong on this one.

i think this is not necessary, you just need the USE flag nsplugin in your 
JDK/JRE package.

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] java in mozilla

2007-03-26 Thread Mauro Faccenda
On Monday 26 March 2007 13:08, John covici wrote:
 There don't seem to be any such useflag in any java package or any
 other one for that matter that I could see.

maybe you have to read the portage documentation:

# emerge -avt sun-jdk

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] dev-java/sun-jdk-1.5.0.10  USE=X alsa 
nsplugin -doc -examples -jce 0 kB

# emerge -avt sun-jre-bin

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  N] dev-java/sun-jre-bin-1.5.0.10  USE=X alsa nsplugin 0 kB

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] embed subtitles on video to ipod

2007-02-11 Thread Mauro Faccenda
On Sunday 11 February 2007 11:43, Johám-Luís Miguéns Vila wrote:
 On 16:59 Sat 10 Feb , Mauro Faccenda wrote:
  Hi people,
 
  I have some videos and its respectives subtitles (.srt) and would like to
  watch them on my new iPod Video.
 
  I already know how to recode them so can be played on iPod, but I don't
  know how to insert the legend from the .srt text file.

... 

   If you use mencoder to recode file to be iPod compliant, just add -sub
   /whereis/sub.srt to recode command. I don't know about ffmpeg.


I already tryied it... I don't know if I did something wrong, but the output 
doesn't had the subtitles.

Can you give me an example of how you do something like it?

Thanks,
Mauro
--
gentoo-user@gentoo.org mailing list



[gentoo-user] embed subtitles on video to ipod

2007-02-10 Thread Mauro Faccenda
Hi people,

I have some videos and its respectives subtitles (.srt) and would like to 
watch them on my new iPod Video.

I already know how to recode them so can be played on iPod, but I don't know 
how to insert the legend from the .srt text file.

I was thinking about something like telling mplayer to -vo to a file and 
then recode that file, but I don't know how to do this.

I would like to have a only 1 pass (recode to ipod and add subtitles) to get 
it done, but a 2 pass (add subtitles, THEN recode to ipod) should be fine.

Any ideas?

Oh! I almost forgot: I tryied creating a matroska file with the subtitle, but 
I couldn't get ffmpeg to recode the video with the subtitle (-newsubtitle 
parameter).

Thanks in advance,

Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [ALSA] Can't use FF and Amarok together as sound driver fails

2007-01-19 Thread Mauro Faccenda
On Friday 19 January 2007 17:33, b.n. wrote:
 Jakob Buchgraber ha scritto:
  Hey!
 
  When I watch some videos on youtube and after that want to watch a move
  wie kaffeine or listen to some music using amarok. I always get the
  error message that xine was unable to initialize any sound drivers. So
  this means that I can't use 2 applications using sound.
 
  Why is that? Did you experience similar problems and know how to fix
  this?

 I'm experiencing the reverse annoyance. That is, most apps will play
 without a hitch, but if I try to get sound from FF *after* I've opened
 amarok or xine etc. FF will give me only silence.

edit: /usr/bin/firefox

and add aoss after exec in the last line.

like this:
exec aoss /usr/libexec/mozilla-launcher $@

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge

2006-12-11 Thread Mauro Faccenda
On Monday 11 December 2006 09:21, Cosmin Rentea wrote:
 Hi all,

 Is it possible to have in emerge something similar to the -k option
 of make ?


 -k, --keep-going
  Continue as much as possible after an error.  While the
 target that failed, and those that depend on it, cannot be  remade,  the
 other dependencies of these targets can be processed all the same.


 It would be particularly useful when emerging world, system or
 multiple packages, some of which have broken ebuilds.

emerge -uvt world || while ! emerge --resume --skipfirst ; do echo next...; 
done

or something like this, might do the job.

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Can iptables recognize SSH traffic?

2006-10-22 Thread Mauro Faccenda
On Sunday 22 October 2006 22:07, Nico Schümann wrote:
 Hello folks,

 I have a web server running on port 80 and a SSH daemon running on
 port 22. I don't want to change these ports because it just works this
 way.
 Can I configure iptables that it just accepts port 80 and if I try to
 connect with a ssh client to port 80 to forward this ssh traffic to
 port 22? I know how all this accept and forwards stuff works, but I
 can't find out an option to recognize ssh traffic.

i don't think so. for doing it you'll need a application layer firewall...

you should try this: http://l7-filter.sourceforge.net/

[]'s
.m

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] VNC over SSH (VNC session is non-local to SSH)

2006-10-10 Thread Mauro Faccenda
On Tuesday 10 October 2006 13:46, Mark Shields wrote:
 I have a gentoo box setup as a router with 3 servers behind it (all 4
 servers are running gentoo).  Right now I simply have port 5901 to forward
 from the router to my vnc server so I can access it remotely.  I've looked
 on the gentoo forums and online but haven't been able to find any solid
 information on how to tunnel 5901 through ssh through the router to the vnc
 server.  Basically, client - router - vnc server port 5901, but over ssh.
 Any ideas?

if you want to connect to a vnc session on the ssh server:

ssh -L 5901:localhost:5901 [EMAIL PROTECTED]

then:

vncviewer localhost:1

if you want to connect to another box at the same network of the ssh server:

ssh -L 5901:ip_of_another_box:5901 [EMAIL PROTECTED]

then:

vncviewer localhost:1

got the idea?

hope it helps.

[]'s
.m


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Eating RAM...

2006-10-06 Thread Mauro Faccenda
On Friday 06 October 2006 13:22, Luigi Pinna wrote:
 Alle 14:41, venerdì 6 ottobre 2006, b.n. ha scritto:

 Unfortunately, the problem is the main X process...
 How can I isolate the problem?

which driver are you using for your nvidia card?

the opensource one (nv) or the proprietary one (nvidia)? if you are using the 
proprietary one, which version?

[]'s
.m 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] PDF Editor

2006-09-26 Thread Mauro Faccenda
On Tuesday 26 September 2006 12:39, sean wrote:
 Hello All,

  Can anyone recommend an application to edit a pdf file, and I am
 running 64 bit Gentoo, so it needs to be compatible?

kword can import from .pdf files.

hope it helps.

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] emerge --info

2006-09-18 Thread Mauro Faccenda
On Mon, 18 Sep 2006 16:08:53 -0400
Willie Wong [EMAIL PROTECTED] wrote:

 Where does emerge --info retrieve compiler information?
 
 I am in the middle of trying to upgrade to gcc-4.1.1, and wanted to
 file a bug report on some packages that is failing (which worked with
 gcc-3.4.6), and I did emerge --info and saw:
 
 Portage 2.1.2_pre1 (default-linux/x86/2006.0, gcc-3.4.6/vanilla
 
 Why doesn't it say gcc-4.1.1?

had you defined that you want to use gcc-4 with gcc-config?

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] strange [ file

2006-07-25 Thread Mauro Faccenda
On Tuesday 25 July 2006 09:20, Neil Bothwick wrote:
 On Tue, 25 Jul 2006 12:26:53 +, Hagen Soengen wrote:
   I wonder where the differences are. I would've expected that test and
   [ were hardlinks.
 
  # /usr/bin/[
  /usr/bin/[: missing ']'
  # /usr/bin/test
  no output
  #
 
  You see? They cant be the same, because the closing ] is needed
  by /usr/bin[ and not by /usr/bin/test

 It's quite common for a program to change its behaviour according to the
 name used to run it. For example, zcat and gunzip are links to gzip, yet
 the three programs behave differently.

but this isn't the case:

$ sha1sum /usr/bin/\[ /usr/bin/test
2d3a938b84db7107e323ac85a9bf4f351721da7b  /usr/bin/[
1b126dd3e41a2a9d4554879647f73fdf49d29479  /usr/bin/test

$ sha1sum /bin/zcat /bin/gzip /bin/gunzip
708011af43a41f6e3120e96eacb6ac4bba8717ee  /bin/zcat
708011af43a41f6e3120e96eacb6ac4bba8717ee  /bin/gzip
708011af43a41f6e3120e96eacb6ac4bba8717ee  /bin/gunzip

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] vmware install fails

2006-07-13 Thread Mauro Faccenda
On Thursday 13 July 2006 16:02, Jorge Almeida wrote:
 I'm giving vmware a try. I emerged app-emulation/vmware-workstation,
 which compiled without problems. The problem is with the script
 vmware-config.pl. I accepted the default location for C headers and I
 checked it corresponds to the current kernel. /usr/src/linux is the
 correct symlink, and include/version.h seems right.
 I added root to the vmware group.
 The forums show similar problems, but no solution.
 The links at the end of the error message seem useless.
 What can I try?


 $ /opt/vmware/workstation/bin/vmware-config.pl
 Making sure services for VMware Workstation are stopped.

   * ERROR:  vmware has not yet been started.

 Configuring fallback GTK+ 2.4 libraries.

 Trying to find a suitable vmmon module for your running kernel.

 None of the pre-built vmmon modules for VMware Workstation is suitab   
 le for your running kernel.
  Do you want this program to try to build the vmmon
 module for your system (you need to have a
 C compiler installed on your system)   
 ? [yes]

 Using compiler /usr/bin/gcc. Use environment variable CC to override.

 What is the location of the directory of C header files that match your
 running kernel? [/lib/modules/2.6.16-gentoo-r7/build/include]

 Extracting the sources of the vmmon module.

 Building the vmmon module.

 make: execvp: ./getversion.pl: Permission denied
 make: Entering directory `/tmp/vmware-config1/vmmon-only'
 Using 2.6.x kernel build system.
 make -C /lib/modules/2.6.16-gentoo-r7/build/include/.. SUBDIRS=$PWD
 SRCROOT=$PWD/. modules make[1]: Entering directory
 `/usr/src/linux-2.6.16-gentoo-r7'
 make[2]: execvp: /tmp/vmware-config1/vmmon-only/./getversion.pl: Permission
 denied CC [M]  /tmp/vmware-config1/vmmon-only/linux/driver.o
 /tmp/vmware-config1/vmmon-only/linux/driver.c:107: error: syntax error
 before ';' token make[2]: ***
 [/tmp/vmware-config1/vmmon-only/linux/driver.o] Error 1 make[1]: ***
 [_module_/tmp/vmware-config1/vmmon-only] Error 2
 make[1]: Leaving directory `/usr/src/linux-2.6.16-gentoo-r7'
 make: *** [vmmon.ko] Error 2
 make: Leaving directory `/tmp/vmware-config1/vmmon-only'
 Unable to build the vmmon module.

 For more information on how to troubleshoot module-related problems, please
 visit our Web site at http://www.vmware.com/download/modules/modules.html;
 and
 http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html;

do you have something like noexec on your /tmp partition?

[]'s
.m
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] kde volume shortcuts

2006-07-12 Thread Mauro Faccenda
Hi people,

I have an Acer TM 8104wlmi, and everything works great on it, except the 
smartcard/flashmemory reader.

The only thing that is anoying me is the volume control keys.

Its suposed to work with fn+up and fn+down to increase or decrease volume, and 
fn+f8 to toogle mute. When I hit fn+up, KDE shows a max increase of 10% (one 
hit), just like the top volume os 10%.
If I press it again, it doesnt move. And I cant hear any change on volume.

If I press fn+down, it decrease the volume to 0%, but again, I cant hear any 
change on volume.

The same happens with mute toggle. KDE shows that its muted/unmuted, but the 
sound goes on without any change.

The kmix tray icon, doesnt show any change on volume or muted status.

Can anyone help me with this?

Thanks in advance.


[]'s
.m

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Launching X.org through ssh

2006-05-25 Thread Mauro Faccenda
On Thursday 25 May 2006 15:09, Rafael Fernández López wrote:
 Hi,

 I'm connecting from a computer (remote computer) to a server (sshd, it is
 running apache2 too, but it doesn't matter right now), and I can connect
 through ssh to it, and run every command all right, but launching X.org.

 If I try a startx command, it will start X.org in the local computer,
 and I'd like to run it into the remote computer, as you would do with RDP
 for example.

You must have a xserver (X.org) running on your computer, and with 
X11forwarding enabled, you can run graphical (X) programs on a remote box. 
You can even, start a DE (kde, gnome, fluxbox, etc...)

[]'s
.m

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] synaptics touchpad stop working after starting a gtk app

2006-03-21 Thread Mauro Faccenda
Hi all,

This is driving me crazy.

If I use the synaptics driver, my touchpad stop working after starting a GTK 
app (tried vmware, grkellm2, firefox). It doesn't occours when I'm using a 
mouse driver for it. But I want to use some advantages in synaptics driver.

Any clue?

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: synaptics touchpad stop working after starting a gtk app

2006-03-21 Thread Mauro Faccenda
On Tuesday 21 March 2006 12:53, Thomas Kirchner wrote:
 Can you give us any more details about your system?  I'm using the
 synaptics driver as well, on an ALPS trackpad (Dell Inspiron 6000) and
 GTK apps work fine.

my system is a acer travelmate 8104wlmi.

from /proc/bus/input/devices:

I: Bus=0011 Vendor=0002 Product=0007 Version=
N: Name=SynPS/2 Synaptics TouchPad
P: Phys=isa0060/serio4/input0
S: Sysfs=/class/input/input3
H: Handlers=mouse1 event2
B: EV=b
B: KEY=6420 0 7000f 0 0 0 0 0 0 0 0
B: ABS=1103

do you need something more?

[]'s
Mauro

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: synaptics touchpad stop working after starting a gtk app

2006-03-21 Thread Mauro Faccenda
On Tuesday 21 March 2006 13:34, Sergio Polini wrote:

 Is there

 InputDevice TouckPad AlwaysCore

 in your xorg.conf?

hi Sergio, thanks for your help.

but there is a weird thing:

adding this parameter in xorg.conf made the touchpad work in fluxbox with any 
kind of app (gtk, qt, etc...). but in kde it stop working when kde splash 
says its starting the window manager.

any other clue?

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: synaptics touchpad stop working after starting a gtk app

2006-03-21 Thread Mauro Faccenda
On Tuesday 21 March 2006 18:21, Sergio Polini wrote:

 In the second section, your Option Device should be:
Option   Device/dev/input/mouse1
 because of your /proc/bus/input/devices.

my touchpad configuration it is almost the same as yours, and the device is 
right.

another odd thing that I hadn't seen before sending the previous mail is that 
the buttons works (left, mid -- with vertical and horizontal scroll, and 
right). but the pad don't.

i was thinking that maybe the pad is disabled so, i tried to use synclient to 
change it.

here is the output for synclient -l

$ synclient -l
Parameter settings:
LeftEdge = 4700
RightEdge= 1400
TopEdge  = 5600
BottomEdge   = 25
FingerLow= 30
FingerHigh   = 180
MaxTapTime   = 180
MaxTapMove   = 220
MaxDoubleTapTime = 180
ClickTime= 1
FastTaps = 0
EmulateMidButtonTime = 100
VertScrollDelta  = 100
HorizScrollDelta = 100
MinSpeed = 0.09
MaxSpeed = 0.18
AccelFactor  = 0.0015
EdgeMotionMinZ   = 30
EdgeMotionMaxZ   = 160
EdgeMotionMinSpeed   = 1
EdgeMotionMaxSpeed   = 1
EdgeMotionUseAlways  = 0
UpDownScrolling  = 1
LeftRightScrolling   = 1
UpDownRepeat = 1
LeftRightRepeat  = 1
ScrollButtonRepeat   = 0
TouchpadOff  = 0
GuestMouseOff= 0
LockedDrags  = 2
RTCornerButton   = 3
RBCornerButton   = 0
LTCornerButton   = 0
LBCornerButton   = 1
TapButton1   = 2
TapButton2   = 3
TapButton3   = 0
CircularScrolling= -1717986918
CircScrollDelta  = 2.6497e-314
CircScrollTrigger= 0
CircularPad  = 0
PalmDetect   = 1
PalmMinWidth = 10
PalmMinZ = 0
CoastingSpeed= 0

but it still doesn't work. is there something wrong?

thanks again,
Mauro
-- 
gentoo-user@gentoo.org mailing list



[SOLVED] Re: [gentoo-user] Re: synaptics touchpad stop working after starting a gtk app

2006-03-21 Thread Mauro Faccenda
On Tuesday 21 March 2006 18:48, Mauro Faccenda wrote:
 On Tuesday 21 March 2006 18:21, Sergio Polini wrote:
  In the second section, your Option Device should be:
 Option   Device/dev/input/mouse1
  because of your /proc/bus/input/devices.

 my touchpad configuration it is almost the same as yours, and the device is
 right.

 another odd thing that I hadn't seen before sending the previous mail is
 that the buttons works (left, mid -- with vertical and horizontal scroll,
 and right). but the pad don't.

 i was thinking that maybe the pad is disabled so, i tried to use synclient
 to change it.

i solved this problem just by unemerging ksynaptics.

seems that when it were starting, the pad stops working... i think that it's 
were disabling it for no reason.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with cedilla

2006-03-19 Thread Mauro Faccenda
On Sunday 19 March 2006 02:14, Felipe Ribeiro wrote:
 Are you sure? At Windles i use ' + C,  and comma isnt a dead key.

windows and kde apps we use ' then c to get a ç. in gtk apps (firefox, for 
example) we use altgr + , then c.

[]'s
Mauro

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Problems with cedilla

2006-03-19 Thread Mauro Faccenda
On Sunday 19 March 2006 18:00, Diogo Tridapalli wrote:
 if you set

 GTK_IM_MODULE=cedilla

 ' + c will work in gtk apps too.

it worked for me. thanks.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] different video formats to mpeg2

2006-01-19 Thread Mauro Faccenda
On Thursday 19 January 2006 17:17, Marco Calviani wrote:
 Hi list,
i need to transform different video format, that is wmv, rm, xvid
 and divx to mpeg2. Is there a utility that deals with this?

 Regards,
 MC

transcode.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] [OT] Simple and lightweight SMTP server

2005-11-07 Thread Mauro Faccenda
On Monday 07 November 2005 13:38, Alexander Skwar wrote:
 Hi.

 I'm looking for a very lightweight SMTP server. It
 should (in order):

 - Support TLS or SSL for outgoing/incoming connections
 - Be VERY light on CPU usage
 - Store mails in Maildir format (or hand it off to an
   MDA like procmail/maildrop, for them to store the
   mails)
 - Relay mail to only one smart host

 It is important, that the system isn't too heavy on
 the CPU, as I've only got a MIPSel MIPS 4Kc V0.10.

 What can you recommend?

 On normal systems, I always use Postfix, but that's
 not really lightweight :)

qmail

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Automatic install script

2005-10-04 Thread Mauro Faccenda
On Tuesday 04 October 2005 15:43, Patrick Marquetecken wrote:
 Hi,

 I'm working on a automatic install script, so that i can start the install
 and the 'next' morning i have a working server system.

 The only problem i have is when i emerge fails where can i see this ?

 /var/log/emerge.log

emerge return code?

[]'s
_1N54N3_
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Tomcat5 + Apache2: Deploying

2005-09-29 Thread Mauro Faccenda
On Thursday 29 September 2005 10:24, Roman v. Gemmeren wrote:
 Hallo,

 nachdem ich nun Apache2 + Tomcat5 mittels mod_jk eingermassen ans laufen
 bekommen habe, stellt sich mir nur noch ein Problem dar: Wie kann ich
 WAR-Archive die ich über die Web-Schnittstelle deployed habe, direkt
 über den Apache verfügbar machen?

 Momentan hab ich Tomcat+mod_jk frisch gemerged, und nur unter
 /etc/apache2/modules.d/88-mod_kj.conf folgendes hinzugefügt:

Eu acho que se cada um for resolver falar seu idioma nativo aqui nesta lista, 
vai ficar dificil para todo mundo se entender. ;)

So, please, let's speak english here?

[]'s
Mauro

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] traffic mesure ?

2005-09-23 Thread Mauro Faccenda
On Friday 23 September 2005 15:41, Allan Spagnol Comar wrote:
 Does someone knows how I can mesure a traffic trought a firewall in
 bytes or Kbytes per second ?

ntop (web based) or iptraf (curses based).

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] recommendation: well linux-supported inkjet printers

2005-09-22 Thread Mauro Faccenda
Hi all,

Does anyone can recommend a well-supported inkjet printer for using with 
Linux?

Thanks in advance,

Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Opinions?

2005-09-15 Thread Mauro Faccenda
On Thursday 15 September 2005 19:20, Holly Bostick wrote:

 :-) :-) :-) :-)

 I would guess that it means 'not equal to', and is typed this way
 because either 1) that's what programmers use, and we *are* all geeks
 (except me, obviously) and/or 2) the symbol of an equal sign with a
 slash through it (the standard mathematical/scientific symbol that 'the
 average user' might reasonably be expected to know from school) cannot
 be typed easily from most keyboards.

You understood what it means = you are geek

And don't try to avoid been called geek by using those fancy smileys. ;)

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] acpid

2005-08-31 Thread Mauro Faccenda
John Dangler wrote:
 I got acpid emerged, started, and added to run level, but when I go into
 gnome and mouse over the battery (the default applet) it says:
 System is running on battery power
 0 minutes (0%) remain
 
 the laptop is plugged into the AC.

what acpi -V returns?

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] TWO (probably stupid) questions about partitions

2005-08-11 Thread Mauro Faccenda
Fernando Meira wrote:

 Device Boot Start End Blocks Id System
 /dev/hda1 * 1 1275 10241406 7 HPFS/NTFS
 /dev/hda2 1276 4208 23559322+ f W95 Ext'd (LBA)
 /dev/hda3 4209 4271 506047+ 82 Linux swap / Solaris
 /dev/hda4 4272 4864 4763272+ 83 Linux
 /dev/hda5 1276 4208 23559291 b W95 FAT32
 
[...]
 1. Can /boot be inside an Extended partition? Would probably be place in 
 hda6...

I think so. But your hda1 partition doesn't seem to be a logical volume
in a extended partition.

 2. In case of not changing my boot config (my doing Q1), will I need to 
 re-install my bootloader in MBR anew? Or on other words, will MBR be erased 
 when cleaning hda1?

If you change the /boot partition from hdaX to hdaY, you'll need to
change the your bootloader setup...

 
 Question extra :) : what tends to be bigger /etc or /usr ?

/usr

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Which filesystem for a notebook?

2005-08-09 Thread Mauro Faccenda
Neil Bothwick wrote:
 On Mon, 08 Aug 2005 20:24:31 -0700, Richard Fish wrote:

Reiserfs V3: Excellent performance for _some_operations, slower 
performance for others.  Also can only be grown.
 
 
 That's not correct. resize_reiserfs can shrink as well as grown, but the
 filesystem must be unmounted.

That's not orrect. resize_reiserfs can resize with the filesystem mounted.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] [OT] recomendations for web stats in php

2005-08-06 Thread Mauro Faccenda
Hi all,

I have an customer that has a website hosted in a chrooted environment
and want a stats page (hits, origin, etc...) I have access to the apache
logs but I don't have a shell access, so I was thinking if there is any
php script that reads the log file and plots a nice web page with those
stats.

Or can anyone suggest another solution?


Thanks in advance, ans sorry for the off-topic

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] wpc54g card as AP -- works?

2005-08-03 Thread Mauro Faccenda
Fernando Meira wrote:

 Does this means that the card is unable to perform the task I want, or what 
 am I doing wrong?
 Is there any other HOWTO with better instructions? Or anyone that can 
 provide me a step-by-step configuration?

You should try to use a Ad-Hoc (point-to-point) wireless network.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] libgsf weirdness...

2005-07-18 Thread Mauro Faccenda
Dmitry S. Makovey wrote:
 For past couple of weeks as I was doing emerge --sync and emerge -uDNp 
 I've noticed that libgsf has jumping versions. That is one week 
 it's 1.12.0 another 1.10.0 and it swings from one to another. Does 
 anybody know what might trigger this behavior?
 

This is because gnumeric REQUIRES =1.10.0... and when you do a -uD it
will be upgraded.

You should keep using -uNp instead of -uDNp ;)

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Line numbers in nano

2005-06-22 Thread Mauro Faccenda
Holly Bostick wrote:
 Ryan Viljoen schreef:

does nano -c help you?

 
 
 Hey, didn't I say this (first, even)?

No! You said to hit ctrl+c (^C) to make nano show the line.

Note, that with -c you don't need to hit ctrl+c.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Line numbers in nano

2005-06-22 Thread Mauro Faccenda
Daniel da Veiga wrote:
 In fact, he mentioned META key, wich is ALT, not CTRL, and that is
 just a shortcut (-c command line option) when you're using the
 interface already, alt+c will bring the constant cursor position, so,
 he was first, just used a more complex explanation.

That is it. You're right.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mounting CD as a user

2005-05-26 Thread Mauro Faccenda
Vittorio wrote:
 I would like to be able to mount the CD-DVD of my laptop clicking an icon in 
 kde a a non-root user.
 
 1) Is that possible?
 2) Where can I find intructions to do the job?
 
 Ciao
 Vittorio

Add

/dev/cdrom /mnt/cdrom auto unhide,noauto,user,ro  0 0

to /etc/fstab
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] mini pci wireless recomendations

2005-05-18 Thread Mauro Faccenda
Stroller wrote:
 
 I have one of these, which I bought in error from my supplier to test
 with Linux - I didn't read the mini- in PCI when I ordered it, I was
 so pleased to find that Intel had open-sourced the driver.
 
 In the supplied paperwork it does indeed state clearly that it's only
 supported with the Centrino chipsets. I'd be interested to see if it
 would work in other laptops, but I don't have one suitable. If you'd be
 interested to try it  would be prepared to pay postage from the UK,
 then let me know.

I think that the postage from UK to Brazil is way too expensive...
thanks anyway.

I've contacted the ipw2200 development crew in irc.freenode.org
(#ipw2100) and asked them... they told me that it should work, and I had
requested one from US. So I just need to wait and try...

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] mini pci wireless recomendations

2005-05-17 Thread Mauro Faccenda
Hi all,

I'm needing a mini pci wireless (802.11g) card for my HP/Compaq nx9005
(Athlon 2400+ 512MB RAM). That has a min-PCI slot and a integrated antenna.

I know that the prism54 is well supported in Linux, but I couldn't find
one mini-PCI with a chipset supported by that driver to buy.

So, I found a Intel PRO Wireless 2200 802.11b/g Mini PCI Card in
Dell's website:

http://accessories.us.dell.com/sna/ProductDetail.aspx?TabPage=techspecssku=430-0913spagenum=category_id=brandid=176k=c=usl=encs=19mnf=prst=prEnd=mnfsku=orderby=searchtype=pageb4search=page=productlisting.aspxinstock=refurbished=

(hope the link works)

It has a very good price, and uses a chipset that I think is supported
by Linux (by iwp2200 module, IIRC). But i think it has something to do
with the Centrino processor, is it right? Should it work on my notebook?

If not, can anyone recommend where to buy a supported mini-PCI 802.11g
card that should work on my notebook?

Thanks in advance,

Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Finally! But a few issues...

2005-04-27 Thread Mauro Faccenda
Neil Bothwick wrote:
~/.bashrc will be executed by every (bash) shell that is started. 
 
 
 That's for each login. If you want programs executed at startup, put them
 in /etc/init.d/local.start.
 
 
Not AFAIK.  There are some userspace read-only utilities for ext2 (and
ext3), but nothing for reiserfs.

There is some (comercial and opensource) ext2/3 drivers for windows too.
It works very nice, with even large (100GB+) partitions.

I think 'Paragon Mount Everything' is the name of the comercial one...

And there's a opensource one, that is from the same team of
explore2fs... i forgot its name.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] viewing the errors at boot

2005-04-25 Thread Mauro Faccenda
Paul Kain wrote:
 How does one view everything that happened at boot ?
 
 I am specifically referring to the messages that say [ ok ] or [ !! ]
 
 I saw errors scroll past me but they were too quick
 

hold down the shift key and use page-up/page-down keys during the boot
process.

[]'s
Mauro
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] enable dspam cgi

2005-04-12 Thread Mauro Faccenda
Hi all,

Does anyone use the dspam's web interface? I tried to find how can I do
that, but without success.

Can anyone help me?


[]'s
Mauro
--
gentoo-user@gentoo.org mailing list



[SOLVED] Re: [gentoo-user] enable dspam cgi

2005-04-12 Thread Mauro Faccenda
Mauro Faccenda wrote:
 Hi all,
 
 Does anyone use the dspam's web interface? I tried to find how can I do
 that, but without success.
 
 Can anyone help me?

Ok, I was just trying to find a way to get dspam to build with the .cgi,
but is another package (dspam-web) that does it.

[]'s
Mauro
--
gentoo-user@gentoo.org mailing list