Re: [gentoo-user] Kazaa and winex

2003-06-09 Thread Cedric Veilleux
I tried a few kazaa versions and had troubles with all of them..

The one I got working is 1.7.2 LITE

Get kazaa lite from http://www.kazaalite.tk/ , which is a stripped down kazaa 
(no spywares).

Then go to wine hq's app db entry about it and read the comments..
 http://appdb.winehq.com/appview.php?appId=747&versionId=1278






Le 10 Juin 2003 02:40, bryce a écrit :
> I thought i read on here( in another topic) about someone getting kazaa to
> work. I try loading it, get upto the point where it wants to install, but
> then asks me for windows media player.
>
> Is this even possible, cause if it is, i really can uninstall windows! :D
>
> any takers on this one???
>
> bryce
>
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] lightweight C IDE

2003-06-06 Thread Cedric Veilleux
This is probably not what you want to hear but, kdevelop is want comes the 
closest to an editor with compiler and debugger interface.. with a few extra 
frills, that you can choose to disable in the plugins configuration in order 
to unbloat it from what you don't need right now..






Le 6 Juin 2003 20:53, Matthias F. Brandstetter a écrit :
> Hi all,
>
> I am searching for a *lightweight* C IDE, but not only an editor with
> syntax highlighting. Isn't there a nice tool with editor, compiler-
> and debugger-interface, C function help etc., but not as bombastic as
> KDevelop (only want to write some console and daemon C apps)?
>
> I would prefer a KDE app, but all others are welcome as well.
> Greetings, Matthias


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Which laptop vendors officially supports linux?

2003-06-05 Thread Cedric Veilleux
Hi,

I was wondering if there was any laptop vendors that officially supports 
linux?

I know linux can work, with more or less tweakings, on most laptops, but 
which brand actually have enough guts to officially say that linux works well 
on some or all of their laptops?


Thanks,

Cedric

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Screwed up /dev

2003-03-29 Thread Cedric Veilleux
Hi,

I screwed up my /dev by doing all kind of stupid things with the files in it. 
I thought a reboot would replace everything since I am using devfs but I was 
wrong. Everything seems to work properly but I get warnings about missing 
devices at boot and my /dev really does not look right, with lots of extra 
nodes ending with a - like "/dev/radio0-"

Is there a way to re-initialize my /dev or something?


Thank you,

Cédric

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Looking for a linux supported DualCam

2003-03-27 Thread Cedric Veilleux
Hi,

I want a webcam that can do normal video recording you'd expect from a webcam 
as well as taking still images without being connected to the PC like a 
digicam would do.

So far I've looked into Creative Lab's PC-CAM series as well as Logitech 
Click-Smart series. They have exactly the features I want but I don't think 
they are fully supported in linux.

http://www.americas.creative.com/products/product.asp?maincategory=6&category=447&product=460
http://www.logitech.com/index.cfm?page=products/details&CRID=4&CONTENTID=5034&countryid=2&languageid=1

Anybody knows about a webcam that can be used as a basic digicam and that is 
supported in linux? I would love to know.


Thank you!

Cedric

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Wireless connection slow

2003-03-20 Thread Cedric Veilleux
May I ask which brand / model you're using and which linux drivers/software 
you need for it?

I think that 500 kbps is actually good.. I don't get near that, even when both 
devices are inches away..

Thanks,

cedric




Le 20 Mars 2003 05:03, Xabier Ochotorena a écrit :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> El Jueves, 20 de Marzo de 2003 08:35, Gwendolyn van der Linden escribió:
> > Are your sure the numbers are in the same unit? On a 11 Mbit/s wlan a
> > transfer rate of 500 Kbyte/s is quite reasonable...
> >
> > I get about 500 Kbyte/s on my wlan, which triggered my question.
>
> On my 10 Mbit/s ethernet lan I get 1.1 Mbyte/s easily, obtaining less than
> half of it in a theorically faster net doesn't sound reasonable to me.
>
> Regards,
>   Xabi.
>
>
> - --
>
> GnuPG signed and encrypted email preferred
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x093F978B
> Key fingerprint = B3C5 0C7B 1587 071C 3D9C  545A 72FC 0234 093F 978B
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.1 (GNU/Linux)
>
> iD8DBQE+eZH4cvwCNAk/l4sRAuGhAJ0XR1VTfjoZqMr73f78fcnjLzRHLQCfQKGh
> o3J+KwoOHfLMKRYmFzNZGoU=
> =9Sa8
> -END PGP SIGNATURE-



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] System screwed up

2003-03-06 Thread Cedric Veilleux
Hi,

You were right, my paths were wrong... but env-update could not help me 
because the problem lied in /etc/env.d/05gcc which looked like:

PATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2"
ROOTPATH="/usr/i686-pc-linux-gnu/gcc-bin/3.2"
MANPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/man"
INFOPATH="/usr/share/gcc-data/i686-pc-linux-gnu/3.2/info"
CC="gcc"
CXX="g++"
LDPATH="/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1"

See how LDPATH refers to 3.2.1 while all others refer to 3.2? Changing it to 
3.2.2 fixed the problem after an env-update..






Le 6 Mars 2003 03:32, vous avez écrit :
> On Thursday 06 March 2003 09:52, Cedric Veilleux wrote:
> > # emerge
> > python2.2: error while loading shared libraries: libstdc++.so.5:
> > cannot open shared object file: No such file or directory
> >
> >
> > Many programs refuses to run, giving the previous error, including
> > portage and python... Seems like I would need to re-install GCC but
> > how can I do this without a working portage? bootstrap.sh?
>
> Your PATHs are not correct.
>
> run env-update as root
> source /etc/profile
> and try again.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] System screwed up

2003-03-06 Thread Cedric Veilleux
Le 6 Mars 2003 03:32, vous avez écrit :
> On Thursday 06 March 2003 09:52, Cedric Veilleux wrote:
> > # emerge
> > python2.2: error while loading shared libraries: libstdc++.so.5:
> > cannot open shared object file: No such file or directory
> >
> >
> > Many programs refuses to run, giving the previous error, including
> > portage and python... Seems like I would need to re-install GCC but
> > how can I do this without a working portage? bootstrap.sh?
>
> Your PATHs are not correct.
>
> run env-update as root
> source /etc/profile
> and try again.


--
[EMAIL PROTECTED] mailing list



[gentoo-user] System screwed up

2003-03-05 Thread Cedric Veilleux
# emerge
python2.2: error while loading shared libraries: libstdc++.so.5: cannot open 
shared object file: No such file or directory


Many programs refuses to run, giving the previous error, including portage and 
python... Seems like I would need to re-install GCC but how can I do this 
without a working portage? bootstrap.sh?


Thank you,

Cedric

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Internet Sharing

2003-03-05 Thread Cedric Veilleux
Hi,

Configuring iptables for NAT is a little bit more complicated than that I 
think. I've had good luck with gShield, a simple script to control iptables. 
In fact this script worked better than all the firewall GUI I tried..

http://muse.linuxmafia.org/gshield.html


Good luck,

Cédric



Le 5 Mars 2003 19:47, Paulo Jorge de Oliveira Cantante de Matos a écrit :
> Hi all,
>
> I'm using latest gentoo kernel sources and I have iptables 1.2.7a. I've
> ran the commands:
> localhost root # iptables -t nat -F
> localhost root # iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
>
> where eth1 is my external interface (to the internet). Anyway, I'm still
> not able to share internet to users attached to network interface eth0.
> This strange because with in an older PC running older kernel and older
> iptables with same network configuration (and same iptables commands)
> running slackware everything was just fine.
>
> I've sent below my kernel config file. If anyone is able to help me out
> please do since I'm getting desperate. Has anyone experienced the same
> problems?
>
>
> Thanks a lot,
> Best regards,
>
> Paulo
>
> #
> # Automatically generated make config: don't edit
> #
> CONFIG_X86=y
> # CONFIG_SBUS is not set
> CONFIG_UID16=y
>
> #
> # Code maturity level options
> #
> CONFIG_EXPERIMENTAL=y
>
> #
> # Loadable module support
> #
> CONFIG_MODULES=y
> CONFIG_MODVERSIONS=y
> CONFIG_KMOD=y
>
> #
> # Processor type and features
> #
> CONFIG_LOLAT=y
> # CONFIG_LOLAT_SYSCTL is not set
> # CONFIG_M386 is not set
> # CONFIG_M486 is not set
> # CONFIG_M586 is not set
> # CONFIG_M586TSC is not set
> # CONFIG_M586MMX is not set
> # CONFIG_M586MMX31 is not set
> # CONFIG_M686 is not set
> # CONFIG_M68631 is not set
> # CONFIG_MPENTIUMIII is not set
> # CONFIG_MPENTIUMIII31 is not set
> # CONFIG_MPENTIUM4 is not set
> # CONFIG_MPENTIUM431 is not set
> # CONFIG_MK6 is not set
> # CONFIG_MK6231 is not set
> CONFIG_MK7=y
> # CONFIG_MK731 is not set
> # CONFIG_MXP31 is not set
> # CONFIG_MMP31 is not set
> # CONFIG_MELAN is not set
> # CONFIG_MCRUSOE is not set
> # CONFIG_MWINCHIPC6 is not set
> # CONFIG_MWINCHIP2 is not set
> # CONFIG_MWINCHIP3D is not set
> # CONFIG_MCYRIXIII is not set
> CONFIG_X86_WP_WORKS_OK=y
> CONFIG_X86_INVLPG=y
> CONFIG_X86_CMPXCHG=y
> CONFIG_X86_XADD=y
> CONFIG_X86_BSWAP=y
> CONFIG_X86_POPAD_OK=y
> # CONFIG_RWSEM_GENERIC_SPINLOCK is not set
> CONFIG_RWSEM_XCHGADD_ALGORITHM=y
> CONFIG_X86_L1_CACHE_SHIFT=6
> CONFIG_X86_HAS_TSC=y
> CONFIG_X86_GOOD_APIC=y
> CONFIG_X86_USE_3DNOW=y
> CONFIG_X86_PGE=y
> CONFIG_X86_USE_PPRO_CHECKSUM=y
> CONFIG_X86_F00F_WORKS_OK=y
> CONFIG_X86_MCE=y
> # CONFIG_TOSHIBA is not set
> # CONFIG_I8K is not set
> # CONFIG_MICROCODE is not set
> # CONFIG_X86_MSR is not set
> # CONFIG_X86_CPUID is not set
> CONFIG_NOHIGHMEM=y
> # CONFIG_HIGHMEM4G is not set
> # CONFIG_HIGHMEM64G is not set
> # CONFIG_HIGHMEM is not set
> CONFIG_1GB=y
> # CONFIG_2GB is not set
> # CONFIG_3GB is not set
> # CONFIG_05GB is not set
> # CONFIG_MATH_EMULATION is not set
> CONFIG_MTRR=y
> CONFIG_SMP=y
> CONFIG_PREEMPT=y
> # CONFIG_MULTIQUAD is not set
> # CONFIG_X86_TSC_DISABLE is not set
> CONFIG_X86_TSC=y
> CONFIG_HAVE_DEC_LOCK=y
>
> #
> # General setup
> #
> CONFIG_NET=y
> CONFIG_X86_IO_APIC=y
> CONFIG_X86_LOCAL_APIC=y
> CONFIG_PCI=y
> # CONFIG_PCI_GOBIOS is not set
> # CONFIG_PCI_GODIRECT is not set
> CONFIG_PCI_GOANY=y
> CONFIG_PCI_BIOS=y
> CONFIG_PCI_DIRECT=y
> CONFIG_ISA=y
> CONFIG_PCI_NAMES=y
> # CONFIG_EISA is not set
> # CONFIG_MCA is not set
> CONFIG_HOTPLUG=y
>
> #
> # PCMCIA/CardBus support
> #
> # CONFIG_PCMCIA is not set
>
> #
> # PCI Hotplug Support
> #
> CONFIG_HOTPLUG_PCI=m
> # CONFIG_HOTPLUG_PCI_COMPAQ is not set
> # CONFIG_HOTPLUG_PCI_IBM is not set
> # CONFIG_HOTPLUG_PCI_ACPI is not set
> CONFIG_SYSVIPC=y
> # CONFIG_BSD_PROCESS_ACCT is not set
> CONFIG_SYSCTL=y
> CONFIG_KCORE_ELF=y
> # CONFIG_KCORE_AOUT is not set
> CONFIG_BINFMT_AOUT=y
> CONFIG_BINFMT_ELF=y
> CONFIG_BINFMT_MISC=y
> CONFIG_PM=y
> # CONFIG_APM is not set
>
> #
> # ACPI Support
> #
> CONFIG_ACPI=y
> # CONFIG_ACPI_HT_ONLY is not set
> CONFIG_ACPI_BOOT=y
> CONFIG_ACPI_BUS=y
> CONFIG_ACPI_INTERPRETER=y
> CONFIG_ACPI_EC=y
> CONFIG_ACPI_POWER=y
> CONFIG_ACPI_PCI=y
> CONFIG_ACPI_SLEEP=y
> CONFIG_ACPI_SYSTEM=y
> CONFIG_ACPI_AC=m
> CONFIG_ACPI_BATTERY=m
> CONFIG_ACPI_BUTTON=m
> CONFIG_ACPI_FAN=m
> CONFIG_ACPI_PROCESSOR=m
> CONFIG_ACPI_THERMAL=m
> CONFIG_ACPI_TOSHIBA=m
> # CONFIG_ACPI_DEBUG is not set
>
> #
> # Memory Technology Devices (MTD)
> #
> # CONFIG_MTD is not set
>
> #
> # Parallel port support
> #
> CONFIG_PARPORT=y
> # CONFIG_PARPORT_PC is not set
> # CONFIG_PARPORT_AMIGA is not set
> # CONFIG_PARPORT_MFC3 is not set
> # CONFIG_PARPORT_ATARI is not set
> # CONFIG_PARPORT_GSC is not set
> # CONFIG_PARPORT_SUNBPP is not set
> # CONFIG_PARPORT_OTHER is not set
> # CONFIG_PARPORT_1284 is not set
>
> #
> # Plug and Play configuration
> #
> CONFIG_PNP=y
> CONFIG_ISAPNP=y
>
> #
> # Block devices
> #
> CONFIG_B

[gentoo-user] Net-setup on real system, not just liveCD

2003-02-27 Thread Cedric Veilleux
Hi,


I like the net-setup tool and I think it would be useful to have it on my 
system, not just on the liveCD...

Why? I am shipping a server to a datacenter. They will have to make network 
configuration when they will receive it. They probably never heard of gentoo 
and I want things to be as easy for them to configure the network..  Even 
though the tool does not saves the configuration, I will be able to remotely 
log in and do it myself.

I checked the liveCD's content but only found a liveCD.cloop file.. Guess 
this is the actual filesystem of the liveCD but how can I open it? Is there 
an easier way to get the net-setup script?

May be it would be nice to have these utilities in a package, gentoolkit may 
be?



Thank you,

Cedric

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Compiling additional modules for liveCD?

2003-02-25 Thread Cedric Veilleux
Hi,

I need some modules that are not on the liveCD. I was thinking of placing 
them on a floppy and load them after booting off the CD..

What's the proper way to do this? Which kernel should I use to make the 
modules? I tried with gentoo-sources but got an error when loading them, 
saying they were not compiled for this kernel. Is there a proper way to do 
this or is it just not possible?


Thank you,

Cedric

--
[EMAIL PROTECTED] mailing list



[gentoo-user] sshd on liveCD?

2003-02-18 Thread Cedric Veilleux
Hi,

I would like to help someone install gentoo. It would be very easy it he 
could boot his computer with the liveCD, configure its network and then start 
sshd so I can log in its installation environment and then set everything up 
for him.

Is there a way to do this?


Thank you,

Cedric


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Grep woes

2003-02-09 Thread Cedric Veilleux
It works! Thanks!


Le February 10, 2003 12:11 am, vous avez écrit :
> try
>
> grep '\$' someFile
>
> YOu need to enclose the expression in quotes
>
> On February 10, 2003 12:09 am, Cedric Veilleux wrote:
> > Hi,
> >
> > What is the correct regular expression for a simple $ character? I want
> > to filter a file for any lines containing a $ char, but it does not
> > work..
> >
> > man grep tells me $ is a special regular expression char.. I try to
> > escape it using \$ but it doesn't work..
> >
> > grep $ someFile
> >
> > grep \$ someFile
> >
> > grep "\$" someFile
> >
> > grep /$ someFile
> >
> > nothing gives me the result expected!
> >
> >
> >
> > --
> > [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list




[gentoo-user] Grep woes

2003-02-09 Thread Cedric Veilleux
Hi,

What is the correct regular expression for a simple $ character? I want to 
filter a file for any lines containing a $ char, but it does not work..

man grep tells me $ is a special regular expression char.. I try to escape it 
using \$ but it doesn't work..

grep $ someFile

grep \$ someFile

grep "\$" someFile

grep /$ someFile

nothing gives me the result expected!



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Running java apps with lower nice level

2003-02-09 Thread Cedric Veilleux
> -g needs a process *group* id, which is something else again. Try using
> -p instead.

Ooh.. I thought a process group was a process and all its sub-processes.. It 
appears to be true in most cases at least..

The problem here is that most java apps spawns dozen of processes.. I do not 
want to renice them one by one... So the best idea is probably to run it with 
nice, so no need to renice..

# nice --5 someJavaApp
nice: cannot set priority: Permission denied

Seems I need to be root to run a program with higher priority, which is 
understandable... But in my case it is a complete nuisance..

So, as root I tried to run:

# nice --5 su - cedric -c someJavaApp

It did run the java app under my username, but with a nice level of 0, not -5 
as expected.


Cedric

--
[EMAIL PROTECTED] mailing list




[gentoo-user] Running java apps with lower nice level

2003-02-09 Thread Cedric Veilleux
Hi,

I am trying to speed up these java apps... I thought increasing their 
priority to give them more CPU time could help..

# pstree -p
init(1)-+-agetty(1354)
   |---java(16123)---java(16124)-+-java(16125)

# renice -10 -g 16123
renice: 16123: getpriority: No such process

# renice -10 -g 16124
renice: 16124: getpriority: No such process

# renice -10 -g 16125
renice: 16125: getpriority: No such process


What's happening? The process is there but I can't renice it because theres 
no such process.. Any ideas?

Cedric


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Gentoo tar different??

2003-02-09 Thread Cedric Veilleux
It is possible that these distro use a different tar, that should not prevent 
you from being able to extract the tarballs..

-j specifies to bunzip the file. You can run bunzip2 seperatly before running 
tar.

-p specifies to preserve permissions. There must be an option equivalent to 
it.





Le February 9, 2003 05:34 pm, Brett I. Holcomb a écrit :
> I have been attempting to untar the stage1 tbz2 file today.  Unfortunately,
> since the LiveCD won't detect my Adaptec RAID card on a PIII (althought it
> does fine on an AMD Athlon - go figure!) I have had to boot with a RH 7.3
> recovery disk to the RH 7.3 SGI XFS rescue mode.
>
> I managed to setup networking under this and ftp'd the stage1 file from my
> main system (running Caldera WS 3.1) to the PIII box.  However, when I run
> tar -xvjpf the RH tar says it can't figure out what options j and p are. 
> So I copied the tar from my Caldera box over and ran it.  It tells me -j is
> an invalid option.
>
> I then checked for a newer version of tar but the latest on the GNU site is
> 1.13 which is what Caldera has.  I also checked the www.ibiblo.org site and
> 1.13 is the current one.
>
> Is the Gentoo tar modified version - why isn't he -j recognized??
>
> Thanks.


--
[EMAIL PROTECTED] mailing list