Re: [newbie] can't find /udev/hdc in /etc/fstab or /etc/mtab

2005-03-29 Per discussione SnapafunFrank
Mikkel L. Ellertson wrote:
SnapafunFrank wrote:
My /dev/hdc is a symlink to /udev/hdc and /udev lists /hdc so that is 
loaded.

Yet when I go :
# mount /dev/hdc
or
# mount /udev/hdc
I get the above message
My fstab entry for this is:
none /mnt/dvd-rw supermount 
dev=/dev/hdc,fs=auto,exec,--,umask=0,user,iocharset=iso8859-1,sync,noatime,codepage=850,noauto 
0 0

and I have tried:
none /mnt/dvd-rw supermount 
dev=/udev/hdc,fs=auto,exec,--,umask=0,user,iocharset=iso8859-1,sync,noatime,codepage=850,noauto 
0 0

so something is not working correctly:
I also have before this call:
none /sys sysfs defaults 0 0
Any ideas anyone ?
PS. Once I get the above resolved could someone tell what the  - -  
in the mount options mean

and also
what the  none  at the beginning actual does and of course how is 
it over~ridden.

All the reading I have done hasn't explained these two points to me 
as yet.


Your DVD is being handled by supermount. What this is susposed to do 
is when a disk is inserted in the drive, it gets mounted automaticly.
Not happening at present though it did once upon a time.
The reasion you could not mount it using the device name is because 
you do not have a fstab entry that starts with /dev/hdc, and /dev/hdc 
is not a mount point used in an ftab entry. If you had tried mount 
/mnt/dvd-rw it probably would have worked.

One thig I am a bit puzzeled about it the /udev directory. What 
version of Mandrake are you using? Did you add udev yourself, or was 
it part of the install? Was this a fresh install, or an upgrage?

Mikkel
I added udev by urpmi sometime after my initial clean installation 
because I was after flexibility for my flash drives. I actually followed 
a Flash USB howto that appeared to work in that particular session but 
afterward it just got to be confused so I resolved to sort it out for 
myself. ( I also installed sysfs and a couple of other requirements at 
the time.)

I'm running Mandrake10 Official ~ KDE-3.2.3 ~ Kernel-2.6.3-7 and have 
stuck with it because I needed to install the OpenGL + nvidia drivers 
for a little 3D experience.

Your reply makes sense and I will look to that shortly, but for now, 
though I can mount data cds and dvds, ( manually ) as user OK , and 
read/write the contents, ~ but I am unable to get my audio cd's playing 
anymore nor does it appear that supermount is actually working, ( I say 
'appear' because things might be going on in the background that I'm not 
privy to yet.)

At one time after I had installed udev I used to place a blank dvd in my 
writer and k3b would fire up automatically ~ not at present however.

I have been following your efforts here and gone the way of symlinks in 
my .rules file and created links to replace things like /mnt/cdrom2 in 
case my system needs to look for that instead of /mnt/dvd-cd when 
relating to /udev/hdd or /dev/hdd ( one and same device of course which 
troubles me a wee bit ~ same device listed twice ~ don't understand this 
part yet. ie. Why is the /dev directory still about when I have 
uninstalled devfsd and issued  devfs=nomount  within lilo? As yet ' 
the penny ain't dropped ' on this one.)

So a question to get me started here ~ how can I check that supermount 
is working ? eg. is there some way to log it's efforts so as to get some 
clues for troubleshooting ? )

--
Newbie Seeking USER_FUNCTIONALITY always!
Regards
SnapafunFrank
Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] can't find /udev/hdc in /etc/fstab or /etc/mtab

2005-03-29 Per discussione Mikkel L. Ellertson
SnapafunFrank wrote:
I added udev by urpmi sometime after my initial clean installation 
because I was after flexibility for my flash drives. I actually followed 
a Flash USB howto that appeared to work in that particular session but 
afterward it just got to be confused so I resolved to sort it out for 
myself. ( I also installed sysfs and a couple of other requirements at 
the time.)

I'm running Mandrake10 Official ~ KDE-3.2.3 ~ Kernel-2.6.3-7 and have 
stuck with it because I needed to install the OpenGL + nvidia drivers 
for a little 3D experience.

Your reply makes sense and I will look to that shortly, but for now, 
though I can mount data cds and dvds, ( manually ) as user OK , and 
read/write the contents, ~ but I am unable to get my audio cd's playing 
anymore nor does it appear that supermount is actually working, ( I say 
'appear' because things might be going on in the background that I'm not 
privy to yet.)

How are you trying to play audio CDs?
At one time after I had installed udev I used to place a blank dvd in my 
writer and k3b would fire up automatically ~ not at present however.

I believe this is handled by magicdev, but I could be wrong.
I have been following your efforts here and gone the way of symlinks in 
my .rules file and created links to replace things like /mnt/cdrom2 in 
case my system needs to look for that instead of /mnt/dvd-cd when 
relating to /udev/hdd or /dev/hdd ( one and same device of course which 
troubles me a wee bit ~ same device listed twice ~ don't understand this 
part yet. ie. Why is the /dev directory still about when I have 
uninstalled devfsd and issued  devfs=nomount  within lilo? As yet ' 
the penny ain't dropped ' on this one.)

The /dev directory will stay unless you delete it. (I don't recomend 
that!). The /dev directory entries should still work. They are used 
during boot, before udev is started, and the udev file system is 
mounted. With Mandrake 10.1, the udev file system is mounted on top of 
/dev. This has the affect of hiding the old entries, while still leting 
commands that expect to find the device nodes in /dev still work.
So a question to get me started here ~ how can I check that supermount 
is working ? eg. is there some way to log it's efforts so as to get some 
clues for troubleshooting ? )

ps ax | grep supermount
mount | grep supermount
The first should show you if supermount is running, and the second 
should show any active supermount mounts.

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] can't find /udev/hdc in /etc/fstab or /etc/mtab

2005-03-29 Per discussione aron smith
On Tuesday 29 March 2005 09:04 am, Mikkel L. Ellertson wrote:
 SnapafunFrank wrote:
  I added udev by urpmi sometime after my initial clean installation
  because I was after flexibility for my flash drives. I actually followed
  a Flash USB howto that appeared to work in that particular session but
  afterward it just got to be confused so I resolved to sort it out for
  myself. ( I also installed sysfs and a couple of other requirements at
  the time.)
 
  I'm running Mandrake10 Official ~ KDE-3.2.3 ~ Kernel-2.6.3-7 and have
  stuck with it because I needed to install the OpenGL + nvidia drivers
  for a little 3D experience.
 
  Your reply makes sense and I will look to that shortly, but for now,
  though I can mount data cds and dvds, ( manually ) as user OK , and
  read/write the contents, ~ but I am unable to get my audio cd's playing
  anymore nor does it appear that supermount is actually working, ( I say
  'appear' because things might be going on in the background that I'm not
  privy to yet.)

 How are you trying to play audio CDs?

  At one time after I had installed udev I used to place a blank dvd in my
  writer and k3b would fire up automatically ~ not at present however.
Try an audio CD lens cleaner disk sometimes works for me
also check if your cd is mounted before you start if so un mount it
also I have found that a lot of the cheaper cds some in a pack can be good 
some bad

 I believe this is handled by magicdev, but I could be wrong.

  I have been following your efforts here and gone the way of symlinks in
  my .rules file and created links to replace things like /mnt/cdrom2 in
  case my system needs to look for that instead of /mnt/dvd-cd when
  relating to /udev/hdd or /dev/hdd ( one and same device of course which
  troubles me a wee bit ~ same device listed twice ~ don't understand this
  part yet. ie. Why is the /dev directory still about when I have
  uninstalled devfsd and issued  devfs=nomount  within lilo? As yet '
  the penny ain't dropped ' on this one.)

 The /dev directory will stay unless you delete it. (I don't recomend
 that!). The /dev directory entries should still work. They are used
 during boot, before udev is started, and the udev file system is
 mounted. With Mandrake 10.1, the udev file system is mounted on top of
 /dev. This has the affect of hiding the old entries, while still leting
 commands that expect to find the device nodes in /dev still work.

  So a question to get me started here ~ how can I check that supermount
  is working ? eg. is there some way to log it's efforts so as to get some
  clues for troubleshooting ? )

 ps ax | grep supermount
 mount | grep supermount

 The first should show you if supermount is running, and the second
 should show any active supermount mounts.

 Mikkel


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] can't find /udev/hdc in /etc/fstab or /etc/mtab

2005-03-28 Per discussione SnapafunFrank
My /dev/hdc is a symlink to /udev/hdc and /udev lists /hdc so that is 
loaded.

Yet when I go :
# mount /dev/hdc
or
# mount /udev/hdc
I get the above message
My fstab entry for this is:
none /mnt/dvd-rw supermount 
dev=/dev/hdc,fs=auto,exec,--,umask=0,user,iocharset=iso8859-1,sync,noatime,codepage=850,noauto 
0 0

and I have tried:
none /mnt/dvd-rw supermount 
dev=/udev/hdc,fs=auto,exec,--,umask=0,user,iocharset=iso8859-1,sync,noatime,codepage=850,noauto 
0 0

so something is not working correctly:
I also have before this call:
none /sys sysfs defaults 0 0
Any ideas anyone ?
PS. Once I get the above resolved could someone tell what the  - -  in 
the mount options mean

and also
what the  none  at the beginning actual does and of course how is it 
over~ridden.

All the reading I have done hasn't explained these two points to me as yet.
--
Newbie Seeking USER_FUNCTIONALITY always!
Regards
SnapafunFrank
Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] can't find /udev/hdc in /etc/fstab or /etc/mtab

2005-03-28 Per discussione Mikkel L. Ellertson
SnapafunFrank wrote:
My /dev/hdc is a symlink to /udev/hdc and /udev lists /hdc so that is 
loaded.

Yet when I go :
# mount /dev/hdc
or
# mount /udev/hdc
I get the above message
My fstab entry for this is:
none /mnt/dvd-rw supermount 
dev=/dev/hdc,fs=auto,exec,--,umask=0,user,iocharset=iso8859-1,sync,noatime,codepage=850,noauto 
0 0

and I have tried:
none /mnt/dvd-rw supermount 
dev=/udev/hdc,fs=auto,exec,--,umask=0,user,iocharset=iso8859-1,sync,noatime,codepage=850,noauto 
0 0

so something is not working correctly:
I also have before this call:
none /sys sysfs defaults 0 0
Any ideas anyone ?
PS. Once I get the above resolved could someone tell what the  - -  in 
the mount options mean

and also
what the  none  at the beginning actual does and of course how is it 
over~ridden.

All the reading I have done hasn't explained these two points to me as yet.

Your DVD is being handled by supermount. What this is susposed to do is 
when a disk is inserted in the drive, it gets mounted automaticly.

The reasion you could not mount it using the device name is because you 
do not have a fstab entry that starts with /dev/hdc, and /dev/hdc is not 
a mount point used in an ftab entry. If you had tried mount 
/mnt/dvd-rw it probably would have worked.

One thig I am a bit puzzeled about it the /udev directory. What version 
of Mandrake are you using? Did you add udev yourself, or was it part of 
the install? Was this a fresh install, or an upgrage?

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Cant find the printer

2005-03-19 Per discussione Carlton Matthew
Following previous advice, I added the line
lp
to the file /etc/modprobe.preload
lsmod now gives
[EMAIL PROTECTED] carlton]# lsmod
Module  Size  Used by
md5 3584  1
ipv6  230916  10
autofs415268  0
i810_audio 33236  0
ac97_codec 16844  1 i810_audio
soundcore   7008  1 i810_audio
af_packet  16072  2
floppy 55088  0
8139too20928  0
mii 4224  1 8139too
ide-cd 37280  0
cdrom  37724  1 ide-cd
loop   12520  0
nls_iso8859-15  4224  1
ntfs  147964  1
supermount 34804  1
parport_pc 30976  1
lp  9548  0
parport33896  2 parport_pc,lp
intel-agp  19584  1
agpgart27752  1 intel-agp
ehci-hcd   26244  0
uhci-hcd   28752  0
usbcore   103172  4 ehci-hcd,uhci-hcd
This indicates that the parallel port is now visible.
On boot, the system indicates that cups is started. However the ssytm stil 
fails to see the printer.
Any Ideas
Carlton



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Cant find the printer

2005-03-19 Per discussione Anne Wilson
On Saturday 19 Mar 2005 19:28, Carlton Matthew wrote:
 Following previous advice, I added the line
 lp
 to the file /etc/modprobe.preload
 lsmod now gives
 [EMAIL PROTECTED] carlton]# lsmod
 Module  Size  Used by
 md5 3584  1
 ipv6  230916  10
 autofs415268  0
 i810_audio 33236  0
 ac97_codec 16844  1 i810_audio
 soundcore   7008  1 i810_audio
 af_packet  16072  2
 floppy 55088  0
 8139too20928  0
 mii 4224  1 8139too
 ide-cd 37280  0
 cdrom  37724  1 ide-cd
 loop   12520  0
 nls_iso8859-15  4224  1
 ntfs  147964  1
 supermount 34804  1
 parport_pc 30976  1
 lp  9548  0
 parport33896  2 parport_pc,lp
 intel-agp  19584  1
 agpgart27752  1 intel-agp
 ehci-hcd   26244  0
 uhci-hcd   28752  0
 usbcore   103172  4 ehci-hcd,uhci-hcd
 This indicates that the parallel port is now visible.
 On boot, the system indicates that cups is started. However the ssytm stil
 fails to see the printer.

Did you try to see it from Mandrake Control Center  Hardware?

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


pgplKXVa8DQHc.pgp
Description: PGP signature


Re: [newbie] Cant find the printer

2005-03-19 Per discussione Carlton Matthew

gt;From: Anne Wilson lt;[EMAIL PROTECTED]gt;
gt;Reply-To: newbie@linux-mandrake.com
gt;To: newbie@linux-mandrake.com
gt;Subject: Re: [newbie] Cant find the printer
gt;Date: Sat, 19 Mar 2005 19:50:51 +
gt;
gt;On Saturday 19 Mar 2005 19:28, Carlton Matthew wrote:
gt; gt; Following previous advice, I added the line
gt; gt; lp
gt; gt; to the file /etc/modprobe.preload
gt; gt; lsmod now gives
gt; gt; [EMAIL PROTECTED] carlton]# lsmod
--Cut --
gt; gt; parport_pc 30976  1
gt; gt; lp  9548  0
gt; gt; parport33896  2 parport_pc,lp
--Cut --
gt; gt; This indicates that the parallel port is now visible.
gt; gt; On boot, the system indicates that cups is started. However the 
ssytm stil
gt; gt; fails to see the printer.
gt;
gt;Did you try to see it from Mandrake Control Center gt; Hardware?
gt;
gt;Anne
gt;--
gt;Registered Linux User No.293302 (http://counter.li.org/)
gt;Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all 
levels
gt;lt;lt; attach3 gt;gt;

this is where I was looking.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Cant find the printer

2005-03-19 Per discussione Mikkel L. Ellertson
Carlton Matthew wrote:
Following previous advice, I added the line
lp
to the file /etc/modprobe.preload
lsmod now gives
[EMAIL PROTECTED] carlton]# lsmod
Module  Size  Used by
md5 3584  1
ipv6  230916  10
autofs415268  0
i810_audio 33236  0
ac97_codec 16844  1 i810_audio
soundcore   7008  1 i810_audio
af_packet  16072  2
floppy 55088  0
8139too20928  0
mii 4224  1 8139too
ide-cd 37280  0
cdrom  37724  1 ide-cd
loop   12520  0
nls_iso8859-15  4224  1
ntfs  147964  1
supermount 34804  1
parport_pc 30976  1
lp  9548  0
parport33896  2 parport_pc,lp
intel-agp  19584  1
agpgart27752  1 intel-agp
ehci-hcd   26244  0
uhci-hcd   28752  0
usbcore   103172  4 ehci-hcd,uhci-hcd
This indicates that the parallel port is now visible.
On boot, the system indicates that cups is started. However the ssytm 
stil fails to see the printer.
Any Ideas
Carlton


Double check the printer cable?
Chase out the gremlins?
Get drunk?
Just kidding...
Does /proc/sys/dev/parport/parport0/autoprobe show anything?
Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Cant find the printer

2005-03-19 Per discussione Anne Wilson
On Saturday 19 Mar 2005 20:07, Carlton Matthew wrote:
 gt;From: Anne Wilson lt;[EMAIL PROTECTED]gt;
 gt;Reply-To: newbie@linux-mandrake.com
 gt;To: newbie@linux-mandrake.com
 gt;Subject: Re: [newbie] Cant find the printer
 gt;Date: Sat, 19 Mar 2005 19:50:51 +
 gt;
 gt;On Saturday 19 Mar 2005 19:28, Carlton Matthew wrote:
 gt; gt; Following previous advice, I added the line
 gt; gt; lp
 gt; gt; to the file /etc/modprobe.preload
 gt; gt; lsmod now gives
 gt; gt; [EMAIL PROTECTED] carlton]# lsmod
 --Cut --
 gt; gt; parport_pc 30976  1
 gt; gt; lp  9548  0
 gt; gt; parport33896  2 parport_pc,lp
 --Cut --
 gt; gt; This indicates that the parallel port is now visible.
 gt; gt; On boot, the system indicates that cups is started. However the
 ssytm stil
 gt; gt; fails to see the printer.
 gt;
 gt;Did you try to see it from Mandrake Control Center gt; Hardware?
 gt;
 gt;Anne
 gt;--
 gt;Registered Linux User No.293302 (http://counter.li.org/)
 gt;Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all
 levels
 gt;lt;lt; attach3 gt;gt;

 this is where I was looking.

OK - I don't know anything about printers on parallel ports, but I have seen 
an article about it somewhere, recently.  Try googling for it, and also try 
searching Linux Format and Linux Magazine - I think both are available 
on-line.  I'm guessing it was 2-3 months since I read about it.

Anne
-- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels


pgpvSrCXIJJLr.pgp
Description: PGP signature


[newbie] Can't find win32-codecs

2005-03-13 Per discussione Paul Smith
Dear All

Could someone please tell me where can I find win32-codecs? I have
tried several plf mirrors but with no success.

Thanks in advance,

Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find win32-codecs

2005-03-13 Per discussione Derek Jennings
On Sunday 13 March 2005 14:47, Paul Smith wrote:
 Dear All

 Could someone please tell me where can I find win32-codecs? I have
 tried several plf mirrors but with no success.

 Thanks in advance,

 Paul


PLF has split into 'free' and 'nonfree' sections.
(nonfree as in subject to patents or something, not as in you have to pay)

Win32 codecs are in nonfree
ftp://ftp.club-internet.fr/pub/linux/plf/mandrake/non-free/10.1/i586/win32-codecs-1.6-3plf.i586.rpm

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find win32-codecs

2005-03-13 Per discussione Pablo Ortuzar
On Sunday 13 March 2005 15:47, Paul Smith wrote:
 Dear All

 Could someone please tell me where can I find win32-codecs? I have
 tried several plf mirrors but with no success.

 Thanks in advance,

 Paul

Hi, 

http://cambuca.ldhs.cetuc.puc-rio.br/xine/
-- 
Pablo Ortúzar



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find win32-codecs

2005-03-13 Per discussione Paul Smith
On Sun, 13 Mar 2005 16:07:04 +0100, Pablo Ortuzar [EMAIL PROTECTED] wrote:
  Could someone please tell me where can I find win32-codecs? I have
  tried several plf mirrors but with no success.

 http://cambuca.ldhs.cetuc.puc-rio.br/xine/

Thanks to all who have answered.

Paul


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Cannot find libmp3lame.so

2005-02-02 Per discussione Aron Smith
On Tuesday 01 February 2005 09:39 pm, Aron Smith wrote:
 I am having trouble with audacity specifically it needs libmp3lame.so
 although I have grip and lame installed on my system I am unable to find
 that file any help appreciated
Got it I had to install the development package


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



RE: [newbie] Cannot find libmp3lame.so

2005-02-02 Per discussione steve.goodey

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Aron Smith
 Sent: 02 February 2005 09:33
 To: newbie@linux-mandrake.com
 Subject: Re: [newbie] Cannot find libmp3lame.so
 
 
 On Tuesday 01 February 2005 09:39 pm, Aron Smith wrote:
  I am having trouble with audacity specifically it needs 
 libmp3lame.so 
  although I have grip and lame installed on my system I am unable to 
  find that file any help appreciated
 Got it I had to install the development package
 
 

Aron,

Could you point me to which one? Doing a search on install with lame
brings up a few.

Steve


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Cannot find libmp3lame.so

2005-02-01 Per discussione Aron Smith
I am having trouble with audacity specifically it needs libmp3lame.so although 
I have grip and lame installed on my system I am unable to find that file
any help appreciated


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-18 Per discussione Hoyt Bailey
On Monday 05 July 2004 12:14, Stephen Kuhn wrote:
 On Mon, 2004-07-05 at 23:00, Thomas Ewald wrote:
  Mandrake 10.0 had the smoothest installation of any distro of Linux
  I've used. I'm really happy with it.
 
  I tried installing RealPlayer, and the system says it's installed,
  but I can't find it anywhere, and the browser doesn't acknowledge
  it. Does anyone know where that puppy would be hiding?
 
  Thanks,
 
  Tom Ewald
  Detroit area

 It SHOULD be somewhere in your menus - but if not, just open a term
 and type: realplay

 ...that should fire it up...and if so, then you can manually edit the
 menus and add it

Look under Multimedia  Video
-- 
Regards;
Hoyt


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Kaj Haulrich
On Monday 05 July 2004 15:00, Thomas Ewald wrote:
 Mandrake 10.0 had the smoothest installation of any distro of Linux I've
 used. I'm really happy with it.

 I tried installing RealPlayer, and the system says it's installed, but I
 can't find it anywhere, and the browser doesn't acknowledge it. Does anyone
 know where that puppy would be hiding?

 Thanks,

 Tom Ewald
 Detroit area

In a console, type : which realplay

If it is installed, this will find it.

HTH
Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 *www.haulrich.net*
*Running Linux (Mandrake 10.0) - kernel 2.6.3*


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Fwd: Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Thomas Ewald
Great! Thanks...worked just write. Then I was able to
plug it into Konqueror. Doesn't work like Microsoft,
of course, but looks like it is pretty intuitive, and
will just take getting used to.

Thanks, again.

Tom

--- Kaj Haulrich [EMAIL PROTECTED] wrote:
 From: Kaj Haulrich [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] Can't find RealPlayer
 Date: Mon, 5 Jul 2004 15:45:12 +0200
 
 On Monday 05 July 2004 15:00, Thomas Ewald wrote:
  Mandrake 10.0 had the smoothest installation of
 any distro of Linux I've
  used. I'm really happy with it.
 
  I tried installing RealPlayer, and the system says
 it's installed, but I
  can't find it anywhere, and the browser doesn't
 acknowledge it. Does anyone
  know where that puppy would be hiding?
 
  Thanks,
 
  Tom Ewald
  Detroit area
 
 In a console, type : which realplay
 
 If it is installed, this will find it.
 
 HTH
 Kaj Haulrich.
 -- 
 *sent from a 100% Microsoft-free workstation*
  *www.haulrich.net*
 *Running Linux (Mandrake 10.0) - kernel 2.6.3*
 
 

 Want to buy your Pack or Services from MandrakeSoft?
 
 Go to http://www.mandrakestore.com
 Join the Club : http://www.mandrakeclub.com
 
 




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Eric Huff
 I tried installing RealPlayer, and the system says it's installed,
 but I can't find it anywhere, and the browser doesn't acknowledge
 it. Does anyone know where that puppy would be hiding?

Here's mine:

~ $ which realplay 
/usr/bin/realplay

eric

-- 
Mandrake HowTo's  More:  http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Stephen Kuhn
On Mon, 2004-07-05 at 23:00, Thomas Ewald wrote:
 Mandrake 10.0 had the smoothest installation of any distro of Linux
 I've used. I'm really happy with it.
  
 I tried installing RealPlayer, and the system says it's installed, but
 I can't find it anywhere, and the browser doesn't acknowledge it. Does
 anyone know where that puppy would be hiding?
  
 Thanks,
  
 Tom Ewald
 Detroit area

It SHOULD be somewhere in your menus - but if not, just open a term and
type: realplay

...that should fire it up...and if so, then you can manually edit the
menus and add it

stephen kuhn - proprietor
__
illawarra computer services :: a kuhn media australia venture
http://kma.0catch.com  :: mobile 0410.728.389
Serving Sydney, The Illawarra, South Coast and Rural NSW
__
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
__
  Certified virus-free since we don't use Microsoft products

No man is an island if he's on at least one mailing list.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: Fwd: Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Stephen Kuhn
On Tue, 2004-07-06 at 01:25, Thomas Ewald wrote:
 Great! Thanks...worked just write. Then I was able to
 plug it into Konqueror. Doesn't work like Microsoft,
 of course, but looks like it is pretty intuitive, and
 will just take getting used to.
 
 Thanks, again.

  
   Tom Ewald
   Detroit area

Works better than in Windows.


stephen kuhn - proprietor
EX-Detroit/Warren area
__
illawarra computer services :: a kuhn media australia venture
http://kma.0catch.com  :: mobile 0410.728.389
Serving Sydney, The Illawarra, South Coast and Rural NSW
__
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
__
  Certified virus-free since we don't use Microsoft products

When you are at Rome live in the Roman style; when you are elsewhere
live as they live elsewhere. -- St. Ambrose



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: Fwd: Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Kaj Haulrich
On Monday 05 July 2004 17:25, Thomas Ewald wrote:
 Great! Thanks...worked just write. Then I was able to
 plug it into Konqueror. Doesn't work like Microsoft,
 of course, but looks like it is pretty intuitive, and
 will just take getting used to.

 Thanks, again.

 Tom

You are welcome, Tom. Rumours say that Real are about
to release a version 10 for linux. It probably won't play
Windows media, though. If you want that, Mplayer is the
way to go.

Kaj Haulrich.
-- 
*sent from a 100% Microsoft-free workstation*
 *www.haulrich.net*
*Running Linux (Mandrake 10.0) - kernel 2.6.3*


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione John Drouhard
Kaj Haulrich wrote:
On Monday 05 July 2004 15:00, Thomas Ewald wrote:
Mandrake 10.0 had the smoothest installation of any distro of Linux I've
used. I'm really happy with it.
I tried installing RealPlayer, and the system says it's installed, but I
can't find it anywhere, and the browser doesn't acknowledge it. Does anyone
know where that puppy would be hiding?
Thanks,
Tom Ewald
Detroit area

In a console, type : which realplay
instead of using the command 'which', you could use the command 'type'. 
Using type also tells you if it is an embedded bash program or not. It 
finds more programs if you use it.

Try 'type time', and then 'which time', and you'll see the difference.
If it is installed, this will find it.

John

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Eric Huff

  In a console, type : which realplay

 instead of using the command 'which', you could use the command
 'type'. Using type also tells you if it is an embedded bash
 program or not. It finds more programs if you use it.
 
 Try 'type time', and then 'which time', and you'll see the
 difference.

~ $ which time
/usr/bin/time

~ $ type time
time is /usr/bin/time


On s imilar note (ie shell tricks)

I really do like the new extended tab functionality for bash.  No
need to  ESC ! anymore.

eric


-- 
Mandrake HowTo's  More:  http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione John Drouhard
Eric Huff wrote:
In a console, type : which realplay

instead of using the command 'which', you could use the command
'type'. Using type also tells you if it is an embedded bash
program or not. It finds more programs if you use it.
Try 'type time', and then 'which time', and you'll see the
difference.

~ $ which time
/usr/bin/time
~ $ type time
time is /usr/bin/time
On s imilar note (ie shell tricks)
I really do like the new extended tab functionality for bash.  No
need to  ESC ! anymore.
Well I guess that wouldn't be a good example would it? lol, didn't 
realize there really was an executable called time. Try 'type type' and 
'which type'. Then you'll see

I have come to the conclusion that which is a good program for using in 
scripts, in case the whole pathname has to be specified, but if you're 
just looking to see if the program exists, then type is the way to go.

john

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Can't find RealPlayer

2004-07-05 Per discussione Eric Huff
 Try 'type time', and then 'which time', and you'll see the
 difference.
 
 Well I guess that wouldn't be a good example would it? lol, didn't
 
 realize there really was an executable called time. Try 'type
 type' and 'which type'. Then you'll see

Ahhh, there we go:

~ $ type type
type is a shell builtin

~ $ which type
which: no type in
(/home/huff/bin:/usr/openwin/bin:/usr/local/bin:/bin:/usr/bin:/usr/
X11R6/bin:/usr/games:/usr/lib/
jre-1.4.2_04/bin:/home/huff/bin:/home/huff/bin/ms)

eric

-- 
Mandrake HowTo's  More:  http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[newbie] Xine:cannot find input plugin for MRL

2004-03-17 Per discussione rhein
Hello,
I can watch VCDs but not DVDs.
I removed all the DVD players I had on the MDK and installed 
Xine...Totem was craching and Kaffeine gave me just a xine missing message.

Now I have this error message under xine:
Cannot find input plugin for MRL.
What I'm suposed to do? Is xine not installing the DVD drivers when you 
install it new??
Thanks
Christophe


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Join the Club : http://www.mandrakeclub.com


Re: [newbie] Can't find Opengroupware how to!!!

2004-02-22 Per discussione Lee Wiggers
On Thu, 19 Feb 2004 19:58:46 -0500
Greg Meyer [EMAIL PROTECTED] wrote:

 On Thursday 19 February 2004 11:09 am, Tango Echo wrote:
 
 
  I'm thinking testing opengroupware in my org but seem
  to have lost the link to the how to!  It was on the
  website and called the:
 
 You might want to take a look at this
 
 http://gnu.kookel.org/ftp/opengroupware.org/en/knoppix/
 
 A livecd with a fully configured opengroupware.
 
 -- 
 /g
 
 
Cool...Now if someone can tell me how to switch to English. 
They still seem to be in the how to how to stage.

This one's worth watching, for sure.

Lee

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Can't find Opengroupware how to!!!

2004-02-19 Per discussione Tango Echo
Hi all,

I'm thinking testing opengroupware in my org but seem
to have lost the link to the how to!  It was on the
website and called the:

Unofficial Mandrake 9.2 Install HowTo 

Sounds great, and I skimmed it before. Yet when I go
to the same location, it says it cannot be found! Does
anyone know where it went or how I can locate one? I
prefer howtows that are geared not only to the distro
in use, but also the version as well... Thanks in
advance,

Techo

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


RE: [newbie] Can't find Opengroupware how to!!!

2004-02-19 Per discussione Tango Echo
Bah! Sorry, hit send to quick... here' the updated URL
if ayone else is interested:

http://docs.opengroupware.org/Members/ffrouin/Procedures/EN/OGoMD92op/view

-Original Message-
From: Tango Echo [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 19, 2004 11:06 AM
To: newb-mdk
Subject: [newbie] Can't find Opengroupware how to!!!

Hi all,

I'm thinking testing opengroupware in my org but seem
to have lost the link to the how to!  It was on the
website and called the:

Unofficial Mandrake 9.2 Install HowTo 

Sounds great, and I skimmed it before. Yet when I go
to the same location, it says it cannot be found! Does
anyone know where it went or how I can locate one? I
prefer howtows that are geared not only to the distro
in use, but also the version as well... Thanks in
advance,

Techo

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools



__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Can't find Opengroupware how to!!!

2004-02-19 Per discussione Greg Meyer
On Thursday 19 February 2004 11:09 am, Tango Echo wrote:


 I'm thinking testing opengroupware in my org but seem
 to have lost the link to the how to!  It was on the
 website and called the:

You might want to take a look at this

http://gnu.kookel.org/ftp/opengroupware.org/en/knoppix/

A livecd with a fully configured opengroupware.

-- 
/g

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Can't find a file

2003-10-16 Per discussione Graham Watkins
Trey Sizemore wrote:
A program references the /etc/network/interfaces file, but I don't see
this in mandrake...where would this file be?  It contains info such as:
iface usb0 inet static
address 192.168.0.200
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
Hasn't slocate tracked it down?

--
Graham Watkins
On the whole, I preferred cats to women because cats seldom if ever used 
the word relationship.(Kinky Friedman - Greenwich Killing Time)

Registered Linux user number 265254  http://counter.li.org





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] Can't find a file

2003-10-15 Per discussione Trey Sizemore
A program references the /etc/network/interfaces file, but I don't see
this in mandrake...where would this file be?  It contains info such as:

iface usb0 inet static
address 192.168.0.200
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255

-- 
Cheers,
Trey
---

Thieves respect property;
they merely wish the property to become their property
that they may more perfectly respect it.
-- G.K. Chesterton, The Man Who Was Thursday


signature.asc
Description: This is a digitally signed message part


Re: [newbie-it] find

2003-07-02 Per discussione Andrea Celli
Alle 20:48, martedì 1 luglio 2003, Germano ha scritto:
 il Tuesday 01 July 2003 14:02, si è scritto riguardo a Re: [newbie-it] find

..

 Scusate se insisto nuovamente ma riguardo al modo migliore il comando da
 usare è rgrep.
 Non lo dico io ma lo dice lo stesso man di rgrep.


Adesso non ho rgrep sul mio sistema, quindi non posso verificare.
Però, immagino che non sia molto diverso da grep -R ossia che faccia
una ricerca in modo rapido ed efficiente anche nelle sotto-directory.
L'uso combinato di find+grep,invece permette di stabilire una serie di altre
condizioni. Ad es. restringere la ricerca a file creati entro certe date, 
includere o meno i link simbolici o directory montate in NFS/samba,
escludere gli eseguibili, ... il man di find è immenso ;-)

Probabilmente, rgrep è più rapido su ricerche standard e find+grep 
più configurabile.

ciao, andrea



Re: [newbie-it] find

2003-07-01 Per discussione Andrea Celli
Alle 21:42, lunedì 30 giugno 2003, Arwan - ha scritto:
.
 Dunque:

 grep stringa /nomedir/*

 cerca una stringa su tutti i file di una dir? E per includere le
 sottodirectory?



Modo becero
$  grep stringa /nomedir/*
$  grep stringa /nomedir/*/*
$  grep stringa /nomedir/*/*/*
..


il modo più fine te l'ho già detto

find /directory -exec grep stringa {}
o

find /directory -exec grep -l stringa \{\}

non ricordo mai in quale shell servono gli escape (\)
davanti alle graffe ;-)

Al find puoi aggiungere delle opzioni per limitare la ricerca
a certi tipi di file, con certi nomi, modificati in certe date, ...

ciao, Andrea


PS. per la serie ci sono mille modi per fare la stesa cosa,
puoi usare sed al posto di grep:

$ sed -n '/regexp/p'  file# metodo 1 
$ sed '/regexp/!d'   file # metodo 2 

preso da 
http://www.unixguide.net/unix/sedoneliner.shtml




Re: [newbie-it] find

2003-07-01 Per discussione syd
* Andrea Celli wrote:
  E per includere le
  sottodirectory?
 
 Modo becero
 $  grep stringa /nomedir/*
 $  grep stringa /nomedir/*/*
 $  grep stringa /nomedir/*/*/*

A questo punto, volendo nobilitare di un pelino il modo becero,
propongo

$ grep -R stringa pathdir/


-- 
syd
-
Slackware 9.0 * K 2.4.20
   -



Re: [newbie-it] find

2003-07-01 Per discussione Germano
il Tuesday 01 July 2003 10:17, si è scritto riguardo a Re: [newbie-it] find
Alle 21:42, lunedì 30 giugno 2003, Arwan - ha scritto:
.

 Dunque:

 grep stringa /nomedir/*

 cerca una stringa su tutti i file di una dir? E per includere le
 sottodirectory?

Modo becero
$  grep stringa /nomedir/*
$  grep stringa /nomedir/*/*
$  grep stringa /nomedir/*/*/*
..


il modo più fine te l'ho già detto

find /directory -exec grep stringa {}
o

find /directory -exec grep -l stringa \{\}

non ricordo mai in quale shell servono gli escape (\)
davanti alle graffe ;-)

Al find puoi aggiungere delle opzioni per limitare la ricerca
a certi tipi di file, con certi nomi, modificati in certe date, ...

ciao, Andrea


PS. per la serie ci sono mille modi per fare la stesa cosa,
puoi usare sed al posto di grep:

$ sed -n '/regexp/p'  file# metodo 1
$ sed '/regexp/!d'   file # metodo 2

preso da
http://www.unixguide.net/unix/sedoneliner.shtml


Il modo più efficiente di cercare stringhe in più directory è usare
rgrep.

Ciao, Germano



Re: [newbie-it] find

2003-07-01 Per discussione Andrea Celli
Alle 12:20, martedì 1 luglio 2003, syd ha scritto:
 * Andrea Celli wrote:
   E per includere le
   sottodirectory?
 
  Modo becero
  $  grep stringa /nomedir/*
  $  grep stringa /nomedir/*/*
  $  grep stringa /nomedir/*/*/*

 A questo punto, volendo nobilitare di un pelino il modo becero,
 propongo

 $ grep -R stringa pathdir/


Ooops hai ragione..
però, quando ti serve e non ti viene in mente ...
dai la prima stringa, poi freccetta in su+/*,
poi freccetta in su+/*,   ti avvisa quando non ci sono più file ;-)

Comunque, resto dell'idea che il modo migliore è quello
combinato con il find: puoi escludere dalla ricerca file eseguibili
o restringerla per data, o ...

ciao, andrea



Re: [newbie-it] find

2003-07-01 Per discussione Germano
il Tuesday 01 July 2003 14:02, si è scritto riguardo a Re: [newbie-it] find
Alle 12:20, martedì 1 luglio 2003, syd ha scritto:
 * Andrea Celli wrote:
   E per includere le
   sottodirectory?
 
  Modo becero
  $  grep stringa /nomedir/*
  $  grep stringa /nomedir/*/*
  $  grep stringa /nomedir/*/*/*

 A questo punto, volendo nobilitare di un pelino il modo becero,
 propongo

 $ grep -R stringa pathdir/

Ooops hai ragione..
però, quando ti serve e non ti viene in mente ...
dai la prima stringa, poi freccetta in su+/*,
poi freccetta in su+/*,   ti avvisa quando non ci sono più file ;-)

Comunque, resto dell'idea che il modo migliore è quello
combinato con il find: puoi escludere dalla ricerca file eseguibili
o restringerla per data, o ...

ciao, andrea

Scusate se insisto nuovamente ma riguardo al modo migliore il comando da usare 
è rgrep.
Non lo dico io ma lo dice lo stesso man di rgrep.

Ciao, Germano



[newbie-it] find

2003-06-30 Per discussione Arwan -
Problemi di ricerche: dato un file gruppo di file di testo, dovrei
trovare, da shell (e non da kde!) tutti quelli che contengono una
data stringa. Sapete qual e' il comando adatto? E, in caso dovesse
trattarsi di find (di cuo ho letto il man decine di volte senza
venirne a capo) qual e' l'opzione giusta?
Altra cosa, sempre in tema: ho un file di testo in cui una data
stringa e' delimitata da caratteri noti. con uno script dovrei estrarre quella
stringa per rielaborarla, in particolare dovrei salvarla all'interno
di una variabile. Avete idea di come posso fare?
-- 
 There's so many different worlds
 So many different suns
 And we have just one world
 But we live in different ones.



Re:[newbie-it] find

2003-06-30 Per discussione Mario Lodi Rizzini
-- Initial Header ---

From  : [EMAIL PROTECTED]
To  : lista MDK
Cc  : 
Date  : Sun, 29 Jun 2003 20:57:36 +
Subject : [newbie-it] find

 Problemi di ricerche: dato un file gruppo di file di testo, dovrei
 trovare, da shell (e non da kde!) tutti quelli che contengono una
 data stringa. Sapete qual e' il comando adatto? E, in caso dovesse
 trattarsi di find (di cuo ho letto il man decine di volte senza
 venirne a capo) qual e' l'opzione giusta?
Ritengo che il comando corretto sia grep e non find in quanto quest'ultimo
ti permette di cercare files all'interno di directory, mentre appunto grep ti
permette ci cercare stringhe all'interno di files plain/text.
La sintassi è:
find {stringa_da_cercare}  {files} 
Se invece desideri elencare i files che NON contengono una stringa la sintassi è:
find -v {stringa_da_escludere}  {files} 
In ogni caso: man grep

Saluti

Mario Lodi Rizzini
[EMAIL PROTECTED]
http://digilander.libero.it/mlodirizzini
http://space.virgilio.it/[EMAIL PROTECTED]

(o_...Membro.del.FoLUG
//\...Forlì.Linux.Users.Group
V_/_...http://folug.linux.it

Linux.Mandrake.9.0.su.Celeron.733




Re:[newbie-it] find

2003-06-30 Per discussione Mario Lodi Rizzini
Scusate l'errore nel messaggio precedente: la fame . fa fare brutti scherzi.
Ecco il testo esatto.


-- Initial Header ---

From  : [EMAIL PROTECTED]
To  : lista MDK
Cc  : 
Date  : Sun, 29 Jun 2003 20:57:36 +
Subject : [newbie-it] find

 Problemi di ricerche: dato un file gruppo di file di testo, dovrei
 trovare, da shell (e non da kde!) tutti quelli che contengono una
 data stringa. Sapete qual e' il comando adatto? E, in caso dovesse
 trattarsi di find (di cuo ho letto il man decine di volte senza
 venirne a capo) qual e' l'opzione giusta?
Ritengo che il comando corretto sia grep e non find in quanto quest'ultimo
ti permette di cercare files all'interno di directory, mentre appunto grep ti
permette ci cercare stringhe all'interno di files plain/text.
La sintassi è:
grep {stringa_da_cercare}  {files} 
Se invece desideri elencare i files che NON contengono una stringa la sintassi è:
grep -v {stringa_da_escludere}  {files} 
In ogni caso: man grep

Saluti

Mario Lodi Rizzini
[EMAIL PROTECTED]
http://digilander.libero.it/mlodirizzini
http://space.virgilio.it/[EMAIL PROTECTED]

(o_...Membro.del.FoLUG
//\...Forlì.Linux.Users.Group
V_/_...http://folug.linux.it

Linux.Mandrake.9.0.su.Celeron.733




Re: [newbie-it] find

2003-06-30 Per discussione Andrea Celli
Alle 22:57, domenica 29 giugno 2003, Arwan - ha scritto:
 Problemi di ricerche: dato un file gruppo di file di testo, dovrei
 trovare, da shell (e non da kde!) tutti quelli che contengono una
 data stringa. Sapete qual e' il comando adatto? E, in caso dovesse
 trattarsi di find (di cuo ho letto il man decine di volte senza
 venirne a capo) qual e' l'opzione giusta?
 Altra cosa, sempre in tema: ho un file di testo in cui una data
 stringa e' delimitata da caratteri noti. con uno script dovrei estrarre
 quella stringa per rielaborarla, in particolare dovrei salvarla all'interno
 di una variabile. Avete idea di come posso fare?

vediamo se ho capito bene

Prima strada
 grep -l stringa tuoi-file
ti restituisce il nome dei file che contengono stringa

Seconda strada

find directory -varie-opzioni-x-selez.-nome-data-... -exec grep -l {}

Se l'elenco dei file è nel file Elenco

for i in `cat Elenco`; do grep -l stringa $i;done 




ciao, andrea



Re: [newbie] Can't find moc

2003-02-05 Per discussione robin
Tom Brinkman wrote:


Just in case anyone else here wants to compile Qt apps, installing
kde-devel seems to do the trick. I was thrown by the name - in
other distros it seems to correspond to qt-devel.

Sir Robin



 tom# urpmi kde-devel
no package named kde-devel

   That's from a 9.1 mirror


Sorry, my mistake.  The full name of the package is 
kdelibs-devel-3.0.3-30mdk

I'm not saying with any certainty that this is the key, but it was what 
worked for me.

Now if I can get configure to recognise my X-devel libraries, I'll be 
home free.


Sir Robin


--
 Like these cutters, and hackers, who will take the wall of men, and 
picke quarrells.
- G. Pettie

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find moc

2003-02-05 Per discussione Tom Brinkman
On Wednesday February 5 2003 11:26 am, robin wrote:
 Tom Brinkman wrote:
 Just in case anyone else here wants to compile Qt apps,
  installing kde-devel seems to do the trick. I was thrown by the
  name - in other distros it seems to correspond to qt-devel.
 
 Sir Robin
 
   tom# urpmi kde-devel
  no package named kde-devel
 
 That's from a 9.1 mirror

 Sorry, my mistake.  The full name of the package is
 kdelibs-devel-3.0.3-30mdk

 I'm not saying with any certainty that this is the key, but it was
 what worked for me.

 Now if I can get configure to recognise my X-devel libraries, I'll
 be home free.


 Sir Robin

   Sorry if my msg seemed terse. It got away fom me before I finished 
the sentence. So let me try again.  'That's from a 9.1 mirror', but I 
don't remember a plain kde-devel on older versions. Maybe you meant 
kdebase-devel, kdelibs-devel, or another kde*pkg-devel?  I've found 
that sooner or later, most of the various kde*-devel pkgs are needed 
to compile some program or other.
-- 
Tom Brinkman  Corpus Christi, Texas


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Can't find moc

2003-02-04 Per discussione robin
I'm trying to compile a program with a Qt frontend, but configure fails 
because it can't find moc.  I've installed libqt-devel, and if I type 
man moc I get the man page, but a search for the binary reveals 
nothing.  There are qt-devel packages for other distros on rpmfind.net, 
but nothing for Mandrake.  Trying to install RPMs made for other distros 
(e.g. RedHat, or the KDE packages) results in warnings about conflicting 
files.

Any idea where I can get me a moc?

Sir Robin

--
A Perl script is correct if it gets the job done before your boss fires you.
- Larry Wall

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Can't find moc

2003-02-04 Per discussione Kesav Tadimeti
Dear (Sir)Robin ,
You must set a variable called QTDIR in your bash .profile file to the path
where QT (OK libqt_devel) is installed /bin/...(somewhere). (I am ignorant
of Unix shells, so someone else can help you with how to set a variable and
export it). When this is done issue the command moc. MOC's job is to
generate a moc_X.cpp file from a X.h file. I think Nasturium here is a QT
geek, he can help with Linux specific stuff.
Cheers...
Tadimeti Kesav
KEANE INDIA Ltd.
E9 - E12, SDF
NEPZ
NOIDA - 201 305
U.P, INDIA

Telefon: +91-120-256 8210 (371)
e-mail: [EMAIL PROTECTED]
Open VMS DCL - the original .COM

-Original Message-
From: robin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 04, 2003 4:44 PM
To: [EMAIL PROTECTED]
Subject: [newbie] Can't find moc

I'm trying to compile a program with a Qt frontend, but configure fails
because it can't find moc.  I've installed libqt-devel, and if I type
man moc I get the man page, but a search for the binary reveals
nothing.  There are qt-devel packages for other distros on rpmfind.net,
but nothing for Mandrake.  Trying to install RPMs made for other distros
(e.g. RedHat, or the KDE packages) results in warnings about conflicting
files.

Any idea where I can get me a moc?

Sir Robin

--
A Perl script is correct if it gets the job done before your boss fires
you.
 - Larry Wall

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find moc

2003-02-04 Per discussione robin
Kesav Tadimeti wrote:


Dear (Sir)Robin ,
You must set a variable called QTDIR in your bash .profile file to the path
where QT (OK libqt_devel) is installed /bin/...(somewhere). (I am ignorant
of Unix shells, so someone else can help you with how to set a variable and
export it). When this is done issue the command moc. MOC's job is to
generate a moc_X.cpp file from a X.h file. I think Nasturium here is a QT
geek, he can help with Linux specific stuff.
 

Path is not the problem - slocate can't find moc either.  I'm 
downloading another version of qt-devel (which has moc, uic etc.) to see 
if that will install OK (ignore my original post about file conflict 
messages - I'd got a slightly newer version than my qt - prbably 
backwards compatible, but I don't want to risk it).

Sir Robin

--
A Perl script is correct if it gets the job done before your boss fires you.
- Larry Wall

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find moc

2003-02-04 Per discussione Charles A Edwards
On Tue, 04 Feb 2003 13:51:26 +0200
robin [EMAIL PROTECTED] wrote:

 Path is not the problem - slocate can't find moc either.  I'm 
 downloading another version of qt-devel (which has moc, uic etc.) to
 see if that will install OK (ignore my original post about file
 conflict messages - I'd got a slightly newer version than my qt -
 prbably backwards compatible, but I don't want to risk it).


What you need is the mdk version which will be
libqt#-devel-version/release 
The # and version/release needs to match that of the libqt you are
currently running.


Charles

-- 
Massachusetts has the best politicians money can buy.
-
Mandrake Linux 9.1
Kernel- 2.4.21pre4-1mdk
-



msg118097/pgp0.pgp
Description: PGP signature


Re: [newbie] Can't find moc

2003-02-04 Per discussione Tom Brinkman
On Tuesday February 4 2003 05:14 am, robin wrote:
 I'm trying to compile a program with a Qt frontend, but configure
 fails because it can't find moc.  I've installed libqt-devel, and
 if I type man moc I get the man page, but a search for the binary
 reveals nothing.  There are qt-devel packages for other distros on
 rpmfind.net, but nothing for Mandrake.  Trying to install RPMs made
 for other distros (e.g. RedHat, or the KDE packages) results in
 warnings about conflicting files.

 Any idea where I can get me a moc?

 Sir Robin

 See if it isn't in  /usr/lib/qt3/bin/moc   'which' or 'whereis' won't 
find it if /usr/lib/qt3/bin/ isn't in your path. I found it with 
'locate'.
 You'll probly need to pass an option to ./configure so that it can 
find moc.   ./configure --help should give you an idea
-- 
Tom Brinkman  Corpus Christi, Texas


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find moc

2003-02-04 Per discussione robin
Charles A Edwards wrote:

On Tue, 04 Feb 2003 13:51:26 +0200
robin [EMAIL PROTECTED] wrote:



Path is not the problem - slocate can't find moc either.  I'm 
downloading another version of qt-devel (which has moc, uic etc.) to
see if that will install OK (ignore my original post about file
conflict messages - I'd got a slightly newer version than my qt -
prbably backwards compatible, but I don't want to risk it).



What you need is the mdk version which will be
libqt#-devel-version/release 
The # and version/release needs to match that of the libqt you are
currently running.


I tried that and it gave me some stuff I needed but not everything. 
Throwing in KDE develop did the trick for Qt, but as I said, configure 
now won't see my run-of-the-mill X-headers.  Weird - I've compiled 
dozens of X-applications before.

BTW, with regard to what I said about the patch for the iso-8859-9 bug, 
the patch seems to have been incorporated into the 1.3 CVS tree, so I'm 
keeping my fingers corssed.  I noticed with the first version that 
showed starangeness with Turkish characters (one of the 1.1.6 
pre-releases, perhaps) that the problem went when I compiled it on my 
own machine.

Robin


--
 Like these cutters, and hackers, who will take the wall of men, and 
picke quarrells.
- G. Pettie

Robin Turner
IDMYO
Bilkent Univeritesi
Ankara 06533
Turkey

www.bilkent.edu.tr/~robin



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find moc

2003-02-04 Per discussione Sharrea
On Wed, 05 Feb 2003 10:43, Tom Brinkman wrote:
 On Tuesday February 4 2003 02:28 pm, robin wrote:
  robin wrote:
   I'm trying to compile a program with a Qt frontend, but configure
   fails because it can't find moc.  I've installed libqt-devel, and
   if I type man moc I get the man page, but a search for the
   binary reveals nothing.  There are qt-devel packages for other
   distros on rpmfind.net, but nothing for Mandrake.  Trying to
   install RPMs made for other distros (e.g. RedHat, or the KDE
   packages) results in warnings about conflicting files.
  
   Any idea where I can get me a moc?
 
  Just in case anyone else here wants to compile Qt apps, installing
  kde-devel seems to do the trick. I was thrown by the name - in
  other distros it seems to correspond to qt-devel.
 
  Sir Robin

  tom# urpmi kde-devel
 no package named kde-devel

That's from a 9.1 mirror

Probably means kdebase-devel (?)

Sharrea
-- 
Drinking coffee for instant relaxation?  That's like drinking alcohol for
instant motor skills.
-- Marc Price
--
Mandrake Linux 9.0



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Cannot find Samba (much less make it work)

2002-11-28 Per discussione Thought Progress
Hello All,

Tru Newbie here so please, explain it to me like I'm a 4 year old.

I cannot find samba and it is aparently not running. I am running 
Mandrake 9.0 on a PIII 500Mhz with 256 MB RAM. I know my Network is up 
because if it weren't I couldnt send this mail.

I downloaded and installed Samba thru Red Carpet and there were no 
errors. But I cant find any of the files. When I try to man samba I 
get  no manual entry for samba.

Someone please tell me what I am doing wrong, where I need to look for 
answers, what I need to download, etc.

Thanks,

TP


--


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Cannot find Samba (much less make it work)

2002-11-28 Per discussione Stephen Kuhn
On Fri, 2002-11-29 at 12:12, Thought Progress wrote:
 Hello All,
 
 Tru Newbie here so please, explain it to me like I'm a 4 year old.
 
 I cannot find samba and it is aparently not running. I am running 
 Mandrake 9.0 on a PIII 500Mhz with 256 MB RAM. I know my Network is up 
 because if it weren't I couldnt send this mail.
 
 I downloaded and installed Samba thru Red Carpet and there were no 
 errors. But I cant find any of the files. When I try to man samba I 
 get  no manual entry for samba.
 
 Someone please tell me what I am doing wrong, where I need to look for 
 answers, what I need to download, etc.
 
 Thanks,
 
 TP

You can configure SAMBA through either WEBMIN or SWAT - Webmin is
easiest at first - open up your browser and point to:

https://localhost:1/

Logon as the root user, go to SERVERS and you'll see SAMBA right
there...along with SWAT...

-- 
Fri Nov 29 13:25:00 EST 2002
   .o0 linux user:267497 0o.

|____  | kühn media australia
|   /  \ /| |'-.   | http://kma.0catch.com
|  .\__/ || |   |  | 
|   _ /  `._ \|_|_.-'  | stephen kühn
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED]
|  |/ ._/  || |  email: [EMAIL PROTECTED]
|  |'.  `\ | | |icq: 5483808
|  ;/ / | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389
|  '  `-`'   | Berkeley, New South Wales, AU

Coralament*Best Grötens*Liebe Grüße*Best Regards*Elkorajn Salutojn

Why do we have two eyes?  To watch 3-D movies with.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Cannot find Samba (much less make it work)

2002-11-28 Per discussione Derek Jennings
On Friday 29 Nov 2002 1:12 am, Thought Progress wrote:
 Hello All,

 Tru Newbie here so please, explain it to me like I'm a 4 year old.

 I cannot find samba and it is aparently not running. I am running
 Mandrake 9.0 on a PIII 500Mhz with 256 MB RAM. I know my Network is up
 because if it weren't I couldnt send this mail.

 I downloaded and installed Samba thru Red Carpet and there were no
 errors. But I cant find any of the files. When I try to man samba I
 get  no manual entry for samba.

 Someone please tell me what I am doing wrong, where I need to look for
 answers, what I need to download, etc.

 Thanks,

 TP

If you are a true Newbie you are best off using the Mandrake supplied packages 
rather than Ximian ones. They will then be installed in the expected 
locations and can be autoconfigured for you.

So for example the real easy way to set up  a samba server is to open up the 
software installer in Mandrake Control Centre. Install an RPM called 
'wizdrake'.  Close Mandrake Control Centre and reopen it.

You will then see a new category called 'Server'  In there is a section for 
Samba. Just go through the GUI.  In the process it will install Samba for 
you.(samba-server and samba-common)  Since there was a new version of Samba 
released last week, it will get the files off the Internet, so make sure you 
are connected at the time.

That is it for samba server.

For a Samba client, just open Mandrake Control Centre, go to the Software 
installer, and install the samba-client RPM.

HTH

derek



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find UPS config tool

2002-10-11 Per discussione Tom Brinkman
On Friday October 11 2002 01:39 pm, Ibly Piblo wrote:
 Nothing found on Google
 or mandrake search site or docs.

 I cannot seem to find the configuration tool for apc
 ups devices. The device that is being used is an older
 ups device, it is controlled through the serial port.

   The good ones are ;)  You most likely don't have the available 
packages on your system. It's hard to tell since you gave so little 
information. 
 Try   http://www.apcc.com/tools/download/ 
or
http://rpmfind.net/linux/rpm2html/search.php?query=apcupsdsubmit=Search+...system=mandrakearch=
-- 
Tom Brinkman  Corpus Christi, Texas


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find fpc compiler

2002-08-27 Per discussione Nick Emans

Warren:
Have you checked what the man pages of the loaded applications do? What does fpcmake 
do?
Nick

Warren Post [EMAIL PROTECTED] wrote:

El dom, 25-08-2002 a las 16:45, dfox escribió:
  I've read the man page, the readme, the faq, and the freepascal.org
  site, but everything takes for granted that the compiler will work after
  installing the rpm. Any ideas on what I might be doing wrong?

 One would expect that 'fpc' is indeed installed somewhere, perhaps
 /usr/bin, with the other support files somewhere else (/usr/share/fpc
 or someplace like that). Can you verify that 'fpc' is in /usr/bin?

It is not, nor is a file named fpc anywhere else, as 'find' shows:

[root@gerencia warren]# find / -name fpc
find: /mnt/floppy: Input/output error
find: /mnt/cdrom: Input/output error
/usr/lib/fpc

(The last entry being a directory, not a file. fpc isn't in there,
either.)

Nor does the rpm package I installed contain a file named fpc that is
supposed to go to /usr/bin/:

[root@gerencia warren]# rpm -ql fpc-1.0.4-2mdk | grep /bin/
/usr/bin/bin2obj
/usr/bin/data2inc
/usr/bin/delp
/usr/bin/fd2pascal
/usr/bin/fpcmake
/usr/bin/fprcp
/usr/bin/h2pas
/usr/bin/plex
/usr/bin/postw32
/usr/bin/ppdep
/usr/bin/ppudump
/usr/bin/ppufiles
/usr/bin/ppumove
/usr/bin/ptop
/usr/bin/pyacc
/usr/bin/rstconv

 There are probably three possibilities:

 /usr/bin not in PATH - but I find that highly unlikely...

/usr/bin/ is in my path:

[warren@gerencia warren]$ env
(snip)
PATH=/bin:/usr/bin:...(snip)

 It could be that the installation directory is
 not in your path, or the install is broken in some respect (i.e., by
 not placing the compiler binary or at least a link to it in /usr/bin).
That's what I'm wondering. How is this rpm supposed to give me a working
compiler if it doesn't contain a file named fpc?

 you installed the source rpm by mistake, so you'd have to compile it,
 but that doesn't seem that likely. Did the filename end in src.rpm?

No, it is fpc-1.0.4-2mdk.i586.rpm, from LM 8.1 CD3.

 At any rate, typing 'rehash' at the command prompt (or exit  relogin)
 might actually work. It can't hurt.

No change after exit and relogin.

Warren





-- 
nickE



__
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Can't find fpc compiler

2002-08-25 Per discussione Warren Post

I've installed the Free Pascal Compiler, fpc, included on the 8.1
installation disks, but the compiler doesn't seem to be installed. Man
fpc tells me that the command syntax is fpc [options] [sourcefile],
but even something as simple as fpc -h produces fpc: command not
found. Indeed, the Mandrake Software Manager shows me over four hundred
files in the fpc rpm, but none of them are named fpc. In order to run
the command fpc, I need a binary executable named fpc, correct?

I've read the man page, the readme, the faq, and the freepascal.org
site, but everything takes for granted that the compiler will work after
installing the rpm. Any ideas on what I might be doing wrong?

TIA,
Warren




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find fpc compiler

2002-08-25 Per discussione dfox

 I've read the man page, the readme, the faq, and the freepascal.org
 site, but everything takes for granted that the compiler will work after
 installing the rpm. Any ideas on what I might be doing wrong?

One would expect that 'fpc' is indeed installed somewhere, perhaps
/usr/bin, with the other support files somewhere else (/usr/share/fpc
or someplace like that). Can you verify that 'fpc' is in /usr/bin?

I suppose you tried this multiple times, and I'll assume you installed
the software from an RPM, so it would make sense that the files would
be stored in a sane place. 

There are probably three possibilities:

/usr/bin not in PATH - but I find that highly unlikely; otherwise not
much else would work. It could be that the installation directory is
not in your path, or the install is broken in some respect (i.e., by
not placing the compiler binary or at least a link to it in /usr/bin).

you installed the source rpm by mistake, so you'd have to compile it,
but that doesn't seem that likely. Did the filename end in src.rpm?

The other possibility might explain the situation -- but it's rather
arcane. Under some situations I have noticed that 'bash' does not
see updates as new programs are added - but this is not something that
is expected to happen, as it is with csh and its derivatives. csh's
behavior is such that you have to type 'rehash' to get it to reread
the files in $PATH. As far as I can tell, it's not supposed to be 
necessary when using bash, but there are a few occasions where I've
had to do just that -- (type 'rehash') in order for the shell to
recognize the new command. I don't know why this is -- maybe it's
something having to do with he buffers / vfs file layer.

At any rate, typing 'rehash' at the command prompt (or exit  relogin)
might actually work. It can't hurt.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find fpc compiler

2002-08-25 Per discussione Warren Post

El dom, 25-08-2002 a las 16:45, dfox escribió: 
  I've read the man page, the readme, the faq, and the freepascal.org
  site, but everything takes for granted that the compiler will work after
  installing the rpm. Any ideas on what I might be doing wrong?
 
 One would expect that 'fpc' is indeed installed somewhere, perhaps
 /usr/bin, with the other support files somewhere else (/usr/share/fpc
 or someplace like that). Can you verify that 'fpc' is in /usr/bin?

It is not, nor is a file named fpc anywhere else, as 'find' shows: 

[root@gerencia warren]# find / -name fpc 
find: /mnt/floppy: Input/output error 
find: /mnt/cdrom: Input/output error 
/usr/lib/fpc 

(The last entry being a directory, not a file. fpc isn't in there,
either.) 

Nor does the rpm package I installed contain a file named fpc that is
supposed to go to /usr/bin/: 

[root@gerencia warren]# rpm -ql fpc-1.0.4-2mdk | grep /bin/ 
/usr/bin/bin2obj 
/usr/bin/data2inc 
/usr/bin/delp 
/usr/bin/fd2pascal 
/usr/bin/fpcmake 
/usr/bin/fprcp 
/usr/bin/h2pas 
/usr/bin/plex 
/usr/bin/postw32 
/usr/bin/ppdep 
/usr/bin/ppudump 
/usr/bin/ppufiles 
/usr/bin/ppumove 
/usr/bin/ptop 
/usr/bin/pyacc 
/usr/bin/rstconv 

 There are probably three possibilities:
 
 /usr/bin not in PATH - but I find that highly unlikely...

/usr/bin/ is in my path: 

[warren@gerencia warren]$ env 
(snip) 
PATH=/bin:/usr/bin:...(snip) 

 It could be that the installation directory is
 not in your path, or the install is broken in some respect (i.e., by
 not placing the compiler binary or at least a link to it in /usr/bin).
That's what I'm wondering. How is this rpm supposed to give me a working
compiler if it doesn't contain a file named fpc? 

 you installed the source rpm by mistake, so you'd have to compile it,
 but that doesn't seem that likely. Did the filename end in src.rpm?

No, it is fpc-1.0.4-2mdk.i586.rpm, from LM 8.1 CD3. 

 At any rate, typing 'rehash' at the command prompt (or exit  relogin)
 might actually work. It can't hurt.

No change after exit and relogin.

Warren




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Can't find X includes.

2002-05-27 Per discussione Jim Turner


Hello.

Twice recently I have tried to install a program, and when running
./configure I received this error message:

checking for X... configure: error: Can't find X includes. Please check
your installation and add the correct paths!

This is a brand-new Mandrake 8.2 install, on which everything (else)
works fine.  What does this mean?

Any and all help is appreciated.  Thanks.

--jim

~
Love her as I loved her, and there will be joy.~ King Humperdink





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find X includes.

2002-05-27 Per discussione s

On Monday 27 May 2002 01:16 am, Jim Turner wrote:
 Hello.

 Twice recently I have tried to install a program, and when running
 ./configure I received this error message:

 checking for X... configure: error: Can't find X includes. Please check
 your installation and add the correct paths!

 This is a brand-new Mandrake 8.2 install, on which everything (else)
 works fine.  What does this mean?

Install XFree86-devel.
-s




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find X includes.

2002-05-27 Per discussione Jim Turner


Problem solved.  Thanks.

--jim


On Mon, 27 May 2002, s wrote:

 On Monday 27 May 2002 01:16 am, Jim Turner wrote:
  Hello.
 
  Twice recently I have tried to install a program, and when running
  ./configure I received this error message:
 
  checking for X... configure: error: Can't find X includes. Please check
  your installation and add the correct paths!
 
  This is a brand-new Mandrake 8.2 install, on which everything (else)
  works fine.  What does this mean?

 Install XFree86-devel.
 -s




~
Love her as I loved her, and there will be joy.~ King Humperdink




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] can't find ppp module

2001-12-27 Per discussione Eric



I used the software manager to get the latest 
security updates for my 8.0 system. It installed kernel headers, docs, 
kernel. Machine reboots just fine. But when I want to cruize the 
internet and use a modem, it gives me an error message that the ppp module was 
not loaded.

I used the command /sbin/modprobe -v ppp 


It says it cannot find it.

Boy did I screw up trying to do some updates! 


So in essence,

HELP!!!

Thanks guys,
eric

until I get it fixed I've set up my isp on the win 
partition and this is the first time I have seen it since I've installed 8.0 or 
7.2. Who remembers.


Re: [newbie] can't find qt when compiling theme

2001-12-01 Per discussione Frans Ketelaars

On Fri, 30 Nov 2001 11:51:05 -0800
ajax [EMAIL PROTECTED] wrote:

 Hi,
 I'm trying to compile a couple of themes under mandrake8.1  
 I keep getting an error saying it can't find Qt.  I assume its installed 
 since I'm running kde.  I've tried the suggested prefix and a couple of 
 others. Any ideas?

I think you also need the devel .rpm:

[frans@amd frans]$ rpm -qa | grep qt
libqt2-devel-2.3.1-14mdk
libqt2-2.3.1-14mdk
[frans@amd frans]$

-Frans



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] can't find qt when compiling theme

2001-11-30 Per discussione ajax

Hi,
I'm trying to compile a couple of themes under mandrake8.1  
I keep getting an error saying it can't find Qt.  I assume its installed 
since I'm running kde.  I've tried the suggested prefix and a couple of 
others. Any ideas?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Another find-related question

2001-11-20 Per discussione Pascal Goguey

Hello!

Today there were a couple of posts about how to
find files. I didn't know locate, and it is very
fase compared to find.

I have been wndering for a while: is there a kde
shortcut calling a utility that uses locate or find?
I mean, an equivalent of MacIntosh's apple-F,
or BeOS's Alt-F...

Thanks,

Pascal



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find StarOffice in KDE menu

2001-09-14 Per discussione Sridhar Dhanapalan

It's not a bug. SO was designed for integration with KDE1, not KDE2.

On Thu, 13 Sep 2001 17:52:34 -0700, Ed Kasky [EMAIL PROTECTED] wrote:
 I even reported this little bug to Star and never heard anything back...
 
 I just manually created the links.
 
 Ed
 At 07:07 PM 9/13/2001 -0400, you wrote:
 I installed StarOffice.. and it tells me it is installed into the KDE menu. I
 restarted my KDE. But it's still not in the KDE menu. How can I make it
 appear?


-- 
Sridhar Dhanapalan.
There are two major products that come from Berkeley:
LSD and UNIX. We don't believe this to be a coincidence.
-- Jeremy S. Anderson



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find StarOffice in KDE menu

2001-09-14 Per discussione Sridhar Dhanapalan

StarOffice 5.1 was released when KDE 1.x was still the norm. It can add itself
to the KDE 1 menu, but this is now pointless since most people use KDE 2 today.

On Fri, 14 Sep 2001 00:23:05 -0400, Derek Jennings [EMAIL PROTECTED]
wrote:
 You are correct. Star Office does not automatically insert itself in your KDE 
 menu.
 
 You can do it easily enough by clicking on  
 K menu\Configure Panel\Menu Editor
 Select where you want to insert the link, put a name in the Title box on the 
 right, and soffice in the command box.
 
 If I anticipate your likely next question, you can print from Cups in Star 
 Office by looking at this tutorial 
 http://www.mandrakeuser.org/docs/hardware/hcups8.html
 
 
 Have fun
 
 Derek
 
 
 
 On Thursday 13 September 2001 19:07, you wrote:
  I installed StarOffice.. and it tells me it is installed into the KDE menu.
  I restarted my KDE. But it's still not in the KDE menu. How can I make it
  appear?

-- 
Sridhar Dhanapalan.
There are two major products that come from Berkeley:
LSD and UNIX. We don't believe this to be a coincidence.
-- Jeremy S. Anderson



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Can't find StarOffice in KDE menu

2001-09-14 Per discussione Antonio Argentieri


As a complete newbie...
Does anything automatically link itself into the menus?
I've installed a number of things off the LM CD and never got links to
them...

Is linking part of the RPM standard?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ed Kasky
Sent: 14 September 2001 01:53
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Can't find StarOffice in KDE menu


I even reported this little bug to Star and never heard anything back...

I just manually created the links.

Ed
At 07:07 PM 9/13/2001 -0400, you wrote:
I installed StarOffice.. and it tells me it is installed into the KDE menu.
I
restarted my KDE. But it's still not in the KDE menu. How can I make it
appear?

Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find StarOffice in KDE menu

2001-09-14 Per discussione Sridhar Dhanapalan

You can put whatever you like into an RPM package, including links. however,
most independent packagers (i.e. those not packaging for a distribution company)
don't bother doing this. Also, some distributions like Debian and Mandrake have
their own menu systems, which are incompatible with the default systems.

On Fri, 14 Sep 2001 11:08:22 +0100, Antonio Argentieri
[EMAIL PROTECTED] wrote:
 
 As a complete newbie...
 Does anything automatically link itself into the menus?
 I've installed a number of things off the LM CD and never got links to
 them...
 
 Is linking part of the RPM standard?
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Ed Kasky
 Sent: 14 September 2001 01:53
 To: [EMAIL PROTECTED]
 Subject: Re: [newbie] Can't find StarOffice in KDE menu
 
 
 I even reported this little bug to Star and never heard anything back...
 
 I just manually created the links.
 
 Ed
 At 07:07 PM 9/13/2001 -0400, you wrote:
 I installed StarOffice.. and it tells me it is installed into the KDE menu.
 I
 restarted my KDE. But it's still not in the KDE menu. How can I make it
 appear?

-- 
Sridhar Dhanapalan.
There are two major products that come from Berkeley:
LSD and UNIX. We don't believe this to be a coincidence.
-- Jeremy S. Anderson



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find StarOffice in KDE menu

2001-09-13 Per discussione Ed Kasky

I even reported this little bug to Star and never heard anything back...

I just manually created the links.

Ed
At 07:07 PM 9/13/2001 -0400, you wrote:
I installed StarOffice.. and it tells me it is installed into the KDE menu. I
restarted my KDE. But it's still not in the KDE menu. How can I make it
appear?

Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Can't find StarOffice in KDE menu

2001-09-13 Per discussione Valerie Cheng

I installed StarOffice.. and it tells me it is installed into the KDE menu. I 
restarted my KDE. But it's still not in the KDE menu. How can I make it 
appear?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE - sitll nothing

2001-09-11 Per discussione etharp

have you tried to ping the winders machine ip?
there is a lineighbothood in the KDE menu under networking  other, also 
you might check out komba2. In Linux, it is neccassary to mount drives or 
shares and smbclient nameofwindersboxorIP should get a list of available 
shares on that windows box 

On Monday 10 September 2001 23:19, you had thoughts to the concept of:
 s wrote:
  What you need to do is ifdown eth0 first then dial up.   (and ifup eth0
  to restart it)
 
  -s

 Hey there! I was wondering about that. I've been trying to get my 3
 computer systems setup with 2 windoze boxes and my Mandrake setup. I've
 configured a few things (with mucho help from etharp and others on this
 list). Anyways, I have to do the ifconfig eth0 down thingy to connect to
 my ISP as well. So, this is the normal/accepted way to do it?

 Now the hard question. How do I wind up actually getting to the Windoze
 machines? Its not like I can go into network neighborhood or anything
 like that! grin

 Etharp said to use samba. Have no experience with it. He also mentioned
 webmin, which I found. Very awesome looking setup! (more than I know what
 to do with. ;-)

 I'm posting some stuff here, maybe you and others can see what is (or is
 not) going on... Thanks! ;-)

 [darklord@darkforce darklord]$ su
 Password:
 [root@darkforce darklord]# ifconfig
 eth0  Link encap:Ethernet  HWaddr 00:03:6D:19:C1:B3
   inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:225 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:100
   RX bytes:0 (0.0 b)  TX bytes:21268 (20.7 Kb)
   Interrupt:10 Base address:0xd800

 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:100 errors:0 dropped:0 overruns:0 frame:0
   TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:8453 (8.2 Kb)  TX bytes:8453 (8.2 Kb)

 ppp0  Link encap:Point-to-Point Protocol
   inet addr:209.209.188.185
   P-t-P:209.209.170.33 Mask:255.255.255.
   UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1524  Metric:1
   RX packets:803 errors:0 dropped:0 overruns:0 frame:0
   TX packets:852 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:3
   RX bytes:376171 (367.3 Kb)  TX bytes:48689 (47.5 Kb)

 [root@darkforce darklord]# ping 127.0.0.1
 PING 127.0.0.1 (127.0.0.1) from 127.0.0.1 : 56(84) bytes of data.
 64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=103 usec
 64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=99 usec
 64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=97 usec
 64 bytes from 127.0.0.1: icmp_seq=3 ttl=255 time=99 usec
 64 bytes from 127.0.0.1: icmp_seq=4 ttl=255 time=99 usec

 --- 127.0.0.1 ping statistics ---
 5 packets transmitted, 5 packets received, 0% packet loss
 round-trip min/avg/max/mdev = 0.097/0.099/0.103/0.009 ms
 [root@darkforce darklord]#

 [root@darkforce darklord]# ping 192.168.0.1
 PING 192.168.0.1 (192.168.0.1) from 192.168.0.1 : 56(84) bytes of data.
 64 bytes from 192.168.0.1: icmp_seq=0 ttl=255 time=105 usec
 64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=107 usec
 64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=104 usec
 64 bytes from 192.168.0.1: icmp_seq=3 ttl=255 time=118 usec
 64 bytes from 192.168.0.1: icmp_seq=4 ttl=255 time=116 usec
 64 bytes from 192.168.0.1: icmp_seq=5 ttl=255 time=92 usec

 --- 192.168.0.1 ping statistics ---
 6 packets transmitted, 6 packets received, 0% packet loss
 round-trip min/avg/max/mdev = 0.092/0.107/0.118/0.008 ms
 [root@darkforce darklord]#

 Any ideas? Thanks! ;-)


Content-Type: text/plain; charset=us-ascii; name=message.footer
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE - sitll nothing

2001-09-11 Per discussione Richie de Almeida

 Now the hard question. How do I wind up actually getting to the Windoze
 machines? Its not like I can go into network neighborhood or anything
 like that! grin

Go have a look for 'Komba' on www.rpmfind.net or www.tucows.com.  I'm using 
it at work to do all of my networking as I haven't had much luck configuring 
any other tools (I'm not allowed to install Samba Server at the moment, the 
other tools I've tried may be counting on some tools that come with the Samba 
Server...).  I did have some dependency problems at first, but RPMfind helped 
immensely.

Richie




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE - sitll nothing

2001-09-11 Per discussione Ronald J. Hall

s wrote:

snip

 Well, samba's pretty much the way to go if you want to file share with
 windows machines.  Here's the site I used, it's alot simpler (easier to
 understand) than some of the howto out there.
 http://www.mandrakeuser.org/docs/connect/csamba.html
 There is also a little app called LinuxNeighborhood (or linneighborhood) that
 is pretty cute.  Search for it on sourceforge.net or google.  It's similar to
 network neighborhood, but you have to have samba configured first.
 
 -s

I'll do that, and thanks as always! ;-)

-- 
 
 /\
 DarkLord
 \/



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Can't find KDE

2001-09-10 Per discussione Juliana



  
 I installed mandrake in my computer and now i can't find any 
of the graphical intarfaces. I tried typing KDE and kde after loging in and the 
screen became black. maybe that's not the right command, then if it's not, what 
is it? Another thing i noticed is that the only folder under the user is one 
called /tmp. maybe that's the problem.. I don't know. i'm sure i choose all the 
graphical interfaces for installing.
  
 What should I do?

Juliana
  
 


Re: [newbie] Can't find KDE

2001-09-10 Per discussione Paul

In reply to Juliana's words, written Mon, 10 Sep 2001 14:24:41 -0300

Try typing in

startx

That should do the trick for you.
Paul

I installed mandrake in my computer and now i can't find any of
the graphical intarfaces. I tried typing KDE and kde after loging in and the
screen became black. maybe that's not the right command, then if it's not,
what is it? Another thing i noticed is that the only folder under the user is
one called /tmp. maybe that's the problem.. I don't know. i'm sure i choose
all the graphical interfaces for installing.
What should I do?

Juliana




--
Time goes, you say? Ah no!
Time stays, _we_ go.
-Austin Dobson

http://nlpagan.net - Registered Linux User 174403
Linux Mandrake 8.0 - Sylpheed 0.6.1



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Can't find KDE

2001-09-10 Per discussione Franki



Try 
typing: startx

if it 
starts something other then kde

go to 
your home directory (like : /home/myname), and type: touch 
.xinitrd (think thats right..and don't forget the dot at the start 
of the name.)

that 
will make a file by that name, edit it and put the word: 
startkde in it...

then 
try typing startx again...

that 
should start kde just fine..


rgds

Frank



  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
  Behalf Of JulianaSent: Tuesday, 11 September 2001 1:25 
  AMTo: [EMAIL PROTECTED]Subject: [newbie] Can't 
  find KDE 

   I installed mandrake in my computer and now i can't find 
  any of the graphical intarfaces. I tried typing KDE and kde after loging in 
  and the screen became black. maybe that's not the right command, then if it's 
  not, what is it? Another thing i noticed is that the only folder under the 
  user is one called /tmp. maybe that's the problem.. I don't know. i'm sure i 
  choose all the graphical interfaces for installing.

   What should I do?
  
  Juliana

   


Re: [newbie] Can't find KDE

2001-09-10 Per discussione s

On Monday 10 September 2001 12:24 pm,  Juliana wrote:
 I installed mandrake in my computer and now i can't find any of
 the graphical intarfaces. I tried typing KDE and kde after loging in and
 the screen became black. maybe that's not the right command, then if it's
 not, what is it? Another thing i noticed is that the only folder under the
 user is one called /tmp. maybe that's the problem.. I don't know. i'm sure
 i choose all the graphical interfaces for installing. What should I do?

 Juliana

Try typing:  startx.  Don't worry about the user files, you need the -a to 
see the hidden ones that are not put there until you use the app for the 
first time.  
-s




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Can't find KDE

2001-09-10 Per discussione Julio Rodriguez



and if you want to configure the 
graphicalresolution and stuff you should try: Xconfigurator

  - Original Message - 
  From: 
  Franki 
  To: [EMAIL PROTECTED] 
  Sent: Monday, September 10, 2001 1:28 
  PM
  Subject: RE: [newbie] Can't find KDE 
  
  
  Try 
  typing: startx
  
  if 
  it starts something other then kde
  
  go 
  to your home directory (like : /home/myname), and type: touch 
  .xinitrd (think thats right..and don't forget the dot at the start 
  of the name.)
  
  that 
  will make a file by that name, edit it and put the 
  word: startkde in 
  it...
  
  then 
  try typing startx again...
  
  that 
  should start kde just fine..
  
  
  rgds
  
  Frank
  
  
  
-Original Message-From: 
[EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of 
JulianaSent: Tuesday, 11 September 2001 1:25 AMTo: 
[EMAIL PROTECTED]Subject: [newbie] Can't find KDE 

  
 I installed mandrake in my computer and now i can't find 
any of the graphical intarfaces. I tried typing KDE and kde after loging in 
and the screen became black. maybe that's not the right command, then if 
it's not, what is it? Another thing i noticed is that the only folder under 
the user is one called /tmp. maybe that's the problem.. I don't know. i'm 
sure i choose all the graphical interfaces for installing.
  
 What should I do?

Juliana
  
 


RE: [newbie] Can't find KDE

2001-09-10 Per discussione Scott Thurmond



From the command 
line, try typing startx.

/tmp under the user 
directory is typical.

-Scott

  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
  Behalf Of JulianaSent: Monday, September 10, 2001 1:25 
  PMTo: [EMAIL PROTECTED]Subject: [newbie] Can't 
  find KDE 

   I installed mandrake in my computer and now i can't find 
  any of the graphical intarfaces. I tried typing KDE and kde after loging in 
  and the screen became black. maybe that's not the right command, then if it's 
  not, what is it? Another thing i noticed is that the only folder under the 
  user is one called /tmp. maybe that's the problem.. I don't know. i'm sure i 
  choose all the graphical interfaces for installing.

   What should I do?
  
  Juliana

   


RE: [newbie] Can't find KDE - sitll nothing

2001-09-10 Per discussione Franki

then you need to configure x... I am surprised you didn't do it when you
installed Mandrake..

Xconfigurator will do it for you...


rgds

Frank

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Juliana
Sent: Tuesday, 11 September 2001 1:53 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Can't find KDE - sitll nothing


Well I tryed typing startx and a lot of shit came up on the
screen. Some of them were:

**None of the devices configured devices were detected**

Fatal Error:
no screens found

Maybe it's just not installed... What should I do now?


 Try typing:  startx.  Don't worry about the user files, you need the -a to
 see the hidden ones that are not put there until you use the app for the
 first time.
 -s









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE - sitll nothing

2001-09-10 Per discussione s

ewww.  X don't seem to be set up.  As root, type:  XFdrake 
to set it up and try startx again.
-s

On Monday 10 September 2001 12:53 pm,  Juliana wrote:
 Well I tryed typing startx and a lot of shit came up on the
 screen. Some of them were:

 **None of the devices configured devices were detected**

 Fatal Error:
 no screens found

 Maybe it's just not installed... What should I do now?




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE - sitll nothing

2001-09-10 Per discussione Jon Doe

On Monday 10 September 2001 01:58 pm, you wrote:
 then you need to configure x... I am surprised you didn't do it when you
 installed Mandrake..

He may have configured X during install. I had the same problem with mandrake 
8.0. For some reason x would just crash even though I configured it and it 
picked up the right graphics card and monitor. I ended up just doing a 
reinstall and after about 3 reinstalls it finally worked.
I have reinstalled since then and have not had that problem. Go figure.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE - sitll nothing

2001-09-10 Per discussione s

On Monday 10 September 2001 10:19 pm,  Ronald J. Hall wrote:
 s wrote:
  What you need to do is ifdown eth0 first then dial up.   (and ifup eth0
  to restart it)
 
  -s

 Hey there! I was wondering about that. I've been trying to get my 3
 computer systems setup with 2 windoze boxes and my Mandrake setup. I've
 configured a few things (with mucho help from etharp and others on this
 list). Anyways, I have to do the ifconfig eth0 down thingy to connect to
 my ISP as well. So, this is the normal/accepted way to do it?

Pretty much the only way to that I could find.  It took me a while to figure 
it out.  I was trying to write scripts to change the gateway at dialup, 
messing with the setting in kppp and linux conf before dialing and all of 
that never worked.  just the simple ifdown eth0 was the answer (I felt so 
silly).   :-) 

 Now the hard question. How do I wind up actually getting to the Windoze
 machines? Its not like I can go into network neighborhood or anything
 like that! grin

 Etharp said to use samba. Have no experience with it. He also mentioned
 webmin, which I found. Very awesome looking setup! (more than I know what
 to do with. ;-)

Well, samba's pretty much the way to go if you want to file share with 
windows machines.  Here's the site I used, it's alot simpler (easier to 
understand) than some of the howto out there.
http://www.mandrakeuser.org/docs/connect/csamba.html
There is also a little app called LinuxNeighborhood (or linneighborhood) that 
is pretty cute.  Search for it on sourceforge.net or google.  It's similar to 
network neighborhood, but you have to have samba configured first.

-s




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE - sitll nothing

2001-09-10 Per discussione Juliana

Well I tryed typing startx and a lot of shit came up on the
screen. Some of them were:

**None of the devices configured devices were detected**

Fatal Error:
no screens found

Maybe it's just not installed... What should I do now?


 Try typing:  startx.  Don't worry about the user files, you need the -a to
 see the hidden ones that are not put there until you use the app for the
 first time.
 -s









 Want to buy your Pack or Services from MandrakeSoft?
 Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Can't find KDE

2001-09-10 Per discussione civileme

On Monday 10 September 2001 13:24, Juliana wrote:
 I installed mandrake in my computer and now i can't find any of
 the graphical intarfaces. I tried typing KDE and kde after loging in and
 the screen became black. maybe that's not the right command, then if it's
 not, what is it? Another thing i noticed is that the only folder under the
 user is one called /tmp. maybe that's the problem.. I don't know. i'm sure
 i choose all the graphical interfaces for installing. What should I do?

 Juliana


You can download the program Xtart as well.  There is an Xtart rpm at 

http://perso.mandrakesoft.com/~civileme/

If you install that with

rpm -ivh Xtart-1.0-4mdk.i586.rpm

then thereafter when you type Xtart in console, it will give you a list of 
window managers you can log to, and all you have to do is correctly type the 
number.

Civileme



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Cannot Find NSLOOKUP

2001-09-07 Per discussione Thomas . J . Ruppel

  I am looking for the 'nslookup' command and can't find it. I have run 
  a find command looking for anything like nslookup and it comes back 
  blank.  I am running a Mandrake 7.2 workstation and networking seems 
  to work fine so something must be providing this service but I can't 
  find it.  Any suggestions?
  
  
  Thanks In Advance,
  
  Tom



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Cannot find -ldb1 ?

2001-09-04 Per discussione s

On Tuesday 04 September 2001 06:19 pm,  Paul wrote:
 Hi everyone,

 What or where is  -ldb1 ?
 When trying to compile gchbkgrd (an automatic background changer) I get
 this error:

 /usr/bin/ld: cannot find -ldb1
 collect2: ld returned 1 exit status
 make[2]: *** [gchbkgrd] Error 1

 I can't locate anything like it on rpmfind.net, except for db1, a BSD
 database library.

 Thanks for pointers!
 *Paul

That's it.  It's also the cds (I think).
-s




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Can't find char-major-4 and 180

2001-06-22 Per discussione Miark

Hi all,

After boot and at the login prompt, I would get can't find module
char-major-180 and then can't find module char-major-4. It would scroll
on for a couple of screens with that message.

I read around and found out that 4 is related to the serial ports, and 180
is related to USB. I don't use either, and in fact have them disabled in my
BIOS.

I read an old article that I could add the following to my
/etc/modules.conf:

char-major-4 off
char-major-180 off

I've done that, and the messages have gone away. But I want to double-check
with you guys: is what I did okay, or should I handle the error messages
some other way?

Thanks,
Miark






[newbie] can't find X library

2001-06-02 Per discussione CBoy168
and the installing woes continue...i still haven't completely installed one 
program in LM8 yet...when i tried to install some programs yesterday it says 
that it can't find the x library..any idea what that means?  the problem 
arose because KDE media player says it plays mpeg-1 files but i tried it on 
some mpgs and it just crashed so i downloaded a plug-in to handle mpeg-2 
files also but as i mentioned before, it didn't work.



[newbie] SU FIND

2001-06-02 Per discussione D. Hoyem

  If I use the SU file manger to do a find for a file
I have noticed that it runs and runs and runs.  I know
that there are a lots of files in Mandrake 8.0 but 30
plus minutes and still going strong?  Has anyonr else
had this problem?
Thanks
Don

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/




[newbie] Couldn't find interface ppp()

2001-05-02 Per discussione Efata

I run kppp under terminal and i use user (not root) and i get this message 
Couldn't find interface ppp():No such device . But I still can use connect
to internet. What I must do to fix this problem. 
Thank




Re: [newbie] can't find make file

2001-03-07 Per discussione Anthony

Is "make" installed? Type "rpm -q make" and see if something comes up. If it 
comes back "package make is not installed", then you'll need to install it 
from here: 
http://rpmfind.net/linux/RPM/mandrake//7.2/i586/Mandrake/RPMS//make-3.79.1-5mdk.i586.html

  I'm very new to Linux forgive my stupidity, I fund this smssend program 
and
 installed it to my LM box. it says in the README file that I have to
 compile it so i did, when it comes to the point where I have to type make I
 got error "command not found". Where can I find this file? Thanks a lot..

 jhun


-- 
Anthony
http://binaryfusion.net
Press any key to continue, or any other key to quit.




Re: [newbie] can't find make file

2001-03-06 Per discussione s

http://rpmfind.net.
-s

On Monday 05 March 2001 06:36 am, you wrote:
 I'm very new to Linux forgive my stupidity, I fund this smssend program and
 installed it to my LM box. it says in the README file that I have to
 compile it so i did, when it comes to the point where I have to type make I
 got error "command not found". Where can I find this file? Thanks a lot..

 jhun
 -
 Click here for Free Video!!
 http://www.gohip.com/free_video/


Content-Type: text/html; charset="iso-8859-1"; name="Attachment: 1"
Content-Transfer-Encoding: quoted-printable
Content-Description: 





[newbie] can't find make file

2001-03-05 Per discussione jhun bacala



I'm very new to Linux forgive my stupidity, I fund 
this smssend program and installed it to my LM box. it says in the README file 
that I have to compile it so i did, when it comes to the point where I have to 
type make I got error "command not found". Where can I find this file? Thanks a 
lot..

jhun
-Click here for 
Free Video!!http://www.gohip.com/free_video/


[newbie] Can't find KDE Utilities in K Menu

2000-11-07 Per discussione Janet Oslund

Hi,

TIA for any help.  I thought I had a full installation of Linux 7.1,
but every time I use a KDE tutorial or read its documentation, I am
referred to a Utilities section which is supposed to be available
through
the K Menu.  I am a real beginner with command lines, so any really
simple
tips about how to find applications when you can't get to the "find"
utility (for example, Kappfinder) or Application Starter to "Find Files"
would be very helpful.

Janet Oslund
[EMAIL PROTECTED]




  1   2   >