[newbie] Win partition write perm

2004-06-16 Thread martin brandt
Arg! This is hell.
I have been trying to obtain write permission on my windows storage partition.
I have tried chown-ing in a console (in su), i have tried changing via 
properties whilst logged in as root, i have tried in Control 
centre/security/DrakePerm by adding a new rule, modifying the current rule 
(which i shouldnt be able to do i think i read somewhere).

What am i doing wrong? Everytime i make the changes, they seem to be over 
written again, back to the old settings.

I have entry, execute and write for User, but not for Group or other.
The owner is 'root' group 'root', although if it was i would be able to change 
the permissons. I think it is some sort of windows permissions that are 
stopping me, as i have had the same problem before.

I need write permission. Is there anyway to edit the permission settings 
manually, like in an fstab type file?


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



Re: [newbie] Win partition write perm

2004-06-16 Thread martin brandt
Quoting Warden, Matt [EMAIL PROTECTED]:

 On Jun 16, martin brandt had something to say about [newbie] Win
 partition...
 
 Arg! This is hell.
 I have been trying to obtain write permission on my windows storage
 partition.
 I have tried chown-ing in a console (in su), i have tried changing via
 properties whilst logged in as root, i have tried in Control
 centre/security/DrakePerm by adding a new rule, modifying the current rule
 (which i shouldnt be able to do i think i read somewhere).
 
 Is the partiction FAT32 or NTFS? By default you cannot write to an NTFS
 partition from linux.
 
 --
 mattwarden
 mattwarden.com
 
 
Oh yeah, no its FAT32 formatted. I formatted it under FAT32 specifically so i 
would be able to do this.


-- 


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



[newbie] Installing Java

2004-05-20 Thread martin brandt
I'm  running Mandrake 9.2 and im trying to install the package
j2re-1_4_2_04-linux-i586-rpm.bin from the javasun website.

Ive followed the instructions onsite,
make the file executable (chmod a+x j2re-1_4_2_04-linux-i586-rpm.bin)

then execute it ( ./j2re-1_4_2_04-linux-i586-rpm.bin)
agreed to the disclaimer and executed the rpm created
(rpm -iv j2re-1_4_2_04-linux-i586.rpm)  

I get an error when im running the rpm.
Preparing packages for installation...
j2re-1.4.2_04-fcs
error: unpacking of archive failed on file /usr/java/j2re1.4.2_04/CHANGES;40ace6
   bd: cpio: mkdir failed - No such file or directory

I have no idea what to do, and i cant see why this has happend as its a brand
new install, perhpas im missing something?


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



Re: [newbie] bootloader reinstall prob.

2004-04-10 Thread martin brandt
Quoting John Richard Smith [EMAIL PROTECTED]:

 martin brandt wrote:
 
 Quoting et [EMAIL PROTECTED]:
 
   
 
 OK so /home is a seperate partition /dev/hda3
 and something is wrong with the lilo.conf entry that prohibits
 
 reinstalling
 
 it in the usual manner
 
 What you have to do now is go back into rescue mode as before and choose
 consule   and when there you will have to learn how to mount the
 partition
 (cannot remember, possibly rescue already does that, think it does) and
 then type vi (the name of the text editor) and repair the incorrect entry
 
 in /etc/lilo.conf, I cannot advise you of the entry as I do not have a
 seperate /home partition to give an example of, but in anycase first you
 have to type vi into google and print of some vi text editor instruction,
 as although it is a very powerful text editor it certainly will baffle
 the
 newbie.
 
 
 If you do need to mount /dev/hda(X) then you do it like this,
 
 mkdir /mnt/temp
 ls /mnt
 temp
 mount /dev/hda(X) /mnt/temp
 
 punch up vi something like this,
 
 vi /mnt/temp/etc/lilo.conf
 
 and I think that will display lilo.conf in vi
 
 John
 
 -- 
 linux counter #167806
 
 
 
 Im trying to find the lil.conf but i cantg seem to find it. Ive looked in
 /etc/ 
 and in mnt/temp/etc (temp doesnt exist). Where might it be? Might it called
 
 something else? 
 Thanks.
 
 
 Hmmm,
 Then I think the partition on which the /etc/lilo.conf is on is not mounted
 
 You don't find /mnt/temp,
 you create it in the rescue consule, like this,
 
 mkdir /mnt/temp
 
 then check to see that you did,
 
 ls /mnt/temp
 
 returns, temp (amoungst other , probably)
 
 then attatch the device/partition to that directory, like this,
 
 mount /dev/hda(X) /mnt/temp
 
 where (X) is the number of your OS's partition, ie where you installed 
 the OS.
 
 then if you like you can navigate in consule to the /etc/lilo.conf
 and look at it, like this,
 
 cd (means change directory)
 
 cd /mnt/temp/etc/
 
 that puts you inside /etc directory of the OS,
 and from there you can display the
 file on screen with,
 
 cat /lilo.conf
 
 then make a note of the stanzas to do with /home partition
 and report, we can take it from there.
 
 John
 
 
 
 -- 
 John Richard Smith
 [EMAIL PROTECTED] 
 
 
 
 
 

Ah ha! Well my linux partition is hda5, mounted that, and in the lilo.conf i 
found:

other=/dev/hda3
label=old_windows
table=/dev/hda

Now I installed windows over my old windows partition, which an image of seems 
to still appear in the windows boot loader, and obviously is causing problems 
when booting on linux. I need to remove this but how?


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



Re: [newbie] bootloader reinstall prob.

2004-04-10 Thread martin brandt
Quoting martin brandt [EMAIL PROTECTED]:

 Quoting John Richard Smith [EMAIL PROTECTED]:
 
  martin brandt wrote:
  
  Quoting et [EMAIL PROTECTED]:
  

  
  OK so /home is a seperate partition /dev/hda3
  and something is wrong with the lilo.conf entry that prohibits
  
  reinstalling
  
  it in the usual manner
  
  What you have to do now is go back into rescue mode as before and
 choose
  consule   and when there you will have to learn how to mount the
  partition
  (cannot remember, possibly rescue already does that, think it does) and
  then type vi (the name of the text editor) and repair the incorrect
 entry
  
  in /etc/lilo.conf, I cannot advise you of the entry as I do not have a
  seperate /home partition to give an example of, but in anycase first
 you
  have to type vi into google and print of some vi text editor
 instruction,
  as although it is a very powerful text editor it certainly will baffle
  the
  newbie.
  
  
  If you do need to mount /dev/hda(X) then you do it like this,
  
  mkdir /mnt/temp
  ls /mnt
  temp
  mount /dev/hda(X) /mnt/temp
  
  punch up vi something like this,
  
  vi /mnt/temp/etc/lilo.conf
  
  and I think that will display lilo.conf in vi
  
  John
  
  -- 
  linux counter #167806
  
  
  
  Im trying to find the lil.conf but i cantg seem to find it. Ive looked in
  /etc/ 
  and in mnt/temp/etc (temp doesnt exist). Where might it be? Might it
 called
  
  something else? 
  Thanks.
  
  
  Hmmm,
  Then I think the partition on which the /etc/lilo.conf is on is not
 mounted
  
  You don't find /mnt/temp,
  you create it in the rescue consule, like this,
  
  mkdir /mnt/temp
  
  then check to see that you did,
  
  ls /mnt/temp
  
  returns, temp (amoungst other , probably)
  
  then attatch the device/partition to that directory, like this,
  
  mount /dev/hda(X) /mnt/temp
  
  where (X) is the number of your OS's partition, ie where you installed 
  the OS.
  
  then if you like you can navigate in consule to the /etc/lilo.conf
  and look at it, like this,
  
  cd (means change directory)
  
  cd /mnt/temp/etc/
  
  that puts you inside /etc directory of the OS,
  and from there you can display the
  file on screen with,
  
  cat /lilo.conf
  
  then make a note of the stanzas to do with /home partition
  and report, we can take it from there.
  
  John
  
  
  
  -- 
  John Richard Smith
  [EMAIL PROTECTED] 
  
  
  
  
 
 
 Ah ha! Well my linux partition is hda5, mounted that, and in the lilo.conf i
 
 found:
 
 other=/dev/hda3
 label=old_windows
 table=/dev/hda
 
 Now I installed windows over my old windows partition, which an image of
 seems 
 to still appear in the windows boot loader, and obviously is causing problems
 
 when booting on linux. I need to remove this but how?
 
 (P.S. Is it me or is everyone else's mail getting returned occaisionally?)


-- 


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



Re: [newbie] bootloader reinstall prob.

2004-04-09 Thread martin brandt
Quoting et [EMAIL PROTECTED]:

 On Friday 09 April 2004 09:01 am, John Richard Smith wrote:
  martin brandt wrote:
  Quoting Stephen Kuhn [EMAIL PROTECTED]:
  On Fri, 2004-04-09 at 08:54, martin brandt wrote:
  After installing a windows boot, i then wanted to reinstall my linux
  bootloader, which i have had to do quite often with the regular
  
  reinstallations
  
  needed by windows ;)
  I loaded from my mdk 9.2 disc and executed the rescue command. This
 time
  however i got an error. I got:
  
  Added linux *
  Added linux-nonfb
  Added windows
  Added floppy
  Added failsafe
  Fatal:lseek /dev/hda3 : Invalid argument
  
  Now im guessing there is something wrong with my hda3 partition :( what
   can
  
  i
  
  do?
  
  Thanks
  
  What is ON /dev/hda3 ??
  Else, remove it from your lilo.conf and re-run lilo.
  
  stephen kuhn - owner
  ==
  illawarra computer services
  a kuhn media australia company
  http://kma.0catch.com
  --
* This message was composed on a 100% Microsoft free computer *
We expressly refuse to utilise Microsoft DRM encoded documents
  --
  Don't tell me how hard you work. Tell me how much you get done. -- James
  J. Ling
  
  hda3 is my home directory. I forgot to mention, because i cant reinstall
   the boot loader, i cant get onto my linux boot. If i can id rather not
   have to format hda3, but i wont matter too much if i do have to. Even
   when i try to reinstall/update mdk i get the same error.
 
 how do you come to think hda_3_ is a valid directory?  usaully hda1 and had5
 
 are valid, but due to only 1 primary partition per physical drive rules, 
 hda2,3,4 are usually hidden 
 
  OK so /home is a seperate partition /dev/hda3
  and something is wrong with the lilo.conf entry that prohibits
 reinstalling
  it in the usual manner
 
  What you have to do now is go back into rescue mode as before and choose
  consule   and when there you will have to learn how to mount the partition
  (cannot remember, possibly rescue already does that, think it does) and
  then type vi (the name of the text editor) and repair the incorrect entry 
  in /etc/lilo.conf, I cannot advise you of the entry as I do not have a
  seperate /home partition to give an example of, but in anycase first you
  have to type vi into google and print of some vi text editor instruction,
  as although it is a very powerful text editor it certainly will baffle the
  newbie.
 
 
  If you do need to mount /dev/hda(X) then you do it like this,
 
  mkdir /mnt/temp
  ls /mnt
  temp
  mount /dev/hda(X) /mnt/temp
 
  punch up vi something like this,
 
  vi /mnt/temp/etc/lilo.conf
 
  and I think that will display lilo.conf in vi
 
  John
 
 -- 
 linux counter #167806
 
 

Im trying to find the lil.conf but i cantg seem to find it. Ive looked in /etc/ 
and in mnt/temp/etc (temp doesnt exist). Where might it be? Might it called 
something else? 
Thanks.


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



[newbie] bootloader reinstall prob.

2004-04-08 Thread martin brandt
After installing a windows boot, i then wanted to reinstall my linux 
bootloader, which i have had to do quite often with the regular reinstallations 
needed by windows ;) 
I loaded from my mdk 9.2 disc and executed the rescue command. This time 
however i got an error. I got:

Added linux *
Added linux-nonfb
Added windows
Added floppy
Added failsafe
Fatal:lseek /dev/hda3 : Invalid argument

Now im guessing there is something wrong with my hda3 partition :( what can i 
do?

Thanks

-- 


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



[newbie] bootloader reinstall prob.

2004-04-08 Thread martin brandt

After installing a windows boot, i then wanted to reinstall my linux 
bootloader, which i have had to do quite often with the regular reinstallations 
needed by windows ;) 
I loaded from my mdk 9.2 disc and executed the rescue command. This time 
however i got an error. I got:

Added linux *
Added linux-nonfb
Added windows
Added floppy
Added failsafe
Fatal:lseek /dev/hda3 : Invalid argument

Now im guessing there is something wrong with my hda3 partition :( what can i 
do?

Thanks

 
 


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



Re: [newbie] Installing from a RW

2004-04-06 Thread martin brandt
Nothing worked with the mdk10 isos, but when i tried burning my old mdk 9.2 
iso onto one of the same discs i used for mdk 10, it booted from it.. 
Perhaps my iso is bad? I dled it from ftp, they cant all be bad..? 


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



[newbie] Kernel compiling for Driver

2004-04-06 Thread martin brandt
Hello everyone, 
Im wanting to install my drivers for my ATI Radeon 9200SE ive bought recently 
on my mdk 9.2, and i have downloaded the appropriate rpm, but i need to tailor 
my Kernel to allow the driver to work. Now messing around with Kernel sounds 
complicated and i was wondering if it is actually doable by someone like me 
with little Linux knowledge. Would i be able to do it following instructions? 
Would it take too long? 
 
The error is documented here: http://www.ati.com/support/infobase/4475.html 
 
Thanks in advance. 
 
--  


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



[newbie] Installing from a RW

2004-04-05 Thread martin brandt
Hey all, 
I've downloaded Mdk 10.0 and wanted to install it, but after burning the 3 
isos onto discs (Rewritables) i found they don't boot.. 
Is there some problem with booting from a RW disc?? 
Thanks 


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



Re: [newbie] Installing from a RW

2004-04-05 Thread martin brandt
Quoting Bryan Phinney [EMAIL PROTECTED]: 
 
 On Monday 05 April 2004 06:23 pm, martin brandt wrote: 
  Hey all, 
  I've downloaded Mdk 10.0 and wanted to install it, but after burning the 3 
  isos onto discs (Rewritables) i found they don't boot.. 
  Is there some problem with booting from a RW disc?? 
  
 How did you burn them.  Did you simply put the .iso file onto a disk, or did 
  
 you burn the file structure of the .iso onto the disk?  If you burned it as 
a 
  
 single .iso file, it will not boot.  If you burned the file structure, it  
 should boot. 
  
 Check the disk to see if you have individual files or not, if there is only 
a 
  
 single file, you should check your CD burning program to see how to burn  
 images to a disk. 
  
 --  
 Bryan Phinney 
 Software Test Engineer 
  
  
 
Nope i burnt them as a session, and yeah there are files on the disc.. i have 
no idea why they wouldnt boot, maybe i can boot from an Xterm? 
--  


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



[newbie] rar compression software

2004-03-29 Thread martin brandt
Hello,
I was wondering if anyone could recommend some software to compress to .rar. Id 
use rar for linux but thats retail if i want to use the compression commands.
Anyone know any other programs that allow me to compress into .rar?

Thanks a lot, Martin Brandt

-- 


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



[newbie] rar compression software

2004-03-29 Thread martin brandt
Hello,
I was wondering if anyone could recommend some software to compress to .rar. Id 
use rar for linux but thats retail if i want to use the compression commands.
Anyone know any other programs that allow me to compress into .rar?

Thanks a lot, Martin Brandt
 
 


-- 


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



[newbie] Azareus java conflict

2004-03-25 Thread martin brandt

Hello
Im trying to get Azareus a java based BitTorrent client to work on my mandrake 
9.2 comp. Ive extracted the tar.bz2 and i changed the path for the java 
executable to what it really is, but now i get this error from the java gui:

An error occurred while launching/running the application.

Category: Invalid Argument error

Too many arguments supplied: {-cp, swt-pi.jar:swt-mozilla.jar:swt.jar:Azureus2.
jar, -Djava.library.path=./, org.gudy.azureus2.ui.swt.Main,  }

Seeing as I have the java plugin installed for Mozilla so i assumed that mozilla 
is conflicting, but i still get the same message when i close mozilla.

Any ideas?
Thank to all, Martin Brandt
-- 


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



[newbie] Azareus Java conflict

2004-03-25 Thread martin brandt

Hello
Im trying to get Azareus a java based BitTorrent client to work on my mandrake 
9.2 comp. Ive extracted the tar.bz2 and i changed the path for the java 
executable to what it really is, but now i get this error from the java gui:

An error occurred while launching/running the application.

Category: Invalid Argument error

Too many arguments supplied: {-cp, swt-pi.jar:swt-mozilla.jar:swt.jar:Azureus2.
jar, -Djava.library.path=./, org.gudy.azureus2.ui.swt.Main,  }

Seeing as I have the java plugin installed for Mozilla so i assumed that mozilla 
is conflicting, but i still get the same message when i close mozilla.

Any ideas?
Thank to all, Martin Brandt
-- 



-- 


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



[newbie] Zoomed display in GUI

2004-03-17 Thread martin brandt
Hi
Im having problems displaying my GUI properly. It appears all zoomed and the 
screen follows the mouse like some Software for the visually impaired i have 
seen before. This started happening when i changed my GPU. Im running mandrake 
9.2. Im pretty sure its a software issue, and its not my Monitor as i have 
tried another.

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

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


RE: [newbie] Zoomed display in GUI

2004-03-17 Thread martin brandt
Quoting Tony S. Sykes [EMAIL PROTECTED]:

 Did you run any software to let the system know you changed your grafix
 card?
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of martin brandt
 Sent: Wednesday, March 17, 2004 4:38 PM
 To: [EMAIL PROTECTED]
 Subject: [newbie] Zoomed display in GUI
 
 
 Hi
 Im having problems displaying my GUI properly. It appears all zoomed and the
 
 screen follows the mouse like some Software for the visually impaired i have
 
 seen before. This started happening when i changed my GPU. Im running
 mandrake 
 9.2. Im pretty sure its a software issue, and its not my Monitor as i have 
 tried another.
 
 
 
 -+-+-+-+-+-+-+-+-+ Business Computer Projects - Disclaimer
 -+-+-+-+-+-+-+-+-+-
 This message, and any associated attachment is confidential.  If you have
 recieved
 it in error, please delete it from your system, do not use or disclose the
 information
 in any way, and notify either the sender or [EMAIL PROTECTED]
 immediately.
 The contents of this message may contain personal views which are not
 necessarily 
 the views of Business Computer Projects Ltd., unless specifically stated. 
 Whilst every
 effort has been made to ensure that emails and their attachments are virus
 free, it is 
 the responsibility of the recipient(s) to verify the integrity of such
 emails.
 Business Computer Projects Ltd
 BCP House
 151 Charles Street
 Stockport
 Cheshire
 SK1 3JY
 Tel: +44 (0)161 355-3000
 Fax: +44 (0)161 355-3001
 Web: http://www.bcpsoftware.com
 
 

Yes sorry i forgot to say i choose correct driver during its first boot.
Im pretty sure its not the GPU either, it did this with a different card i 
tried before this one. (I was testing a few GPUs)
-- 

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

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


RE: [newbie] Zoomed display in GUI

2004-03-17 Thread martin brandt
Quoting J.I. Evers [EMAIL PROTECTED]:

 
  Did you run any software to let the system know you changed your grafix
 card?
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of martin brandt
  Sent: Wednesday, March 17, 2004 4:38 PM
  To: [EMAIL PROTECTED]
  Subject: [newbie] Zoomed display in GUI
 
 
  Hi
  Im having problems displaying my GUI properly. It appears all zoomed and
 the
  screen follows the mouse like some Software for the visually impaired i
 have
  seen before. This started happening when i changed my GPU. Im running
 mandrake
  9.2. Im pretty sure its a software issue, and its not my Monitor as i have
  tried another.
 
 
 It sounds like your X server might be using a virtual desktop.  Mine was
 doing that a while back.  If you look in the /etc/XF86Config-4 you should
 see something along the lines of
 
 Section Screen
   Subsection Display
   Virtual XXX XXX
   End Subsection
 End Section
 
 If you comment out or remove the Virtual XXX XXX line you should hopefully
 be back in business.
 
 --Job
 
 

Almost there...
I did what you said (except that file was in /etc/X11) and i deleted the 
virtual lines (there were about 5 cases under Screen) and when i rebooted the 
screen was normal except like 800x600, so when i tried to change back to my 
usual 1024x768 it returned to virtual desktop again.. In more ideas? What is it 
that is telling it to change it to a virtual desktop?

-- 

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

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


Re: [newbie] Writing access to a fat32 partition

2004-03-14 Thread martin brandt
Quoting Paul Smith [EMAIL PROTECTED]:

 Dear All
 
 I would like to know what is necessary to do in order to get writing 
 access to a fat32 partition shared with MS Windows.
 
 Thank you a lot in advance!
 
 Paul
 
 
 
 
 


-- 
Im having the same problems.
Ive found and been told that a FAT32 partition created under linux is not 
detected in window.. i have no idea why. Which means we have to create the 
partition under windows, however after doing that i cannot get linux to change 
ownership/write-permission for the partition, even under root. I have tried in 
security settings (control panel), in a terminal (as root: chown 
*owner*.*group* /mnt/windows/, the folder's properties, even in windows, i have 
no idea how to change the permissions of the partition. Perhaps there is a 
hidden ownership on the partition so that even root cannot change the settings.
Anyone help us out?

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


[newbie] adding win boot to boot loader

2004-03-14 Thread martin brandt
Hey I need to add windows as a possible boot to my Linux boot loader, how might 
one do that?
I have a linux boot (original) then i installed a windows boot which wiped my 
linux boot loader. After resueing the bootloader with the 1st disc, i cannot get 
it to recognise my windows boot and add it to the list.

Any Ideas? 
Thanks, Martin Brandt

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


[newbie] Getting back GUI boot

2004-03-12 Thread martin brandt
Hi,
I after fiddling around with a few different GPUs, i found i could not boot 
back into GUI. When booting the process mailman fails then i go into a 
terminal. I tried logging on then executing the commmand kde (i forgot what 
the gui logon one was) and kde gui ran. I then went onto my computer 
configuration, boot and ticked the boot into gui again, (i hadnt unselected 
this) and then restarted the comp, (in a terminal, reboot).
Oh the time it booted when i changed the settings above, i am unsure if mailman 
failed that time.

When it rebooted, i got mailman failed, and when i logged on as a user and then 
tried the kde commmand again, it failed to load the gui, because of some 
fatal error. I suppose i should try and post the error here, but in the mean 
time if anyone knows how to reinstall mailman from terminal or something, or 
any other alternatives, id be very grateful.

Thanks in advance, Martin Brandt

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


[newbie] Reclaiming Mandrake boot

2004-03-10 Thread martin brandt
Argh i recently installed a win boot on my comp which already had my linux boot 
on and now all i can boot on is windows.

I have two HDs

HD1:
30gig
Partitions:
Mandrake linux, swap, home, windows FAT32 (mounted on linux) and a Windows boot

HD2:
150gb
just storage, ext3 formatted.

I pretty sure i didnt touch any of my other partitions whilst installing 
windows, and i had 5gb space on my hd so i didnt need to fiddle with diskdrake.
Any ideas anyone? Do i need a mandrake boot disc or something?

Thanks, All help is much appreciated.
Martin Brandt


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


Re: [newbie] Reclaiming Mandrake boot

2004-03-10 Thread martin brandt
Quoting Raffaele Belardi [EMAIL PROTECTED]:

 Martin,
 
 It's much easier if you have the first MDK installation CD. Insert it, 
 reboot the PC and at the splash screen hit F1, then type
 # rescue
 and press enter.
 After some loading, you'll be presented with a menu, where you should 
 select 'Reinstall boot loader'. This should detect your windows and 
 linux partitions and reinstall lilo in the MBR.
 
 What happened is pretty normal, Windows assumes it's the only OS on the 
 disk and rewrites the MBR with it's own loader.
 
 Good luck,
 
 raffaele
 
 [EMAIL PROTECTED] wrote:
  Argh i recently installed a win boot on my comp which already had my linux
 boot 
  on and now all i can boot on is windows.
  
  I have two HDs
  
  HD1:
  30gig
  Partitions:
  Mandrake linux, swap, home, windows FAT32 (mounted on linux) and a Windows
 boot
  
  HD2:
  150gb
  just storage, ext3 formatted.
  
  I pretty sure i didnt touch any of my other partitions whilst installing 
  windows, and i had 5gb space on my hd so i didnt need to fiddle with
 diskdrake.
  Any ideas anyone? Do i need a mandrake boot disc or something?
  
  Thanks, All help is much appreciated.
  Martin Brandt
  
 
 
Thanks to both of you. Now i just gotta find out why my windows boot doesnt 
detect my FAT32 partition which i created in Linux a while ago (before i 
installed win boot).

Ill be back with more problems soon :)
Martin Brandt


-- 

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


[newbie] Unmounting home

2004-02-24 Thread martin brandt
I need to unmount my /home/ directory so that i can resize the partition, but 
its alway busy when im logged in, is there a way to do it before booting the 
GUI?


Thanks

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


Re: [newbie] Annoyance... (9.2)

2004-02-20 Thread martin brandt
Quoting Jose J. Cintron [EMAIL PROTECTED]:

 When I go into MDK Control Center - Network and Internet - DrakConnect 
 under Internet Access - Type it shows modem, but thre is no modem what 
 so ever on this computer.  It showd after I got mouse happy and click 
 one too many times when installing a new network card.  Actually there 
 is a mouse, but MDK doesn't see it (winmodem), but I really don't care 
 too much about that.  Is there any way to rever this to the original 
 setting (cannot remember the exact words) I've tried to re-run the 
 Wizard, but no matter what I only get modem...  TIA for any help!
 -- 
 
 +--
 | José J. Cintrón - [EMAIL PROTECTED]
 +--
 
 
 
 
Well by connecting your new network card i would have thought it would be 
detected during the boot.
Alternatively, you open Mandrake control centre ('configure your computer' in 
the menu)select 'Network and Internet' then near the bottom of the window click 
the 'launch the wizard' button. Go through that and it should detect the device 
and set up your network.

Hope that helps, Martin Brandt
Advice to a newbie, from a newbie.

-- 

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


Re: [newbie] Mozilla Java plug-in probs

2003-12-18 Thread Martin Brandt
I think i mention i downgraded to 1.5 didn't I? Still the same problems. 
When my friend helps me out ill give a full report here, if he can sort it 
out.


From: Charlie Mahan [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Mozilla Java plug-in probs
Date: Tue, 16 Dec 2003 10:58:09 -0700
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tuesday 16 December 2003 8:56 am, Martin Brandt wrote:
 Well no luck so far. Im gonna get a knowledgeable friend to look over my
 system via ssh.
 Thanks all for your help, i know im gonna need a lot more of it : P

broadaxe
I wish I had actually _been_ of some help Martin, but you're most welcome.
Have you considered reverting to a stable version of Mozilla (1.4 or 1.5)
instead of the alpha you were running, or the beta that's available? If 
your
configurations now match what's working on this system, and every one I've
had access to over the past 10 days, since they all work and yours doesn't
then that's the only thing that comes to mind that might be causing you
grief.

Best of luck.
Charlie
- --
Edmonton,AB,Canada User #244963 at http://counter.li.org
Mandrake Linux release 9.2 (FiveStar) for i586 kernel 2.4.22-21.tmb.1mdk
10:53:30 up 1 day, 22:26, 1 user, load average: 0.11, 0.11, 0.10
ONE LIFE TO LIVE for ALL MY CHILDREN in ANOTHER WORLD all THE DAYS OF OUR
LIVES.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/30exZqvqlrLPr5YRAi/nAJ4z7u2Iab82qIWSJnPsas39buUSEQCcDDSg
AE9bccy1o+FmPZAzKQQW5mM=
=8UMm
-END PGP SIGNATURE-
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband


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


Re: [newbie] Changing Permissions for Windows hd

2003-12-18 Thread Martin Brandt
Yeah i could have used that, I will next time i have to mess around with 
partitions.
Anyway resized my NTFS windows partition and created a separate FAT32 
partition, changed permissions fine and works fine. Thanks guys.
Oh and you should know, I never pay for programs.. who does?


From: robin [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Changing Permissions for Windows hd
Date: Wed, 17 Dec 2003 11:14:11 +0200
Charlie Mahan wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tuesday 16 December 2003 10:00 am, Martin Brandt wrote:

Partition magic here i come...
whack
Why pay for Partition Magic? Have you heard of parted? It's available in 
an RPM package for Mandrake. It should be in the 9.2 directory on any 
mirror. Project information:

http://www.gnu.org/software/parted/parted.html
Or if you prefer to do things from the Windows end, there's fips, which is 
what I used to use before Linux installers came with their own partitioning 
tools.

Sir Robin

--
Certitude is possible for those who only own one encyclopedia.
- Robert Anton Wilson
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
_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband


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


Re: [newbie] Mozilla Java plug-in probs

2003-12-16 Thread Martin Brandt
Well no luck so far. Im gonna get a knowledgeable friend to look over my 
system via ssh.
Thanks all for your help, i know im gonna need a lot more of it : P


From: Charlie Mahan [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Mozilla Java plug-in probs
Date: Sat, 13 Dec 2003 10:29:13 -0700
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Saturday 13 December 2003 7:33 am, Martin Brandt wrote:
 I had already done that : (
 The wierd thing is, i went on that test page and it says no java 
enabled,
 but it says the version no. (1.3) and that cookies are enabled which it
 says should only be displayed if java test says enabled.
 From the experience of trying to install Bit Torrent, should there be 
some
 stuff on java in /etc/mailcap file?
whack

application/x-java-jnlp-file; /usr/java/j2re1.4.2_03/javaws/javaws %s

I didn't add that manually to the mailcap file. But you're right, it is 
there.
It's the last line.

I'm absolutely positive that my friend Ed didn't change any configurations 
in
anything since he's an almost totally _raw gnubie_ and while he isn't 
afraid
to try things he won't until someone gives him links to information. His 
java
worked with just the instructions I gave him, which is what I posted.

Try adding the relevant version path to mailcap and try again maybe?

Good luck Martin.

Charlie
- --
Edmonton,AB,Canada User #244963 at http://counter.li.org
Mandrake Linux release 9.2 (FiveStar) for i586 kernel 2.4.22-21mdk
10:22:59 up 1 day, 18:55, 1 user, load average: 0.02, 0.05, 0.06
There are two kinds of pedestrians... the quick and the dead.
-- Lord Thomas Rober Dewar
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/20xpZqvqlrLPr5YRApD3AJ985tH97ySK/gTVlUCT64odyrQRWgCfY0Lp
O5o/ERWg8PhLCjZRdSfYgeg=
=iW9n
-END PGP SIGNATURE-
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess


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


[newbie] Changing Permissions for Windows hd

2003-12-16 Thread Martin Brandt
Hey, im trying to change the permissions for my windows partition so that i 
can write into it on a normal user. Atm i can't even write onto it via root, 
and it wont let me change the permissions on root either.
Ive tried going onto the windows boot and sharing the Partition but it says 
its only for admins blah blah. I then tried to share a directory in it, but 
when i went back to the linux root there was not difference.
What do i have to do?
Thanks

_
Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile

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


Re: [newbie] Changing Permissions for Windows hd

2003-12-16 Thread Martin Brandt
Damn it is NTFS. I'll just have to work out how to Detect my linux boot on 
the windows OS then, if thats possible, or else ill have to write a CDRW 
each time i want to transfer files...

From: Bryan Phinney [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Changing Permissions for Windows hd
Date: Tue, 16 Dec 2003 11:20:56 -0500
On Tuesday 16 December 2003 10:59 am, Martin Brandt wrote:
 Hey, im trying to change the permissions for my windows partition so 
that i
 can write into it on a normal user. Atm i can't even write onto it via
 root, and it wont let me change the permissions on root either.
 Ive tried going onto the windows boot and sharing the Partition but it 
says
 its only for admins blah blah. I then tried to share a directory in it, 
but
 when i went back to the linux root there was not difference.
 What do i have to do?

If it is an NTFS partition, it is mounted read-only because writing to NTFS 
is
still experimental in Linux.

If it is FAT32, you need to set the umask=0 flag in /etc/fstab so that 
users
can write to it.  Since you can't write to it as root, I figure it is
probably NTFS.  It is not recommended to use Linux to write to NTFS.

--
Bryan Phinney
Software Test Engineer
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Find a cheaper internet access deal - choose one to suit you. 
http://www.msn.co.uk/internetaccess


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


Re: [newbie] Changing Permissions for Windows hd

2003-12-16 Thread Martin Brandt
Partition magic here i come...

From: Kaj Haulrich [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Changing Permissions for Windows hd
Date: Tue, 16 Dec 2003 17:35:05 +
On Tuesday 16 December 2003 16:25, Martin Brandt wrote:
 Damn it is NTFS. I'll just have to work out how to Detect my
 linux boot on the windows OS then, if thats possible, or else ill
 have to write a CDRW each time i want to transfer files...

Nope, Martin. Not necessarily. There is a common denominator for
Windows and Linux. Both can read and write to FAT32 (vfat).
If you can create a smallish FAT32 partition, you are done.
Don't know though, if Windows can see beyond any Linux partitions,
so if possible, create the FAT32 partition bettween those
filesystems.
HTH

Kaj Haulrich.
--
** Sent from a 100 % Microsoft-free computer **
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Express yourself with cool emoticons - download MSN Messenger today! 
http://www.msn.co.uk/messenger


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


[newbie] Bit Torrent installation

2003-12-13 Thread Martin Brandt
Im trying to install Bit Torrent (bittorrent-3.3-3mdk.src.rpm) on mandrake 
9.2 for Mozilla 1.5.
extracted the files (to /usr/src/RPM/SOURCES) untarred 
BitTorrent-3.3.tar.bz2 then i added application/x-bittorrent; 
/usr/src/RPM/SOURCES/BitTorrent-3.3/btdownloadgui.py %s; test=test -n 
$DISPLAY like the install file says. So i try to dl some torrent, Mozilla 
detects it when i click the torrent (open with Bittorrent etc) but when i do 
it just dls the script of the torrent in Download Manager.

When i extracted the rpm other files were extracted other than 
BitTorrent-3.3.tar.bz2,
BitTorrent-3.3-maketorrent-1.2.patch.bz2
BitTorrent-3.3-man.tar.bz2
BitTorrent-3.3-nonag.patch.bz2
and 3 icons

do i need to install these also? there is nothing in the install readme from 
BitTorrent-3.3.tar.bz2 saying i  need them...

_
Stay in touch with absent friends - get MSN Messenger 
http://www.msn.co.uk/messenger


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


Re: [newbie] Mozilla Java plug-in probs

2003-12-13 Thread Martin Brandt
I had already done that : (
The wierd thing is, i went on that test page and it says no java enabled, 
but it says the version no. (1.3) and that cookies are enabled which it says 
should only be displayed if java test says enabled.
From the experience of trying to install Bit Torrent, should there be some 
stuff on java in /etc/mailcap file?

From: Charlie Mahan [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Mozilla Java plug-in probs
Date: Fri, 12 Dec 2003 11:11:28 -0700
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Friday 12 December 2003 5:36 am, Martin Brandt wrote:
 Installed mozilla and then reinstalled java but im still having the same
 problem. It must be some little thing im doing wrong. I got it working 
when
 i was using mozilla 1.5 on red hat 9.0 a month ago.
 Tried look for Kaffe but too many file needed for the rpm so i think ill
 keep trying to get java sun working.

I just talked a friend through installing Java on a fresh 9.2 install over 
the
phone last night and while doing that I realized that my java version 
wasn't
current. So I ran through the same procedure as I was instructing him to 
use
and it all worked.

While about it; apparently the answer to your question about the plug-in
version being gcc32 is yes, that's the correct one. Not that it seemed to
matter on this system.
The following instructions are what worked for my friend in a fresh 
install.
The last step was slightly different for my machine because I have upgraded
Mozilla to version 1.5 from MandrakeClub. I had to add the symlink for that
as well as the default location.

Download the J2SE rpm.bin file from Sun, open a terminal in the directory 
it
was saved to and as super user:

sh j2re-1_4_2_03-linux-i586-rpm.bin
urpmi j2re-1_4_2_03-linux-i586.rpm
ln -s /usr/java/j2re1.4.2_03//plugin/ns610-gcc32/libjavaplugin_oji.so
/usr/lib/mozilla/plugins/
In order to make this work for mine I had to add the target

/usr/lib/mozilla-1.5/plugins/

I tested, and had Ed (my friend) test java function by going to this page:

http://www.expertit.co.uk/support/browsertest/

with every java capable browser he had installed. They all worked, as did 
my
Mozilla 1.5.

Best of luck to you. It makes no sense why I have no trouble with java here 
in
Mozilla and yours crashes, except for a possible bug in the _alpha_ level
version of Mozilla you're running. Have you upgraded Mozilla to the beta
version yet?

Charlie
- --
Edmonton,AB,Canada User #244963 at http://counter.li.org
Mandrake Linux release 9.2 (FiveStar) for i586 kernel 2.4.22-21mdk
10:41:29 up 19:14, 1 user, load average: 0.03, 0.05, 0.03
Operator, please trace this call and tell me where I am.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/2gTQZqvqlrLPr5YRAkjfAJ44qTBsWs0uAkhkJEDi8EwLwTlrQwCdGE51
mAa+C+DrH42ZL/Nz3UXgGyE=
=k/jk
-END PGP SIGNATURE-
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger


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


Re: [newbie] Bit Torrent installation

2003-12-13 Thread Martin Brandt
Well ive installed the two bit torrent rpms (I assume i needed the gui rpm) 
now i just need to know how to run it. Ive removed the files and the changes 
i made to /etc/mailcap and now when i click on  torrent links it doesnt 
detect that it should use Bit Torrent to open .torrents


From: Derek Jennings [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Bit Torrent installation
Date: Sat, 13 Dec 2003 14:45:57 +
On Saturday 13 Dec 2003 2:27 pm, Martin Brandt wrote:
 Im trying to install Bit Torrent (bittorrent-3.3-3mdk.src.rpm) on 
mandrake
 9.2 for Mozilla 1.5.
 extracted the files (to /usr/src/RPM/SOURCES) untarred
 BitTorrent-3.3.tar.bz2 then i added application/x-bittorrent;
 /usr/src/RPM/SOURCES/BitTorrent-3.3/btdownloadgui.py %s; test=test -n
 $DISPLAY like the install file says. So i try to dl some torrent,
 Mozilla detects it when i click the torrent (open with Bittorrent etc) 
but
 when i do it just dls the script of the torrent in Download Manager.

 When i extracted the rpm other files were extracted other than
 BitTorrent-3.3.tar.bz2,
 BitTorrent-3.3-maketorrent-1.2.patch.bz2
 BitTorrent-3.3-man.tar.bz2
 BitTorrent-3.3-nonag.patch.bz2
 and 3 icons

 do i need to install these also? there is nothing in the install readme
 from BitTorrent-3.3.tar.bz2 saying i  need them...


Is there a particular reason why you are using a .src rpm?
Although biitorrent is written in python and does not need compiling, the
.src.rpm is compressed and as you see it contains patches that need to be
applied.
It is much easier to install a normal RPM.
I got my bittorrent from here
http://wwwra.informatik.uni-rostock.de/~waschk/Mandrake/9.2/
It works great. No need to do anything. Just install it.
derek
--
--
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband


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


Re: [newbie] Bit Torrent installation

2003-12-13 Thread Martin Brandt
Thanks a lot i didnt read your last post before i posted again. Im fine 
using it with Konqueror.
Thanks everyone for your help


From: Dick Gevers [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Bit Torrent installation
Date: Sat, 13 Dec 2003 16:42:41 +
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sat, 13 Dec 2003 14:27:14 +, Martin Brandt [EMAIL PROTECTED]
wrote about [newbie] Bit Torrent installation:
Im trying to install Bit Torrent (bittorrent-3.3-3mdk.src.rpm) on 
mandrake
9.2 for Mozilla 1.5.
extracted the files (to /usr/src/RPM/SOURCES) untarred
BitTorrent-3.3.tar.bz2 then i added application/x-bittorrent;
/usr/src/RPM/SOURCES/BitTorrent-3.3/btdownloadgui.py %s; test=test -n
$DISPLAY like the install file says. So i try to dl some torrent,
Mozilla detects it when i click the torrent (open with Bittorrent etc) 
but
when i do it just dls the script of the torrent in Download Manager.

In my experience BitTorrent is not compatible with Mozilla. For me it
worked only with Konqueror when Mandrake 9.2 appeared.
Regards,
=Dick Gevers=
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Encryption is an envelope - the contents are private.
iD8DBQE/20F/wC/zk+cxEdMRAjJ2AKCtMt63tQlNOqF3tvXX0ZIfblHd4wCfbVJT
AaGnJSJkhJPfxiEGGoIZtWI=
=9+5t
-END PGP SIGNATURE-
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband


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


Re: [newbie] Mozilla Java plug-in probs

2003-12-12 Thread Martin Brandt
Installed mozilla and then reinstalled java but im still having the same 
problem. It must be some little thing im doing wrong. I got it working when 
i was using mozilla 1.5 on red hat 9.0 a month ago.
Tried look for Kaffe but too many file needed for the rpm so i think ill 
keep trying to get java sun working.


From: Bryan Phinney [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Mozilla Java plug-in probs
Date: Thu, 11 Dec 2003 14:22:37 -0500
On Thursday 11 December 2003 01:42 pm, Martin Brandt wrote:
 Well i did that already anyway : ( and it doesnt detect it. And wouldnt 
i
 need to use the ns610-gcc32 plugin because im using Mozilla 1.6a? I read 
it
 somewhere on some faq...
 Perhaps i should try a different java application. Are there any others?

The package directly from sun but I think you already have that.

Try to do a locate /usr/lib/mo*/plugins and see what comes up.  My guess
would be that there is some other plugins directory somewhere on the 
machine
that is missing the requisite link.  Creating the link worked immediately 
on
my Mozilla 1.4 installation.  But I did have to find the right directory.  
On
my current machine I have a /usr/lib/mozilla, /usr/lib/mozilla-1.3.1,
/usr/lib/mozilla-1.3 and /usr/lib/mozilla-1.4 and all have plugins
directories.  The correct one was /usr/lib/mozilla-1.4/plugins.

Or you could try installing Kaffe which, if my memory serves me correctly, 
is
a free java virtual machine available as a Mandrake RPM.

--
Bryan Phinney
Software Test Engineer
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile

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


[newbie] Mozilla Java plug-in probs

2003-12-11 Thread Martin Brandt
Hey
Im running Mozilla 1.6a on a Mandrake 9.2 comp. I got the plug-in 
'j2re-1_4_2_03-linux-i586-rpm.bin'
followed the installation instructions, no errors, but mozilla does not 
detect the plug in. Ive heard i need to copy something somewhere. What and 
where?
Thanks

_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband


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


Re: [newbie] Mozilla Java plug-in probs

2003-12-11 Thread Martin Brandt
Still isnt detected. I have two plugin directories for mozilla
1. /usr/lib/mozilla/plugins
2. /usr/local/mozilla/plugins
i have tried making the link in both places, restarting mozilla but still no 
change...


From: Bryan Phinney [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Mozilla Java plug-in probs
Date: Thu, 11 Dec 2003 11:08:58 -0500
On Thursday 11 December 2003 10:11 am, Martin Brandt wrote:
 Hey
 Im running Mozilla 1.6a on a Mandrake 9.2 comp. I got the plug-in
 'j2re-1_4_2_03-linux-i586-rpm.bin'
 followed the installation instructions, no errors, but mozilla does not
 detect the plug in. Ive heard i need to copy something somewhere. What 
and
 where?
 Thanks

In the mozilla/plugins directory, you need to create a symbolic link to
libjavaplugin_oji.so in the java plugins/i386/ns610 directory.
Something like
ln -s /usr/java/j2re1_4_2_03/plugins/ns610/libjavaplugin_oji.so
/usr/lib/mozilla-1.6/plugins/libjavaplugin_oji.so
--
Bryan Phinney
Software Test Engineer
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile

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


Re: [newbie] Mozilla Java plug-in probs

2003-12-11 Thread Martin Brandt
Well i did that already anyway : ( and it doesnt detect it. And wouldnt i 
need to use the ns610-gcc32 plugin because im using Mozilla 1.6a? I read it 
somewhere on some faq...
Perhaps i should try a different java application. Are there any others?

From: Charlie Mahan [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Mozilla Java plug-in probs
Date: Thu, 11 Dec 2003 10:12:35 -0700
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thursday 11 December 2003 9:49 am, Martin Brandt wrote:
 Still isnt detected. I have two plugin directories for mozilla
 1. /usr/lib/mozilla/plugins
 2. /usr/local/mozilla/plugins
 i have tried making the link in both places, restarting mozilla but 
still
 no change...

ln -s /usr/java/j2re1.4.2_01//plugin/ns610/libjavaplugin_oji.so
/usr/lib/mozilla/plugins/
That's the command I used (as super user) to finish the Java install. It 
works
for me. The /mozilla/plugins directory is supposed to be the default 
location
for all versions of Mozilla to read plug-in data from. Since I didn't 
change
anything after I installed Mozilla 1.5 post 9.2 install; and since the
plug-ins still work correctly, I would tend to believe it.

I'd remove any java plug in links/copies from all Mozilla directories and 
run
the command again. Don't forget that plug-in only works as a link, if you
copy it it breaks IIRC.

Best of luck.
Charlie
- --
Edmonton,AB,Canada User #244963 at http://counter.li.org
Mandrake Linux release 9.2 (FiveStar) for i586 kernel 2.4.22-21mdk
10:02:33 up 2 days, 23:01, 1 user, load average: 0.33, 0.20, 0.12
I hate mankind, for I think myself one of the best of them, and I know
how bad I am.
-- Samuel Johnson
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/2KWDZqvqlrLPr5YRAiw/AKC5FVJZj2wTHgmj+BcJOgmLcmZrxACgivXe
lEqZhu87yQK4i1cZSxvDM40=
=jAW0
-END PGP SIGNATURE-
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile

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


[newbie]

2003-12-09 Thread Martin Brandt
Hey ive just compiled mplayer 1.0 on my Mandrake 9.2 system and i want to 
enable the gui.
When i tried to do this it says i dont have GTK. I have been told i need the 
GTK-devel files but where can i get them?

Thanks

_
Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile

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


Re: [newbie]

2003-12-09 Thread Martin Brandt
Hm maybe they werent the files i need, it still doesnt detect GTK maybe i 
don't even have it..
Does anyone have any other ideas?
P.S. Sorry i didnt post with a subject, im new here! : P


From: JoeHill [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie]
Date: Tue, 9 Dec 2003 19:17:24 -0500
On Wed, 10 Dec 2003 00:10:02 +
Martin Brandt [EMAIL PROTECTED] wrote:
 When i tried to do this it says i dont have GTK. I have been told i need 
the
 GTK-devel files but where can i get them?

as root, in a terminal:

urpmi libgtk+2-devel

should do it.

--
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
Such mistakes could make the Afghan people think ill of the coalition...
-- Bryan Hilferty, American Coalition Spokesman, on the murder of 9 
innocent
children by American attack planes in Afghanistan, Dec. 6, 2003

Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Use MSN Messenger to send music and pics to your friends 
http://www.msn.co.uk/messenger


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


Re: [newbie]

2003-12-09 Thread Martin Brandt
Wow that worked, thanks. Didnt know it came with the distro.
Thanks
From: JoeHill [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [newbie]
Date: Tue, 9 Dec 2003 19:38:45 -0500
On Wed, 10 Dec 2003 00:10:02 +
Martin Brandt [EMAIL PROTECTED] wrote:
 Hey ive just compiled mplayer 1.0 on my Mandrake 9.2 system and i want 
to
 enable the gui.
 When i tried to do this it says i dont have GTK. I have been told i need 
the
 GTK-devel files but where can i get them?

One really easy way around all this, just:

urpmi mplayer-gui

and it will install mplayer, mplayer-gui, and everything else you need,
including skins, codecs, etc.
unless yer dead set on compiling it all yerself.

--
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
There are three side effects of acid: enhanced long-term memory, decreased
short-term memory, and I forget the third.-- Timothy Leary
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
_
Hotmail messages direct to your mobile phone http://www.msn.co.uk/msnmobile

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