Re: [expert] Switching to X 4.0

2000-08-12 Thread Guillaume Rousse

Chris Spencer a écrit :
 
 Hello,
 
 I recently reinstalled Mandrake 7.1 and, like a lunkhead, I forgot to set
 things up to run XFree 4.0. So right now I am running 3.3.6.
 
 I know that there is a file somewhere that I can edit so that I can run 4.0
 instead of 3.3.6. However I forget what the file is. :( Can someone please
 refresh my memory? Thanks...

You have to symlink /usr/X11R6/bin/XFree86 to /etc/X11/X, which must be
for the moment a link to /usr/X11R6/bin/SVGA (or another X seerver).

-- 
Guillaume Rousse
Iremia - Université de la Réunion

Plus petites unités de mesure 
- de longueur : le millimètre
- de volume : le millilitre
- d'intelligence : le militaire




Re: [expert] Download managers !

2000-08-10 Thread Guillaume Rousse

Nt is more stable. And it supports netscape drag'n'drop.

Sarang Lakare a écrit :
 
 caitoo .. its available as rpm at rpmfind.. adn its a great to manage u're
 downlaods.. (thought it takes a little time to get started!)
 
 -sarang

-- 
Guillaume Rousse
Iremia - Université de la Réunion

Plus petites unités de mesure 
- de longueur : le millimètre
- de volume : le millilitre
- d'intelligence : le militaire




Re: [expert] Configuration réseau

2000-08-10 Thread Guillaume Rousse

Pierre Taczynski a écrit :
 
 Bonjour,
 n'ayant pas eu de réponses sur la ML [debutant], je me permet de poster
 ici.
 j'utilise Mandrake 7.1, l'ordinateur fait parti d'un réseau et je l'ai
 donc configuré comme suit:
 host name + domain name: wumpscut2.domainname
 adaptateur #1: dhcp activé / wumpscut2.domainname / mask : 255.255.254.0
 / eth0 / 3c95x
 La carte est une 3com 3c905 100baseTX. Les DNS sont bien évidemment
 configurés. Je peux pinger cette machine via son IP (heureusement), par
 contre cela ne marche pas quand j'utilise son alias. Le réseau est
 majoritairement sous NT (mais ce n'est pas de sa faute promis ;b, car
 cela marchait très bien quand j'avais installé la distribution de
 Corel).
 Questions: Pourquoi cela ne marche pas avec Mandrake? Cela a-t-il un
 rapport avec Samba (je dirais que non mais on ne sait jamais)? Comment
 je règle ce problème?
Cette liste est en anglais, tu vas te faire flamer vite fait si tu
postes en français :-)

If IP adress works, but not name, i'd said it is a DNS problem 99 %.
That's is the DNS task to associate a name with an adress. Here it seems
it isn't the case.
Use nslookup [IP to test] to see what's going on.
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Plus petites unités de mesure 
- de longueur : le millimètre
- de volume : le millilitre
- d'intelligence : le militaire




Re: [expert] Configuration réseau

2000-08-10 Thread Guillaume Rousse

Pierre-Yves Taczynski a écrit :
 
 Guillaume Rousse a écrit :
 
  If IP adress works, but not name, i'd said it is a DNS problem 99 %.
  That's is the DNS task to associate a name with an adress. Here it seems
  it isn't the case.
  Use nslookup [IP to test] to see what's going on.
 
  Guillaume Rousse
  Iremia - Université de la Réunion
 
 Here is the result of nslookup [myIP]:
 
 Server:  nts-oef-dhcp.XXX.YYY.com
 Address:  myIP
 
 *** nts-oef-dhcp.XXX.YYY.com can't find myIP: Non-existent host/domain
 
 So, how can I fix that? As you can see I'm totally lost. I've just checked
 the IP of my DNS and it's OK.
Sorry, all i can say from your nslookup output is your box is not known
from the DNS. I think it should be a DHCP failure, as i imagine it's
DHCP server to register a new host in DNS, but i'm really not a
specialist.
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Plus petites unités de mesure 
- de longueur : le millimètre
- de volume : le millilitre
- d'intelligence : le militaire




Re: [expert] Harddisk speed with UDMA66

2000-08-10 Thread Guillaume Rousse

Xuejun Liu a écrit :
 
 Hi,
 
 How is the ultimate harddisk performance with UDMA66? Although it
 works fine with UDMA66,but the harddisk performance is
 just like UDMA33 as below. The question is how to improve
 the speed up to 20M/sec or so. My mainboard is Abit BP6
 with HPT366, harddisk is IBM-DJNA-351520.
 
 Any suggestions will be most appreciated.
You can have a look at MandrakeUser.org, it has two page about hard
drives tuning :
http://www.mandrakeuser.org/hardware/hide.html
http://www.mandrakeuser.org/hardware/hide2.html

-- 
Guillaume Rousse
Iremia - Université de la Réunion

Plus petites unités de mesure 
- de longueur : le millimètre
- de volume : le millilitre
- d'intelligence : le militaire




Re: [expert] Harddisk speed with UDMA66

2000-08-10 Thread Guillaume Rousse

Chris Slater-Walker a écrit :
 
 As Inderstand it, there is very little difference between UDMA33 and UDMA66
 when there is a single disk on the IDE channel.
Yes, because maximum speed reached by actual disks is just sufficient to
fill UDMA33 spec :-)

-- 
Guillaume Rousse
Iremia - Université de la Réunion

Plus petites unités de mesure 
- de longueur : le millimètre
- de volume : le millilitre
- d'intelligence : le militaire




[expert] SounBlaster Live driver compilation

2000-08-09 Thread Guillaume Rousse

I use a 2.2.16-9mdk kernel. I just recompiled it, and now i have to
compile emu10k module.
Compilation seems to be fine, but i get an error message at use :
depmod: *** Unresolved symbols in
/lib/modules/2.2.16-9mdk/misc/emu10k1.o

Moreover, looking in Makfile, i saw kernel configuration is taken from
kernel headers. More precisely, in redhat system, in autoconf-up.h, and
autoconf.h elsewhere :
ifneq ($(shell grep '__rh_kernel_version_h__'
$(KERNELSOURCE)/include/linux/vers# redhat kernel headers style
  SUB := $(shell grep __BOOT_KERNEL_ /boot/kernel.h 2/dev/null | grep 1
| cut -  
  VERSION_H := version-$(SUB).h
  AUTOCONF_H := autoconf-$(SUB).h
else
  VERSION_H := version.h
  AUTOCONF_H := autoconf.h
endif
correct options used for kernel compilation are in autoconf.h, and
particulary module_version option, but the other on is used. Turning of
the test resulted in a file not found error later in makefile...

Has someone already compiled this ?




Re: [expert] flash 4 netscape

2000-07-01 Thread Guillaume Rousse

LinuxGeek a écrit :
LinuxGeek a écrit :
 
 hi list !  :-)
hi alone :-)

 i am running mdk 7.1 with ns 7.3
 when trying to enter a flash site, i can see the animation
 but the sound is fucked up...sometimes netscape just crashes on me.
 i installed the flash plugin from the 7.1 cd ... nothing
 i looked up for another plugin at freshmeat and at mandrake's site and got
 directed to the same package...(it says in the package info that it's
 beta)
 anyone know's what to do ? 10x...
Just install the original flash plugin from Macromedia, it solved the
problem for me.


-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] KSCD and CDDB

2000-06-27 Thread Guillaume Rousse

Try us.cddb.com rather.
You need a port for using cddb protocol (ccdb). You can also use http :
us.cddb.com http 80 /~cddb/cddb.cgi

Norman Carver a écrit :
 
 I cannot seem to get KSCD to load CDDB info under MDK 7.1.
 
 Anyone have it working?
 
 With the default, I get an "error getting cddb entry"
 message when inserting a new CD.  However, when I try
 to update the servers list, I get an "unable to get
 cddb server list" message.  (It does not help that the
 help documentation does not match the program.)
 
 I know that the default server that is set up
 (www.cddb.com cddbp 8880 -) is wrong since the
 www.cddb.com site says that the correct server
 is now cddb.cddb.com.  However, I cannot seem
 to get this in as the server--it keeps reverting
 to the above default.  And do I still need a port?
 
 Anyway, if anyone has it working, perhaps they could
 let me know how they did it.
 
 Thanks,
 Norm




Re: [expert] KSCD and CDDB

2000-06-27 Thread Guillaume Rousse

Try us.cddb.com rather.
You need a port for using cddb protocol (ccdb). You can also use http :
us.cddb.com http 80 /~cddb/cddb.cgi

Norman Carver a écrit :
 
 I cannot seem to get KSCD to load CDDB info under MDK 7.1.
 
 Anyone have it working?
 
 With the default, I get an "error getting cddb entry"
 message when inserting a new CD.  However, when I try
 to update the servers list, I get an "unable to get
 cddb server list" message.  (It does not help that the
 help documentation does not match the program.)
 
 I know that the default server that is set up
 (www.cddb.com cddbp 8880 -) is wrong since the
 www.cddb.com site says that the correct server
 is now cddb.cddb.com.  However, I cannot seem
 to get this in as the server--it keeps reverting
 to the above default.  And do I still need a port?
 
 Anyway, if anyone has it working, perhaps they could
 let me know how they did it.
 
 Thanks,
 Norm




Re: [expert] KSCD and CDDB

2000-06-27 Thread Guillaume Rousse

Try us.cddb.com rather.
You need a port for using cddb protocol (ccdb). You can also use http :
us.cddb.com http 80 /~cddb/cddb.cgi

Norman Carver a écrit :
 
 I cannot seem to get KSCD to load CDDB info under MDK 7.1.
 
 Anyone have it working?
 
 With the default, I get an "error getting cddb entry"
 message when inserting a new CD.  However, when I try
 to update the servers list, I get an "unable to get
 cddb server list" message.  (It does not help that the
 help documentation does not match the program.)
 
 I know that the default server that is set up
 (www.cddb.com cddbp 8880 -) is wrong since the
 www.cddb.com site says that the correct server
 is now cddb.cddb.com.  However, I cannot seem
 to get this in as the server--it keeps reverting
 to the above default.  And do I still need a port?
 
 Anyway, if anyone has it working, perhaps they could
 let me know how they did it.
 
 Thanks,
 Norm




Re: [expert] kde2 requirements

2000-06-26 Thread Guillaume Rousse

the only requirements for using KDE applications, whether kde1 or kde2, is the
correct QT version, and just support and libs packages. kdebase package is not
needed.

 Also sprach John Aldrich :
 On Mon, 26 Jun 2000, you wrote:
  Hi,
   On the Mandrake Air machine I`ve got no kde stuff installed and I wonder 
  what would be needed if I would like to run some kde apps (Klyx!) but not
  necesserirly  kde itself. I`ve got no kde 2 experience and I am not really 
  sure what those kde 1/2 differances are. Correct me if I`m wrong:
   qt-1.44
   kdesupport
   kdelibs
   kdebase
  
  should do the thing with kde 1. 
  And what about kde 2?
  
 You'll need QT2.x (should be available wherever you D/L the KDE2
 stuff) QT-copy and all the associated KDE stuff. AFAIK, the only
 things you need BESIDES the KDE2 stuff (and I'll freely admit I'm not
 positive on this) is QT and QT-copy. There may also be other libs
 you'll need to update as well.
   John
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] OT - Open Source EJB

2000-06-26 Thread Guillaume Rousse

I've used Jonas from bullsoft, it was OK. I also know of OpenEJB, and maybe
even another, called BossEJB or something like that.
Here you have the URL:
http://www.bullsoft.com/ejb
http://www.openejb.org


 Also sprach Sridhar G :
 Some time back I had a look at a message regarding Open Source EJB
 Development for Linux. If anybody know the url or team please let me know.
 
 Cheers
 Sridhar
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] KDE2

2000-06-26 Thread Guillaume Rousse

This page just needs a slight correction for mandrake : you also have to remove
(or at least to change suffix) of /etc/profile.d/kde2.sh script, coming with
kdesupport, to prevent it from being automatically launched at begining, even
while choosing kde1.

 Also sprach James Sparenberg :
 
 You can go here http://www.kde.org/kde1-and-kde2.html for instructions on 
 how to run both at the same time on your box.
 James
 
 
 At 01:31 PM 6/26/00, you wrote:
 Personally, I moved my ~/.kde folder to ~/.kdeold.  Then I uninstalled 
 KDE1 with rpm -e --nodeps `rpm -q -a | grep kde`.  Then I installed 
 openssl, alsa, and the qt-2.1.1 and kde2 rpms at 
 http://us.mandrakesoft.com/~molnarchttp://us.mandrakesoft.com/~molnarc. 
 Then I made sure /opt/kde2/bin was permanently in my path by putting on 
 the end in  .bashrc, and created a ~/.Xclients file with startkde in 
 it.  That about does it.  (Some KDE2 rpms may require rpm -ivh --force to 
 force them to install)
 
 Now you have KDE2.
 
 I don't know how to run them both concurrently.
 
 Fox
 
 - Original Message -
 From: mailto:[EMAIL PROTECTED]Klar Brian D Contr MSG/SWS
 To: mailto:'[EMAIL PROTECTED]''[EMAIL PROTECTED]'
 Sent: Friday, June 23, 2000 8:58 AM
 Subject: RE: [expert] KDE2
 
  From the kde site, there is a link explaining how to run kde1 and kde2. 
  That file
 works well. It has been stated that for those people running mandrake 
 there is a
 kde1tokde2 rpm file. I never saw this file though.
 
 -Original Message-
 From: Christian Punchin 
 [mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 22, 2000 5:44 PM
 To: [EMAIL PROTECTED]
 Subject: [expert] KDE2
 
 A simple but important question...
 
 How can I install KDE2 on my MDK 7.1 box?...
 
 The readme files from kde.org are kinda outdated...
 Christian M. Punchin
 Servicios para Empresas
 Soluciones Electrónicas Empresariales
 Banco de Crédito del Perú
 (  242-5900 x 6325
 / [EMAIL PROTECTED]
 


Content-Type: text/html; name="unnamed"
Content-Transfer-Encoding: quoted-printable
Content-Description: 


-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] rpmdrake and URLs

2000-06-24 Thread Guillaume Rousse

For cooker, you have
ftp://rpmfind.net/linux/MandrakeCooker/cooker/Mandrake/RPMS/
ftp://rpmfind.net/linux/MandrakeCooker/contrib/RPMS/
I never achieved to enter them via rpmdrake mask, is used instead in-line
command urpmi.addpackage name url with relative path to hdlist.cz2

Also sprach sam, 24 jun 2000 :
 hallo Expert!
 
 can someone point me to HTTP or FTP urls which i can enter into
 rpmdrake or kpackage, so that i can install packages from the net?
 
 
 PAT
 --
 
 
 vcard/LDAP/PGP: http://dresden-online.com/~perler/identity.html
 PGP fingerprint: DAC6 2FDA 1ED7 AD55  BD1F 5142 3D5F 72BF
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] Auto Install of 7.1 Skips Network

2000-06-21 Thread Guillaume Rousse

Just a silly question about this card (i got the same) : why is the 3c59x
module used, where the kernel has also a 3c90x module, that seems
to be most adpated ? 

Also sprach mer, 21 jun 2000 :
 Is it normal for the auto-install of 7.1 to skip the installation of my network
 adapter and the configuration of TCP/IP? This seems a bit odd. The nic is a
 3c59x compatible 3c905B-TX. A quick reconfig with DrakConf had everything up and
 running in no time.
 
 John LeMay Jr.
 Senior Enterprise Consultant
 NJMC, LLC.
 
 Mandrake Linux 7.0 (2.2.14)  /  Polarbar Mailer 1.16c
 JDK 1.1.8 IBM build l118-2515
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] Supermount configuration

2000-06-20 Thread Guillaume Rousse

Also sprach mar, 20 jun 2000 :
 Guillaume Rousse wrote:
 
  Seems i've lost supermount capacity in some manner, and i can't retrieve it.
  I've the last kernel 2.2.16-4, with supermount as a module, and a
  correct fstab, but no way. I can load the module manually, using lsmod, so it's
  not a conf.modules problem either. So, what is wrong ?
 
 Had a similar problem when I installed kernel-2.2.16-4
 
 Since my cdrw is an ide I also use ide-scsi module. I had to add the  lines in my
 config.modules file:
 First line at top. alias scsi_hostadapter ide-scsi
 and at the bottom line.  post-install supermount modprobe scsi_hostadapter
 
 After changing the lines in my fstab and setting the links correctly things
 returned back to normal.
So i'll had to use ide-scsi module just for getting back supermount ? I'll
rather try to build supermount in the kernel rather than as a module.

-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




[expert] Video player sound problem

2000-06-19 Thread Guillaume Rousse

I encounter a major problem with sound in smpeg, even on a fresh 7.1 install.
Animation is very slow, and  application doesn't exit properly. Using -nosound
option resolves the problem, but that's not very convenient :-) 
It's not a perm problem, as even root is affected. In rare cases i've been able
to have normal rendering, thus i suspect something as a process conflictiong
with another, or a lock problem somewhere. Using xmps leads also to the same
result, so i suspect this must be a general problem.
I precise i use KDE, and i use kernel module for my oss-solo soundcard.
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] Compiling kernel-2.2.16-4mdk

2000-06-19 Thread Guillaume Rousse

Also sprach lun, 19 jun 2000 :
 Hello,
 With help from the list I have installed the new kernel.  Now I would
 like to recompile it.  However, it
 came in RPM form and there is no linux-2.2.16 directory in /usr/src. 
 Should I have created one before installing the kernel?  Can anyone tell
 me how to recompile the kernel, please?

Are you sure you've installed kernel-source-2.2.16 rpm, and not kernel-2.2.16
only ?

-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




Re: [expert] useradd

2000-06-19 Thread Guillaume Rousse

You can alos try mandrake tool userdrake (console or X), but i'm not sure if it
is a autonomous tool, or just a frontend fro useardd.
A+

 Also sprach lun, 19 jun
2000 :  I have recently installed (fresh) Mandrake 7.0. This machine is just
for my  home use, and only has 
 one machine hooked to it, a Win 98 box. My problem is that yesterday, I
 tried to add a user via 
 useradd and received an error on the lines of 
 
 useradd :Binary :command not found
 Please enter the 3 letter airport code
 Done ...
 
 What the H##l is this. I get this same error via linuxconf, or terminal
 window. I get the same when I try to run adduser. Although both programs
 show as being on the drive!
 
 I get this whether I am logged in as Root or as user then su
 So I need to know how I can add a user now?
 
 Any help would be appreciated,
 
 Brian D. Klar - CVE
 OTS
 WPAFB
 (937)257-5773
 937-973-3125 (Pager)
-- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.




[expert] Supermount configuration

2000-06-19 Thread Guillaume Rousse

Seems i've lost supermount capacity in some manner, and i can't retrieve it.
I've the last kernel 2.2.16-4, with supermount as a module, and a
correct fstab, but no way. I can load the module manually, using lsmod, so it's
not a conf.modules problem either. So, what is wrong ?

 -- 
Guillaume Rousse
Iremia - Université de la Réunion

Sleep doesn't exists. Just lack of cafeine.