Re: [newbie] printing tiffs

1999-06-06 Thread Bernhard Rosenkraenzer

On Sun, 6 Jun 1999, Hidong Kim wrote:

> How do you print tiff files under Linux?

Load them in a program supporting tiff reading (I think gimp, Netscape and
StarOffice should do) and print from there.

LLaP
bero





[newbie] printing tiffs

1999-06-06 Thread Hidong Kim

Hi,

How do you print tiff files under Linux?  I'm running mandrake 5.3
kernel 2.2.9.  I have Ghostscript 5.50 installed.  When I submit a tiff
file for printing, I get an output page with the message:

No way to print this type of input file: TIFF image data, little-en

Thanks,



Hidong



Re: [newbie] need help "networking"

1999-06-06 Thread Steve Philp

Dan Brown wrote:
> 
> Steve Philp wrote:
> 
> > I believe you can turn on IP Masqing with this command:
> >
> > echo "1" > /proc/sys/net/ipv4/ip_forwarding
> 
> Not exactly.  That needs to be done, but that only turns on packet
> forwarding.  IP Masq'ing needs to be built into the kernel, and ipchains
> needs to be installed as well.  The HOWTO is an excellent walkthrough;
> it takes you through the process step by step.  I have a real Win98 box,
> as well as virtual NT and 98 machines (in VMware) accessing the net
> through my Linux machine this way.  You can also configure a firewall
> this way.

Oops, thanks for catching that!  It's been awhile since I've played with
IP Masq.

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] found the problem!!

1999-06-06 Thread Bernhard Rosenkraenzer

On Sun, 6 Jun 1999, Jimmy Garcia wrote:

> Hi! I think I found out what is causing Linux to run so slow on my
> computer!! I typed in the stuff Bernhard mentioned and found out that
> Linux thinks I only have 13MB of RAM!!

You apparently have a very broken BIOS then. I haven't seen this problem
for quite a while.

Your /etc/lilo.conf file should currently say something like

..
image=/boot/vmlinuz-2.2.9-23mdk
label=mdk60
root=/dev/hda1
read-only
..

Try adding

append="mem=128M"

somewhere between image=something and read-only, and running /sbin/lilo
after that. Then, reboot. It should override the memory detection
procedures.

If the problem persists even after that, let me know, and also tell me
which mainboard you're using and which version of the BIOS.

LLaP
bero





[newbie] Expert Mouse support?

1999-06-06 Thread Dan Brown

Is there a driver available to allow use of the extra buttons on a
Kensington Expert Mouse?  It works fine as a two-button serial mouse
now, but it'd be nice to get the added functionality of the extra two
buttons.  Thanks for any info!

--
Dan Brown, KE6MKS, [EMAIL PROTECTED]
"Since all the world is but a story, it were well for thee to buy the
more enduring story rather than the story that is less enduring"
  -- The Judgment of St. Colum Cille



Re: [newbie] found the problem!!

1999-06-06 Thread Hidong Kim

> Jimmy Garcia wrote:
> 
> Hi! I think I found out what is causing Linux to run so slow on my
> computer!! I typed in the stuff Bernhard mentioned and found out that
> Linux thinks I only have 13MB of RAM!!  I really have 128 MB of pc100
> sdram!
> 
> How do I let linux know that there's 128mb of ram?
> 
> If it's really running on 13MB of RAM, then it's no wonder why its
> been so slow!!
> 
> Jimmy


Hi, Jimmy,

That's great that you might've tracked down the problem.  Are you
booting into Linux with LILO?  If so, you can add this line into the
appropriate boot stanza of /etc/lilo.conf:

append = "mem=128M"

This will tell your system that you have 128 mb ram.  Then run
'/sbin/lilo' as root to update this change.  Reboot that stanza, and you
should be trucking 128 mb.  Good luck,



Hidong



Re: [newbie] need help "networking"

1999-06-06 Thread Dan Brown

Steve Philp wrote:

> I believe you can turn on IP Masqing with this command:
> 
> echo "1" > /proc/sys/net/ipv4/ip_forwarding

Not exactly.  That needs to be done, but that only turns on packet
forwarding.  IP Masq'ing needs to be built into the kernel, and ipchains
needs to be installed as well.  The HOWTO is an excellent walkthrough;
it takes you through the process step by step.  I have a real Win98 box,
as well as virtual NT and 98 machines (in VMware) accessing the net
through my Linux machine this way.  You can also configure a firewall
this way.

--
Dan Brown, KE6MKS, [EMAIL PROTECTED]
"Since all the world is but a story, it were well for thee to buy the
more enduring story rather than the story that is less enduring"
  -- The Judgment of St. Colum Cille



Re: [newbie] need help "networking"

1999-06-06 Thread larry pollack

At 12:25 PM 6/6/99 -0400, you wrote:
I have my 2 computers networked
with Samba, Linux (server) win98 (client) I would like to connect to the
internet  with the Linux box and access the internet with the
windows 98 machine, is there a way to do that?, and if so is it built in
to Linux or do I have download software to do it, I hope that this is not
to off topic for the newbie group, I am a newbie, myself and I am
vigorously trying to learn linux as much as I can!!! :o) I have heard if
IP masquerading but I do not think that win98 supports it, any help would
be greatly appreciated!!! 
 
 
Lance DiBitetto
[EMAIL PROTECTED]
 
IP Masquerading *is* the answer.   Check out
http://members.home.net/ipmasq/
for the Linux IP Masquarade Resource.   You will want to read the IP Masquarade HOWTO.   There is a link that that on the page as well as other usefull information.

I am using it with a Linux (kernel 2.2.9) box as a gateway and three win98 systems.

Larry


[newbie] Insmod query

1999-06-06 Thread Martin White



Hi all.
 
I've just managed to get my SBLive card to work 
using the driver supplied by creative and my new install of Mandrake 6 (kernel 
2.2.9).
 
To get it going i had to ignore the instructions 
from creative and do an 'insmod -f' instead of a 'modprobe'. Okay, it threw up a 
warning, but the end result works perfectly.
 
Does anyone know how i can force the '-f' on bootup 
so i don't always have to go to a text terminal as root and insert the module 
manually before starting X as i do at the moment ??
 
Martin.


Re: [newbie] need help "networking"

1999-06-06 Thread Steve Philp

> Lance DiBitetto wrote:
> 
> I have my 2 computers networked with Samba, Linux (server) win98
> (client) I would like to connect to the internet  with the Linux box
> and access the internet with the windows 98 machine, is there a way to
> do that?, and if so is it built in to Linux or do I have download
> software to do it, I hope that this is not to off topic for the newbie
> group, I am a newbie, myself and I am vigorously trying to learn linux
> as much as I can!!! :o) I have heard if IP masquerading but I do not
> think that win98 supports it, any help would be greatly appreciated!!!

It should just be a matter of turning on IP Masquerading support in
Linux, and telling the Windows machine that the Linux machine is the
gateway.

I believe you can turn on IP Masqing with this command:

echo "1" > /proc/sys/net/ipv4/ip_forwarding

You should be able to set Windows' gateway in the Network control panel
applet.

Good luck!

-- 
Steve Philp
[EMAIL PROTECTED]



[newbie] need help "networking"

1999-06-06 Thread Lance DiBitetto



I have my 2 computers networked with Samba, Linux (server) 
win98 (client) I would like to connect to the internet  with the Linux box 
and access the internet with the windows 98 machine, is there a way to do that?, 
and if so is it built in to Linux or do I have download software to do it, I 
hope that this is not to off topic for the newbie group, I am a newbie, 
myself and I am vigorously trying to learn linux as much as I can!!! :o)  I have 
heard if IP masquerading but I do not think that win98 supports it, any help 
would be greatly appreciated!!! 
 
 
Lance DiBitetto
[EMAIL PROTECTED]
 


Re: [newbie] giving up

1999-06-06 Thread Jimmy Garcia



Bernhard,
 
Here's what it says when I type in "top" and 
"M"
 
---
 
11:08pm  up 13 min,  1 user,  load 
average: 0.08, 0.46, 0.4044 processes: 40 sleeping, 3 running, 1 zombie, 0 
stoppedCPU states:  3.3% user,  1.1% system,  0.0% nice, 
95.4% idleMem:   13604K av,  13228K used,    
376K free,   7936K shrd,    304K buffSwap: 369452K 
av,  10108K used, 359344K 
free  
5544K cached   PID USER PRI  
NI  SIZE  RSS SHARE STAT  LIB %CPU %MEM   TIME 
COMMAND  626 root   8   
0  2260 2040  1624 R   0  2.1 
14.9   0:00 konsole  519 root  
13   0 19944  18M   756 
R   0  1.9 139.4   0:09 
X  630 root   3   0  
1044 1044   848 R   0  
0.3  7.6   0:00 top    1 
root   0   0    
76    0 0 
SW  0  0.0  0.0   0:04 
init    2 root   
0   0 0    
0 0 SW  0  0.0  
0.0   0:00 kflushd    3 
root   0   0 
0    0 0 SW  
0  0.0  0.0   0:00 kpiod    4 
root   0   0 
0    0 0 SW  
0  0.0  0.0   0:00 kswapd  119 
root   0   0    
68    0 0 
SW  0  0.0  0.0   0:00 
apmd  262 bin    0   
0    80    0 0 
SW  0  0.0  0.0   0:00 
portmap  308 root   0   
0   156   68    56 
S   0  0.0  0.4   0:00 
syslogd  318 root   0   
0   360    0 0 
SW  0  0.0  0.0   0:00 
klogd  331 daemon 0   
0    80    0 0 
SW  0  0.0  0.0   0:00 
atd  344 root   0   
0   164  108    84 
S   0  0.0  0.7   0:00 
crond  357 root   0   
0   100    0 0 
SW  0  0.0  0.0   0:00 
inetd  370 root   0   
0   112    0 0 
SW  0  0.0  0.0   0:00 
lpd  386 root   0   
0    92    0 0 
SW  0  0.0  0.0   0:00 
rpc.statd  396 root   0   
0    80    0 0 
SW  0  0.0  0.0   0:00 
rpc.rquotad  406 root   0   
0   100    0 0 
SW  0  0.0  0.0   0:00 
rpc.mountd  420 root   0   
0 0    0 0 
SW  0  0.0  0.0   0:00 
nfsd  421 root   0   
0 0    0 0 
SW  0  0.0  0.0   0:00 
lockd  422 root   0   
0 0    0 0 
SW  0  0.0  0.0   0:00 
rpciod  458 root   0   
0   288    0 0 
SW  0  0.0  0.0   0:00 
sendmail  472 root   0   
0   108   56    52 
S   0  0.0  0.4   0:00 
gpm  491 xfs    0   
0  1116  380   272 S   
0  0.0  2.7   0:00 xfs  509 
root   0   0    
68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  510 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  511 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  512 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  513 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  514 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  515 root   0   
0   356    4 0 
SW  0  0.0  0.0   0:00 
prefdm  517 root   0   
0    88   44    36 
S   0  0.0  0.3   0:00 
update  520 root   0   
0   644    0 0 
SW  0  0.0  0.0   0:00 
prefdm  529 root   2   
0  1212  916   708 S   
0  0.0  6.7   0:01 kwm  564 
root   0   0 
0    0 0 
Z   0  0.0  0.0   0:00 
kwmsound   565 root   
0   0  1200  388   272 
S   0  0.0  2.8   0:00 
kfm  566 root   0   
0   672  324   288 
S   0  0.0  2.3   0:00 
krootwm  567 root   0   
0  1460 1008   828 S   0  
0.0  7.4   0:01 kpanel  568 
root   0   0   896  
352   320 S   0  0.0  
2.5   0:00 kbgndwm  585 
root   0   0   820  
488   400 S   0  0.0  
3.5   0:00 kcmlaptop  610 
root   0   0   704  
212   184 S   0  0.0  
1.5   0:00 konsole  611 
root   0   0   
236    0 0 
SW  0  0.0  0.0   0:00 
bash  625 root   0   
0  1564  816   500 S   
0  0.0  5.9   0:01 kmail  627 
root   0   0   944  
936   708 S   0  0.0  
6.8   0:00 bash


Re: [newbie] found the problem!!

1999-06-06 Thread Steve Philp

> Jimmy Garcia wrote:
> 
> Hi! I think I found out what is causing Linux to run so slow on my
> computer!! I typed in the stuff Bernhard mentioned and found out that
> Linux thinks I only have 13MB of RAM!!  I really have 128 MB of pc100
> sdram!
> 
> How do I let linux know that there's 128mb of ram?
> 
> If it's really running on 13MB of RAM, then it's no wonder why its
> been so slow!!

Now THAT is truly strange!

To fix it, add:

append="mem=128M"

to the linux portion of /etc/lilo.conf, rerun /sbin/lilo, then reboot.

Anyone have an explanation for this?

-- 
Steve Philp
[EMAIL PROTECTED]



Re: [newbie] giving up

1999-06-06 Thread Jimmy Garcia



Bernhard,
 
Here's what it says when I type in "top" and 
"M"
 
---
 
11:08pm  up 13 min,  1 user,  load 
average: 0.08, 0.46, 0.4044 processes: 40 sleeping, 3 running, 1 zombie, 0 
stoppedCPU states:  3.3% user,  1.1% system,  0.0% nice, 
95.4% idleMem:   13604K av,  13228K used,    
376K free,   7936K shrd,    304K buffSwap: 369452K 
av,  10108K used, 359344K 
free  
5544K cached   PID USER PRI  
NI  SIZE  RSS SHARE STAT  LIB %CPU %MEM   TIME 
COMMAND  626 root   8   
0  2260 2040  1624 R   0  2.1 
14.9   0:00 konsole  519 root  
13   0 19944  18M   756 
R   0  1.9 139.4   0:09 
X  630 root   3   0  
1044 1044   848 R   0  
0.3  7.6   0:00 top    1 
root   0   0    
76    0 0 
SW  0  0.0  0.0   0:04 
init    2 root   
0   0 0    
0 0 SW  0  0.0  
0.0   0:00 kflushd    3 
root   0   0 
0    0 0 SW  
0  0.0  0.0   0:00 kpiod    4 
root   0   0 
0    0 0 SW  
0  0.0  0.0   0:00 kswapd  119 
root   0   0    
68    0 0 
SW  0  0.0  0.0   0:00 
apmd  262 bin    0   
0    80    0 0 
SW  0  0.0  0.0   0:00 
portmap  308 root   0   
0   156   68    56 
S   0  0.0  0.4   0:00 
syslogd  318 root   0   
0   360    0 0 
SW  0  0.0  0.0   0:00 
klogd  331 daemon 0   
0    80    0 0 
SW  0  0.0  0.0   0:00 
atd  344 root   0   
0   164  108    84 
S   0  0.0  0.7   0:00 
crond  357 root   0   
0   100    0 0 
SW  0  0.0  0.0   0:00 
inetd  370 root   0   
0   112    0 0 
SW  0  0.0  0.0   0:00 
lpd  386 root   0   
0    92    0 0 
SW  0  0.0  0.0   0:00 
rpc.statd  396 root   0   
0    80    0 0 
SW  0  0.0  0.0   0:00 
rpc.rquotad  406 root   0   
0   100    0 0 
SW  0  0.0  0.0   0:00 
rpc.mountd  420 root   0   
0 0    0 0 
SW  0  0.0  0.0   0:00 
nfsd  421 root   0   
0 0    0 0 
SW  0  0.0  0.0   0:00 
lockd  422 root   0   
0 0    0 0 
SW  0  0.0  0.0   0:00 
rpciod  458 root   0   
0   288    0 0 
SW  0  0.0  0.0   0:00 
sendmail  472 root   0   
0   108   56    52 
S   0  0.0  0.4   0:00 
gpm  491 xfs    0   
0  1116  380   272 S   
0  0.0  2.7   0:00 xfs  509 
root   0   0    
68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  510 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  511 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  512 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  513 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  514 root   0   
0    68    0 0 
SW  0  0.0  0.0   0:00 
mingetty  515 root   0   
0   356    4 0 
SW  0  0.0  0.0   0:00 
prefdm  517 root   0   
0    88   44    36 
S   0  0.0  0.3   0:00 
update  520 root   0   
0   644    0 0 
SW  0  0.0  0.0   0:00 
prefdm  529 root   2   
0  1212  916   708 S   
0  0.0  6.7   0:01 kwm  564 
root   0   0 
0    0 0 
Z   0  0.0  0.0   0:00 
kwmsound   565 root   
0   0  1200  388   272 
S   0  0.0  2.8   0:00 
kfm  566 root   0   
0   672  324   288 
S   0  0.0  2.3   0:00 
krootwm  567 root   0   
0  1460 1008   828 S   0  
0.0  7.4   0:01 kpanel  568 
root   0   0   896  
352   320 S   0  0.0  
2.5   0:00 kbgndwm  585 
root   0   0   820  
488   400 S   0  0.0  
3.5   0:00 kcmlaptop  610 
root   0   0   704  
212   184 S   0  0.0  
1.5   0:00 konsole  611 
root   0   0   
236    0 0 
SW  0  0.0  0.0   0:00 
bash  625 root   0   
0  1564  816   500 S   
0  0.0  5.9   0:01 kmail  627 
root   0   0   944  
936   708 S   0  0.0  
6.8   0:00 bash


[newbie] found the problem!!

1999-06-06 Thread Jimmy Garcia



This is what it said when I typed in 
'Free'
 
 
[root@localhost /root]# 
free 
total   
used   free 
shared    buffers 
cachedMem: 13604  
13324    
280   
7492    
304   6448-/+ 
buffers/cache: 6572   7032Swap 
369452   9068 360384 

 
 


[newbie] found the problem!!

1999-06-06 Thread Jimmy Garcia



Hi! I think I found out what is causing Linux to 
run so slow on my computer!! I typed in the stuff Bernhard mentioned and found 
out that Linux thinks I only have 13MB of RAM!!  I really have 128 MB of 
pc100 sdram!
 
How do I let linux know that there's 128mb of 
ram?
 
If it's really running on 13MB of RAM, then it's no 
wonder why its been so slow!!
 
Jimmy


Re: [newbie] Upgrade + Kernel ?

1999-06-06 Thread Steve Philp

"James J. Capone" wrote:
> 
> If I upgrade to the 6.0 of Mandrake from 5.3, Will I lose my kernel I took
> so long to compile?? Will it overwrite the new Kernel I have? I am running
> on the 2.2.9 kernel and also have a backup for the 2.0.36 Kernel. I do not
> want to lose all the hell and anguish I have gone through to get it
> working.
>

Best bet would be to create a nice tarball of all the new kernel parts
(System.map, vmlinuz, /lib/modules/2.2.9) and hold that in an extra
partition to copy back over after the installation.

-- 
Steve Philp
[EMAIL PROTECTED]



[newbie] Window Manager Choice Screen

1999-06-06 Thread Pian




greetings
 
i'm still new in linux and i've just installed 
mandrake 6.0 in my systemafter installation i still can't get the  
Window-manager choice screen (http://www.linux-mandrake.com/images/kdm.jpg) 
...do i need to run different program to choose the multiple graphical 
interfaces choice: KDE, Gnome, AfterStep,WindowMaker, IceWM with session choice 
in KDM/GDM 
 
another thing is why kde themes manager 
selection (http://www.linux-mandrake.com/images/kdeth.jpg) 
are all in black in white ?when i change the themes only the panel change to 
colour while the background is black and white...what should i do about this 
?
 
any help would be greatly 
appreciated
thanks in 
advance...


Re: [newbie] giving up

1999-06-06 Thread Bernhard Rosenkraenzer

On Sun, 6 Jun 1999, Jimmy Garcia wrote:

> But, all is not well.  My computer is still VERY slow in Linux. The new
> initscripts didn't really help out in that area.  Linux still keeps
> accessing my hard drive, and it takes forever to load anything.

When you type "top" on the console, you get a list of the processes using
most CPU time. Which ones are listed first?
Then, still in top, type "M" to get a list of the processes using up most
memory. Which ones are listed first here?

What does the "free" command say?

> 2 IBM 7,200rpm 10.1G ide hard drives.

That drive should be UDMA capable... You can speed it up by typing "hdparm
-X66 /dev/hda". If it works, you should add this command to
/etc/rc.d/rc.local.

> Is my swap file partition too big?

You probably won't need a swap partition that big, but aside from wasting
diskspace, it doesn't hurt.

LLaP
bero





Re: [newbie] giving up

1999-06-06 Thread Steve Winston

I think your swap file is too big although I don't know if that affects
speed or not. The maximum is 128mb. You can make two swap files,
though. With only 64 mb of RAM and a sluggish 233 pentium, Linux
Mandrake in my computer whips right along fastfast. Maybe some
configuration problem. 
Te watcho, steve Winston

--- Jimmy Garcia <[EMAIL PROTECTED]> wrote:
> I  reinstalled Linux-Mandrake and did everything you
> said below.  My
> computer hasn't hung since!  It solved my
> shutdown/logout problem.  I was
> also able to configure my cable modem internet
> access and I can now go
> online.  (I would be writing this from Linux right
> now, but I forgot the
> email address! :)
> 
> But, all is not well.  My computer is still VERY
> slow in Linux. The new
> initscripts didn't really help out in that area. 
> Linux still keeps
> accessing my hard drive, and it takes forever to
> load anything.
> 
> If it'll be of any help, here are my specs:
> 
> 2 IBM 7,200rpm 10.1G ide hard drives.
> 
> Primary partition is Fat32 (win98) w/ 3.5G
> Linux Ext2 is 5.7G (logical)
> Linux Swap is 360 (logical)
> and there's a Linux Ext2 partition that the
> install made that's 23.5MB
> (logical)
> 
> 128MB pc100 ram, 300a@450, Creative Labs TNT, SBlive
> value, tekram dc390f
> scsi card, 3com ethernet card, ultraplex and
> plexwriter 8x.
> 
> Is my swap file partition too big?  Or do I have to
> install something else?
> 
> Thanks everyone! I'm glad that I didn't give up.  I
> really would love to say
> goodbye to windoze!
> 
> Jimmy
> 
> 
> 
> > Ok, so I'm assuming you haven't set up net access
> in Linux either.
> > Download the updated initscripts package, and put
> it to C:\.
> > Now boot Linux.
> > Assuming your DOS/Windoze C:\ partition is
> /dev/hda1 (=first partition of
> > the primary master IDE drive),
> >
> > mkdir /mnt/tmp
> > mount -t vfat /dev/hda1 /mnt/tmp
> > rpm -U --force /mnt/tmp/initscripts*
> >
> > Yes, there is a GUI way to do this too, but I know
> this way better. ;)
> >
> > LLaP
> > bero
> >
> >
> >
> >
> 
> 

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



Re: [newbie] giving up

1999-06-06 Thread Jimmy Garcia

I  reinstalled Linux-Mandrake and did everything you said below.  My
computer hasn't hung since!  It solved my shutdown/logout problem.  I was
also able to configure my cable modem internet access and I can now go
online.  (I would be writing this from Linux right now, but I forgot the
email address! :)

But, all is not well.  My computer is still VERY slow in Linux. The new
initscripts didn't really help out in that area.  Linux still keeps
accessing my hard drive, and it takes forever to load anything.

If it'll be of any help, here are my specs:

2 IBM 7,200rpm 10.1G ide hard drives.

Primary partition is Fat32 (win98) w/ 3.5G
Linux Ext2 is 5.7G (logical)
Linux Swap is 360 (logical)
and there's a Linux Ext2 partition that the install made that's 23.5MB
(logical)

128MB pc100 ram, 300a@450, Creative Labs TNT, SBlive value, tekram dc390f
scsi card, 3com ethernet card, ultraplex and plexwriter 8x.

Is my swap file partition too big?  Or do I have to install something else?

Thanks everyone! I'm glad that I didn't give up.  I really would love to say
goodbye to windoze!

Jimmy



> Ok, so I'm assuming you haven't set up net access in Linux either.
> Download the updated initscripts package, and put it to C:\.
> Now boot Linux.
> Assuming your DOS/Windoze C:\ partition is /dev/hda1 (=first partition of
> the primary master IDE drive),
>
> mkdir /mnt/tmp
> mount -t vfat /dev/hda1 /mnt/tmp
> rpm -U --force /mnt/tmp/initscripts*
>
> Yes, there is a GUI way to do this too, but I know this way better. ;)
>
> LLaP
> bero
>
>
>
>



Re: [newbie] Making your own bootable CD

1999-06-06 Thread Lionel Siau



This is an ISO image approx 500MB for CDBURNING from the Mandrake pple.
Chk out the web site.
Greg Gray wrote:

I
would like to make my own bootable CD of M6, including the latest release
fixes.  Files will have to be d/ld via FTP to a Win NT box, then copied
to a Win 98 box, which is where the CD will be burned. Can
someone point me to some explicit ('cause I'm a newbie!) instructions on
how to do this? Thanks, Greg





No Subject

1999-06-06 Thread Pian




greetings
 
i'm still new in linux and i've just installed 
mandrake 6.0 in my systemafter installation i still can't get the  
Window-manager choice screen (http://www.linux-mandrake.com/images/kdm.jpg) 
...do i need to run different program to choose the multiple graphical 
interfaces choice: KDE, Gnome, AfterStep,WindowMaker, IceWM with session choice 
in KDM/GDM 
 
another thing is why kde themes manager 
selection (http://www.linux-mandrake.com/images/kdeth.jpg) 
are all in black in white ?when i change the themes only the panel change to 
colour while the background is black and white...what should i do about this 
?
 
any help would be greatly 
appreciated
thanks in 
advance...


[newbie] kmail help

1999-06-06 Thread Steve Winston

Ain't nobody got some idea of why my email program won't send mail all
of a sudden? I mean the email that comes with Linux Mandrake 5.2? The
fat orange E on the tool bar? Help
steve w
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com