Re: [expert] Mandrake 8.0, ALSA, Sound drivers will not load....

2001-05-03 Thread Chmouel Boudjnah

Chuck Reed <[EMAIL PROTECTED]> writes:

> I have tried this on two completely different installs (meaning
> different hardware), but I am getting the exact same problem.  When
> issuing the command: modprobe snd-card-ymfpci (or whatever your sound
> card might be) I get the following error message:

trie the ympci driver of oss ?




Re: [expert] /usr/bin/ld: cannot find -ldb1

2001-04-23 Thread Chmouel Boudjnah

Jason Victor <[EMAIL PROTECTED]> writes:

> Hello. I recently switched from Debian to Mandrake. I
> started to try to compile the GNOME app I wrote with
> the following makefile:
> 
> CC=gcc
> CFLAGS=-Wall  -g `gnome-config --cflags gnome gnomeui`
> LDFLAGS=`gnome-config --libs gnome gnomeui`
> gwom: gwom.c
>   $(CC) $(CFLAGS) -o gwom gwom.c $(LDFLAGS)
> clean:
>   rm -f gwom core
> 
> 
> However, whenever I compile, I get:
> 
> /usr/bin/ld: cannot find -ldb1
> collect2: ld returned 1 exit status
> make: *** [gwom] Error 1

install the db1-devel pacakge.

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [expert] Any kernel hackers out there?

2000-09-20 Thread Chmouel Boudjnah

Jeff Groves <[EMAIL PROTECTED]> writes:

> I still have not figured out how to build the kernel from source.
> 
> I installed a fresh version of Mandrake 7.1 (Developer option) with
> all the standard defaults.  The only unusual thing I did was to create
> ReiserFS filesystems (except for /boot).
> 
> Now I have a "virgin" system, so I installed the latest source kernel
> RPM (kernel-2.2.17-6mdk.src.rpm) from Cooker.  I am trying to get the
> DPT I2O driver working and it appears that this kernel already has the
> patches to support it.
> 
> Next, I started the build:
>rpm -ba --target=i586 kernel-2.2.spec
> 
> A while later it failed, and I noticed several errors similar to the following:
>newport.c:11: asm/gfx.h: No such file
>newport.c:12: asm/ng1.h: No such file
>newport.c:14: asm/newport.h: No such file
> 
> The last error lines were:
>+ %make bZImage
>/var/tmp/rpm-tmp.6671: fg: no job control
>Bad exit status from /var/tmp/rpm-tmp.6671 (%build)
> 
> Frankly, I don't think it is possible to build a kernel on a "stock"
> install.  The people who build kernels must have some other files
> installed that are not present on my system.
> 
> How can I figure out what is missing?

you need to install the last rpm from cooker if you want to recompile
the kernel from cooker.

-- 
MandrakeSoft Inc http://www.chmouel.org
Paris, France --Chmouel



Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.



Re: [expert] KDE2 Beta 4: Kooldown

2000-08-23 Thread Chmouel Boudjnah

Anton Graham <[EMAIL PROTECTED]> writes:

> > Ah well.  Maybe I'll see some more /opt RPMS sometime soon.
> You may be able to convince Chris to package some that way, but he's been
> very busy lately just keeping on top of the CVS snapshots.

and i'm sure Chris would never want to violate the FHS (and if he
don't care i'm sure some others mdksoft developers care about this
;).

-- 
MandrakeSoft Inc http://www.chmouel.org
San-Francisco, CA USA --Chmouel




Re: [expert] qt dependancy problem and usb query

2000-07-15 Thread Chmouel Boudjnah

"Civileme" <[EMAIL PROTECTED]> writes:

> USB support is much better in 7.1, but don't hope for modems
> on the USB.  

Some of them may work follow the guide on :

http://linuxusbguide.sourceforge.net/>

> Guess what they are?  Yep, software modems requiring proprietary,
> patented, binary-only drivers that anyone who wants a sane, stable
> kernel avoids like the Black Death.  I did see some posts on cooker
> list by someone who had the USB zip working.

for me2 ;-)

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Emacs problems in 7.0

2000-07-15 Thread Chmouel Boudjnah

"Saif A. Warsi" <[EMAIL PROTECTED]> writes:

> I have been running Mandrake since its early versions and recently I
> installed 7.0. I am noticing some problems with emacs; specifically, I
> use emacs for all code development and when I compile I get error and
> other messages in the split buffer that appears at the bottom. In
> earlier versions, the messages were clear and readable whereas with this
> version the messages are obfuscated by Ctrl characters. Does anyone know
> what the problem might be and obviously a fix would be nice.

rpm -e gcc-colorgcc

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Deleted /tmp now X won't start

2000-07-09 Thread Chmouel Boudjnah

"Brian T. Schellenberger" <[EMAIL PROTECTED]> writes:

> X would not start.
> 
> *That* is the problem.
> 
> /tmp should contain only temporary files; it should be perfectly safe to
> wipe out the entire contents of /tmp and reboot, but with 7.0 it is not.

what is the permission of your /tmp dir ? 1777 ? need them for xfs.

> Again, this is apparently fixed in 7.1, and moreover I don't think it
> has anything to do with the "clean up /tmp" code; it's a bug in the X &
> fontserver packages, so I'm not blaming you (unless you put those
> packages together as well).

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Deleted /tmp now X won't start

2000-07-08 Thread Chmouel Boudjnah

"Brian T. Schellenberger" <[EMAIL PROTECTED]> writes:

> It seems pretty obvious that they DIDN'T think about it.

i did the implementation of ''Clean up /tmp'' and i don't see what is
the problem ? you can have problem if you have a cron who delete the
.X* files when X running but since it is only in the initscripts there
is _no_ problems.

> It's been fixed in 7.1 anyway, as I understand it.

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Deleted /tmp now X won't start

2000-07-08 Thread Chmouel Boudjnah

Steve Browne <[EMAIL PROTECTED]> writes:

> On 06 Jul 2000 11:21:29 -0700, you wrote:
> 
> >John Aldrich <[EMAIL PROTECTED]> writes:
> >
> >> > ? ok what is the question excatly i didn't followed the thread...
> >> Thanks. :-) The question was why you folks put the stuff in /tmp and
> >> later in /root/tmp that causes X to go bad when you delete it? You
> >
> >we put nothing in /root/tmp only DrakConf has a stupid bug to leave
> >temporary files in ~/tmp/
> 
> When I boot Mandrake 7.1, the run list says at one point "clean-up
> /tmp". So /tmp is cleared out on every boot. /root/tmp is where the X
> files are that you shouldn't delete.

yes right if you have the variable :

CLEAN_TMP=1

in /etc/sysconfig/system set.

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Installing rpm binaries of kde2?

2000-07-06 Thread Chmouel Boudjnah

Ron Stodden <[EMAIL PROTECTED]> writes:

> I strongly hope and strongly suggest Mandrake realises the value of
> this during the KDE install and omits all those ugly desktop mount
> icons in future in favour of standardising on kdf for all runtime
> disk partition management under the KDE GUI.  No more deaf ears,
> Mandrake?

everything is relative to each person 8).

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Deleted /tmp now X won't start

2000-07-06 Thread Chmouel Boudjnah

John Aldrich <[EMAIL PROTECTED]> writes:

> On Wed, 05 Jul 2000, you wrote:
> > 
> > Try it at
> > 
> > http://forum.mandrakesoft.com
> > 
> > Our own version of slashdot
> > 
> I emaild Chmouel. Maybe he'll deign to post in here their thinking on
> that subject. :-) It would be NICE if they'd use this mail list!

i can deign everything since there is emacs binding ;)

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Deleted /tmp now X won't start

2000-07-06 Thread Chmouel Boudjnah

John Aldrich <[EMAIL PROTECTED]> writes:

> > ? ok what is the question excatly i didn't followed the thread...
> Thanks. :-) The question was why you folks put the stuff in /tmp and
> later in /root/tmp that causes X to go bad when you delete it? You

we put nothing in /root/tmp only DrakConf has a stupid bug to leave
temporary files in ~/tmp/

> recall the hubub when 7.x came out and people started emptying their
> /tmp directory only to find they had to reinstall X to get it
> working again??? We recently had another case of that in here and
> told 'em the sad, sad story about how you DON'T delete stuff in /tmp
> or /root/tmp. :-) John

don't delete while running X server but you safely delete them before
running X (and it's what we do in the initscripts).

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Deleted /tmp now X won't start

2000-07-06 Thread Chmouel Boudjnah

John Aldrich <[EMAIL PROTECTED]> writes:

> > Maybe a question for the cooker list?  I don't really know how else to
> > direct a question to the Mandrake team.
> Maybe, but I've had the distinct impression that some of the
> Mandrake team hang out in this list apparently the ones who hang
> out either don't know the answer or choose to remain silent on that
> one No idea which. :-)

? ok what is the question excatly i didn't followed the thread...

/Chmouel Technical Support/




Re: [expert] Installing rpm binaries of kde2?

2000-07-04 Thread Chmouel Boudjnah

"Hoyt" <[EMAIL PROTECTED]> writes:

> Civileme,
> 
> Were those ALSA sound libraries that Guillame mentioned to me required also?

i don't believe so...

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Digital camera and pc cards

2000-07-04 Thread Chmouel Boudjnah

"Bruce E. Harris" <[EMAIL PROTECTED]> writes:

> I have a Fuji digital camera and wondering how I can get a pc card loaded with
> the smart media mounted as a file system? I know for floppy
> mount -t msdos /dev/fd0 /mnt/floppy, but how with a pc card?

USB ?

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] USB and digital camera

2000-07-01 Thread Chmouel Boudjnah

"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I'm trying to use USB to connect my camera to my computer.  I'm
> running
> Mandrake 7.1 with kernel 2.2.16 installed.  I can "see" the camera in
> /proc/bus/usb/devices and I think I've correctly made the device for
> my
> Kodak DC240 with 
> 
> mknod -m 0666 /dev/camera00 c 180 80
> 
> but when i try and access the camera via USB in gPhoto and I choose
> other for the 
> device and point it to /dev/camera00, i get a message saying "Check
> Permission"
> at which point I reconfirm the permissions are open.
> 
> Ideas?  I've hit the Kodak Linux HOWTO pretty hard and spent time at
> www.linux-usb.org, but no joy.

try to use it as root, i think there is a option to usbdevfs to mount
it with user permission (try to search on the linux-usb mailing list).

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] harddrake icon not displayed in drakconf

2000-07-01 Thread Chmouel Boudjnah

Philomena <[EMAIL PROTECTED]> writes:

> I am running 7.1 with the latest update kernel - I updated harddrake
> and sounddrake from the HardDrake site. Now, in DrakConf, the icon for
> HardDrake is no longer displayed. I can execute the sounddrake
> executable successfully, but when I try to run the HardDrake program
> directly, it doesn't seem to pick up all my components (although they
> are set up OK).
> Does anyone know if there is a config file or something for DrakConf
> that maybe needs to be updated ?

/etc/DrakConf/harddrake.rc

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] RealProducer Plus Version 8

2000-06-29 Thread Chmouel Boudjnah

[EMAIL PROTECTED] (Sevatio Octavio) writes:

> RealProducer Plus Version 8 is now available from Real Networks.
> However, there are a few things I find disturbing.  I called them to
> find out what happened to the GUI version (that came with V6.0),
> they told me that there is no plan for one.  It is their belief that
> "linux-people prefer using command-lines".  This is after talking to
> several people at Real that had little or no idea what Linux was.
> It's unfortunate that Real continues to operate in the clouds with
> the assumption that linux is still some geek's hobby.  Plus, with
> Microsoft breathing down their neck, it's a bad time for such
> arrogance and ignorance.


this may give the hand to open source frontend

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] How will this effect Mandrake?

2000-06-25 Thread Chmouel Boudjnah

vern <[EMAIL PROTECTED]> writes:

> I'm glad Mandrake has most of their software
> repositories in the US, and other countries!!
> I love Mandrake!!
> But hey, I also loved Citreons automobiles.
-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Kernel Upgrades on SCSI system

2000-06-24 Thread Chmouel Boudjnah

"John J. LeMay Jr." <[EMAIL PROTECTED]> writes:

> If I use MandrakeUpdate to download the new kernel and headers (2.2.16), what
> do I need to do to install the new kernel prior to rebooting? ie, rerun lilo,
> anything special since my box is all SCSI (hd's, cdrom)?

mkinitrd, see the man mkinitrd and do :

-$ mkinitrd -f /boot/initrd.img 2.2.16-9mdk

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] Connecting two monitors

2000-06-24 Thread Chmouel Boudjnah

Axalon Bloodstone <[EMAIL PROTECTED]> writes:

> Being my ever forgetful self i left out a major point.
> XFree has been able to drive multiple cards on the same machine for quite
> awhile now (no i don't know exactly a version #), but it drives them
> indapendantly.

yep look with natanya (my machine in the LA office) i have two graphics
card and i think XFree use on the card where the Monitor is attached.

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] How will this effect Mandrake?

2000-06-24 Thread Chmouel Boudjnah

Axalon Bloodstone <[EMAIL PROTECTED]> writes:

> > I read this on freshmeat today and wondered if it
> > will have an impact on the way Mandrake does business?
> > vern
> None, our servers are based in the US ;) 

and a lot of developers are based in US ;)

> >   subject: Possible Threat to French Open Source Sites
> >  added by: jeff covey on Jun 21st 2000, 07:40
> >  category: Editorial
-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: Sort By Thread (WAS: [expert] missing SSH ?)

2000-06-24 Thread Chmouel Boudjnah

Jon <[EMAIL PROTECTED]> writes:

> I'll second that.  I've been using mutt myself for a few years now
> and I haven't wanted to try anything else yet.  Pretty lightweight
> but so powerful.  It's great!

emacs and this :

(setq gnus-thread-sort-functions
  '(gnus-thread-sort-by-number
gnus-thread-sort-by-date
gnus-thread-sort-by-subject 
gnus-thread-sort-by-total-score))

in .gnus

> The PGP/GPG support is also done nicely.

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Francisco, CA USA --Chmouel




Re: [expert] 7.1 install Caveats

2000-06-14 Thread Chmouel Boudjnah

Denis HAVLIK <[EMAIL PROTECTED]> writes:

> Because Pixel detests ISA. 

is not the only mdk developer who don't like ISA :

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San Diego, CA USA  --Chmouel




Re: [expert] 7.1 menus

2000-06-12 Thread Chmouel Boudjnah

Jason Straight <[EMAIL PROTECTED]> writes:

> It's based on fvwm - you'll have to edit the menu files there I believe.

wrong !! see /usr/doc/menu-*/menu.txt for documentation

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San Diego, CA USA  --Chmouel




Re: [expert] NCR 53C*xx raid controller

2000-06-10 Thread Chmouel Boudjnah

[EMAIL PROTECTED] writes:

> I have a compaq proliant mk530 with the NCR 53C8XX pci raid
> controller and mandrake 7.1 will not recognize the disk attached to
> it.  When trying to install I get the following error:
> no valid devices were found on which to create new file system.
> The system has redhat 6.2 installed so I know the controller/disks
> are fine.

do you know what kernel module is it ?

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
Pasadena, CA USA  --Chmouel




Re: [expert] PCMCIA Modems

2000-05-27 Thread Chmouel Boudjnah

"John Connell" <[EMAIL PROTECTED]> writes:

> Are there any compatible PCMCIA modems for L-M?

Most of them are compatible after installing kernel-source package go
lurk in :

/usr/src/linux/pcmcia-cs-*/PCMCIA-HOWTO

here i use a standard Us robotics just fine.

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
In travel.--Chmouel




Re: [expert] xinitrc hacking

2000-04-25 Thread Chmouel Boudjnah

David Hugh-Jones <[EMAIL PROTECTED]> writes:

> What have I done and how can I fix it?

/etc/X11/window-managers

man chksession

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel



Re: [expert] 7.0-2 secure kernel?

2000-04-25 Thread Chmouel Boudjnah

Grzegorz Staniak <[EMAIL PROTECTED]> writes:

> Hi,
> 
> Anybody knows what kind of 'secure' is the 'kernel-secure' that is
> distributed with Mandrake 7.0-2? I couldn't finfd any details on
> www.linux-mandrake.com. Specifically, I need to know whether the patches
> applied have anythiong to do with Openwall (Solar Designer) patches for

yes.

> 2.2.14. And if it is the case - does anybody know whether it's
> possible to apply both the Openwall patches and the LIDS ptaches? It
> looks like they touch the same functionality (e.g. restricted 'ps').
> 
> Also - it seems that teh 'kernel-secure' is available only in binaries.
> The kernel sources RPM contains a 'regular' set of sources. Where can I
> find the set of patches applied to the secure version?

in src.rpm

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel



Re: [expert] How to find the locking process?

2000-04-23 Thread Chmouel Boudjnah

"Brian T. Schellenberger" <[EMAIL PROTECTED]> writes:

> I tried "lock" and "busy" and other things on a man -k, but "using"
> didn't occur to me.

-$ man 1 fuser

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel



Re: [expert] How to find the locking process?

2000-04-23 Thread Chmouel Boudjnah

"Brian T. Schellenberger" <[EMAIL PROTECTED]> writes:

> - Find what process has it locked, or

fuser(1):
NAME
   fuser - identify processes using files or sockets


> - Force it to unlock anyway, killing process as necessary?

i guess there is no way with kernel-2.2

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel



Re: [expert] Mandrake vs. Redhat??

2000-04-23 Thread Chmouel Boudjnah

vern <[EMAIL PROTECTED]> writes:

> I still consider myself a "newbie" "greenhorn"
> type user of Mandrake Linux.  So I'm attempting
> to understand the "lay of the land" so to speak.
> I know Redhat embraces Gnome for the Qt open
> source issues, I've noticed a process sunrpc running
> in my newly installed Mdk 7.0 system.  I know it is required
> by the NFS and NIS systems, but is that proprietory??  

no the spec are available.

> Is it still owned by Sun??  

the linux implementation is open-source. (see http://nfs.sourceforge.net/)

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel



Re: [expert] nasm?

2000-02-24 Thread Chmouel Boudjnah

Guillermo Belli <[EMAIL PROTECTED]> writes:

> Yesterday I was compiling a program (snes9x) and it gave me an error. It asks
> for a program or command calles nasm. What's that? I've never heard of nasm.
> Where can I get it?

available in our contrib/, check cooker in contrib directory :

http://www.linuxmandrake.com/cooker/ 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] MP3 question

2000-02-23 Thread Chmouel Boudjnah

Joel West <[EMAIL PROTECTED]> writes:

> IT WORKS !! Thanks a million!!!
> Now to perl script the conversion of a directory:)

no need perl :

for i in *mp3;do mpg123 -w $i $(echo $i|sed 's/mp3$/wav/');done

> > mpg123 -w foo.wav foo.mp3 

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] OT: CVS over SSH

2000-02-21 Thread Chmouel Boudjnah

"Ronald J. Yacketta" <[EMAIL PROTECTED]> writes:

> Does this still require the entry in inetd.conf?

no, you need only a ssh server running (well in fact you can also run
ssh via inetd but don't remember how).

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] Supermount Doesn't Work on MDK 7.0-2

2000-02-21 Thread Chmouel Boudjnah

[EMAIL PROTECTED] (Sevatio Octavio) writes:

> How do you get 'Super'-mount to work after installing MDK 7.0-2?

-$ man supermount
-$ /usr/sbin/supermount -i enable

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] set -o vi

2000-02-21 Thread Chmouel Boudjnah

Linda Walsh <[EMAIL PROTECTED]> writes:

> I like to use the vi set of editing commands in my shell.
> 
> I would put the 'set -o vi' in my .profile.
> 
> Ok fine.  In the days of RH5.x this worked.  Then RH 6.0 and Mandrake 6.1
> came out and it broke.  It's still broken in RH 6.1 and MDK 7.0 but it
> isn't broken in SuSE 6.3.  Have done identical kernels between the distro's
> and it's still only broken on MDK(&RH), so it's not there.  The bash version
> *looks* the same.  
> 
> The break is such:
> 
> If you put the line in above to be automatically executed upon login,
> you *won't* be able to use line editing, it will just beep at you when you
> press ESC.  Subsequent attempts to
> 'set -o vi' have no effect**. If I *don't* put the line in .profile
> (or .bashrc), then I can manually type it in each time I spawn a window
> or remote login and that works.
> 
> ** - Ahh...this is interesting.  On a virtual tty console (ex. CTL-ALT-F2),
> it ignores the "set -o vi" in the .profile, BUT I can type it in
> interactively and have it work.  But it doesn't work in X or with remote
> login.  Partly to do with pty's? 
> 
> Has anyone else seen this?  Should I file a bug?  

yes please.


-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] kudzu during startup

2000-02-21 Thread Chmouel Boudjnah

Wolfgang Bornath <[EMAIL PROTECTED]> writes:

> Yeah, I know *how* to do that. What I wanted to know is if there is any
> harm in removing kudzu.

yep, you can do that without any harm.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] OT: CVS over SSH

2000-02-21 Thread Chmouel Boudjnah

"Ronald J. Yacketta" <[EMAIL PROTECTED]> writes:

> Was wondering if ne1 out thier in LME land had some knowledge of 
> setting up CVS to utilize SSH.

-$ export CVS_RSH=ssh
-$ export CVSROOT=:ext:$username@$hostname:/path_to/cvs_directory/

and let's go.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] root vs wheel grp

2000-02-21 Thread Chmouel Boudjnah

William Ahern <[EMAIL PROTECTED]> writes:

> Is there any specific reason(s) for why (under high and paranoid security)
> there isn't use made of the wheel group? I'd feel more comfortable putting my
> user account under wheel then root.
> Are there any areas where I shouldn't convert the gid to wheel instead of root?

ask to RMS :)

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] root & other security issues

2000-02-21 Thread Chmouel Boudjnah

"Iwan van der Kleyn" <[EMAIL PROTECTED]> writes:

> 1) it it possible to change the username of root? Seems to be more safe when
> under a dictionary attack

You can create a user with a id and gid 0 but it's not safe, some
programs search for ~root/

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] leafnode / telnet problems

2000-02-20 Thread Chmouel Boudjnah

Andreas Müller <[EMAIL PROTECTED]> writes:

> is refused. I have no idea why, because it's worked with previous installations
> of mandrake and leafnode. I suppose that soem security settings don't allow the
> access. Can someone help? The same aplies to telnet. telnet-server is
> installed, but I only get a connection refused message. PLZ help.

What version of leafnode ? take the last version from cooker contrib :

http://www.linuxmandrake.com/cooker/ 

work for me.

-- 
Chmouel Boudjnah
MandrakeSoft Inc.
Building 1025.



Re: [expert] Mail rests in peace at Mandrake?

2000-02-06 Thread Chmouel Boudjnah

Wolfgang Bornath <[EMAIL PROTECTED]> writes:

> I happended to look at the header of my last mail to the expert-list. It
> took the mail 2 days to return to me. How come?

We have problems with our current server, hopefully the new servers
come soon.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] MDK 7.0 Install - Easy as a pie!

2000-02-06 Thread Chmouel Boudjnah

Axalon Bloodstone <[EMAIL PROTECTED]> writes:

> Chmouel was that and install change or a font rpm? 

various fixes from DAC960 problems to bugs with some graphic cards i
don't remember where (no connex right now) but pixel has a page
listing that.

> I do know Pixel updated the drakxtools rpm, so it's less than a handfull
> of rpms.

For vfat problem.

<< lazzy Chmouel didn't say good-bye to axalon :\ >>
-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] Cron Errors after update to 7.0

2000-02-06 Thread Chmouel Boudjnah

"[EMAIL PROTECTED]" 
<[EMAIL PROTECTED]> writes:

> How can i fix these?

fill a bug to the msec maintenners.

> mv: /var/log/security/suid_root.today: No such file or directory
> mv: /var/log/security/unowned_user.today: No such file or directory
> mv: /var/log/security/unowned_group.today: No such file or directory
> mv: /var/log/security/open_port.today: No such file or directory
> mv: /var/log/security/suid_md5.today: No such file or directory
> mv: /var/log/security/suid_group.today: No such file or directory
> mv: /var/log/security/unowned_group.today: No such file or directory
> mv: /var/log/security/open_port.today: No such file or directory
> I get about 100+ emails from cron about this stuff daily!

you can disable it in /etc/crontab, but better to ask to yoann a fix.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] ntfs & LM-7.0

2000-02-03 Thread Chmouel Boudjnah

Theo Brinkman <[EMAIL PROTECTED]> writes:

> What do you need to do to let NON-root users write to a FAT32 partition?

Add the option umask=0, i have this in my fstab :

/dev/hda2 /mnt/mp3 vfat umask=0,user,exec 0 0

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] Air PS/2 Mouse Bug in GUI Install and Workaround

2000-01-24 Thread Chmouel Boudjnah

Axalon Bloodstone <[EMAIL PROTECTED]> writes:

> > Axalonfor what specific reason is that?
> Those are the "base" rpms hard coded into the install to always be
> installed.

oh bad chmouel he don't follow all threads of Mailing list :\.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] Air PS/2 Mouse Bug in GUI Install and Workaround

2000-01-24 Thread Chmouel Boudjnah

Alan Shoemaker <[EMAIL PROTECTED]> writes:

> Axalonfor what specific reason is that?

Robot answer code name :).

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



[newbie] Re: [expert] Re: Missing 'egcs' in egcs packages for Mandrake 7.0!!

2000-01-23 Thread Chmouel Boudjnah

Tom Barraza <[EMAIL PROTECTED]> writes:

> Hey folks, I seemed to have solved my problem with the missing
> 'egcs' file in the egcs package on Mandrake 7.0.  I have another
> older PC here at home that I installed RedHat 6.0 on and took a
> look in the /usr/bin directory on that computer.  I did a
> 'cmp' on /usr/bin/gcc and /usr/bin/egcs and they are the same!
> I then (as root) created a symbolic link on my Mandrake 7.0
> installation in /usr/bin:
> ln -s gcc egcs
> and after that everything works fine!

are you sure ? :

try egcs --version  and see if you get the egcs release, try after :

gcc -V`egcs-version` --version

and see if you get the gcc release (surprise !!).

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] Missing 'egcs' in egcs packages for Mandrake 7.0!!

2000-01-23 Thread Chmouel Boudjnah

Tom Barraza <[EMAIL PROTECTED]> writes:

> [tom@fiend tom]$ gcc -Vegcs-2.91.66
> gcc.colorgcc: No input files
> [tom@fiend tom]$ gcc -V egcs-2.91.66
> gcc.colorgcc: No input files  
> What's it supposed to do?

The compiler(egcs in this case) is waiting for you.

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [expert] 1.1.15 - internal compiler error

2000-01-17 Thread Chmouel Boudjnah

Davor Cengija <[EMAIL PROTECTED]> writes:

> print-util.c:1046: internal error--insn does not satisfy its constraints:
> (insn:HI 4670 5222 5219 (set (reg:DI 4 %esi)
> (if_then_else:DI (le:DI (reg:DI 0 %eax)
>   (reg:DI 4 %esi))
>   When plug-ins/print is removed from the Makefile, build goes
>   well even with the -march=pentiumpro flag.
>   Any other informations I should provide in order to catch the
>   bug easily?

pgcc 1.1.3 has some problems with alignment please try to use
gcc2.95.2, get them from the 7.0, they should work

  --Chmouel



Re: [expert] Upgraded to XFree86 3.3.6 - now xfs won't start

2000-01-11 Thread Chmouel Boudjnah

"Vanco, Donald" <[EMAIL PROTECTED]> writes:

> Hi all -
>   My L-M 6.1 system got an upgrade of XFree86 from 3.3.5 to 3.3.6. X
> seemed to be working fine (far better than 3.3.5) - until I rebooted, now I
> can't get xfs to start.  I did install the latest fonts and font server.  I
> have not tried going back to my old install of XFree (yet).
> 
>   If I try to kick it off manually (xfs start) I see that PAM opens an
> su session for user xfs - but then the system just sits until I kill the
> process.  The same thing happens if I re-run Xconfigurator - when I run
> through my config and go to exit it tries to restart the font server and it
> just hangs with the PAM su.
> 
>   I've looked at perms and all looks OK (root own xfs).  If I look at
> the fs-errors log it has one line: "xfs notice: terminating".  What am I
> overlooking?

what version of freetype ?


-- 
MandrakeSofthttp://www.mandrakesoft.com
  --Chmouel



Re: [expert] DrakConf Security Level "2nd Post"

2000-01-11 Thread Chmouel Boudjnah

Chmouel Boudjnah <[EMAIL PROTECTED]> writes:

> see /usr/share/doc/msec*/

humm a bit too FHS here :), remove the /share/.

-- 
MandrakeSofthttp://www.mandrakesoft.com
  --Chmouel



Re: [expert] DrakConf Security Level "2nd Post"

2000-01-11 Thread Chmouel Boudjnah

"Jerald A DeLong Jr" <[EMAIL PROTECTED]> writes:

> Hello All in List,
> 
> I was wondering if any one could tell me what processes that take place
> between
> the different levels of security with " DrakConf Security Level " or direct
> me to
> information explaining it. Dose it  just turn off services ?

see /usr/share/doc/msec*/

-- 
MandrakeSofthttp://www.mandrakesoft.com
  --Chmouel



Re: [expert] RPM database problem

1999-02-16 Thread Chmouel Boudjnah

Magnus Solvang <[EMAIL PROTECTED]> writes:

> It was a clean install of Mandrake-5.3-2 (everything was repar-
> titioned and formatted), with the RPMs from apps/kernel2.2 and
> the kernel source for 2.2.1 installed. I had to manually 'rpm -e'
> on all of the old packages, which of course complained about
> "cannot delete xxx: No such file" on almost everything since they
> wasn't installed in the first place.

Which Package ?? everything ?

Try :
rpm -Va > /tmp/log; grep '^missing' /tmp/log 

and tell me what file is missed.

> It probably took with it some of the files from the new packages
> too, so I'm not sure if everything works now (I can't compile
> ssh although I have all the devel packages needed).

Message Error please. How do you compile ssh with the src.rpm or with
the simple tar.gz.

-- 
Chmouel



Re: [expert] Fwd: 1.1pre2

1999-02-03 Thread Chmouel Boudjnah

Le 2 Feb 1999, ndk | Ralph | <[EMAIL PROTECTED]> a écrit:
> Hey all,

Hello,

> got kde 1.1 installed but my kpackage and kvirc won't work can someone give me
> an idea? 

It's seems that's for kpackage you need to recompile it for
kde-1.1pre?. So take the kpackage*.src.rpm file, and make :

  rpm --rebuild kpackage*

> Oh one more thing how do i go about getting my tape backup to mount so
> I can use kdat?

What type of tape ?

Do you have configured /dev/tape ?

Take a look to the Ftape-howto.

A+
-- 
Chmouel



Re: [expert] KDM

1999-02-02 Thread Chmouel Boudjnah

Le 01 Feb 1999, "Neal Richter" <[EMAIL PROTECTED]> a écrit:
> Hello,

Hello,

> I am very pleased with Mandrake Linux so far.  My one complaint 
> would be that alot of the applications that are installed on RH5.2 & 
> Mandrake 5.2  are not "installed" into the menus of KDE.  That's easy to 
> fix.

You can detect some no-kde-apps with the appfinder programs
(K/System/kappfinder).

> My problem is KDM.  It shows this horrendous peach color background 
> and I can't change it.  KDM has no man page and I can't find anything in 
> KDM config in the KDE help.
> I did find what seems to be the KDM config program, but it has NO 
> effect on KDM at all.


Kdm take the default color from the root. If you want to change the
background just edit the /etc/X11/xdm/Xsetup_0 and put what you want. 

I  have this on my Xsetup_0 :

/usr/X11R6/bin/xv -root -quit /opt/kde/share/wallpapers/chunky_spinach.jpg 

> Any news on RPMs for KDE 1.1beta?  Are they avaliable yet?

I think, Gaël wait for the release of the 1.1.

> Thanks!  Mandrake Rules!
-- 
Chmouel



Re: [expert] KDE 1.1pre2 (me neither)

1999-01-30 Thread Chmouel Boudjnah

Le 29 Jan 1999, Steven J Mackenzie <[EMAIL PROTECTED]> a écrit:
> Everything except kdelibs fails to link because of an undefined symbol
> (QLineEdit or something similar). I didn't have any time to play, so I just
> gave up. Any clues anyone?

Have you upgraded the libs Qt to 1.42 version ??

-- 
Chmouel