similar to: Export knfsd/ext3 on doubly patched kernel(knfsd/reiserfs) OK?

Displaying 20 results from an estimated 500 matches similar to: "Export knfsd/ext3 on doubly patched kernel(knfsd/reiserfs) OK?"

2001 Jan 29
1
Is ext3 kernel nfsd friendly?
This is prompted by two issues: Neil Brown on the NFS list asking for file systems that users want to export via NFS and the problems that the other journaling filesystem reiserfs has with knfsd. As far as I understand reiserfs does not work with knfsd so a patch is needed for the fs driver to provide a callback to knfsd to allow the fs driver to do some clever tricks with inodes. Neil's
2001 Jun 25
1
Any issues with ext3-0.0.7 on 2.4.6-pre5?
Are there any issues with ext3-2.4-0.0.7 on 2.4.6-pre5? The patch applies with offsets and no rejects. [I need the export reiserfs by knfsd functionality of -pre3 onwards. My intent for the test system is to protect all standard partitions /, /usr, /var with ext3 (easier to revert to ext2 and do OS upgrades) and try a mixture of ext3 and reiserfs for exporting of data and user home partitions.]
2001 Jun 04
1
Ooops output
Here's an oops output on 2.4.5 + CVS/ext3. This happened while trying to do a mkinitrd (on RedHat 7.1). ksymoops 2.4.0 on i686 2.4.5-2smp. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.5-2smp/ (default) -m /boot/System.map-2.4.5-2smp (specified) kernel BUG at inode.c:934! invalid operand: 0000 CPU: 1 EIP:
2000 Jul 05
1
Openssh-2.1.1p2 BUG? X11 forwarding no longer works
BUG: X11 forwarding no longer works in Openssh-2.1.1p2. I think this is due to the wrong sense of the test in session.c:1372 session_x11_req(Session *s) { if (!no_port_forwarding_flag) { debug("X11 forwarding disabled in user configuration file."); return 0; } It should be session_x11_req(Session *s) { if
2000 Jul 05
1
OpenSSH-2.1.1p2: Is this misuse of strtok?
Is this a misuse of strtok() in OpenSSH-2.1.1p2? readconf.c:process_config_line() calls strtok() to parse config lines. When it finds oProtocol it calls compat.c:proto_spec() which in turns uses strtok(). However on return of proto_spec(), process_config_line() calls strtok() once more to (quoting from the source code) /* Check that there is no garbage at end of line. */ But surely strtok()
2001 May 27
1
Kernel 2.4.5 and gkernel/ext3 CVS: cannot compile
Hi, I've tried to compile an ext3 extended 2.4.5 kernel but I got no luck. After applying the ext3 patch from the gkernel/ext3 (download today) (symlinks are created) I run into following problem: gcc -D__KERNEL__ -I/usr/local/src/kernel/linux-2.4.5-ext3cvs/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686 -DEXPORT_SYMTAB -c ksyms.c
2001 Jun 07
1
Question about progress on ext3 for the 2.4 and CVS
Hello, Is an version from ext3 available for the 2.4 kernels's ??? My second question is, give it a anon CVS server for live update the sources ?
2004 Mar 31
2
tests to see how ext3 reiserfs 3.6 and jfs survive disk errors.
I made some tests to see how ext3 reiserfs 3.6 and jfs survive disk errors. The test is simple: format a partition, copy the kernel source, unmount and and do ?dd if=/dev/zero of=/dev/hdd bs=512 count=100000 seek=30000? to simulate a disk surface damage and then run fsck. seek=30000 ? this must be the second half of journal in reiserfs and ext3, for jfs I don't know Result: jfs: ---- total
2001 Jun 01
2
ext3 and 2.4.5: OK, but how to convert / ?
Hi. I just installed ext3 for 2.4.5 from http://www.uow.edu.au/~andrewm/linux/ext3/ but couldn't find anything about converting my root partition to ext3. 2 partitions are now ext3 after I umount and tune2fs, but what should I do with / ? I tried init 1 and umount, but tune2fs would fail because it was on read-only fs. Another question is if I can now build ext2 as a module, and if it's
2006 Aug 14
3
failure in do_get_write_access() at transaction.c:731: "(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0)"
Hi, By running some scripts on our target system for a while, I lost all means of access to the system. It seems that the kernel is crashed with the following error message: Assertion failure in do_get_write_access() at transaction.c:731: "(((jh2bh(jh))->b_state & (1UL << BH_Uptodate)) != 0)" Oops: Exception in kernel mode, sig: 4 We are currently running Linux version
2001 Apr 20
1
Just stirring the waters...
Hi, now that Ingo+redhat have discovered the cause of the ext2 corruption under heavy load of 2.4.x a couple of -preX patches ago (BTW ext2/3 gurus - what is the difference between bforget() and brelse() - I'm a bit too dense to understand the explanation given in the -pre patch?) I wonder whether you folks are still finding heavy load corruption problems for 2.4? [My production servers are
2001 Jun 08
1
VALinux's 2.4.5 beta kernel with Ext3
Anyone try this yet? ftp://ftp.valinux.com/pub/software/kernel/beta/2.4.5-beta2va3.11/ List of SRPM contents follows. -- TheBS atomic-lookup.patch atomicalloc.patch byteprofiling.patch comtrol-1.23.patch configs-2.4.5.tar.gz copy-user-reschedule.patch dac960-enclosure-quiet.patch dma-livelock-fix.patch e100-1.5.5.tar.gz e1000-3.0.7.tar.gz eepro100-speedo-1.patch emu10k1-tone.patch
2002 Jan 07
2
Assertion failure in journal_flush()
Hi Steven, Hi ext3-users list! We encountered a reproduceable problem with ext3: When issuing a FIBMAP ioctl for a block written right before while the FS is under high load (RH build universe), the assertion !journal->j_running_transaction fails at the bottom of journal_flush() in fs/jbd/journal.c. We encountered this problem with the arch=s390x (64 bit big endian) bootloader zipl, I'll
2001 Jul 10
1
To ext3 or not to ext3?
I'm in the process of building a home file server and am of course going to use Linux 2.4 (2.4.6 for now...). I'm waffling between resierfs and ext3. I've read the ext3 page and some of the mailing list archives but have a few questions remaining. (I apologize in advance if they are redundant.) Are there any known issues with: - LVM - LVM snapshots (more on that in a sec) -
2002 May 20
1
NFS Mounting Exported SMB MOUNT
I'm trying to NFS mount an export of a SMB mounted share: Windows Box -> Linux Box -> Solaris Box Windows Share -> Linux SMB Mounted/Exported as NFS -> Solaris NFS mount \\windows\share -> /mnt/windows/share -> /mnt/windows/share The problem is that I get a "permission denied" when attempting to mount the exported file
1999 Jul 19
1
Horrible smbmount problem
Hello, I have a problem with smbmount between two Linux (both: RH 6.0, kernel 2.2.9, samba 2.0.4c) boxes. When I use smbmount, the share loads and I can read files just fine, but when I copy ("cp file") to the share, the first 512 bytes of the file are copied and then the copy just freezes there. Trying several times to kill -9 the process didn't work. I had to reboot the server.
2017 Jun 02
2
NFS mount on Centos 7 crashing
On 2/6/2017 10:40 ??, Philippe BOURDEU d'AGUERRE wrote: > Reverting to rpcbind-0.2.0-38.el7 solves the problem for me Thank you very much Philippe, I notice that I have upgraded to rpcbind-0.2.0-38.el7_3.x86_64 on May 26. Have you checked if this bug/behavior has been reported or should we file a bug report? Nick
2005 Nov 01
1
Doubly Non-Central F-Distribution
Hello All, Has anyone written a function for the distribution function of a *doubly* non-central F-distribution? I looked through the archives, but didn't find anything. Thanks! Wolfgang
2008 Dec 18
0
oplock behavior of samba 3.2.6 causes corruption of netscape mailbox files, mails seem to be received doubly or triply
Hi guys, we're running a samba server on a sles 9 with sp2. The server hosts the netscape mailbox files for our users in our terminal server environment. There were never problems with these files. After upgrading from samba 3.0.21 to 3.2.6 (sernet-built) the mailbox files of nearly all users got corrupt while working with netscape. We got the following symptoms. The users seem to receive
2003 Oct 02
0
Doubly Multivariate LME
Dear R: I am trying to fit a doubly multivariate LME (DM) where I have two response variables measured on two occasions per person. Specifically, reading and math scores measured at the beginning and ending of a school year. The response variables have a correlation of r = .85. The response variables in the data matrix are stacked in a vector with a dummy code flagging each outcome and with