Re: [newbie] unlocking files?

2005-02-08 Thread David G Stevenson
RickSisler wrote:
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
Could you post the output of:
# ls -la /mnt/macos
It gave this:
[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 8
dr--r-x--x  2 root users 4096 Jan  8 18:03 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../

What you see there is /mnt/macos is empty. All it contains is the 
special files . and ..

This means that the macos directory had dr--r-x--x and is owned by root 
but is in the users group.

/mnt has drwxrwxrwx which means anyone on the machine can create 
files/directories here.

I assume that the macos disk is not actually mounted at present. Running:
% df -h
will show if this is the case or not.
As for the macos directory, it would be proper for the permisions to be:
drwxr-xr-x
so,
% chmod 755 /mnt/macos
would suffice. If you wanted users in the 'user' group to be able to 
write to the macos directory, then:

% chmod 775 /mnt/macos
would do.
Usually, I would not allow write access to the macos directory, but 
create a directory in the macos dir which has more open permissions.

Once you have the disk mounted (assuming that the disk is not mounted in 
your example output above) you would need to provide more info as to 
what sort of data is on there (I have never used MacOS).

HTH
David.
OK, that doesn't seem right ay, but ..
hmm, what was the permissions for the macos before you changed it?
If you used to be able to read, write and execute on it then, the
owner root, should have rwx, and r-x for the group members ..
atleast to view it right, which is why you were trying 755 ..
and as root, chmod 755 /mnt/macos .. didnt work ? I'm stumped ..
So I hope someone with more experience than me jumps in soon 8)

snip
--
Thanks,
David


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



[newbie] 2 Questions regarding evolution

2005-02-08 Thread Alexander Ruoff
Hi all,

I do have two questions regarding the evolution 2.0.3 and I haven't
found an answer on the mailinglist or faqs yet. 

1. Kmail has the option to set up various smtp settings independently
for the mail accounts. Pmail (Pegasus) offers the same option but in
evolution I have to change the smtp settings each time when I use a
different internet connection. Is the any possibility to install a
number of different smtp servers?

2. Forwarding emails including attachement? Haven't found the option to
turn this on. It's annoying to save each time the attachements when I
have to forward an email including them.

Thanks for the help,
Alex



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



[newbie] Back to the forgotten beginning ~ lilo

2005-02-08 Thread SnapafunFrank
Basically, I have two hdd's with the now slave having suffered my first 
attempts at Linux and of course, the last 9x going [ WinMe }.

I can boot into WinMe without any hassles whatsoever but am unable to 
get lilo.conf right to boot into the old linux9.1 OS I have also 
installed on that hdd.

Latest attempt:
other=/dev/ide/host0/bus0/target1/lun0/part2   [ My boot partition on 
this hdd ]
  label=linux90
  table=/dev/hdb
  image=/boot/vmlinuz
  root=/dev/hdb5
  initrd=/boot/initrd.img
  append=noapic devfs=mount acpi=ht splash=silent
  vga=788
  read-only

I have tried  other=/dev/hdb2  ( my boot partition on this drive ) and 
tried also  other=/dev/hdb2  [ WinMe starts out as  other=/dev/hdb1 ]

I have made sure that vmlinuz and initrd.img exist on that boot 
partition still.

I added the  table=/dev/hdb  but still no go.
So someone want to slap me over the wrist for being dump here somewhere?
--
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] Back to the forgotten beginning ~ lilo

2005-02-08 Thread Steve Jeppesen
On Tue, 08 Feb 2005 23:42:49 +1300
SnapafunFrank [EMAIL PROTECTED] wrote:

 Basically, I have two hdd's with the now slave having suffered my
 first  attempts at Linux and of course, the last 9x going [ WinMe
 }.
 
 I can boot into WinMe without any hassles whatsoever but am unable
 to  get lilo.conf right to boot into the old linux9.1 OS I have
 also  installed on that hdd.
 
 Latest attempt:
 
 other=/dev/ide/host0/bus0/target1/lun0/part2   [ My boot partition
 on  this hdd ]
label=linux90
table=/dev/hdb
image=/boot/vmlinuz
root=/dev/hdb5
initrd=/boot/initrd.img
append=noapic devfs=mount acpi=ht splash=silent
vga=788
read-only
 
 I have tried  other=/dev/hdb2  ( my boot partition on this drive
 ) and  tried also  other=/dev/hdb2  [ WinMe starts out as 
 other=/dev/hdb1 ]
 
 I have made sure that vmlinuz and initrd.img exist on that boot 
 partition still.
 
 I added the  table=/dev/hdb  but still no go.
 
 So someone want to slap me over the wrist for being dump here
 somewhere?

I might be wrong, but isn't other used only for windows?  At least
all the lilo.conf's I've looked at on my systems had
other=/dev/hda1 for the first line to boot into windows.

I hate to take a stab at what exactly you should have in your
lilo.conf, but my first guess is that the section refering to your
linux install would start with something like

image=/boot/vmlinuz
label=linux90
root=/dev/hdb  ---seems like maybe a partition number goes behind?
and-so-on
and-so-on

maybe attach your whole lilo.conf and someone might be able to help
you better.  Myself, I am sort of curious how you have windows
working with it.

-- 
Linux user #280097
http://counter.li.org
http://www.mozilla.org/products/firefox/


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



Re: [newbie] Back to the forgotten beginning ~ lilo

2005-02-08 Thread Steve Jeppesen
On Tue, 08 Feb 2005 23:42:49 +1300
SnapafunFrank [EMAIL PROTECTED] wrote:

 Basically, I have two hdd's with the now slave having suffered my
 first  attempts at Linux and of course, the last 9x going [ WinMe
 }.
 
 I can boot into WinMe without any hassles whatsoever but am unable
 to  get lilo.conf right to boot into the old linux9.1 OS I have
 also  installed on that hdd.
 
 Latest attempt:
 
 other=/dev/ide/host0/bus0/target1/lun0/part2   [ My boot partition
 on  this hdd ]
label=linux90
table=/dev/hdb
image=/boot/vmlinuz
root=/dev/hdb5
initrd=/boot/initrd.img
append=noapic devfs=mount acpi=ht splash=silent
vga=788
read-only
 
 I have tried  other=/dev/hdb2  ( my boot partition on this drive
 ) and  tried also  other=/dev/hdb2  [ WinMe starts out as 
 other=/dev/hdb1 ]
 
 I have made sure that vmlinuz and initrd.img exist on that boot 
 partition still.
 
 I added the  table=/dev/hdb  but still no go.
 
 So someone want to slap me over the wrist for being dump here
 somewhere?

noticed I botched that root=/dev/hdb line... didn't notice the root
listing below your table entry (gotta slow down on reading!).  I did
manage to find my lilo.conf from my 9.1 install for an example;

boot=/dev/hda
map=/boot/map
vga=normal
default=Mandrake9.1
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=Mandrake9.1
root=/dev/hdb5
initrd=/boot/initrd.img
append=quiet devfs=mount hdc=ide-scsi hdd=ide-scsi acpi=off
vga=788
read-only
image=/boot/vmlinuz-2.4.20-8
label=RedHat9
root=/dev/hda5
initrd=/boot/initrd-2.4.20-8.img
append=hdc=ide-scsi hdd=ide-scsi acpi=off
vga=788
read-only
other=/dev/hda1
label=Windows2000
table=/dev/hda

I would say drop the other= line and replace it with
image=/boot/vmlinuz and remove the table= line as well for
starters.


-- 
Linux user #280097
http://counter.li.org
http://www.mozilla.org/products/firefox/


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



[newbie] Evolution and Mandrake

2005-02-08 Thread Andrewd
Does anyone know if there are any RPMs for Evolution 2 available?

Thanx
Andrew D



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



Re: [newbie] Evolution and Mandrake

2005-02-08 Thread Paul Smith
On Wed, 09 Feb 2005 00:00:11 +1100, Andrewd [EMAIL PROTECTED] wrote:
 Does anyone know if there are any RPMs for Evolution 2 available?

Yes. Type, as root,

urpmi evolution

Regards,

Paul

PS: Since I am a GMail user, please be sure that you reply to the list.


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



[newbie] SM56 Motorola - modem problem

2005-02-08 Thread Mohammed Badran



Hi all
I have a SM56 Motorola modem and I can't make it work at
Mandrake 10.1 official, 
I have downloaded the driver of mandrake 10 from http://www.motorola.com/softmodem/driver.htm
And done the following
commands

[EMAIL PROTECTED] root]# insmod
sm56
insmod: can't read 'sm56': No such file or
directory

[EMAIL PROTECTED] root]#
modprobe sm56
FATAL: Error inserting sm56
(/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
Invalid module format

[EMAIL PROTECTED] dev]# ls -l
sm56
crw-rw-rw- 1
root root 24, 0 Feb
8 16:26
sm56

but i can't find '/dev/sm56' in devices list at KPPP also
when trying to use '/dev/ttys3' it tells me that modem is
busy

thanks all



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



Re: [newbie] SM56 Motorola - modem problem

2005-02-08 Thread Elwyn
On Tuesday 08 Feb 2005 14:47, Mohammed Badran wrote:
 HTMLDIV class=bgcolor STYLE=background-color: ;DIV
 DIV
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 ArialHi all?xml:namespace prefix = o ns =
 urn:schemas-microsoft-com:office:office
 /o:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 ArialI have a SM56 Motorola modem and I can't make it work at
 Mandrake 10.1 official, o:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 ArialI have downloaded the driver of mandrake 10 from A
 href=http://www.motorola.com/softmodem/driver.htm;http://www.motorola.com
/softmodem/driver.htm/Ao:p/o:p/SPAN/FONT/P P class=MsoNormal
 dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 ArialAnd done the following
 commandso:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialo:pnbsp;/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arial[EMAIL PROTECTED] root]# insmod
 sm56o:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialinsmod: can't read 'sm56': No such file or
 directoryo:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN lang=AR-EG dir=rtl style=FONT-SIZE:
 10pt; FONT-FAMILY: Arialo:pnbsp;/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftSPAN
 dir=ltr/SPANSPAN dir=ltr/SPANFONT face=Arial
 size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY: ArialSPAN
 dir=ltr/SPANSPAN dir=ltr/SPAN[EMAIL PROTECTED] root]#
 modprobe sm56/SPAN/FONTFONT face=Arial size=2SPAN
 lang=AR-EG dir=rtl style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialo:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 ArialFATAL: Error inserting sm56
 (/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
 Invalid module format/SPAN/FONTFONT face=Arial size=2SPAN
 lang=AR-EG dir=rtl style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialo:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN lang=AR-EG dir=rtl style=FONT-SIZE:
 10pt; FONT-FAMILY: Arialo:pnbsp;/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftSPAN
 dir=ltr/SPANSPAN dir=ltr/SPANFONT face=Arial
 size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY: ArialSPAN
 dir=ltr/SPANSPAN dir=ltr/SPAN[EMAIL PROTECTED] dev]# ls -l
 sm56/SPAN/FONTFONT face=Arial size=2SPAN lang=AR-EG
 dir=rtl style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialo:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialcrw-rw-rw-SPAN style=mso-spacerun: yesnbsp; /SPAN1
 root root 24, 0 FebSPAN style=mso-spacerun: yesnbsp;
 /SPAN8 /SPAN/FONT?xml:namespace prefix = st1 ns =
 urn:schemas-microsoft-com:office:smarttags /st1:time
 Hour=16 Minute=26FONT face=Arial size=2SPAN
 style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arial16:26/SPAN/FONT/st1:timeFONT face=Arial
 size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY: Arial
 sm56/SPAN/FONTFONT face=Arial size=2SPAN lang=AR-EG
 dir=rtl style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialo:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN lang=AR-EG dir=rtl style=FONT-SIZE:
 10pt; FONT-FAMILY: Arialo:pnbsp;/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; unicode-bidi: embed; TEXT-ALIGN: leftFONT
 face=Arial size=2SPAN style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialbut i can't find '/dev/sm56' in devices list at KPPP also
 when trying to use '/dev/ttys3' it tells me that modem is
 busy/SPAN/FONTFONT face=Arial size=2SPAN lang=AR-EG
 dir=rtl style=FONT-SIZE: 10pt; FONT-FAMILY:
 Arialo:p/o:p/SPAN/FONT/P
 P class=MsoNormal dir=ltr style=MARGIN: 0in 0in 0pt;
 DIRECTION: ltr; 

[newbie] SM56 Motorola - modem problem

2005-02-08 Thread Mohammed Badran

Hi all

I have a SM56 Motorola modem and I can't make it work at
Mandrake 10.1 official, 

I have downloaded the driver of mandrake 10 from
http://www.motorola.com/softmodem/driver.htm

And done the following commands

 

[EMAIL PROTECTED] root]# insmod sm56

insmod: can't read 'sm56': No such file or directory

 

[EMAIL PROTECTED] root]# modprobe sm56

FATAL: Error inserting sm56
(/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
Invalid module format

 

[EMAIL PROTECTED] dev]# ls -l sm56

crw-rw-rw-  1 root root 24, 0 Feb  8 16:26 sm56

 

but i can't find '/dev/sm56' in devices list at KPPP also when
trying to use '/dev/ttys3' it tells me that modem is busy

 

thanks all

 
sorry for the first one and thanks Elwyn :)


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



Re: [newbie] SM56 Motorola - modem problem

2005-02-08 Thread David G Stevenson
Mohammed Badran wrote:
Hi all
I have a SM56 Motorola modem and I can't make it work at
Mandrake 10.1 official, 

I have downloaded the driver of mandrake 10 from
http://www.motorola.com/softmodem/driver.htm
And done the following commands
 

[EMAIL PROTECTED] root]# insmod sm56
insmod: can't read 'sm56': No such file or directory
 

[EMAIL PROTECTED] root]# modprobe sm56
FATAL: Error inserting sm56
(/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
Invalid module format
 

[EMAIL PROTECTED] dev]# ls -l sm56
crw-rw-rw-  1 root root 24, 0 Feb  8 16:26 sm56
 

but i can't find '/dev/sm56' in devices list at KPPP also when
trying to use '/dev/ttys3' it tells me that modem is busy
 

thanks all

The module should be noted in /etc/modules.conf, have a look and see if 
the entry:

options sm56 country=44
exists, you need to change 44 to whatever your country code is.
Does 'lsmod' (as root) show it has loaded? If not, try:
% depmod -a
% modprobe sm56
From the docs, I see the device should be loaded as /dev/modem which 
should be linked to /dev/sm56. So in kppp use /dev/modem.

depmod -a
--
Thanks,
David


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



Re: [newbie] unlocking files?

2005-02-08 Thread [EMAIL PROTECTED]
I mounted the macos disk:

[EMAIL PROTECTED] root]# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/hda112.9G  2.3G  430M  85% /
/dev/hda108.2G  7.9G  266M  97% /mnt/macos

is -la /mnt/macos produced the info below. nb - Notice the date Jan 1904!
I checked both Mac and Mandrake clocks and thay are set to the right date and 
time. The other linux distro I used was quite old and various features,for 
example the firewire drive access, were 'experimental' and tended to crash 
the computer from time to time,setting all clocks back:


[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 277082
drwxr-xr-x  1 root root92 Jan  1  1904 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
drwxr-xr-x  1 root root 4 Jan  1  1904 1/
drwxr-xr-x  1 root root 8 Jan  1  1904 Acrobat Reader 4.0/
-r--r--r--  1 root root   759 Jan 10  2003 Acrobat Reader 4.0 Install Log
drwxr-xr-x  1 root root11 Jan  1  1904 Adaptec Toast 4.1.2/
drwxr-xr-x  1 root root16 Jan  1  1904 Apple Extras/
-r--r--r--  1 root root534528 Oct  5  2003 AppleShare PDS
drwxr-xr-x  1 root root16 Jan  1  1904 Applications/
drwxr-xr-x  1 root root 6 Jan  1  1904 Assistants/
drwxr-xr-x  1 root root 9 Jan  1  1904 BBEditLite Folder/
drwxr-xr-x  1 root root 2 Jan  1  1904 Cleanup At Startup/
drwxr-xr-x  1 root root26 Jan  1  1904 compression:expansion /
-r--r--r--  1 root root   1069056 Feb  6 11:16 Desktop DB
-r--r--r--  1 root root   3696794 Dec 18 18:58 Desktop DF
drwxr-xr-x  1 root root   152 Jan  1  1904 Desktop Folder/
drwxr-xr-x  1 root root10 Jan  1  1904 Desktop Resetter 2.8 Ä/
drwxr-xr-x  1 root root 5 Jan  1  1904 Documents/
-r--r--r--  1 root root  4819 Oct  9  2000 download\WritePDF_MAC.PDF
-r--r--r--  1 root root  5203 Aug 18  2002 DummyDB.cwk
-r--r--r--  1 root root  5262 Aug 18  2002 DummySS.cwk
-r--r--r--  1 root root  3608 Aug 18  2002 DummyWP.cwk
drwxr-xr-x  1 root root11 Jan  1  1904 Eudora Application Folder/
-r--r--r--  1 root root   256 Oct  1  2003 Ext Devices FDG
-r--r--r--  1 root root39 Dec 25  2002 FinaleNotePad-serialNumber
-r--r--r--  1 root root  3483 Apr 19  2002 Installation Log
-r--r--r--  1 root root 26238 Jun 27  2004 Installer Log File
drwxr-xr-x  1 root root14 Jan  1  1904 Installer Logs/
drwxr-xr-x  1 root root10 Jan  1  1904 MacGSView/
-r--r--r--  1 root root 13957 Jan  8  2003 MacGSView Installer Log File
-r--r--r--  1 root root 46080 Aug 18  2002 MacLink Export Translators
-r--r--r--  1 root root 46080 Aug 18  2002 MacLink Import Translators
-r--r--r--  1 root root207279 Feb  1  2003 Ma(r)xTutorials
drwxr-xr-x  1 root root   361 Jun 17  1978 Max:MSP/
drwxr-xr-x  1 root root17 Jan  1  1904 MidiShare/
-r--r--r--  1 root root   179 Jun 12  2002 _nautilus-metafile.xml
drwxr-xr-x  1 root root 3 Jan  1  1904 Opcode/
-r--r--r--  1 root root 0 Mar 27  2000 OpenFolderListDF?
drwxr-xr-x  1 root root 6 Jan  1  1904 Silverlining Pro Folder/
-r--r--r--  1 root root  1209 Oct  4  2003 Snapz Pro 2 Installer Log
drwxr-xr-x  1 root root 5 Jan  1  1904 SoundAppPPC 2.7.3/
drwxr-xr-x  1 root root55 Jul 24  1972 System Folder/
drwxr-xr-x  1 root root   267 Jan  1  1904 Temporary Items/
drwxr-xr-x  1 root root 3 Jan  1  1904 TheFindByContentFolder/
drwxr-xr-x  1 root root 4 Jan  1  1904 TheVolumeSettingsFolder/
drwxr-xr-x  1 root root 6 Jan  1  1904 Trash/
-r--r--r--  1 root root  5621 Apr 25  2002 TypeChanger
drwxr-xr-x  1 root root 5 Jan  1  1904 Utilities/
-r--r--r--  1 root root 274726912 Feb  7 20:54 VM Storage
[EMAIL PROTECTED] root]# 
 

I hope this is more illuminating ;-)

cheers,
Nev





On Tuesday 08 February 2005 01:02 am, David G Stevenson wrote:
 RickSisler wrote:
  [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
 Could you post the output of:
 # ls -la /mnt/macos
 
 It gave this:
 
 [EMAIL PROTECTED] root]# ls -la /mnt/macos
 total 8
 dr--r-x--x  2 root users 4096 Jan  8 18:03 ./
 drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../

 What you see there is /mnt/macos is empty. All it contains is the
 special files . and ..

 This means that the macos directory had dr--r-x--x and is owned by root
 but is in the users group.

 /mnt has drwxrwxrwx which means anyone on the machine can create
 files/directories here.


 I assume that the macos disk is not actually mounted at present. Running:

 % df -h

 will show if this is the case or not.

 As for the macos directory, it would be proper for the permisions to be:

 drwxr-xr-x

 so,

 % chmod 755 /mnt/macos

 would suffice. If you wanted users in the 'user' group to be able to
 write to the macos directory, then:

 % chmod 775 /mnt/macos

 would do.

 Usually, I would not allow write access to the macos directory, but
 create a directory in the macos dir which has more 

Re: [newbie] Back to the forgotten beginning ~ lilo

2005-02-08 Thread Mikkel L. Ellertson
SnapafunFrank wrote:
Basically, I have two hdd's with the now slave having suffered my first 
attempts at Linux and of course, the last 9x going [ WinMe }.

I can boot into WinMe without any hassles whatsoever but am unable to 
get lilo.conf right to boot into the old linux9.1 OS I have also 
installed on that hdd.

Latest attempt:
other=/dev/ide/host0/bus0/target1/lun0/part2   [ My boot partition on 
this hdd ]
  label=linux90
  table=/dev/hdb
  image=/boot/vmlinuz
  root=/dev/hdb5
  initrd=/boot/initrd.img
  append=noapic devfs=mount acpi=ht splash=silent
  vga=788
  read-only

I have tried  other=/dev/hdb2  ( my boot partition on this drive ) and 
tried also  other=/dev/hdb2  [ WinMe starts out as  other=/dev/hdb1 ]

I have made sure that vmlinuz and initrd.img exist on that boot 
partition still.

I added the  table=/dev/hdb  but still no go.
So someone want to slap me over the wrist for being dump here somewhere?

Dumb question time - Is this lilo.conf you are working with on the 
second hard drive? Was the drive /dev/hdb when you installed Linux on 
it, or did you just have the drive with Linux on it in the machine when 
you installed it, and added back the Windows drive? Or do you have both 
Linux and Windows on the first drive, and you are trying to boot a 
second Linux install from the second drive?

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] File undelete utility?

2005-02-08 Thread Mikkel L. Ellertson
Anne Wilson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tuesday 08 Feb 2005 03:07, Mikkel L. Ellertson wrote:
Boot with the Ultimate Boot CD, pick the partition recovery option, and
let the program restore the partition table. As long as you have not
created new partitions, chances are good that it will find the correct
partition start and size. Once you create new partitions, you give it
more possibilities. You also run the risk that the new partitions will
overlap what you are trying to save. Then you wipe out some of the
information needed to recover the partition when you format.
Now, if you want to make recovery easy in case you ever do this again,
you can also write a copy of the partition table to a floppy, and
restore it from floppy if the table ever gets damaged. The tools to do
it are on the CD. It is a must for any geek's tool box.
Mikkel, last year I had a cpu fan fail that caused problems with my hdds.  
After my struggle to recover data I started a TWiki page on DataRecovery.  
Unfortunately, and ironically, this is the only page that I am aware of that 
was not recovered when the TWiki was lost - and I had not saved a copy of the 
file.  I tried to do it again from memory, but it is sketchy at best, and of 
course only deals with the problems I had.

Could you spare time to do an addition about using these tools?  I think it 
would be invaluable.

Anne

Ok - I will add it to my ToDo list. I guess I had better do it in OO 
first, so it can check my spelling!

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] Problems starting M10.1 - it freezes

2005-02-08 Thread Fernando Arturo Gómez Flores
Hello all.

Yesterday, after a long week, I received from France my Mandrake 10.1
Powerpack copy. Finally I can upgrade from my old Red Hat 9 copy!

Anyway, although it was rather late and I was sleeping, I decided to install
Mandrake. Finally, after a long wait, it ended. The installer told me to
restart the machine, so I did. It loaded all Linux, and led me to a blue
screen with the Mandrake logo. After that, it didn't happen anythig. It
actually does not freezes, because I can move my mouse, and if I press the
shut down button of my laptop, it sends the kill all signal and finishes the
system correctly. Moreover, if I press Ctl+Alt+Backspace it restarts the
machine.

However, I never get to the logon screen. Perhaps I missed up something
while installing (as I said, I was sleeping and maybe I didn't follow one
step). Tonight I will install it again, but I'd like to know any ideas on
this subject.

Thanks for your help,
Fernando Gomez.

P.S. My machine:
Laptop Toshiba Satellite Pro (¿7000?)
HD 40GB
RAM 704 MB (512+192)
Proc. Intel Pentium IV 3 GHz
3 USB 2.0 ports
Ethernet LAN
Atheros Wireless Card SuperG
- this is all I can remember now.






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



Re: [newbie] unlocking files?

2005-02-08 Thread David G Stevenson
[EMAIL PROTECTED] wrote:
I mounted the macos disk:
[EMAIL PROTECTED] root]# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/hda112.9G  2.3G  430M  85% /
/dev/hda108.2G  7.9G  266M  97% /mnt/macos
is -la /mnt/macos produced the info below. nb - Notice the date Jan 1904!
I checked both Mac and Mandrake clocks and thay are set to the right date and 
time. The other linux distro I used was quite old and various features,for 
example the firewire drive access, were 'experimental' and tended to crash 
the computer from time to time,setting all clocks back:

[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 277082
drwxr-xr-x  1 root root92 Jan  1  1904 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
drwxr-xr-x  1 root root 4 Jan  1  1904 1/
drwxr-xr-x  1 root root 8 Jan  1  1904 Acrobat Reader 4.0/
-r--r--r--  1 root root   759 Jan 10  2003 Acrobat Reader 4.0 Install Log
drwxr-xr-x  1 root root11 Jan  1  1904 Adaptec Toast 4.1.2/
drwxr-xr-x  1 root root16 Jan  1  1904 Apple Extras/
-r--r--r--  1 root root534528 Oct  5  2003 AppleShare PDS
drwxr-xr-x  1 root root16 Jan  1  1904 Applications/
drwxr-xr-x  1 root root 6 Jan  1  1904 Assistants/
drwxr-xr-x  1 root root 9 Jan  1  1904 BBEditLite Folder/
drwxr-xr-x  1 root root 2 Jan  1  1904 Cleanup At Startup/
drwxr-xr-x  1 root root26 Jan  1  1904 compression:expansion /
-r--r--r--  1 root root   1069056 Feb  6 11:16 Desktop DB
-r--r--r--  1 root root   3696794 Dec 18 18:58 Desktop DF
drwxr-xr-x  1 root root   152 Jan  1  1904 Desktop Folder/
drwxr-xr-x  1 root root10 Jan  1  1904 Desktop Resetter 2.8 Ä/
drwxr-xr-x  1 root root 5 Jan  1  1904 Documents/
-r--r--r--  1 root root  4819 Oct  9  2000 download\WritePDF_MAC.PDF
-r--r--r--  1 root root  5203 Aug 18  2002 DummyDB.cwk
-r--r--r--  1 root root  5262 Aug 18  2002 DummySS.cwk
-r--r--r--  1 root root  3608 Aug 18  2002 DummyWP.cwk
drwxr-xr-x  1 root root11 Jan  1  1904 Eudora Application Folder/
-r--r--r--  1 root root   256 Oct  1  2003 Ext Devices FDG
-r--r--r--  1 root root39 Dec 25  2002 FinaleNotePad-serialNumber
-r--r--r--  1 root root  3483 Apr 19  2002 Installation Log
-r--r--r--  1 root root 26238 Jun 27  2004 Installer Log File
drwxr-xr-x  1 root root14 Jan  1  1904 Installer Logs/
drwxr-xr-x  1 root root10 Jan  1  1904 MacGSView/
-r--r--r--  1 root root 13957 Jan  8  2003 MacGSView Installer Log File
-r--r--r--  1 root root 46080 Aug 18  2002 MacLink Export Translators
-r--r--r--  1 root root 46080 Aug 18  2002 MacLink Import Translators
-r--r--r--  1 root root207279 Feb  1  2003 Ma(r)xTutorials
drwxr-xr-x  1 root root   361 Jun 17  1978 Max:MSP/
drwxr-xr-x  1 root root17 Jan  1  1904 MidiShare/
-r--r--r--  1 root root   179 Jun 12  2002 _nautilus-metafile.xml
drwxr-xr-x  1 root root 3 Jan  1  1904 Opcode/
-r--r--r--  1 root root 0 Mar 27  2000 OpenFolderListDF?
drwxr-xr-x  1 root root 6 Jan  1  1904 Silverlining Pro Folder/
-r--r--r--  1 root root  1209 Oct  4  2003 Snapz Pro 2 Installer Log
drwxr-xr-x  1 root root 5 Jan  1  1904 SoundAppPPC 2.7.3/
drwxr-xr-x  1 root root55 Jul 24  1972 System Folder/
drwxr-xr-x  1 root root   267 Jan  1  1904 Temporary Items/
drwxr-xr-x  1 root root 3 Jan  1  1904 TheFindByContentFolder/
drwxr-xr-x  1 root root 4 Jan  1  1904 TheVolumeSettingsFolder/
drwxr-xr-x  1 root root 6 Jan  1  1904 Trash/
-r--r--r--  1 root root  5621 Apr 25  2002 TypeChanger
drwxr-xr-x  1 root root 5 Jan  1  1904 Utilities/
-r--r--r--  1 root root 274726912 Feb  7 20:54 VM Storage
[EMAIL PROTECTED] root]# 
 

I hope this is more illuminating ;-)
cheers,
Nev

Looks like it is just the files that were locked..
cd /mnt/macos
chmod +wx *
That should get the files in order.
HTH


On Tuesday 08 February 2005 01:02 am, David G Stevenson wrote:
RickSisler wrote:
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
Could you post the output of:
# ls -la /mnt/macos
It gave this:
[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 8
dr--r-x--x  2 root users 4096 Jan  8 18:03 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
What you see there is /mnt/macos is empty. All it contains is the
special files . and ..
This means that the macos directory had dr--r-x--x and is owned by root
but is in the users group.
/mnt has drwxrwxrwx which means anyone on the machine can create
files/directories here.
I assume that the macos disk is not actually mounted at present. Running:
% df -h
will show if this is the case or not.
As for the macos directory, it would be proper for the permisions to be:
drwxr-xr-x
so,
% chmod 755 /mnt/macos
would suffice. If you wanted users in the 'user' group to be able to
write to the macos directory, then:
% chmod 775 /mnt/macos
would do.
Usually, I would not allow write 

Re: [newbie] unlocking files?

2005-02-08 Thread [EMAIL PROTECTED]
I'd forgotten to edit my email 'to' in the header. Hope this is now corrected.

As regards the permissions problem -

What is really needed is a command that tells all my macos files to forget  
_all_ their file permissions. Then perhaps I can start again...? Reverting or 
resetting doesn't seem to work.

n.





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



RE: [newbie] SM56 Motorola - modem problem

2005-02-08 Thread Mohammed Badran

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David G Stevenson
Sent: Tuesday, February 08, 2005 5:41 PM
To: newbie@linux-mandrake.com
Subject: Re: [newbie] SM56 Motorola - modem problem


Mohammed Badran wrote:
 Hi all
 
 I have a SM56 Motorola modem and I can't make it work at
Mandrake 10.1
 official,
 
 I have downloaded the driver of mandrake 10 from
 http://www.motorola.com/softmodem/driver.htm
 
 And done the following commands
 
  
 
 [EMAIL PROTECTED] root]# insmod sm56
 
 insmod: can't read 'sm56': No such file or directory
 
  
 
 [EMAIL PROTECTED] root]# modprobe sm56
 
 FATAL: Error inserting sm56
 (/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
 Invalid module format
 
  
 
 [EMAIL PROTECTED] dev]# ls -l sm56
 
 crw-rw-rw-  1 root root 24, 0 Feb  8 16:26 sm56
 
  
 
 but i can't find '/dev/sm56' in devices list at KPPP also
when trying
 to use '/dev/ttys3' it tells me that modem is busy
 
  
 
 thanks all
 


The module should be noted in /etc/modules.conf, have a look
and see if 
the entry:

options sm56 country=44

exists, you need to change 44 to whatever your country code is.

Does 'lsmod' (as root) show it has loaded? If not, try:

% depmod -a
% modprobe sm56

 From the docs, I see the device should be loaded as /dev/modem which
should be linked to /dev/sm56. So in kppp use /dev/modem.


depmod -a

--
Thanks,

David




hello

This is what written in modules.conf file

alias net-pf-4 ipx
alias autofs autofs4
alias /dev/ppp ppp_generic 
alias tty-ldisc-3 ppp_async 
alias tty-ldisc-14 ppp_synctty 
alias ppp-compress-21 bsd_comp 
alias ppp-compress-26 ppp_deflate 
alias ppp-compress-24 ppp_deflate 
alias char-major-24 sm56
options sm56 country=1 profile=0

the sm56 doesn't appear when doing 'lsmod' and 
when i do 'modprobe sm56' this message is showen

'FATAL: Error inserting sm56
(/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
Invalid module format'

also when doing 'modinfo' this message appear

[EMAIL PROTECTED] etc]# modinfo sm56
filename:  
/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko
vermagic:   2.6.3-7mdk 586
depends:
author: S. Harris, K. Shao, A. Rosario, D. Gutson
description:Motorola SM56 SoftModem Serial Driver
license:Proprietary

when i use KPPP with the device '/dev/modem' this dialog box
apear

'kppp can not find:
/dev/modem
Please make sure you have setup your modem device properly
and/or adjust the location of the modem device on the modem tab
of the setup dialog.'

i 'm new in linux so please don't bother my long message

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] unlocking files?

2005-02-08 Thread [EMAIL PROTECTED]
I tried chmod +wx * ( you did mean * =/mnt/macos?)
It didn't unlock any files,I'm afraid...

n.





On Tuesday 08 February 2005 09:52 am, David G Stevenson wrote:
 [EMAIL PROTECTED] wrote:
  I mounted the macos disk:
 
  [EMAIL PROTECTED] root]# df -h
  FilesystemSize  Used Avail Use% Mounted on
  /dev/hda112.9G  2.3G  430M  85% /
  /dev/hda108.2G  7.9G  266M  97% /mnt/macos
 
  is -la /mnt/macos produced the info below. nb - Notice the date Jan 1904!
  I checked both Mac and Mandrake clocks and thay are set to the right date
  and time. The other linux distro I used was quite old and various
  features,for example the firewire drive access, were 'experimental' and
  tended to crash the computer from time to time,setting all clocks back:
 
 
  [EMAIL PROTECTED] root]# ls -la /mnt/macos
  total 277082
  drwxr-xr-x  1 root root92 Jan  1  1904 ./
  drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
  drwxr-xr-x  1 root root 4 Jan  1  1904 1/
  drwxr-xr-x  1 root root 8 Jan  1  1904 Acrobat Reader 4.0/
  -r--r--r--  1 root root   759 Jan 10  2003 Acrobat Reader 4.0 Install
  Log drwxr-xr-x  1 root root11 Jan  1  1904 Adaptec Toast 4.1.2/
  drwxr-xr-x  1 root root16 Jan  1  1904 Apple Extras/
  -r--r--r--  1 root root534528 Oct  5  2003 AppleShare PDS
  drwxr-xr-x  1 root root16 Jan  1  1904 Applications/
  drwxr-xr-x  1 root root 6 Jan  1  1904 Assistants/
  drwxr-xr-x  1 root root 9 Jan  1  1904 BBEditLite Folder/
  drwxr-xr-x  1 root root 2 Jan  1  1904 Cleanup At Startup/
  drwxr-xr-x  1 root root26 Jan  1  1904 compression:expansion /
  -r--r--r--  1 root root   1069056 Feb  6 11:16 Desktop DB
  -r--r--r--  1 root root   3696794 Dec 18 18:58 Desktop DF
  drwxr-xr-x  1 root root   152 Jan  1  1904 Desktop Folder/
  drwxr-xr-x  1 root root10 Jan  1  1904 Desktop Resetter 2.8 Ä/
  drwxr-xr-x  1 root root 5 Jan  1  1904 Documents/
  -r--r--r--  1 root root  4819 Oct  9  2000 download\WritePDF_MAC.PDF
  -r--r--r--  1 root root  5203 Aug 18  2002 DummyDB.cwk
  -r--r--r--  1 root root  5262 Aug 18  2002 DummySS.cwk
  -r--r--r--  1 root root  3608 Aug 18  2002 DummyWP.cwk
  drwxr-xr-x  1 root root11 Jan  1  1904 Eudora Application Folder/
  -r--r--r--  1 root root   256 Oct  1  2003 Ext Devices FDG
  -r--r--r--  1 root root39 Dec 25  2002 FinaleNotePad-serialNumber
  -r--r--r--  1 root root  3483 Apr 19  2002 Installation Log
  -r--r--r--  1 root root 26238 Jun 27  2004 Installer Log File
  drwxr-xr-x  1 root root14 Jan  1  1904 Installer Logs/
  drwxr-xr-x  1 root root10 Jan  1  1904 MacGSView/
  -r--r--r--  1 root root 13957 Jan  8  2003 MacGSView Installer Log
  File -r--r--r--  1 root root 46080 Aug 18  2002 MacLink Export
  Translators -r--r--r--  1 root root 46080 Aug 18  2002 MacLink Import
  Translators -r--r--r--  1 root root207279 Feb  1  2003
  Ma(r)xTutorials
  drwxr-xr-x  1 root root   361 Jun 17  1978 Max:MSP/
  drwxr-xr-x  1 root root17 Jan  1  1904 MidiShare/
  -r--r--r--  1 root root   179 Jun 12  2002 _nautilus-metafile.xml
  drwxr-xr-x  1 root root 3 Jan  1  1904 Opcode/
  -r--r--r--  1 root root 0 Mar 27  2000 OpenFolderListDF?
  drwxr-xr-x  1 root root 6 Jan  1  1904 Silverlining Pro Folder/
  -r--r--r--  1 root root  1209 Oct  4  2003 Snapz Pro 2 Installer Log
  drwxr-xr-x  1 root root 5 Jan  1  1904 SoundAppPPC 2.7.3/
  drwxr-xr-x  1 root root55 Jul 24  1972 System Folder/
  drwxr-xr-x  1 root root   267 Jan  1  1904 Temporary Items/
  drwxr-xr-x  1 root root 3 Jan  1  1904 TheFindByContentFolder/
  drwxr-xr-x  1 root root 4 Jan  1  1904 TheVolumeSettingsFolder/
  drwxr-xr-x  1 root root 6 Jan  1  1904 Trash/
  -r--r--r--  1 root root  5621 Apr 25  2002 TypeChanger
  drwxr-xr-x  1 root root 5 Jan  1  1904 Utilities/
  -r--r--r--  1 root root 274726912 Feb  7 20:54 VM Storage
  [EMAIL PROTECTED] root]#
 
 
  I hope this is more illuminating ;-)
 
  cheers,
  Nev

 Looks like it is just the files that were locked..

 cd /mnt/macos
 chmod +wx *

 That should get the files in order.

 HTH

  On Tuesday 08 February 2005 01:02 am, David G Stevenson wrote:
 RickSisler wrote:
 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
 Could you post the output of:
 # ls -la /mnt/macos
 
 It gave this:
 
 [EMAIL PROTECTED] root]# ls -la /mnt/macos
 total 8
 dr--r-x--x  2 root users 4096 Jan  8 18:03 ./
 drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
 
 What you see there is /mnt/macos is empty. All it contains is the
 special files . and ..
 
 This means that the macos directory had dr--r-x--x and is owned by root
 but is in the users group.
 
 /mnt has drwxrwxrwx which means anyone on the machine can create
 files/directories here.
 
 
 I assume that the macos disk is not actually mounted at 

Re: [newbie] unlocking files?

2005-02-08 Thread David G Stevenson
[EMAIL PROTECTED] wrote:
I'd forgotten to edit my email 'to' in the header. Hope this is now corrected.
As regards the permissions problem -
What is really needed is a command that tells all my macos files to forget  
_all_ their file permissions. Then perhaps I can start again...? Reverting or 
resetting doesn't seem to work.

n.
If the following two things are done before executing chmod commands...
1. you need to be root to change these files
2. the disk needs to be mounted read/write
I see no reason why the these commands should fail.
caveat: unless there is something in the MacOS file system 
implementation on linux which I am missing (as I mentioned before, I 
have no experience with MacOS)

You cannot revert/forget file permissions as this is not historically 
recorded.

Not sure what to suggest next.
--
Thanks,
David


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



Re: [newbie] unlocking files?

2005-02-08 Thread David G Stevenson
[EMAIL PROTECTED] wrote:
I tried chmod +wx * ( you did mean * =/mnt/macos?)
It didn't unlock any files,I'm afraid...
n.
su
cd /mnt/macos
chmod +rx *
locked = not writable (or executable) permisions ? Just checking we have 
the correct terminology :-)



On Tuesday 08 February 2005 09:52 am, David G Stevenson wrote:
[EMAIL PROTECTED] wrote:
I mounted the macos disk:
[EMAIL PROTECTED] root]# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/hda112.9G  2.3G  430M  85% /
/dev/hda108.2G  7.9G  266M  97% /mnt/macos
is -la /mnt/macos produced the info below. nb - Notice the date Jan 1904!
I checked both Mac and Mandrake clocks and thay are set to the right date
and time. The other linux distro I used was quite old and various
features,for example the firewire drive access, were 'experimental' and
tended to crash the computer from time to time,setting all clocks back:
[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 277082
drwxr-xr-x  1 root root92 Jan  1  1904 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
drwxr-xr-x  1 root root 4 Jan  1  1904 1/
drwxr-xr-x  1 root root 8 Jan  1  1904 Acrobat Reader 4.0/
-r--r--r--  1 root root   759 Jan 10  2003 Acrobat Reader 4.0 Install
Log drwxr-xr-x  1 root root11 Jan  1  1904 Adaptec Toast 4.1.2/
drwxr-xr-x  1 root root16 Jan  1  1904 Apple Extras/
-r--r--r--  1 root root534528 Oct  5  2003 AppleShare PDS
drwxr-xr-x  1 root root16 Jan  1  1904 Applications/
drwxr-xr-x  1 root root 6 Jan  1  1904 Assistants/
drwxr-xr-x  1 root root 9 Jan  1  1904 BBEditLite Folder/
drwxr-xr-x  1 root root 2 Jan  1  1904 Cleanup At Startup/
drwxr-xr-x  1 root root26 Jan  1  1904 compression:expansion /
-r--r--r--  1 root root   1069056 Feb  6 11:16 Desktop DB
-r--r--r--  1 root root   3696794 Dec 18 18:58 Desktop DF
drwxr-xr-x  1 root root   152 Jan  1  1904 Desktop Folder/
drwxr-xr-x  1 root root10 Jan  1  1904 Desktop Resetter 2.8 Ä/
drwxr-xr-x  1 root root 5 Jan  1  1904 Documents/
-r--r--r--  1 root root  4819 Oct  9  2000 download\WritePDF_MAC.PDF
-r--r--r--  1 root root  5203 Aug 18  2002 DummyDB.cwk
-r--r--r--  1 root root  5262 Aug 18  2002 DummySS.cwk
-r--r--r--  1 root root  3608 Aug 18  2002 DummyWP.cwk
drwxr-xr-x  1 root root11 Jan  1  1904 Eudora Application Folder/
-r--r--r--  1 root root   256 Oct  1  2003 Ext Devices FDG
-r--r--r--  1 root root39 Dec 25  2002 FinaleNotePad-serialNumber
-r--r--r--  1 root root  3483 Apr 19  2002 Installation Log
-r--r--r--  1 root root 26238 Jun 27  2004 Installer Log File
drwxr-xr-x  1 root root14 Jan  1  1904 Installer Logs/
drwxr-xr-x  1 root root10 Jan  1  1904 MacGSView/
-r--r--r--  1 root root 13957 Jan  8  2003 MacGSView Installer Log
File -r--r--r--  1 root root 46080 Aug 18  2002 MacLink Export
Translators -r--r--r--  1 root root 46080 Aug 18  2002 MacLink Import
Translators -r--r--r--  1 root root207279 Feb  1  2003
Ma(r)xTutorials
drwxr-xr-x  1 root root   361 Jun 17  1978 Max:MSP/
drwxr-xr-x  1 root root17 Jan  1  1904 MidiShare/
-r--r--r--  1 root root   179 Jun 12  2002 _nautilus-metafile.xml
drwxr-xr-x  1 root root 3 Jan  1  1904 Opcode/
-r--r--r--  1 root root 0 Mar 27  2000 OpenFolderListDF?
drwxr-xr-x  1 root root 6 Jan  1  1904 Silverlining Pro Folder/
-r--r--r--  1 root root  1209 Oct  4  2003 Snapz Pro 2 Installer Log
drwxr-xr-x  1 root root 5 Jan  1  1904 SoundAppPPC 2.7.3/
drwxr-xr-x  1 root root55 Jul 24  1972 System Folder/
drwxr-xr-x  1 root root   267 Jan  1  1904 Temporary Items/
drwxr-xr-x  1 root root 3 Jan  1  1904 TheFindByContentFolder/
drwxr-xr-x  1 root root 4 Jan  1  1904 TheVolumeSettingsFolder/
drwxr-xr-x  1 root root 6 Jan  1  1904 Trash/
-r--r--r--  1 root root  5621 Apr 25  2002 TypeChanger
drwxr-xr-x  1 root root 5 Jan  1  1904 Utilities/
-r--r--r--  1 root root 274726912 Feb  7 20:54 VM Storage
[EMAIL PROTECTED] root]#
I hope this is more illuminating ;-)
cheers,
Nev
Looks like it is just the files that were locked..
cd /mnt/macos
chmod +wx *
That should get the files in order.
HTH

On Tuesday 08 February 2005 01:02 am, David G Stevenson wrote:
RickSisler wrote:
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
Could you post the output of:
# ls -la /mnt/macos
It gave this:
[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 8
dr--r-x--x  2 root users 4096 Jan  8 18:03 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
What you see there is /mnt/macos is empty. All it contains is the
special files . and ..
This means that the macos directory had dr--r-x--x and is owned by root
but is in the users group.
/mnt has drwxrwxrwx which means anyone on the machine can create
files/directories here.
I assume that the macos disk is not actually mounted at present. Running:
% df -h
will show if 

Re: [newbie] Problems starting M10.1 - it freezes

2005-02-08 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 08 Feb 2005 19:44, Fernando Arturo Gómez Flores wrote:
 Hello all.

 Yesterday, after a long week, I received from France my Mandrake 10.1
 Powerpack copy. Finally I can upgrade from my old Red Hat 9 copy!

 Anyway, although it was rather late and I was sleeping, I decided to
 install Mandrake. Finally, after a long wait, it ended. The installer told
 me to restart the machine, so I did. It loaded all Linux, and led me to a
 blue screen with the Mandrake logo. After that, it didn't happen anythig.
 It actually does not freezes, because I can move my mouse, and if I press
 the shut down button of my laptop, it sends the kill all signal and
 finishes the system correctly. Moreover, if I press Ctl+Alt+Backspace it
 restarts the machine.

 However, I never get to the logon screen. Perhaps I missed up something
 while installing (as I said, I was sleeping and maybe I didn't follow one
 step). Tonight I will install it again, but I'd like to know any ideas on
 this subject.

 Thanks for your help,
 Fernando Gomez.

 P.S. My machine:
 Laptop Toshiba Satellite Pro (¿7000?)
 HD 40GB
 RAM 704 MB (512+192)
 Proc. Intel Pentium IV 3 GHz
 3 USB 2.0 ports
 Ethernet LAN
 Atheros Wireless Card SuperG
 - this is all I can remember now.

The most likely cause will be the graphics/video setup.  Try this:

When the lilo splash screen comes up (the one that gives you choices for 
booting), hit Esc to get to a text screen.  Then type
linux 1
This should get you to a prompt where you can start XFDrake, and there you can 
check all your settings.  HTH

Anne
- -- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCCQn3kFAvMr/nNX8RAmh7AKCeq9RUVY4GJdfZXqmSc3U52pXGnACeNkAO
ulIYq8gnC0zzJHc6W212pMM=
=2BnR
-END PGP SIGNATURE-


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



Re: [newbie] File undelete utility?

2005-02-08 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 08 Feb 2005 17:32, Mikkel L. Ellertson wrote:
 Ok - I will add it to my ToDo list. I guess I had better do it in OO
 first, so it can check my spelling!

LOL - well, I know you're bored, and have nothing to do ;-)  I read your list 
of jobs - shouldn't take you too long vbg

Anne
- -- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCCQp0kFAvMr/nNX8RAhrEAKCOapyDbNORvm97FxXpFUG1Jx2VlQCbBUkl
NuefT1QrKbf0YRMTttS3DB4=
=EQAF
-END PGP SIGNATURE-


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



Re: [newbie] unlocking files?

2005-02-08 Thread [EMAIL PROTECTED]
I can't think of a 'Linux' solution to the problem.
I'll try to find a mac applescript that batch unlocks files. I did downloaded
a 'drag and drop' file program but unless I can unlock (by hand I suppose)
part of the  mac OS it won't work. hmm...



On Tuesday 08 February 2005 10:47 am, David G Stevenson wrote:
 [EMAIL PROTECTED] wrote:
  I tried chmod +wx * ( you did mean * =/mnt/macos?)
  It didn't unlock any files,I'm afraid...
 
  n.

 su
 cd /mnt/macos
 chmod +rx *

 locked = not writable (or executable) permisions ? Just checking we have
 the correct terminology :-)

  On Tuesday 08 February 2005 09:52 am, David G Stevenson wrote:
 [EMAIL PROTECTED] wrote:
 I mounted the macos disk:
 
 [EMAIL PROTECTED] root]# df -h
 FilesystemSize  Used Avail Use% Mounted on
 /dev/hda112.9G  2.3G  430M  85% /
 /dev/hda108.2G  7.9G  266M  97% /mnt/macos
 
 is -la /mnt/macos produced the info below. nb - Notice the date Jan
  1904! I checked both Mac and Mandrake clocks and thay are set to the
  right date and time. The other linux distro I used was quite old and
  various features,for example the firewire drive access, were
  'experimental' and tended to crash the computer from time to
  time,setting all clocks back:
 
 
 [EMAIL PROTECTED] root]# ls -la /mnt/macos
 total 277082
 drwxr-xr-x  1 root root92 Jan  1  1904 ./
 drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
 drwxr-xr-x  1 root root 4 Jan  1  1904 1/
 drwxr-xr-x  1 root root 8 Jan  1  1904 Acrobat Reader 4.0/
 -r--r--r--  1 root root   759 Jan 10  2003 Acrobat Reader 4.0
  Install Log drwxr-xr-x  1 root root11 Jan  1  1904 Adaptec
  Toast 4.1.2/ drwxr-xr-x  1 root root16 Jan  1  1904 Apple
  Extras/
 -r--r--r--  1 root root534528 Oct  5  2003 AppleShare PDS
 drwxr-xr-x  1 root root16 Jan  1  1904 Applications/
 drwxr-xr-x  1 root root 6 Jan  1  1904 Assistants/
 drwxr-xr-x  1 root root 9 Jan  1  1904 BBEditLite Folder/
 drwxr-xr-x  1 root root 2 Jan  1  1904 Cleanup At Startup/
 drwxr-xr-x  1 root root26 Jan  1  1904 compression:expansion /
 -r--r--r--  1 root root   1069056 Feb  6 11:16 Desktop DB
 -r--r--r--  1 root root   3696794 Dec 18 18:58 Desktop DF
 drwxr-xr-x  1 root root   152 Jan  1  1904 Desktop Folder/
 drwxr-xr-x  1 root root10 Jan  1  1904 Desktop Resetter 2.8 Ä/
 drwxr-xr-x  1 root root 5 Jan  1  1904 Documents/
 -r--r--r--  1 root root  4819 Oct  9  2000 download\WritePDF_MAC.PDF
 -r--r--r--  1 root root  5203 Aug 18  2002 DummyDB.cwk
 -r--r--r--  1 root root  5262 Aug 18  2002 DummySS.cwk
 -r--r--r--  1 root root  3608 Aug 18  2002 DummyWP.cwk
 drwxr-xr-x  1 root root11 Jan  1  1904 Eudora Application
  Folder/ -r--r--r--  1 root root   256 Oct  1  2003 Ext Devices FDG
 -r--r--r--  1 root root39 Dec 25  2002
  FinaleNotePad-serialNumber -r--r--r--  1 root root  3483 Apr 19 
  2002 Installation Log -r--r--r--  1 root root 26238 Jun 27  2004
  Installer Log File drwxr-xr-x  1 root root14 Jan  1  1904
  Installer Logs/
 drwxr-xr-x  1 root root10 Jan  1  1904 MacGSView/
 -r--r--r--  1 root root 13957 Jan  8  2003 MacGSView Installer Log
 File -r--r--r--  1 root root 46080 Aug 18  2002 MacLink Export
 Translators -r--r--r--  1 root root 46080 Aug 18  2002 MacLink
  Import Translators -r--r--r--  1 root root207279 Feb  1  2003
 Ma(r)xTutorials
 drwxr-xr-x  1 root root   361 Jun 17  1978 Max:MSP/
 drwxr-xr-x  1 root root17 Jan  1  1904 MidiShare/
 -r--r--r--  1 root root   179 Jun 12  2002 _nautilus-metafile.xml
 drwxr-xr-x  1 root root 3 Jan  1  1904 Opcode/
 -r--r--r--  1 root root 0 Mar 27  2000 OpenFolderListDF?
 drwxr-xr-x  1 root root 6 Jan  1  1904 Silverlining Pro Folder/
 -r--r--r--  1 root root  1209 Oct  4  2003 Snapz Pro 2 Installer Log
 drwxr-xr-x  1 root root 5 Jan  1  1904 SoundAppPPC 2.7.3/
 drwxr-xr-x  1 root root55 Jul 24  1972 System Folder/
 drwxr-xr-x  1 root root   267 Jan  1  1904 Temporary Items/
 drwxr-xr-x  1 root root 3 Jan  1  1904 TheFindByContentFolder/
 drwxr-xr-x  1 root root 4 Jan  1  1904 TheVolumeSettingsFolder/
 drwxr-xr-x  1 root root 6 Jan  1  1904 Trash/
 -r--r--r--  1 root root  5621 Apr 25  2002 TypeChanger
 drwxr-xr-x  1 root root 5 Jan  1  1904 Utilities/
 -r--r--r--  1 root root 274726912 Feb  7 20:54 VM Storage
 [EMAIL PROTECTED] root]#
 
 
 I hope this is more illuminating ;-)
 
 cheers,
 Nev
 
 Looks like it is just the files that were locked..
 
 cd /mnt/macos
 chmod +wx *
 
 That should get the files in order.
 
 HTH
 
 On Tuesday 08 February 2005 01:02 am, David G Stevenson wrote:
 RickSisler wrote:
 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
 Could you post the output of:
 # ls -la /mnt/macos
 
 It gave this:
 
 [EMAIL PROTECTED] root]# ls -la /mnt/macos
 total 8
 dr--r-x--x  

Re: [newbie] unlocking files?

2005-02-08 Thread David G Stevenson
[EMAIL PROTECTED] wrote:
I can't think of a 'Linux' solution to the problem.
I'll try to find a mac applescript that batch unlocks files. I did downloaded
a 'drag and drop' file program but unless I can unlock (by hand I suppose)
part of the  mac OS it won't work. hmm...

On Tuesday 08 February 2005 10:47 am, David G Stevenson wrote:
[EMAIL PROTECTED] wrote:
I tried chmod +wx * ( you did mean * =/mnt/macos?)
It didn't unlock any files,I'm afraid...
n.
su
cd /mnt/macos
chmod +rx *
locked = not writable (or executable) permisions ? Just checking we have
the correct terminology :-)

On Tuesday 08 February 2005 09:52 am, David G Stevenson wrote:
[EMAIL PROTECTED] wrote:
I mounted the macos disk:
[EMAIL PROTECTED] root]# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/hda112.9G  2.3G  430M  85% /
/dev/hda108.2G  7.9G  266M  97% /mnt/macos
is -la /mnt/macos produced the info below. nb - Notice the date Jan
1904! I checked both Mac and Mandrake clocks and thay are set to the
right date and time. The other linux distro I used was quite old and
various features,for example the firewire drive access, were
'experimental' and tended to crash the computer from time to
time,setting all clocks back:
[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 277082
drwxr-xr-x  1 root root92 Jan  1  1904 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
drwxr-xr-x  1 root root 4 Jan  1  1904 1/
drwxr-xr-x  1 root root 8 Jan  1  1904 Acrobat Reader 4.0/
-r--r--r--  1 root root   759 Jan 10  2003 Acrobat Reader 4.0
Install Log drwxr-xr-x  1 root root11 Jan  1  1904 Adaptec
Toast 4.1.2/ drwxr-xr-x  1 root root16 Jan  1  1904 Apple
Extras/
-r--r--r--  1 root root534528 Oct  5  2003 AppleShare PDS
drwxr-xr-x  1 root root16 Jan  1  1904 Applications/
drwxr-xr-x  1 root root 6 Jan  1  1904 Assistants/
drwxr-xr-x  1 root root 9 Jan  1  1904 BBEditLite Folder/
drwxr-xr-x  1 root root 2 Jan  1  1904 Cleanup At Startup/
drwxr-xr-x  1 root root26 Jan  1  1904 compression:expansion /
-r--r--r--  1 root root   1069056 Feb  6 11:16 Desktop DB
-r--r--r--  1 root root   3696794 Dec 18 18:58 Desktop DF
drwxr-xr-x  1 root root   152 Jan  1  1904 Desktop Folder/
drwxr-xr-x  1 root root10 Jan  1  1904 Desktop Resetter 2.8 Ä/
drwxr-xr-x  1 root root 5 Jan  1  1904 Documents/
-r--r--r--  1 root root  4819 Oct  9  2000 download\WritePDF_MAC.PDF
-r--r--r--  1 root root  5203 Aug 18  2002 DummyDB.cwk
-r--r--r--  1 root root  5262 Aug 18  2002 DummySS.cwk
-r--r--r--  1 root root  3608 Aug 18  2002 DummyWP.cwk
drwxr-xr-x  1 root root11 Jan  1  1904 Eudora Application
Folder/ -r--r--r--  1 root root   256 Oct  1  2003 Ext Devices FDG
-r--r--r--  1 root root39 Dec 25  2002
FinaleNotePad-serialNumber -r--r--r--  1 root root  3483 Apr 19 
2002 Installation Log -r--r--r--  1 root root 26238 Jun 27  2004
Installer Log File drwxr-xr-x  1 root root14 Jan  1  1904
Installer Logs/
drwxr-xr-x  1 root root10 Jan  1  1904 MacGSView/
-r--r--r--  1 root root 13957 Jan  8  2003 MacGSView Installer Log
File -r--r--r--  1 root root 46080 Aug 18  2002 MacLink Export
Translators -r--r--r--  1 root root 46080 Aug 18  2002 MacLink
Import Translators -r--r--r--  1 root root207279 Feb  1  2003
Ma(r)xTutorials
drwxr-xr-x  1 root root   361 Jun 17  1978 Max:MSP/
drwxr-xr-x  1 root root17 Jan  1  1904 MidiShare/
-r--r--r--  1 root root   179 Jun 12  2002 _nautilus-metafile.xml
drwxr-xr-x  1 root root 3 Jan  1  1904 Opcode/
-r--r--r--  1 root root 0 Mar 27  2000 OpenFolderListDF?
drwxr-xr-x  1 root root 6 Jan  1  1904 Silverlining Pro Folder/
-r--r--r--  1 root root  1209 Oct  4  2003 Snapz Pro 2 Installer Log
drwxr-xr-x  1 root root 5 Jan  1  1904 SoundAppPPC 2.7.3/
drwxr-xr-x  1 root root55 Jul 24  1972 System Folder/
drwxr-xr-x  1 root root   267 Jan  1  1904 Temporary Items/
drwxr-xr-x  1 root root 3 Jan  1  1904 TheFindByContentFolder/
drwxr-xr-x  1 root root 4 Jan  1  1904 TheVolumeSettingsFolder/
drwxr-xr-x  1 root root 6 Jan  1  1904 Trash/
-r--r--r--  1 root root  5621 Apr 25  2002 TypeChanger
drwxr-xr-x  1 root root 5 Jan  1  1904 Utilities/
-r--r--r--  1 root root 274726912 Feb  7 20:54 VM Storage
[EMAIL PROTECTED] root]#

I hope this is more illuminating ;-)
cheers,
Nev
Looks like it is just the files that were locked..
cd /mnt/macos
chmod +wx *
That should get the files in order.
HTH

On Tuesday 08 February 2005 01:02 am, David G Stevenson wrote:
RickSisler wrote:
[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
Could you post the output of:
# ls -la /mnt/macos
It gave this:
[EMAIL PROTECTED] root]# ls -la /mnt/macos
total 8
dr--r-x--x  2 root users 4096 Jan  8 18:03 ./
drwxrwxrwx  6 root root  4096 Jan  8 11:20 ../
What you see there is /mnt/macos is 

Re: [newbie] Dual layer DVD recommendations?

2005-02-08 Thread Ron Hunter-Duvar
On February 8, 2005 00:30, Anne Wilson wrote:
...
 I meant the Community TWiki :-)  Look at
 http://mandrake.vmlinuz.ca/bin/view/Main/DVDDriVes.  That page is a child
 page of http://mandrake.vmlinuz.ca/bin/view/Main/Hardware Compatibility,
 which you might also want to look at (use the tree link near the top of the
 page).
...

Actually, that link should be:

http://mandrake.vmlinuz.ca/bin/view/Main/HardwareCompatibility

(without the space between Hardware and Compability)

-- 
Ron
ronhd at users dot sourceforge dot net

Opinions expressed here are all mine.

As you know, necessity is the mother of invention.
I don't know who the father is. Remorse, I guess. - Red Green


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



Re: [newbie] Problems starting M10.1 - it freezes

2005-02-08 Thread Ron Hunter-Duvar
On February 8, 2005 12:44, Fernando Arturo Gómez Flores wrote:
...
 Anyway, although it was rather late and I was sleeping, I decided to
 install Mandrake.
...

Proves that Mdk is so easy to install you can do it in your sleep! 8^}

-- 
Ron
ronhd at users dot sourceforge dot net

Opinions expressed here are all mine.

As you know, necessity is the mother of invention.
I don't know who the father is. Remorse, I guess. - Red Green


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



Re: [newbie] Problems starting M10.1 - it freezes

2005-02-08 Thread Ron Hunter-Duvar
On February 8, 2005 12:44, Fernando Arturo Gómez Flores wrote:
...
 It loaded all Linux, and led me to a
 blue screen with the Mandrake logo. After that, it didn't happen anythig.
 It actually does not freezes, because I can move my mouse, and if I press
 the shut down button of my laptop, it sends the kill all signal and
 finishes the system correctly. Moreover, if I press Ctl+Alt+Backspace it
 restarts the machine.

 However, I never get to the logon screen.
... 

Is that the blue screen where it says something like Press Esc for details 
above a progress bar? If so, press Esc when it first comes up, and it will 
show you details of the boot process, so you can see exactly where it is 
hanging.

I recently built my own pc, with a Soyo SY-KT600 DRAGON Plus v.2.0 
motherboard, and had similar problems. 

First it was hanging on the Checking for new hardware step. Never did 
determine exactly why, but I just booted into failsafe, and did a:

chkconfig --del harddrake

to disable the new hardware check. This check is unnecessary for 99 out of 100 
boots anyway, and you can shave a few seconds off your boot time by disabling 
it. If you ever need it, you can always do a chkconfig --add harddrake to 
re-enable it.

Then it hung again, this time trying to bring up my Ethernet. Turned out that 
that the built-in nic, a Via VT6102 [Rhine II 10/100], is one of those 
obscure ones that requires the following line to be added 
to /etc/sysconfig/network-scripts/ifcfg-eth0:

MII_NOT_SUPPORTED=no

(Nice double negative there!) I couldn't find any info on what exactly this 
means or why having the default of yes causes a hang, but it's been 
reported in the past with certain other nics. Again, I booted into failsafe, 
and used vi (a horribly primitive, ugly and painful editor, often referred to 
as the evil editor, but an essential command line survival tool) to edit 
the file. After that, it booted fine.

So try to see what is causing the hang, then try a failsafe boot and see if 
you can fix it. Also, if it boots in failsafe, you can try the command:

telinit 3

This will put it into multi-user mode, but command line only, no X. If it is 
the graphical configuration that's causing the hang, as Anne suspects, then 
this will work fine. If this fails, it's hanging on something else. And BTW, 
a telinit 5 will take you into regular GUI mode.

HTH

-- 
Ron
ronhd at users dot sourceforge dot net

Opinions expressed here are all mine.

As you know, necessity is the mother of invention.
I don't know who the father is. Remorse, I guess. - Red Green


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



Re: [newbie] SM56 Motorola - modem problem

2005-02-08 Thread David G Stevenson
Mohammed Badran wrote:
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David G Stevenson
Sent: Tuesday, February 08, 2005 5:41 PM
To: newbie@linux-mandrake.com
Subject: Re: [newbie] SM56 Motorola - modem problem
Mohammed Badran wrote:
Hi all
I have a SM56 Motorola modem and I can't make it work at
Mandrake 10.1
official,
I have downloaded the driver of mandrake 10 from
http://www.motorola.com/softmodem/driver.htm
And done the following commands

[EMAIL PROTECTED] root]# insmod sm56
insmod: can't read 'sm56': No such file or directory

[EMAIL PROTECTED] root]# modprobe sm56
FATAL: Error inserting sm56
(/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
Invalid module format

[EMAIL PROTECTED] dev]# ls -l sm56
crw-rw-rw-  1 root root 24, 0 Feb  8 16:26 sm56

but i can't find '/dev/sm56' in devices list at KPPP also
when trying
to use '/dev/ttys3' it tells me that modem is busy

thanks all

The module should be noted in /etc/modules.conf, have a look
and see if 
the entry:

options sm56 country=44
exists, you need to change 44 to whatever your country code is.
Does 'lsmod' (as root) show it has loaded? If not, try:
% depmod -a
% modprobe sm56
From the docs, I see the device should be loaded as /dev/modem which
should be linked to /dev/sm56. So in kppp use /dev/modem.
depmod -a
--
Thanks,
David


hello
This is what written in modules.conf file
alias net-pf-4 ipx
alias autofs autofs4
alias /dev/ppp ppp_generic 
alias tty-ldisc-3 ppp_async 
alias tty-ldisc-14 ppp_synctty 
alias ppp-compress-21 bsd_comp 
alias ppp-compress-26 ppp_deflate 
alias ppp-compress-24 ppp_deflate 
alias char-major-24 sm56
options sm56 country=1 profile=0

the sm56 doesn't appear when doing 'lsmod' and 
when i do 'modprobe sm56' this message is showen

'FATAL: Error inserting sm56
(/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko):
Invalid module format'
also when doing 'modinfo' this message appear
[EMAIL PROTECTED] etc]# modinfo sm56
filename:  
/lib/modules/2.6.8.1-12mdk/kernel/drivers/char/sm56.ko
vermagic:   2.6.3-7mdk 586
depends:
author: S. Harris, K. Shao, A. Rosario, D. Gutson
description:Motorola SM56 SoftModem Serial Driver
license:Proprietary

Your kernel and the kernel the proprietary closed source driver was 
compiled against are different. Maybe different enough to cause problems 
hooking the code to the newer kernel. In the first instance I would 
email Motorola with your OS details and kernel version and ask them 
nicely for a newer version.

--
Thanks,
David


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



Re: [newbie] Dual layer DVD recommendations?

2005-02-08 Thread Anne Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 08 Feb 2005 21:09, Ron Hunter-Duvar wrote:
 On February 8, 2005 00:30, Anne Wilson wrote:
 ...

  I meant the Community TWiki :-)  Look at
  http://mandrake.vmlinuz.ca/bin/view/Main/DVDDriVes.  That page is a child
  page of http://mandrake.vmlinuz.ca/bin/view/Main/Hardware Compatibility,
  which you might also want to look at (use the tree link near the top of
  the page).

 ...

 Actually, that link should be:

 http://mandrake.vmlinuz.ca/bin/view/Main/HardwareCompatibility

 (without the space between Hardware and Compability)

Thanks Ron - fingers in a twist again :-)

Anne
- -- 
Registered Linux User No.293302 (http://counter.li.org/)
Have you visited http://twiki.mdklinuxfaq.org yet?  Mandrake at all levels
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFCCUpckFAvMr/nNX8RAuliAJ9uocsEx7GfSC2n71PkSfii5janoACgkgIZ
raU4Jpw9Xg16ZP8lhUpPG0I=
=0sDD
-END PGP SIGNATURE-


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



[newbie] URPMI Issue??

2005-02-08 Thread Hugh Crissman
When I try to install something via urpmi I get the follwoing error?

error: failed to stat /home/data_on_wxps1: Input/output error

Now, /home/data_... is an old local directory that I had a rpm dir. mirrored 
to. Since then I have changed the dir where I rsync rpms to. I also updated 
all the media but it is still looking for the old dir? I can't figure out 
where or why it is still looking for this directory. urpmi still works, it is 
just really slow? urpmi -clean did not fix this issue?

Thanks

H. Crissman


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



RE: [newbie] Hardware compatibility - dvd burners

2005-02-08 Thread Hugh Dixon


 -Original Message-
 From: gary [mailto:[EMAIL PROTECTED] 
 Sent: Monday, 7 February 2005 11:25 PM
 To: newbie@linux-mandrake.com
 Subject: RE: [newbie] Hardware compatibility - dvd burners
 
 
 On Mon, 2005-02-07 at 16:01 +1100, Hugh Dixon wrote:
  
   -Original Message-
   From: Hugh Dixon
   Sent: Monday, 7 February 2005 3:38 PM
   To: newbie@linux-mandrake.com
   Subject: [newbie] Hardware compatibility - dvd burners
   
   
   Hi,
   
   I'm looking to get a DVD burner, and am having trouble
   sourcing things from the Mandrake hardware compatibility 
   list. 
 
 I have one of these:
 Vendor: Lite-On Technology Corp.
 
 Model: DVDRW SOHW-1653S
 
 ...and a DVD-ROM:  JLMS XJ-HD166S,
 both work fine.
 
 -- 
 Gary
 And now for something completely different...
 
http://www.tldp.org/HOWTO/HOWTO-INDEX/hardware.html#HWCDROM

Thanks all,
Will get in touch with my supplier and see what they can come up!

Hugh




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



[newbie] Task Manager

2005-02-08 Thread Fernando Arturo Gómez Flores
Hello all.

As a old Windows user, I find really useful the Windows' Task Manager
utility, where I can close applications, check resources, etc. I actually
don't know if there is a similar application already developed, but I'm
willing to make one, based on the /proc files and kernel stuff. However,
this email is for asking if some already knows of an application as the Task
manager, so I don't waste time programming such application...

Regards,
Fernando Gomez.




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



Re: [newbie] Task Manager

2005-02-08 Thread JoeHill
On Tue, 8 Feb 2005 19:03:34 -0800
Fernando Arturo Gómez Flores disseminated the following:

 As a old Windows user, I find really useful the Windows' Task Manager
 utility, where I can close applications, check resources, etc. I actually
 don't know if there is a similar application already developed, but I'm
 willing to make one, based on the /proc files and kernel stuff. However,
 this email is for asking if some already knows of an application as the Task
 manager, so I don't waste time programming such application...

Um, 'top'?

-- 
JoeHill / RLU #282046 / www.freeyourmachine.org
20:22:44 up 37 days, 9:03, 7 users, load average: 0.09, 0.11, 0.06
+++
Either you repeat the same conventional doctrines everybody is saying, or else
you say something true, and it will sound like it's from Neptune. -- Noam
Chomsky 


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



Re: [newbie] Task Manager

2005-02-08 Thread Dan Gordon
On February 8, 2005 10:03 pm, Fernando Arturo Gómez Flores wrote:
 As a old Windows user, I find really useful the Windows' Task
 Manager utility, where I can close applications, check resources,
 etc. I actually don't know if there is a similar application already
 developed, but I'm willing to make one, based on the /proc files and
 kernel stuff. However, this email is for asking if some already
 knows of an application as the Task manager, so I don't waste time
 programming such application...


I like gnome-system-monitor although I am sure there are others as 
well.

Regards,
Dan Gordon
-- 
Tue Feb  8 20:23:35 EST 2005
 20:23:35 up 13:21,  1 user,  load average: 0.04, 0.03, 0.00
If you put your supper dish to your ear you can hear the sounds of a
restaurant.
-- Snoopy


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



[newbie] renice command

2005-02-08 Thread Chris
I'm still trying to remove the 'skip' in XMMS when getting streaming audio.  
I've got it set to a renice value of -20, Kmail to a setting of 15, firefox 
to a setting of 19, mozilla 19 and my two gkrellm stacks are set at 19 each.  
I'm still getting the 'skip'.  In the snip from man renice, it mentions 
PRIO_MAX.  What would that setting be?  Or is -20 the max renice setting?

 The super-user may alter the priority of any process and set the
 priority to any value in the range PRIO_MIN (-20) to PRIO_MAX.  Useful
 priorities are: 20 (the affected processes will run only when nothing
 else in the system wants to), 0 (the ``base'' scheduling priority), any-
 thing negative (to make things go very fast).

-- 
Chris
Registered Linux User 283774 http://counter.li.org
19:40:10 up 28 days, 2:16, 1 user, load average: 1.38, 0.95, 0.71
Mandrake Linux 10.1 Official, kernel 2.6.8.1-12mdk

Why did the Lord give us so much quickness of movement unless it was to
avoid responsibility with?

Live - Classic Rock - From Virgin Radio UK Virgin Radio Classic Rock - The 
original classic rock station - 


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



Re: [newbie] Task Manager

2005-02-08 Thread JoeHill
On Tue, 8 Feb 2005 20:28:00 -0500
Dan Gordon disseminated the following:

 I like gnome-system-monitor although I am sure there are others as 
 well.

Like the ROX app 'System':

http://rox.sourceforge.net/phpwiki/index.php/System

...and I just did a 'urpmq --fuzzy rox', and it's available through urpmi as
'rox-system'. Lot's of other goodies in there too :-)

-- 
JoeHill / RLU #282046 / www.freeyourmachine.org
22:14:03 up 37 days, 10:54, 7 users, load average: 0.35, 0.09, 0.03
+++
Whatever you do will be insignificant, but it is very important that you do it.
-- Gandhi 


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



[newbie] Life............

2005-02-08 Thread Charlie
A lecturer, when  explaining stress management to an audience, raised a glass 
of water and asked,  how heavy is this glass of water?

Answers called  out ranged from 20g to 500g. The lecturer replied, The 
absolute weight doesn't  matter. It depends on how long you try to hold it.

If I hold it for  a minute, that's not a problem. If I hold it for an hour, 
I'll have an ache in  my right arm. If I hold it for a day, you'll have to 
call an ambulance. In each  case, it's the same weight, but the longer I 
hold it, the heavier it  becomes.

He continued,  And that's the way it is with stress management. If we carry 
our burdens all  the time, sooner or later, as the burden becomes 
increasingly heavy, we won't be  able to carry on. As with the glass of 
water, you have to put it down for a  while and rest before holding it again.  
When we're refreshed, we can carry on with the  burden.

So, before you  return home tonight, put the burden of work down. Don't carry 
it home. You can  pick it up tomorrow. Whatever burdens you're carrying now, 
let them down for a  moment if you can. Relax; pick them up later after 
you've rested. Life is  short. Enjoy it!

And then he  shared some ways of dealing with the burdens of  life: 

Accept that  some days you're the pigeon, and some days you're the statue.

Always keep  your words soft and sweet, just in case you have to eat them.

Always read  stuff that will make you look good if you die in the middle of  
it.

Drive  carefully. It's not only cars that can be recalled by their  maker.

If you can't be  kind, at least have the decency to be vague. 

If you lend  someone $20 and never see that person again, it was probably 
worth  it.

It may be that  your sole purpose in life is simply to serve as a warning to  
others.

Never buy a car  you can't push.

Never put both  feet in your mouth at the same time, because then  you won't 
have a leg to stand  on.

Nobody cares if  you can't dance well. Just get up and dance.

Since it's the  early worm that gets eaten by the bird, sleep  late.
 
The second  mouse gets the cheese.
 
When  everything's coming your way, you're in the wrong  lane.
 
Birthdays are  good for you. The more you have, the longer you live.
 
You may be only  one person in the world, but you may also be the world to one  
person.

Some mistakes  are too much fun to only make once.
 
We could learn  a lot from crayons. Some are sharp, some are pretty and some 
are dull. Some have  weird names, and all are different colours, but they all 
have to live in the  same box.

A truly happy  person is one who can enjoy the scenery on a  detour.
 
Have an awesome  day and know that someone has thought about you 
today..I  did.
-- 
Registered Linux User:- 329524
+++
Appreciation is a wonderful thing: It makes what is excellent in others belong 
to us as well. ..Voltaire

***
This email is guaranteed to be Wholly Linux Mandrake 10, KMail 1.6.1, Lyx 
Version 1.3.3, OpenOffice.org1.1


If you want to know Mandrake more intimately - look here:-)
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] ** Welcome to Newbie **

2005-02-08 Thread mandrake
This is an automated weekly message mainly intended
for people new to Mandrake's Newbie List.

=
In This Message
=
1. General Mailing list info
2. List Archives
3. Leaving the list
4. List news
5. List Etiquette
6. Twiki


  1. General info  

General Mailing List info is available at:
http://mandrake.vmlinuz.ca/bin/view/Main/MailingLists

If you have trouble with subscribing or unsubing
(or other list issues), you can contact
Eric (the sender of this email).


  2. Archives  


For speedy results, check here for topics already covered:

http://www.mail-archive.com/newbie%40linux-mandrake.com/

http://marc.theaimsgroup.com/?l=mandrake-newbie



  3. Leaving the list

To unsub from the list, please follow the directions at
http://mandrake.vmlinuz.ca/bin/view/Main/MailingLists


  4. List news

For List News (is the list down?, etc) see 
http://mandrake.vmlinuz.ca/bin/view/Main/NeWs


  5. List Etiquette

We have prepared a page describing common mailing list
etiquette that will make your posts more effective and
make fellow list members happier to help.

It can be found at the community Twiki:
http://mandrake.vmlinuz.ca/bin/view/Main/MandrakeMailingListEtiquette


  6. Twiki

A TWiki is a user-driven webservice, where many members
of the lists have helped organize useful information about
Mandrake and Linux in general. Anyone can contribute.

The Home page of the Twiki is at:
http://mandrake.vmlinuz.ca/bin/view/Main/WebHome

An easier to remember link is http://twiki.mdklinuxfaq.org

The Table of Contents lists all topics and is here:
http://mandrake.vmlinuz.ca/bin/view/Main/WebIndex



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



Re: [newbie] Task Manager

2005-02-08 Thread Angus Auld

- Original Message -
From: Dan Gordon [EMAIL PROTECTED]
To: newbie@linux-mandrake.com
Subject: Re: [newbie] Task Manager
Date: Tue, 8 Feb 2005 20:28:00 -0500

 
 On February 8, 2005 10:03 pm, Fernando Arturo Gómez Flores wrote:
  As a old Windows user, I find really useful the Windows' Task
  Manager utility, where I can close applications, check resources,
  etc. I actually don't know if there is a similar application already
  developed, but I'm willing to make one, based on the /proc files and
  kernel stuff. However, this email is for asking if some already
  knows of an application as the Task manager, so I don't waste time
  programming such application...
 
 
 I like gnome-system-monitor although I am sure there are others as
 well.
 
 Regards,
 Dan Gordon
 **

Start  System  Monitoring  KDE System Guard..for us KDE users. :-)

--Angus

Let us not look back in anger or forward in fear, but around 
in awareness. -- James Thurber

***  
~Linux Laptop, Powered by Mandrake 10.1~
***
~Reg. Linux User #278931~
***


-- 
_
Web-based SMS services available at http://www.operamail.com.
From your mailbox to local or overseas cell phones.

Powered by Outblaze


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



Re: [newbie] Task Manager

2005-02-08 Thread Trevor


  On February 8, 2005 10:03 pm, Fernando Arturo Gómez Flores wrote:
   As a old Windows user, I find really useful the Windows' Task
   Manager utility, where I can close applications, check resources,
   etc. I actually don't know if there is a similar application already
   developed, but I'm willing to make one, based on the /proc files and
   kernel stuff. However, this email is for asking if some already
   knows of an application as the Task manager, so I don't waste time
   programming such application...
 
  I like gnome-system-monitor although I am sure there are others as

 Start  System  Monitoring  KDE System Guard..for us KDE users. :-)

Control Esc  (much quicker)

-- 
 Regards
  Trevor Rhodes
===
Powered by Linux-Mandrake 10.1
Registered Linux user # 290542 at http://counter.li.org
Registered Machine #'s 186951 = Mandrake Club Silver Member
Source :  my 100 % Microsoft-free personal computer.
===
 15:48:12 up 21:37,  2 users,  load average: 0.25, 0.17, 0.24

Never mud wrestle with a pig.. you get dirty and the pig enjoys it!
Never try to teach a pig to dance. You waste your time and annoy the pig.
Theoretically pigs can fly if propelled with enough force.


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



Re: [newbie] SM56 Motorola - modem problem

2005-02-08 Thread Erylon Hines
On Tuesday 08 February 2005 02:51 pm, David G Stevenson wrote:

|
| Your kernel and the kernel the proprietary closed source driver was
| compiled against are different. Maybe different enough to cause problems
| hooking the code to the newer kernel. In the first instance I would
| email Motorola with your OS details and kernel version and ask them
| nicely for a newer version.

Exactly my thoughts.  I've had this problem with the Lucent chip modems with 
kernel 2.6.x.  The versions must match exactly (as well as the gcc version 
that the kernel and driver are compiled against).  If you can afford an 
external SERIAL modem get one, because every time the kernel changes the 
Winmodem driver must be changed also.  It is truly a PITA.



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



Re: [newbie] Task Manager

2005-02-08 Thread Rob Blomquist
On Tuesday 08 February 2005 8:48 pm, Trevor wrote:
   On February 8, 2005 10:03 pm, Fernando Arturo Gómez Flores wrote:
As a old Windows user, I find really useful the Windows' Task
Manager utility, where I can close applications, check resources,
etc. I actually don't know if there is a similar application already
developed, but I'm willing to make one, based on the /proc files and
kernel stuff. However, this email is for asking if some already
knows of an application as the Task manager, so I don't waste time
programming such application...
  
   I like gnome-system-monitor although I am sure there are others as
 
  Start  System  Monitoring  KDE System Guard..for us KDE users. :-)

 Control Esc  (much quicker)

Jammin! I learn something new every day!
-- 
Linux User #183693
http://counter.li.org/


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



[newbie] Amarok, Audacity and streamtuner

2005-02-08 Thread rikona
Hello newbie,

I'm trying to get some sound up on a box recently updated to 10.1.
Using Amarok to play an mp3 file results in severely distorted sound,
but xmms and Audacity seem to do OK. If I try to use another 'engine'
in Audacity it crashes. Tried adjusting levels everywhere, but can't
get good sound in Audacity. Any way to get rid of the distortion in
Amarok?

Also tried streamtuner - very nice. When I try to run Audacity after
streamtuner, it tells me a copy of Audacity is already running
(although I may have left a copy running somewhere). I can't seem to
access it though. How can I do that?

-- 
Thanks,
 rikona  mailto:[EMAIL PROTECTED]



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