Re: [expert] manipulating tgz's on windows

2000-08-02 Thread Matt Stegman
CygWin utlities. They have a load of GNU utilities compiled against a DLL that translates UNIX calls to Win32 calls, and they include things like tar, gzip, bash, less, and many many more. http://sources.redhat.com/cygwin/ Opensource, and free to use. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] access

2000-08-02 Thread Matt Stegman
When you FTP in, you take on your userid, so your userid will need access to the directory. If you're going as anonymous, then you'll need to grant access for either the user "ftp" or "nobody" - I can't remember which. -Matt Stegman <[EMAIL PROTECTED

Re: [expert] error starting X in telnet

2000-08-02 Thread Matt Stegman
of the machine you're sitting behind. This is the insecure way to do it. Other people logged into the remote host can now jack with your X server. The secure way is to have SSH forward your X connection (which, under Mandrake, takes some configuration), or to use xauth, which I'm not familiar with. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Need help....

2000-08-02 Thread Matt Stegman
Try `reboot` (as root). Remember, your connection will be forcefully terminated as soon as networking is stopped (maybe before, as it trys to TERM and KILL all running processes), so you won't know what is going on. I hope all goes well. -Matt Stegman <[EMAIL PROTECTED]> On Sat,

Re: [expert] http set up

2000-08-02 Thread Matt Stegman
type a URL into a web browser, for example http://www.linux-mandrake.com, the browser assumes port 80 (that is, after all, the standard). If port 80 isn't open, it will return an error. If you want to use a non-standard port, then you're going to have to live with specifying the port in the URL. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] cron stuff

2000-08-01 Thread Matt Stegman
nately, my Linux-Mandrake 7.0 doesn't seem to have it. Did I just overlook it, or it not available? -Matt Stegman <[EMAIL PROTECTED]> On Fri, 28 Jul 2000, Vic wrote: > I wonder how you make your cron daemon do things > in less increments than just on the hour? > > I c

Re: [expert] Cordless Mouse

2000-08-01 Thread Matt Stegman
PS/2 port, then no, it probably doesn't require anything extra. -Matt Stegman <[EMAIL PROTECTED]> On Fri, 28 Jul 2000, Sevatio Octavio wrote: > Does it take any special drivers to run a cordless mouse on LM-7.1?

Re: [expert] copying whole harddrive !

2000-07-29 Thread Matt Stegman
pay for all that to use it just once. Download the trial version, instead :). It's fully functional for 30 days. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] copying whole harddrive !

2000-07-29 Thread Matt Stegman
a linear array of sectors (correct me if I'm wrong). At any rate, I thought it was the kernel that handled the "where does this go on the drive" bit, not the userland copying software. Isn't the only difference between `dd` and `cp` that `dd` handles the data in "bs" sized blocks? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] FreeBSD

2000-07-28 Thread Matt Stegman
Unless they changed the GENERIC kernel in 4.1 (that is what you're using, isn't it?), you'll need to add ext2 support to it. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 29 Jul 2000, Simon Robertson wrote: > Brian, > > I mean this to be done in FreeBSD, so tha

Re: [expert] FreeBSD

2000-07-28 Thread Matt Stegman
partitioned your BSD slice will help, but here you see four BSD "partitions" in my hda3 "slice." fdisk will read your BSD disklabel, and provide you with the sizes & letters of your slices. Try it! -Matt Stegman <[EMAIL PROTECTED]> On Fri, 28 Jul 2000, Mike &a

Re: [expert] Mandrake's Arrogance

2000-07-21 Thread Matt Stegman
rogant here. This has nothing to do with crippling functionality, but rather with turning a multi-user operating system into something resembling a "desktop OS." I think it's ineveitable that these problems will arise. I don't know of a good way to solve it; do you? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] GCC/make gets random signal 11s

2000-07-20 Thread Matt Stegman
I believe the RPMs are compiled with several GCC options that optimize compiling for i586. Still, if your compiler is crashing with signal 11, I don't know that I'd trust it, even to recompile for i486. -Matt Stegman <[EMAIL PROTECTED]> On Thu, 20 Jul 2000, Andreas [iso-8859-1]

Re: [expert] GCC/make gets random signal 11s

2000-07-20 Thread Matt Stegman
ause > of pppd crashing the entire system when doing as 'killall pppd' though, but > I doubt it. Well, thanks anyway. Grab Mandrake's i486 7.0 ISO. A list of mirrors is on Mandrake's site. http://www.linux-mandrake.com/en/ftp.php3 Look at the bottom of the page. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Linux and NT Together

2000-07-17 Thread Matt Stegman
;d not use the writeable drivers on any volume I cared about. -Matt Stegman <[EMAIL PROTECTED]>

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

2000-07-14 Thread Matt Stegman
That's the /root/tmp directory that's listed, not /tmp. You're right, /tmp should have 1777 permissions, but /root/tmp should be 700. -Matt Stegman <[EMAIL PROTECTED]> On Mon, 10 Jul 2000, David Talbot wrote: > On Fri, 07 Jul 2000, you wrote: > > > don't

Re: [expert] CD Burning for all users

2000-07-14 Thread Matt Stegman
Make cdrecord setuid. -Matt Stegman <[EMAIL PROTECTED]> On Mon, 10 Jul 2000, Sarang Lakare wrote: > Hi, > > I can burn CDs on my machine only as root. Thats very unconvenient. How to > let any user burn CDs? Maybe this should be default in the system. > > -sarang >

Re: [expert] Linux and NT Together

2000-07-14 Thread Matt Stegman
of transferring files may waste a little space, but you're not endagering any critical filesystems this way, either. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Linux and NT Together

2000-07-14 Thread Matt Stegman
een the operating systems, make a small, 200MB-or-so FAT partition. Or however large you want. Anyhow, I'd definitely avoid using FAT on an NT system volume. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] No MBR

2000-07-11 Thread Matt Stegman
ld be (1023, 239, 63) Same problem on all the rest. I don't know why this is happening. I can say the only way to fix it is to delete and remake the partitions. If you do that, you'll also lose and have to remake you filesystems, too. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] No MBR

2000-07-11 Thread Matt Stegman
What is in /etc/lilo.conf, and what is the output of `fdisk -l /dev/hda`? -Matt Stegman <[EMAIL PROTECTED]> On Mon, 10 Jul 2000, Scott D. Boyd wrote: > I recently installed L-M 7.1 onto an empty hard drive. At the time, > it was /dev/hdc in my computer, and I had L-M 6.1 on /dev/h

Re: [expert] X-CD-Roast Audio Burning

2000-07-10 Thread Matt Stegman
CSI- and IDE-Devices. Audio-Read-Device: Audio-Read is only supported for SCSI-Devices, so you cant specify an IDE-Device here. Its perfectly ok to select your CD-Writer as Read-Device and I also recommend this." Is your CD-RW SCSI and your CD-ROM IDE? -Matt Stegman <[EMAIL PROTECTED]>

RE: [expert] Remote Access of Root

2000-07-05 Thread Matt Stegman
Or better yet, install SSH, so your sessions are encrypted, and you're not sending your root password in plaintext all over the Internet. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 5 Jul 2000, Ken Wilson wrote: > Log in as a regular user to the remote machine and then do an '

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

2000-07-05 Thread Matt Stegman
Oh, wait! When you `ls -ld /tmp` do the permissions read: drwxrwxrwt If not, `chmod 1777 /tmp`, which should fix your permissions. Try starting X again. -Matt Stegman <[EMAIL PROTECTED]> On Mon, 3 Jul 2000, John Aldrich wrote: > On Mon, 03 Jul 2000, you wrote: > > On Tue,

Re: [expert] Pseudo-graphical boot screen in kernel 2.2.17

2000-07-05 Thread Matt Stegman
Recompile the kernel without framebuffer support. -Matt Stegman <[EMAIL PROTECTED]> On Tue, 4 Jul 2000, Steve Browne wrote: > I've installed the 2.2.17mdk kernel from the Mandrake cooker, and the > only complaint I have (so far) is that the boot-up screen switches at >

Re: [expert] multiple names on one machine?

2000-07-03 Thread Matt Stegman
Sure, you can set up several names in DNS to point to the same IP address. -Matt Stegman <[EMAIL PROTECTED]> On Mon, 3 Jul 2000, Bruce E. Harris wrote: > Hi, > > I have a DNS server, web server and working on a mail server on my desktop. > I am wondering if I can use s

Re: [expert] VIA vs Intel

2000-07-03 Thread Matt Stegman
to track down my Win98 problem; that may or may not be related to the motherboard. With any other OS, I didn't have to jump through any hoops at all to get things to work. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 1 Jul 2000, Pj wrote: > I've just been having this discussion wi

Re: [expert] Boot error with 2.4.0-test2 kernel

2000-06-30 Thread Matt Stegman
How about: make config ? Your LILO config looks okay, but I wouldn't suggest copying a .config file from one kernel to the next, _especially_ going from 2.2 to 2.4. I've never tried it myself, but it seems like that's a bad idea; who knows what config options changed names?

Re: [expert] UDMA66 problem

2000-06-28 Thread Matt Stegman
y other IDE cable, but has 80 conducting wires in it. I *think* the extra 40 (every other wire) are just tied to ground, so as to reduce crosstalk between the wires. Thus, you can get better tranfer rates. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Quick how do I mirror a drive?

2000-06-26 Thread Matt Stegman
If you want to do mirroring, why aren't you setup with RAID1 or RAID10 or somesuch? As long as you're mirroring, why not mirror your boot filesystem as well? -Matt Stegman <[EMAIL PROTECTED]> On Sun, 25 Jun 2000, James wrote: > We've got a Poweredge 2400 and the RAID

Re: [expert] apm

2000-06-26 Thread Matt Stegman
Or better yet, `mv S75apmd K75apmd` so that you don't lose the link, but apmd still will not run. -Matt Stegman <[EMAIL PROTECTED]> On Sun, 25 Jun 2000, Steve Browne wrote: > On Sun, 25 Jun 2000 22:24:34 -0500, you wrote: > > >On Sun, 25 Jun 2000, you wrote: > >&g

Re: [expert] Unable to mount loopback device in Mandrake 7.1?

2000-06-26 Thread Matt Stegman
stem, hence the error mount returned. -Matt Stegman <[EMAIL PROTECTED]> On Mon, 26 Jun 2000, Iwan van der Kleyn wrote: > Hi, > > I've been trying to mount a file which is associated with a loopback device > (/dev/loop0). I've tried > # mount -o loop -t ext2 /tmp/virtdi

Re: [expert] Network Questions to Ask?

2000-06-23 Thread Matt Stegman
Ah, yes, uh, my mistake. Thanks for pointing that out :) -Matt Stegman <[EMAIL PROTECTED]> On Fri, 23 Jun 2000, John Aldrich wrote: > On Fri, 23 Jun 2000, you wrote: > > On Thu, 22 Jun 2000, Lane Lester wrote: > > ... > > >> The mask is set correctly, as is th

Re: [expert] Network Questions to Ask?

2000-06-23 Thread Matt Stegman
.33 The first two lines list the DNS server that's being contacted, the second two are the information you requested. Thus, this computer's IP address is 129.130.10.33, and it's hostname is pollux.cis.ksu.edu. Oh, yes, even Windows NT has nslookup (surprise!). Don't try i

Re: [expert] X remote $DISPLAY explanation

2000-06-22 Thread Matt Stegman
It's only OpenSSH's sshd that comes with X11 forwarding disabled. Look in /etc for the config files. The ssh client, however, works fine by default. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 21 Jun 2000, Stephen Carville wrote: > Matt Stegman wrote: > > > It&

Re: [expert] X remote $DISPLAY explanation

2000-06-21 Thread Matt Stegman
IP) ? TCP wrappers (/etc/hosts.allow & /etc/hosts.deny). > When I did a 'msec custom', I believe I turned off > the ability to do remote $DISPLAY, so how do I reset > that ? Can't say, as I don't have Mandrake 7.x installed. > > Thanks... Dan. > -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Email Setup with Cablemodem Account - How To?

2000-06-19 Thread Matt Stegman
o type in the entire fully qualified Internet hostname. Thus, "mail" in the server name field, will work for many people without any extra configuration. > The fact that it may be working for you is attributable to the ISP's DNS > automatically appending the isp's domain to the req

Re: [expert] Error message "Can't open MFT" What is this?

2000-06-17 Thread Matt Stegman
stem corruption. Is this where the error came from? -Matt Stegman <[EMAIL PROTECTED]> On Sat, 17 Jun 2000, Jose M. Sanchez wrote: > > Does anyone know what issues the error message "Can't open MFT"? > > Thanks! > > -JMS > [EMAIL PROTECTED] >

Re: [expert] Gaim 0.9.18 RPM troubles.

2000-06-08 Thread Matt Stegman
Yes, I get the same behavior, even on RedHat 6.0. Even compiling from teh tarball. Dropping back to 0.9.16 solves the problem (17 had a bug I didn't want to mess with). -Matt Stegman <[EMAIL PROTECTED]> On Wed, 7 Jun 2000, Ivan Trail wrote: > Hello. > > After the

Re: [expert] IE for Linux(Unix)?

2000-05-22 Thread Matt Stegman
No, these will not run under Linux. Unless... you have a Solaris/HP box around, run it there, and export your display to a Linux box. Then, you may be able to fool people into thinking you're running IE in Linux. -Matt Stegman <[EMAIL PROTECTED]> On Sun, 21 May 2000, James Little w

Re: [expert] chown for normal users

2000-05-22 Thread Matt Stegman
gt; me the owner of "his* files, I don't see the problem. So I can: $ cp /bin/sh /tmp/sh $ chmod 4755 /tmp/sh $ chown root /tmp/sh $ /tmp/sh # Is this correct, intended behavior on HP-UX? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Mandrake ISO Image

2000-05-18 Thread Matt Stegman
liet or Rock Ridge extensions to support long file names and perhaps UNIX permissions. So, yes, when you burn it to a CD (make sure you burn it as an ISO image), you'll get the same CD as if you ordered Linux-Mandrake from CheapBytes or somewhere. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] BASH Shell games

2000-05-10 Thread Matt Stegman
Well, at least in the version herein, you misspelled "metadata" in both the `echo` statement, and in the timestamp test. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 10 May 2000, Charles Curley wrote: > Why is this failing? > > I want to test two files, source and targe

Re: [expert] Correction to my previous post!!!

2000-05-08 Thread Matt Stegman
startup - "linux 3" at the LILO boot: prompt. That'll get you into Linux, from where you can try running "startx" and seeing if KDE'll load on it's own. Probably not, but at least you can log in and check on those RPMS. If in doubt, mount the CD-ROM and run 'rpm -Uvh /mnt/cdrom/Mandrake/RPMS/qt-*'. It won't necessarily fix your problems, but it ought to guarantee that the qt RPMS _are_ in fact, installed. If it spits out errors, then you'll know what the problem is. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] mdksecure kernel and SMP

2000-05-08 Thread Matt Stegman
mandrake.com or your /usr/doc directory for information on which patches they applied to make their "secure" kernel. If you don't find something, e-mail some developers directly. I know their addresses are available on the Mandrake web site. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Audio CD's

2000-05-08 Thread Matt Stegman
Yeah, I caught that. I thought I'd point out what little you need a sound card for. Or rather, that a sound card has little to do with burning, or even playing, CD-ROMs. -Matt Stegman <[EMAIL PROTECTED]> On Sun, 7 May 2000, John Aldrich wrote: > On Sat, 06 May 2000, you wrot

Re: [expert] Re: [newbie] multiple X sessions

2000-05-06 Thread Matt Stegman
display 1. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 6 May 2000, bascule wrote: > i have read that it is possible to have more than one X session open (on > different consoles) but when i switch to ctrl-alt-2 for example, and > login and then run startx i get an error message: > Serve

Re: [expert] Audio CD's

2000-05-06 Thread Matt Stegman
No, you don't. You onlu need a sound card to play audio CD's via your computer - and that, only if you don't have a headphones jack on the drive. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 6 May 2000, Sridhar Govindarajulu wrote: > I would like to record some audio cd&

Re: [expert] Permissions

2000-05-05 Thread Matt Stegman
d from, written to, and executed by the owner (root). It may only by read and executed by it's group (also named root), and only read and executed by everyone else. Make sense? -Matt Stegman <[EMAIL PROTECTED]> > > I have Apache and PHP on my system. Apache starts as root but child &g

Re: [expert] Re: Repost: [newbie] Problems with boot disk.

2000-05-04 Thread Matt Stegman
mage name shows up. This will be a better test to see if it really is loading LILO off the floppy. This process will not touch any filesystem on the floppy. It only changes the boot sector. Thus, you can use any floppy you like, without risking information loss - unless it's already a boot floppy. Does this help? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] cron confusion

2000-04-29 Thread Matt Stegman
ive or not. > how does this relate to the files in /var/spool/cron that > are created by crontab(1). I believe those are personal cron scripts, while these are system cron scripts. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Windows 2000 bootloader and Mandrake

2000-04-28 Thread Matt Stegman
The HOWTO you're reffering to is a mini-HOWTO; did you look through that section? Since Charles mentioned that NT5 bootloader is just like NT4, you can see the HOWTO here: http://metalab.unc.edu/pub/Linux/docs/HOWTO/mini/Linux+NT-Loader -Matt Stegman <[EMAIL PROTECTED]> On Thu,

Re: [expert] Disk Usage

2000-04-27 Thread Matt Stegman
You can hack it: # mv /usr /home # ln -s /home/usr /usr This will move /usr (the bulk) onto your /home partition, and link it so that it appears to be in the same place. This, of course, presumes that /home/usr does not already exist. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 26 Ap

Re: [expert] ntp

2000-04-23 Thread Matt Stegman
k the crontab man page: `man 5 crontab` -Matt Stegman <[EMAIL PROTECTED]> On Sun, 23 Apr 2000, ken crist wrote: > Is anyone out there using ntp on a Linux Mandrake Pentium computer? > > I installed ntp, added servers to the ntp.conf file and started the > daemon. However, it doe

Re: [expert] Gnome and Imwheel - How to Coordinate?

2000-04-21 Thread Matt Stegman
t functionality, but ruins it everywhere else. You'll have to pick one or the other. Sorry. -Matt Stegman <[EMAIL PROTECTED]> On Fri, 21 Apr 2000, Sevatio Octavio wrote: > It seems that Gnome has it's own mousewheel driver. The problem is > Netscape will not scroll wit

Re: [expert] 7.0-2 on a 6X86 MX (dual boot NT)

2000-04-21 Thread Matt Stegman
om DOS fdisk will fix the problem. -Matt Stegman <[EMAIL PROTECTED]> On Fri, 21 Apr 2000, Trevor Farrell wrote: > Funny, but I have never had this problem with NT/Linux dual booting on my > machine at work. AFAIK, NT doesn't use the MBR, as I have lilo in the MBR and > NT still boo

Re: [expert] adduser problems

2000-04-20 Thread Matt Stegman
Such as? What do you do that requires a lowercase username? Or am I misunderstanding? Please, elaborate. -Matt Stegman <[EMAIL PROTECTED]> On Thu, 20 Apr 2000, D. R. Evans wrote: > Incidentally, my user name is "N7DR" (that's right, with uppercase > characters).

Re: [expert] adduser problems

2000-04-20 Thread Matt Stegman
d. Once that's done, you need to create the skeleton home directory. # cp -a /etc/skel ~username/ and chown it, too. # chown -R username:groupname ~username This ought to do everything adduser does. After setting the password, try logging in as the user. -Matt Stegman <[EMAIL PROT

Re: [expert] telnet and X

2000-04-20 Thread Matt Stegman
uld be disallowed. Or, you might have hosts.allow and hosts.deny setup such that the machine you're at is not allowed access. > And how do I switch the default windows manager that comes up when I use > the startx command? I am using Gnome..but I'd like Window Maker. You can use &

Re: [expert] Stop using kdm

2000-04-19 Thread Matt Stegman
/etc/inittab You're looking to change the runlevel (aka initlevel) that you boot into. I don't remember the syntax; but inittab is well commented. You should have no problem figuring it out. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 19 Apr 2000, Ken Archer wrote: > No

RE: [expert] Intel Chip Types (was) Mandrake sub-optimized for i686?

2000-04-19 Thread Matt Stegman
her or not the chip supports MMX does not change the architechture number. > BTW.. I have two machines that identify as -S model CPU-s (P133-S and > P166-S). I think they are pre-MMX. Is there any significance to the S > designation? Sorry, can't help you here. I have no idea what th

Re: [expert] Enlightment Applets - How To Move Them?

2000-04-19 Thread Matt Stegman
Hold down the alt key, and drag them with the left mouse button. This works for windows, too; you can grap any window from any point inside the window to move it. Try Alt+Middle button drag. It resizes windows in Enlightenment. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 19 Apr 2000, S

Re: [expert] Problems with MPEG video

2000-04-18 Thread Matt Stegman
mtvp. mtvp has no pretty interface or anything, but it works - far better than xanim. -Matt Stegman <[EMAIL PROTECTED]> On Tue, 18 Apr 2000, Stephen F. Bosch wrote: > I am having problems playing certain MPEG videos properly. I'm using > xanim 28010-11mdk and aKtion as the front-end.

Re: [expert] LILO problem

2000-04-18 Thread Matt Stegman
uld not list directory contents. Is this floppy some > format that cannot be read by Mandrake? How are you trying to read the floppy? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Troubles With Partitions

2000-04-16 Thread Matt Stegman
ut it. > I use the DOS partition for those few utilities that you have to have, > such as peripheral card configuration utilities, that only run on DOS. It's also nice, if you use NTFS for NT, to move files between Linux and NT. Everyone's compatible with FAT16, so no matter which operatin

Re: [expert] Stop using kdm

2000-04-16 Thread Matt Stegman
No, startx does not start kdm. startx will start X, and load kde by default, or another window manager - you can use any of several tools to change this. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 15 Apr 2000, Ken Archer wrote: > When I installed 7.0 I set it up to go directly to X u

Re: [expert] Lilo Remove

2000-04-16 Thread Matt Stegman
# fdisk /dev/hda and type "o" to create a blank disklabel, and "w" to exit and save changes. Now, you're ready to install Windows or any operating system you desire. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Unzipping a file

2000-04-13 Thread Matt Stegman
> > $ bzcat file.tar.bz2 | tar x > > No. This will not work: > ... > The correct command is: > > $ bzcat file.tar.bz2 | tar xf - They both work on my (Mdk 7.0) system. Perhaps Mandrake compiled tar to default to standard in, instead of the tape device? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Unzipping a file

2000-04-13 Thread Matt Stegman
e compiled tar with built-in support for bzip2 archives, which is why you can use the "y" option. This will not work in all systems. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Follow-up - Multiple Linux systems on one hard disk?

2000-04-13 Thread Matt Stegman
That didn't go > very far in the install, it would not recognize my CD-Rom drive. It gave > a list of only a few CD-Roms, and I tried them all, but none of them > worked. Probably, I would think, because it is a beta. You might get the official 6.2 version - it is out now, isn't it? - and try that. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Multiple Kernels under LILO

2000-04-08 Thread Matt Stegman
a1 read-only This'll boot the new by default, but if it doesn't work, you can always boot "old." Be sure to run /sbin/lilo after editing the file. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Alt-F7 = crash!

2000-04-07 Thread Matt Stegman
t from X is still going here, and it will likely confuse you, but the point is, X doesn't get input from terminal 1, it just sends it output there. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Alt-F7 = crash!

2000-04-06 Thread Matt Stegman
It sounds like a problem with X, more than anything else. It _might_ help to know more about your hardware, and maybe what X-server you're using - SVGA vs. S3V vs. MACH64, etc. -Matt Stegman <[EMAIL PROTECTED]> On Fri, 7 Apr 2000, Trevor Farrell wrote: > If I log into KDE as us

RE: [expert] Multiple Linux systems on one hard disk?

2000-04-06 Thread Matt Stegman
loads the kernel, but can the other boot managers actually load the kernel? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Multiple Linux systems on one hard disk?

2000-04-06 Thread Matt Stegman
use any partitioning tool you like- except for Microsoft FDISK.EXE, because it doesn't understand anything outside of MS-Land. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Multiple Linux systems on one hard disk?

2000-04-05 Thread Matt Stegman
=/dev/hdb11 read-only image=/mnt/caldera-boot/vmlinuz label=cal root=/dev/hdb12 read-only other=/dev/hda1 label=win table=/dev/hda See what I mean? -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Multiple Linux systems on one hard disk?

2000-04-05 Thread Matt Stegman
nd fix LILO. I've not seen an installation program that'll give you that fine-grained control over the LILO setup. You'll have to do it by hand, unless you LIKE going through more than one boot prompt. If you need more help, just ask. -Matt Stegman <[EMAIL PROTECTED]> On Wed, 5 Apr 2

Re: [expert] MP3 playlist to CD-R

2000-04-04 Thread Matt Stegman
OK, this works for me. The problem is that, apparently, bash uses only the _first_ character of IFS as a separator. So, I used IFS=$(echo -en \\n\\t) before the for loop. I got each filename as a single distinct item, even the ones with spaces. Let me know if this works for you. -Matt

Re: [expert] Sounds pathetic!

2000-04-04 Thread Matt Stegman
You might also check that the speakers are plugged into the right output. On some cards, I've found that while the "Speakers" output jack works normally, the "Line Out" jack produces barely audible sound. -Matt Stegman <[EMAIL PROTECTED]> On Tue, 4 Apr 2000, Gl

Re: [expert] MP3 playlist to CD-R

2000-04-02 Thread Matt Stegman
Echo prints out two characters: a tab, then a newline. Bash captures this, and places these after the equals sign in the IFS= command. Then, bash interprets this command, which tells it to set a variable named "IFS" to a tab followed by a newline. I hope it's explained well. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] MP3 playlist to CD-R

2000-04-02 Thread Matt Stegman
27;t find anything in the bash about changing whitespace definition (*perhaps* $IFS ???). I just don't know. I'll play with it, and if I find anything, I'll post. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 1 Apr 2000, Gary Bunker wrote: > OK, that was a brainiac mo

Re: [expert] MP3 playlist to CD-R

2000-04-01 Thread Matt Stegman
You've probably got the quotes backward: use backquotes (on the tilde key with most keyboards), not the single quote (on the same key as the double quote). -Matt Stegman <[EMAIL PROTECTED]> On Sat, 1 Apr 2000, Gary Bunker wrote: > That was my immediate assumption, but it give

Re: [expert] Samba Users

2000-04-01 Thread Matt Stegman
thentication is performed against the operating system. If you're having problems, you might check to see that your clients are passing info in the correct case. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 1 Apr 2000, Pavlina wrote: > When setting up Samba, is there an option

Re: [expert] Mdk 7 - time to take out the trash? (long)

2000-04-01 Thread Matt Stegman
The Mozilla project is about making the source code for Mozilla open. Netscape version 4 is, I believe, still closed source. It's the new version, 6 (aka Mozilla) that's open source. -Matt Stegman <[EMAIL PROTECTED]> On Fri, 31 Mar 2000, Stephen F. Bosch wrote: > I thought

Re: [expert] smbmount

2000-03-31 Thread Matt Stegman
Try installing Mandrake RPMs instead of RedHat RPMs. -Matt Stegman <[EMAIL PROTECTED]> On Fri, 31 Mar 2000, Stuart Nixon wrote: > sorry if this has been covered b4... should smbmount come with > mandrake 7? On redhat it comes in the samba-client rpm which when i > try in

Re: [expert] Internet File Sharing

2000-03-19 Thread Matt Stegman
; This way, you can even mount the directories in Windows! It doesn't get much easier than that. -Matt Stegman <[EMAIL PROTECTED]> -- -- Original Message -- -- Lane Lester wrote: I'm looking for the simplest way for two people at two

Re: [expert] Mandrake & Netware

2000-03-17 Thread Matt Stegman
linux/libs/pam/modules.html Please, let me know if either one mentioned there compiles for you. Me, I couldn't get ncpfs to compile, which pretty much excluded nw-auth from compiling. How do I use it? My co-worker found a binary, and we use that. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] licq problems

2000-03-17 Thread Matt Stegman
d any problems yet, but I licq is about the only QT program I use anymore. -Matt Stegman <[EMAIL PROTECTED]> On Fri, 17 Mar 2000, Bobby Welch wrote: > Has anyone had any troubles with the latest mandrake rpms of Licq > (licq-0.75.3a-2mdk.i586.rpm / licq-data-1.5-1mdk.noarch.rpm)? I ha

Re: [expert] Another Boot Problem

2000-03-16 Thread Matt Stegman
your ext2 filesystem, rather than a second boot sector- which in the case above, apparently contains another LILO. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] dual boot

2000-03-16 Thread Matt Stegman
nes) and b) you installed Mandrake without installing LILO, so again, your MBR wasn't touched. All you needed to do in the first place was boot from a rescue disk and re-run lilo. Methinks too many people decide to re-install too quickly nowadays. -Matt Stegman <[EMAIL PROTECTED]> On Th

Re: [expert] linux filesystem

2000-03-14 Thread Matt Stegman
HOWTO/Filesystems-HOWTO-6.html http://web.mit.edu/tytso/www/linux/ext2intro.html -Matt Stegman <[EMAIL PROTECTED]> On Wed, 15 Mar 2000, Wayne wrote: > Just a qucik non-help related email. How does Linux deal with thinigs like > fragmentation on your hard disks? Does it suffer the same p

Re: [expert] solaris disk

2000-03-09 Thread Matt Stegman
What error are you getting? Offhand, arte you sure you have support for UFS and Sun disklabels compiled into the kernel? -Matt Stegman <[EMAIL PROTECTED]> On Thu, 9 Mar 2000, Nickos Yoldassis wrote: > Hi there, > > I have a Mandrake7 machine and want to plug a seciond dis

Re: [expert] Extending / partition

2000-02-16 Thread Matt Stegman
tc/fstab: /dev/XXX /usr/local ext2 defaults 1 2 This will tell your computer to mount the extra filesystem on boot. -Matt Stegman <[EMAIL PROTECTED]> On Tue, 15 Feb 2000, WH Bouterse wrote: > Okay I have seen a zillion ways to do this over > the last couple of years and read hund

Re: [expert] PATH statement

2000-02-06 Thread Matt Stegman
> setenv $PATH;blah The separators should be colons, not semi-colons. Try `setenv PATH $PATH:/new-path:/another-new-path` for tcsh. Or just append it to the appropriate line in your .profile -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Supermount & warning message/ gnome help / gnome explorer

2000-02-03 Thread Matt Stegman
r the exact directory names, not having used GNOME in a long time. -Matt Stegman <[EMAIL PROTECTED]>

[expert] Problems with LILO

2000-02-03 Thread Matt Stegman
oblems with NT 4.0 Disk Administrator writing "signatures" to the disk. I've heard of problems with NT 3.5 Disk Administrator, but I've not used it myself on a dual-boot machine. As for Windows 2000, I've not used that either. I'll let you know in a couple weeks how that goes. -Matt Stegman <[EMAIL PROTECTED]>

Re: [expert] Lilo Question?

2000-02-03 Thread Matt Stegman
kernel. The way I use this is to write LILO to the Linux root partition, and put this on the MBR. It works well enough; and the other people who use my computer, who are intimidated by LILO's unencumbered interface, find this much easier on them. Oh yeah, I use the free version. -Mat

Re: [expert] 6.1 New Kernel problems

2000-02-03 Thread Matt Stegman
If you didn't change the version number in the makefiles, then you'll get a new kernel, with the same version number. Thus, uname will print out the same as before. Type `dmesg | head -n 1` and check the reported compile time. What does it say? -Matt Stegman <[EMAIL PROTECTED

Re: [expert] Compile Kernel

2000-01-31 Thread Matt Stegman
When running your chosen config script (I know menuconfig and xconfig allow this), choose "Save Configuration to an Alternate File," and you'll be able to load it next time you want to configure your kernel. -Matt Stegman <[EMAIL PROTECTED]> On Sat, 29 Jan 2000, Allen De

Re: [expert] Journaling (EXT3;ResierFS)

2000-01-31 Thread Matt Stegman
e seems relatively stable. I had a few problems with it, but I'm thinking it was due to bad hardware. -Matt Stegman <[EMAIL PROTECTED]>

  1   2   >