Search found 1681 matches

by nobspangle
Sat Feb 05, 2005 7:46 pm
Forum: Q & A
Topic: Missing Directories on fatx after renaming with case changed
Replies: 8
Views: 3861

sounds like a bug in the fatx driver then.
by nobspangle
Sat Feb 05, 2005 7:38 pm
Forum: Q & A
Topic: USB100TX Install Issues
Replies: 7
Views: 3932

maybe there are some options you can pass to the module to make it run at 100Mbps
by nobspangle
Sat Feb 05, 2005 7:36 pm
Forum: General Discussion
Topic: can i still use gentoox without magic?
Replies: 9
Views: 7382

move the xbox into the room with the PC, install wine in a ssh session then move it back.
by nobspangle
Sat Feb 05, 2005 1:04 pm
Forum: Newbie
Topic: Problem after latest magic update on Xorg
Replies: 17
Views: 10748

no help there, how about

Code: Select all

emerge -pv xfce4
by nobspangle
Sat Feb 05, 2005 1:03 pm
Forum: Newbie
Topic: what is portage?
Replies: 2
Views: 1965

portage is the gentoo package management system. more info on the gentoo page here
by nobspangle
Sat Feb 05, 2005 12:58 pm
Forum: Q & A
Topic: Missing Directories on fatx after renaming with case changed
Replies: 8
Views: 3861

do

Code: Select all

mkdir abc
cd abc
touch 123
cd ..
mv abc ABC
ls
You can't move the directory whilst you're still in it.
by nobspangle
Sat Feb 05, 2005 12:55 pm
Forum: Q & A
Topic: USB100TX Install Issues
Replies: 7
Views: 3932

If you are only connected to a 10Mbps cable modem your card will only connect at 10Mbps
by nobspangle
Sat Feb 05, 2005 12:53 pm
Forum: Q & A
Topic: HDD
Replies: 43
Views: 18903

if your rootfs is on F then only root can write to the F drive. Either run azereus as root or use sudo
by nobspangle
Fri Feb 04, 2005 8:46 pm
Forum: Newbie
Topic: Problem after latest magic update on Xorg
Replies: 17
Views: 10748

could you post the output of

Code: Select all

emerge -pv xfce4-base
by nobspangle
Thu Feb 03, 2005 5:07 pm
Forum: Q & A
Topic: Need Help to access "newfs" made during an earlier
Replies: 5
Views: 3564

you are very nearly there.
I have a feeling that the loopbacks will be reiserfs rather than ext3.
Your line in fstab should be

Code: Select all

/mnt/fatx/f/CDBackup      /mnt/CDBackup    reiserfs     loop,defaults   0 0
make sure the directory /mnt/CDBackup exists.
by nobspangle
Thu Feb 03, 2005 5:03 pm
Forum: Q & A
Topic: PRO version with SAMBA support!
Replies: 7
Views: 3979

you are correct on all counts, I wish you luck configuring proftpd with webmin.

Swat is a web based configuration utillity for samba, it comes with samba. To use it you need xinetd.
by nobspangle
Thu Feb 03, 2005 8:08 am
Forum: Q & A
Topic: Need Help to access "newfs" made during an earlier
Replies: 5
Views: 3564

type mount at the prompt and you will see what filesystems are mounted
your newfs should all be mounted in /mnt
by nobspangle
Thu Feb 03, 2005 8:02 am
Forum: Q & A
Topic: PRO version with SAMBA support!
Replies: 7
Views: 3979

I didn't think you would have to reboot after writing the partition table I never have done, although it does warn you about it. I wasn't sure if you had an F drive entry in fstab but you found it so no bother. You do have to edit smb.conf to get samba working, you can do this via webmin once you ge...
by nobspangle
Wed Feb 02, 2005 10:59 pm
Forum: Q & A
Topic: PRO version with SAMBA support!
Replies: 7
Views: 3979

if you only need to configure samba I wouldn't bother with webmin, just use swat which is included with samba.
by nobspangle
Wed Feb 02, 2005 10:52 pm
Forum: Newbie
Topic: 200GB NAS help!
Replies: 11
Views: 6780

Here's one http://www.geocities.com/maxcompress/ I don't know much about this, you would leave the type at 83 all linux systems use 83. Then instead of creating the filesystem with yes | mkreiserfs /dev/hda2 you would use mke2fs -j /dev/hda2 It looks like nobody has really been working on this for a...