search for: ratnet

Displaying 5 results from an estimated 5 matches for "ratnet".

Did you mean: catnet
2002 Nov 29
0
libsmbclient problem
...c/smb.conf). errors: 1) list all workgroups $ ./list smb:// smbc_opendir: Invalid argument # means: A NULL file/URL was passed, or the URL would not parse, or was of incorrect form or smbc_init not called. # lists the available workgroups when called on first server 2) list servers in workgroup RATNET $ ./list smb://RATNET/ smbc_opendir: No such device # means: the workgroup or server could not be found. # lists servers when called on first server Listing dirctories and shares works with both samba servers. My question is: which options in the smb.conf file are used by libsmbclient (and wh...
2003 Jan 18
2
[patch 2.4] Fix ext3 scheduling storm and lockup
This patch fixes an inefficiency and potential system lockup in the 2.4 kernel's ext3 filesystem. The problem has been present since 2.4.20-pre5. This patch is applicable to 2.4.20. A copy is at http://www.zip.com.au/~akpm/linux/patches/2.4/2.4.20/ext3-scheduling-storm.patch Anyone who is using tasks which have realtime scheduling policy on ext3 systems should apply this change.
2002 Dec 21
2
external journal
Hello! I have some questions about external journals. On a 4 disk software RAID 5 I have two big devices (one 60 GB, one 180 GB). I would like to give each an external journal on a 2 disk software RAID 1 device and use data=journal. The journal will get its own partition with mke2fs -O journal_dev /dev/mdwhatever. The used 6 harddrives are all IDE drives, they are connected through
2002 Dec 29
1
ext3 external journal and fstab
...it? I created the journal with mke2fs /dev/md22 -O journal_dev and the ext3 filesystem with mke2fs -j /dev/md12 -J device=/dev/md22. Thanks again, Norman Schmidt. -- -- Norman Schmidt Universitaet Erlangen-Nuernberg _ cand.chem. Sysadmin Wohnheimnetzwerk RatNET _ // mailto:schmidt@naa.net \X/
2003 Feb 03
1
question to data= option
Hi ext3-users! I have a question to the data= option. Can I determine which of the alternatives ordered, writenback, journal is used at the mounting time or do I have to decide at making time of the journal (or is the journal made at mounting time, after the old entries have been replayed)? Goes the same for external journals? The reason: I want to know if I can change from data=ordered