Re: [expert] changing default system fonts
On Fri, 2002-07-19 at 16:20, Angus Beath wrote: > Hey everyone, > I've just been messing with my system and all of a sudden my fonts are > digustingly ugly. I use Evolution for my mail, and the font that is used > for the menus and the shortcuts lists is some repulsive fixed width > thing. I can't find anywhere that tells me how to change this. I can't > use my system with this - it's just horrible. Please help! I'm running > 8.2. Any comments appreciated - any advice will be very gratefully > welcomed! > Sounds like the X Font Server has died. Try (as root) # service xfs restart Regards, John... Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] changing default system fonts
Hey everyone, I've just been messing with my system and all of a sudden my fonts are digustingly ugly. I use Evolution for my mail, and the font that is used for the menus and the shortcuts lists is some repulsive fixed width thing. I can't find anywhere that tells me how to change this. I can't use my system with this - it's just horrible. Please help! I'm running 8.2. Any comments appreciated - any advice will be very gratefully welcomed! Regards, Angus Beath
Re: [expert] Sendmail and relaying
Todd Lyons wrote: >Ryan wrote on Thu, Jul 18, 2002 at 02:29:15PM -0400 : > > >>xinetd based services: >>pop3: on >> >> > >Good. > > > >>Clues? >> >> > >service xinetd restart > >If still not listed in netstat -ltn as listening on 0.0.0.0:110, then I >suggest that you take a look in /var/log/messages to see what xinetd is >logging as it starts up. > >Blue skies... Todd > > I am proudly writing this from my Windows machine, having for the first time in a year managed to get the pop3d working! Thank you very much Todd! I knew there MUST be error messages, but I had no idea where they would be! I need the NHF:So you need to read your logs. Jul 18 15:37:01 www xinetd[1188]: missing service keyword [line=13] Jul 18 15:37:01 www xinetd[1188]: missing } in last service entry [line=14] Jul 18 15:37:01 www xinetd[1188]: xinetd Version 2.3.0 started with libwrap options comp iled in. Jul 18 15:37:01 www xinetd[1188]: Started working: 0 available services Fixed the problem on line 13 and tadaa! Thank you again all who helped. Ryan Steffes Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] scsi cd burning problem....may be solved!
i think that in an 'options' line you miss out the first reference to the module name, so i think you should try: options dc395xtrm=-2,2,-2,-2,-2,-2 i'm also not sure about that = sign, maybe try with a space instead if the above doesn't work? bascule On Friday 19 July 2002 1:29 am, you wrote: > and also: > > alias scsi_hostadapter dc395x_trm > options dc395x_trm dc395x_trm=-2,2,-2,-2,-2,-2 > > Neither of these workthe bus is still at 20 on boot and I have to > rmmod and then do the above modprobe line. > > any ideas? > > Darren -- Vampires have risen from the dead, the grave and the crypt, but have never managed it from the cat. (Witches Abroad) Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] scsi cd burning problem....may be solved!
After many kernel builds, new driver installs, I have gotten my scsi cd burner to burn without the dreaded DMA errors. I had to slow the scsi bus down to 10 MHzthe default is 20. This is done from the commmand line like this: modprobe dc395x_trm dc395x_trm=-2,2,-2,-2,-2,-2 the -2's mean don't change the parametter and the 2 in the 2nd position is the one that changes the speed. I have succesfully burned 2 cd's (audio and data) at 4x which is my usual burning speed although my Plextor will do 12. My next question is: how do I express the above in modules.conf? I tried thse 2: alias scsi_hostadapter dc395x_trm dc395x_trm=-2,2,-2,-2,-2,-2 and also: alias scsi_hostadapter dc395x_trm options dc395x_trm dc395x_trm=-2,2,-2,-2,-2,-2 Neither of these workthe bus is still at 20 on boot and I have to rmmod and then do the above modprobe line. any ideas? Darren Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] How to export fonts to thin client
"M.S. Hughes" wrote: > > I am running MDK 8.2 on a machine with IP address 192.168.0.5. > > I've edited my /usr/share/config/kdm/kdmrc file to have: > > [Xdmcp] > Enable=true > > so that I may log into 192.168.0.5 from a windows machine running > Hummingbird Exceed. (There are no firewall issues here since both > machines are behind the same firewall) > > My problem is that applications like kterm and mathematica report they > are unable to find the fonts they need. > > I've checked the e-mail archives and can't find anything that seems to > directly relate to this > > I've tried editing the /etc/rc.d/init.d/xfs file so that xfs uses port > 7100 instead of port -1 > > X wouldn't even start. So I changed things back and added edited the > /etc/X11/XF86Config-4 file to contain: > > FontPath "unix/:-1" > FontPath "unix/:7100" > > and things still don't work.(but at least X still works) > > Any suggestions would be appreciated. > It would be easier to have X forwarding set to yes, ssh into the machine, and, if necessary, export your term display on server. You can just use what the server offers in the case of fonts on the client. I have used Exceed on win32 platforms many times to do just this, and it works just fine. Your pipes should be more than adequate since you are on a lan. drjung -- J. Craig Woods UNIX/NT Network/System Administration http://www.trismegistus.net/resume.html Character is built upon the debris of despair --Emerson Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] Piping email to Perl Script
Kevin Old wrote on Thu, Jul 18, 2002 at 04:02:30PM -0400 : > > forward155"| /home/admin/yptest.pl" If you didn't understand the thorough explanation the other gentleman provided, then the simple answer is: cd /etc/smrsh ln -s /home/admin/yptest.pl yptest.pl Blue skies... Todd -- Todd Lyons -- MandrakeSoft, Inc. http://www.mandrakesoft.com/ UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk msg56405/pgp0.pgp Description: PGP signature
Re: [expert] Sendmail and relaying
Ryan wrote on Thu, Jul 18, 2002 at 02:29:15PM -0400 : > xinetd based services: > pop3: on Good. > Clues? service xinetd restart If still not listed in netstat -ltn as listening on 0.0.0.0:110, then I suggest that you take a look in /var/log/messages to see what xinetd is logging as it starts up. Blue skies... Todd -- Todd Lyons -- MandrakeSoft, Inc. http://www.mandrakesoft.com/ UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk msg56404/pgp0.pgp Description: PGP signature
[expert] How to export fonts to thin client
I am running MDK 8.2 on a machine with IP address 192.168.0.5. I've edited my /usr/share/config/kdm/kdmrc file to have: [Xdmcp] Enable=true so that I may log into 192.168.0.5 from a windows machine running Hummingbird Exceed. (There are no firewall issues here since both machines are behind the same firewall) My problem is that applications like kterm and mathematica report they are unable to find the fonts they need. I've checked the e-mail archives and can't find anything that seems to directly relate to this I've tried editing the /etc/rc.d/init.d/xfs file so that xfs uses port 7100 instead of port -1 X wouldn't even start. So I changed things back and added edited the /etc/X11/XF86Config-4 file to contain: FontPath "unix/:-1" FontPath "unix/:7100" and things still don't work.(but at least X still works) Any suggestions would be appreciated. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] new kernel update and supermount
Hey is it me or did the last Kernel update (2.4.18-8.1mdk) break supermount? -- Andrew George --- I'm going to raise an issue and stick it in your ear. -- John Foreman Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] Piping email to Perl Script
This is related to an issue with setting up Mailman also. Quoting from the docs : snip Mailman - The GNU Mailing List Management System Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA SENDMAIL ISSUES Many newer versions of Sendmail come with a restricted execution utility called "smrsh", which limits the executables that sendmail can use as mail filter programs. You need to explicitly allow Mailman's wrapper program to be used with smrsh before it will work. If mail is not getting delivered to Mailman's wrapper program and you're getting an "operating system error" in your mail syslog, this could be your problem. One good way of doing this is to: - cd into /etc/smrsh (or where ever it happens to reside on your system, such as /var/smrsh or /usr/local/smrsh). - create a symbolic link to Mailman's wrapper program ---snip I hope this sheds some light on the problem (situation)... KevinO Kevin Old wrote: > Hello everyone, > > I have a Mandrake (8.1) server and am having trouble with Sendmail. > Basically, I want to have an alias that forwards the email sent to it to > a perl script. I know stuff like this can be done and does work, > because that is how Majordomo is setup. Majordomo works fine, but when > I setup an alias like below Sendmail says "Cannot mail directly to > programs" in the maillog. > > Here's my Majordomo forwards (in /etc/aliases): > forward22: :include:/usr/maj/majordomo-1.94.5/lists/informer > forward23: "|/usr/maj/majordomo-1.94.5/wrapper request-answer > informer" > forward24: :include:/usr/maj/majordomo-1.94.5/lists/ocnews > forward25: "|/usr/maj/majordomo-1.94.5/wrapper request-answer > ocnews" > forward26: "|/usr/maj/majordomo-1.94.5/wrapper majordomo" > > The key one's to look at are forward23, 25 and 26they actually pipe > to the wrapper program and it spits back an email to send to the user > who origninated the email. > > My line looks like this: > > forward155"| /home/admin/yptest.pl" > > They are basically doing the same thing, but I can't get mine to work. > > Any help is appreciated, > Kevin > > > > > > > > > Want to buy your Pack or Services from MandrakeSoft? > Go to http://www.mandrakestore.com -- KevinO Matz's Law: A conclusion is the place where you got tired of thinking. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] Piping email to Perl Script
Hello everyone, I have a Mandrake (8.1) server and am having trouble with Sendmail. Basically, I want to have an alias that forwards the email sent to it to a perl script. I know stuff like this can be done and does work, because that is how Majordomo is setup. Majordomo works fine, but when I setup an alias like below Sendmail says "Cannot mail directly to programs" in the maillog. Here's my Majordomo forwards (in /etc/aliases): forward22: :include:/usr/maj/majordomo-1.94.5/lists/informer forward23: "|/usr/maj/majordomo-1.94.5/wrapper request-answer informer" forward24: :include:/usr/maj/majordomo-1.94.5/lists/ocnews forward25: "|/usr/maj/majordomo-1.94.5/wrapper request-answer ocnews" forward26: "|/usr/maj/majordomo-1.94.5/wrapper majordomo" The key one's to look at are forward23, 25 and 26they actually pipe to the wrapper program and it spits back an email to send to the user who origninated the email. My line looks like this: forward155 "| /home/admin/yptest.pl" They are basically doing the same thing, but I can't get mine to work. Any help is appreciated, Kevin Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] Kernel Compiling Fun.
Thanks I now have an Athlon system that recognizes all the RAM and works well. Thanks for the help best regards Dalton On Thursday 18 July 2002 4:45 pm, Todd Lyons wrote: > Dalton Calford wrote on Thu, Jul 18, 2002 at 11:55:21AM + : > > Take a stock Linux Mandrake 8.2 install with the kernal > > source/development tools. > > make oldconfig dep clean bzImage > > everything is fine > > make modules > > and it bombs out with errors > > Do a make mrproper first. Search the archives for the reason. > > Blue skies... Todd Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] Question about list itself
Is there a restriction to what can be sent to the list? If I try to write an indepth response containing the results of commands for example, often it never shows up (that I can see at least). Am I don't something wrong? Are there characters the list won't allow or something like that? Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] want no KDE on start up
J Herzfeld wrote: >I am not sure if this is a newbie or an expert question, so apologies >if I am wrong (anyway I am not subscribed to the newbie list) > >My system (8.2) brings up KDE on boot up. >I'd rather it would stop at the console and not start up KDE or >Gnome or anything. > >After I do my console thing, I'd bring up whatever WM I wanted by >hand. I am anxious to try out some new less resource intensive >WM's. > > >Thanks. > > > > > > > > >Want to buy your Pack or Services from MandrakeSoft? >Go to http://www.mandrakestore.com > OK in Mandrake Control Center Select Boot=>Boot Config and untick the "Launch the X window system at start" Then open a terminal and su to root urpmi Xtart (note that this one has an update and it should be installed from a security mirror. The latest version is at www.civileme.net/Software and is not yet an rpm, but is ready to be made executable and dropped into /usr/bin) Then reboot You will come up in console and Xtart will present you a menu of Window managers. If you select 0, which is not on the menu, it brings up X raw with an xterm running and you can use that to start new test WMs by hand. To make a new WM usable by Xtart and kdm, use the files in /etc/X11/wmsession.d as a guide. Civileme Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
RE: [expert] LDAP Documentation
Ok, I've found enough LDAP Documentation to make my eyes bleed. ;) www.openldap.org is a good spot, as is www.ldapzone.com thanks! Ric -Original Message- From: Todd Lyons [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 12:53 PM To: Expert (E-mail) Subject: Re: [expert] LDAP Documentation Tibbetts, Ric wrote on Thu, Jul 18, 2002 at 05:42:14AM -0700 : > All; > Can anyone recommend a good text on LDAP? > I need to start from scratch with it, and I'm hoping to save some time > digging through a ton of useless text. Have a look at http://www.cerritoslug.org/tutorials/qmail-ldap. The problem is that you are looking for an ldap howto, and that tutorial is about an application that kind of assumes you already know a bit about both ldap and qmail. But it's still good reading. Ric, if you already understand how a file system works, then you already understand how a directory works. 1) Access the file modules.conf. You can't be just anywhere and access it. You can only access modules.conf if you are in /etc. But you CAN access it from anywhere if you give the full path: /etc/modules.conf. The equivalent in a directory is called the DN or Designated Name. The DN is /etc/modules.conf and the Relative DN (or RDN) is modules.conf. In the case of LDAP, a good example is uid=todd,ou=People,o=mrball. Read it from right to left, just like a domain name. 2) Access the file make. This can be found anywhere just by typing make. Why? Because there's a search PATH defined that looks in several places, one of which is /usr/bin, where make is located. The equivalent in a directory is called indexes. In the directory example uid=todd,ou=People,o=mrball, I index the uid field so that it can quickly find users when I search for them. There's a lot to it, and if you can learn by doing, you get a pretty good handle on it. Blue skies... Todd -- Todd Lyons -- MandrakeSoft, Inc. http://www.mandrakesoft.com/ UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] want no KDE on start up
On Thursday 18 July 2002 17:39, J Herzfeld wrote: > I am not sure if this is a newbie or an expert question, so apologies > if I am wrong (anyway I am not subscribed to the newbie list) > > My system (8.2) brings up KDE on boot up. > I'd rather it would stop at the console and not start up KDE or > Gnome or anything. > > After I do my console thing, I'd bring up whatever WM I wanted by > hand. I am anxious to try out some new less resource intensive > WM's. > > > Thanks. I think the easiest way (for a not so experienced user) would be: - Start Mandrake control Center - choose "start of operating system ( I am not sure on the exact english name, since I am using german language)" - unmark in the area "system mode" the option "start of X-Window automatically on boot up" ( again I am not sure on the exact english expressions, but I think the correct english issues will be easily found). Now the system will come up in console mode and you can loginin and start whatever you want. W. Kasberg Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] LDAP Documentation
Tibbetts, Ric wrote on Thu, Jul 18, 2002 at 05:42:14AM -0700 : > All; > Can anyone recommend a good text on LDAP? > I need to start from scratch with it, and I'm hoping to save some time > digging through a ton of useless text. Have a look at http://www.cerritoslug.org/tutorials/qmail-ldap. The problem is that you are looking for an ldap howto, and that tutorial is about an application that kind of assumes you already know a bit about both ldap and qmail. But it's still good reading. Ric, if you already understand how a file system works, then you already understand how a directory works. 1) Access the file modules.conf. You can't be just anywhere and access it. You can only access modules.conf if you are in /etc. But you CAN access it from anywhere if you give the full path: /etc/modules.conf. The equivalent in a directory is called the DN or Designated Name. The DN is /etc/modules.conf and the Relative DN (or RDN) is modules.conf. In the case of LDAP, a good example is uid=todd,ou=People,o=mrball. Read it from right to left, just like a domain name. 2) Access the file make. This can be found anywhere just by typing make. Why? Because there's a search PATH defined that looks in several places, one of which is /usr/bin, where make is located. The equivalent in a directory is called indexes. In the directory example uid=todd,ou=People,o=mrball, I index the uid field so that it can quickly find users when I search for them. There's a lot to it, and if you can learn by doing, you get a pretty good handle on it. Blue skies... Todd -- Todd Lyons -- MandrakeSoft, Inc. http://www.mandrakesoft.com/ UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk msg56394/pgp0.pgp Description: PGP signature
Re: [expert] Kernel Compiling Fun.
On Thursday July 18 2002 06:55 am, Dalton Calford wrote: > Take a stock Linux Mandrake 8.2 install with the kernal > source/development tools. > Go to /usr/src/linux > do a > make oldconfig dep clean bzImage > everything is fine > do a > make modules > and it bombs out with errors > same results with gcc-2.96 or gcc-3 > I am trying to compile my kernal for a Athlon. > Does anyone know the step by step (from a brand new clean install) to > get the mandrake kernal compiled? Did you do 'make mrproper' first ? It's always required. cd /usr/src/linux cp .config k7config (<---save the Mandrake default config) make mrproper edit k7config to (<-- you can ignore the warning not to edit) # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set (<-- this is the default) # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set CONFIG_MK7=y (<--- set Athlon optimization) # CONFIG_MELAN is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set cp k7config .config edit Makefile to somethin like EXTRAVERSION = -21k7 and uncommentexport INSTALL_PATH=/boot so that a last step of 'make install' will make move the proper files to /boot, make the links for you and edit/run lilo (or grub) so that the new kernel will be an option when you re-boot. make oldconconfig make dep && make clean && make bzImage && make modules make modules_install && make install -- Tom Brinkman Corpus Christi, Texas Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] Kernel Compiling Fun.
Dalton Calford wrote on Thu, Jul 18, 2002 at 11:55:21AM + : > Take a stock Linux Mandrake 8.2 install with the kernal source/development > tools. > make oldconfig dep clean bzImage > everything is fine > make modules > and it bombs out with errors Do a make mrproper first. Search the archives for the reason. Blue skies... Todd -- Todd Lyons -- MandrakeSoft, Inc. http://www.mandrakesoft.com/ UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk msg56392/pgp0.pgp Description: PGP signature
Re: [expert] Sendmail and relaying
Ryan wrote on Thu, Jul 18, 2002 at 10:24:19AM -0400 : > > telnet 127.0.0.1 110 > Trying 127.0.0.1... > telnet: Unable to connect to remote host: Connection refused > Anymore suggestions? I've been trying this off and on for months now. Does netstat -ltn show anything listening on port 110? Probably not. chkconfig ipop3 on chkconfig xinetd on service xinetd restart Blue skies... Todd -- Todd Lyons -- MandrakeSoft, Inc. http://www.mandrakesoft.com/ UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-21mdk msg56391/pgp0.pgp Description: PGP signature
Re: [expert] want no KDE on start up
On Thursday 18 July 2002 11:39 am, J Herzfeld wrote: > I am not sure if this is a newbie or an expert question, so apologies > if I am wrong (anyway I am not subscribed to the newbie list) > > My system (8.2) brings up KDE on boot up. > I'd rather it would stop at the console and not start up KDE or > Gnome or anything. > > After I do my console thing, I'd bring up whatever WM I wanted by > hand. I am anxious to try out some new less resource intensive > WM's. > You want to start in runlevel 3 instead of runlevel 5. This is covered in the Linux FAQ with Answers. Edit /etc/inittab and change the runlevel to 3 from 5. It should be obvious what to change from looking at the file. -- Hoyt http://www.maximumhoyt.com Fix it until it breaks. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] want no KDE on start up
J Herzfeld wrote: > > My system (8.2) brings up KDE on boot up. > I'd rather it would stop at the console and not start up KDE or > Gnome or anything. > Edit the file /etc/inittab [mrambo@mrambo mrambo]$ more /etc/inittab # # inittab This file describes how the INIT process should set up # the system in a certain run-level. # # Author: Miquel van Smoorenburg, <[EMAIL PROTECTED]> # Modified for RHS Linux by Marc Ewing and Donnie Barnes # # Default runlevel. The runlevels used by RHS are: # 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 - Multiuser, without NFS (The same as 3, if you do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do NOT set initdefault to this) # id:5:initdefault: change it to id:3:initdefault: and you'll boot to CLI -- Mike Rambo [EMAIL PROTECTED] Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
RE: [expert] want no KDE on start up
Sounds like you have "auto login" turned on. Go to the Mandrake Control Center. Under Boot, turn off the Auto Login option. Then reboot the box. It should now come up to a login screen. From that, you can select the different window managers from the pull down menu. Ric -Original Message- From: J Herzfeld [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 11:40 AM To: [EMAIL PROTECTED] Subject: [expert] want no KDE on start up I am not sure if this is a newbie or an expert question, so apologies if I am wrong (anyway I am not subscribed to the newbie list) My system (8.2) brings up KDE on boot up. I'd rather it would stop at the console and not start up KDE or Gnome or anything. After I do my console thing, I'd bring up whatever WM I wanted by hand. I am anxious to try out some new less resource intensive WM's. Thanks. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] Kernel Compiling Fun.
Ok, Take a stock Linux Mandrake 8.2 install with the kernal source/development tools. Go to /usr/src/linux do a make oldconfig dep clean bzImage everything is fine do a make modules and it bombs out with errors same results with gcc-2.96 or gcc-3 I am trying to compile my kernal for a Athlon. Does anyone know the step by step (from a brand new clean install) to get the mandrake kernal compiled? best regards Dalton Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
Re: [expert] want no KDE on start up
On Thu, 2002-07-18 at 10:39, J Herzfeld wrote: > I am not sure if this is a newbie or an expert question, so apologies > if I am wrong (anyway I am not subscribed to the newbie list) > > My system (8.2) brings up KDE on boot up. > I'd rather it would stop at the console and not start up KDE or > Gnome or anything. > > After I do my console thing, I'd bring up whatever WM I wanted by > hand. I am anxious to try out some new less resource intensive > WM's. As root, open up /etc/inittab, and find a line like this: id:5:initdefault: Change the 5 to a 3. Save the file and reboot. -- Brad Felmey Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] want no KDE on start up
I am not sure if this is a newbie or an expert question, so apologies if I am wrong (anyway I am not subscribed to the newbie list) My system (8.2) brings up KDE on boot up. I'd rather it would stop at the console and not start up KDE or Gnome or anything. After I do my console thing, I'd bring up whatever WM I wanted by hand. I am anxious to try out some new less resource intensive WM's. Thanks. Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] LDAP Documentation
All; Can anyone recommend a good text on LDAP? I need to start from scratch with it, and I'm hoping to save some time digging through a ton of useless text. Thank you! Ric Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] scanner hp scanjet 5300C
Greetings, I would like to use a HP scanjet 5300C. It doesn't work ! I have re-compiled my kernel as it is indicated in the documentation (http://httpd.chello.nl/~j.schoone/scanning.html) and now here is i have lsmod | grep usb usb-storage52204 0 (unused) hpusbscsi 4712 0 (unused) usb-uhci 21636 0 (unused) cat /proc/bus/usb/devices T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor= ProdID= Rev= 0.00 S: Product=USB UHCI Root Hub S: SerialNumber=fca0 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms dmesg | grep USB usb-uhci.c: USB UHCI at I/O 0xfca0, IRQ 9 usb.c: new USB bus registered, assigned bus number 1 usb.c: USB device number 1 default language ID 0x0 Product: USB UHCI Root Hub hub.c: USB hub found usb-uhci.c: v1.275:USB Universal Host Controller Interface driver Initializing USB Mass Storage driver... USB Mass Storage support registered. dmseg | grep usb usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb-uhci.c: $Revision: 1.275 $ time 10:01:15 Jul 17 2002 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: USB UHCI at I/O 0xfca0, IRQ 9 usb-uhci.c: Detected 2 ports usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF cf2ffe20, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 usb.c: hub driver claimed interface cf2ffe20 usb.c: kusbd: /sbin/hotplug add 1 usb.c: kusbd policy returned 0xfffe usb-uhci.c: v1.275:USB Universal Host Controller Interface driver usb.c: registered new driver hpusbscsi usb.c: registered new driver usb-storage It seems not recognized the scanner. The scanner is plugged and powered on! I 've followed the instruction from http://httpd.chello.nl/~j.schoone/scanning.html Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
[expert] ppp and Mandrake 8.2
Hi! I'm running Mandrake 8.2. The computer serves as an SMS/WAP server. When I try to establish a PPP link between mobile phone and server I get a following message from ppp (log file): "Hangup (SIGHUP) Couldn't set tty to PPP discipline: Interrupted system call" The modem is a Nokia Card Phone in a PCMCIA port (ttyS16). If I use normal external modem in serial ports, there is no problem. I know this is slightly off topic, but I didn't find any other sensible/working mailing lists. where else could I seek for help? Thanks for your time, ilari mikkonen Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com