Displaying 20 results from an estimated 40000 matches similar to: "thanks"
2001 Nov 06
1
2.4.14 patch
Hey,
Thanks for sending me the patch Wiktor, but I was looking for the patch
ext3-2.4-0.9.15-2414.gz . If someone has that let me know. Does it work
well with kernel 2.4.14 (any installation issues ?) .
Why can't I download from http://www.uow.edu.au/~andrewm/linux/ext3 page.
If someone can zip the gz patch and email it to me that would be awesome.
My email client acts up sometimes.
2009 Oct 06
1
[patch] PXE-On-A-Disk: etherboot2ethersel.pl patched for etherboot-5.4.3+dfgs
PXE-On-A-Disk from
(ftp://ftp.scyld.com/private/jlehan/pxe-on-a-disk.html) was posted on
syslinux mailing list:
http://syslinux.zytor.com/archives/2005-December/006222.html. It is
being mentioned by syslinux wiki, or some other documentation of
syslinux that I currently can't find.
I tried etherboot2ethersel.pl from PXE-On-A-Disk
(ftp://ftp.scyld.com/private/jlehan/pxe-on-a-disk.html)
2008 Aug 07
1
rsync: hlink.c:271: check_prior: Assertion `node->data != ((void *)0)' failed.
BLS #rsync --version
rsync version 3.0.4pre2 protocol version 30
Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, ACLs, xattrs, iconv, symtimes
rsync comes with ABSOLUTELY NO
2007 Jul 23
1
sudo + pam_lastlog causes user to appear logged out in logs.
Hi, this was originally reported on ports@. [1] Someone noticed that
after after running sudo their session disappeared when running `w`
afterwards. I've done a little experimenting and this is caused when
pam_lastlog.so is included in sudo's pam file. This results in the user
still being logged in though according to the system logs the user has
logged out. Here's an example:
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
Hello
While searching the archives and googling for :
-login script to map drives according to group membership
I saw lots of complicated solutions (on-the-fly scripts, group directories)
etc. but the following works very well for me:
I downloade dthe ifmember.exe from the microsoft website, and stuck it in
the netlogon directory (not the scripts directory)
2001 Nov 06
1
patch download
Hey how is it going.
I can't seem to access the latest patch for 2.4.14 from the website @
www.uow.edu.au/~andrewm/linux/ext3/
Can someone send me the file (by email) or have a mirror/site where I can
download from.
Thanks
ps -
I know the purpose of the mailing list is not this, but this is my last
resort. I really need to try ext3 on my laptop.
thanks again
exo
2008 Jul 10
1
Syslinux
Hello Marc
I am having the same issue mentioned below. I ran the mkdosfs, and
received the following: /dev/sdb contains a mounted filesystem
Can you help?
On Tuesday 10 July 2007 11:16, Visar Zejnullahu wrote:
>* hi I'm new to this, and already havin some trouble :(
*>*
*>* I tried to make my usb pen drive bootable with sysliux, but I got this
*message:
>*
*>* syslinux: this
2009 Nov 12
1
no valid partitiontables anymore
Hi,
recently I had to shut down an iscsi-raid an the connected servers.
After the reinstallation and changing the ip config to match our new lan
design, I can login to the iscsi device, the volumes are there and I can
establish an iscsi link to some volumes.
But, some other volumes on the iscsi device are reported with an invalid
partition table or that they can't be mounted.
e.g.:
fdisk
2010 Nov 14
1
RCurl and cookies in POST requests
Hello.
I know that it's usually possible to write cookies to a cookie
file by removing the curl handle and doing a gc() call. I can do
this with getURL(), but I just can't obtain the same results with
postForm().
If I use:
curlHandle <- getCurlHandle(cookiefile=FILE, cookiejar=FILE)
and then do:
getURL(http://example.com/script.cgi, curl=curlHandle)
rm(curlHandle)
gc()
it's
2004 Nov 23
3
files missing
I have a 1 TB ext3 filesystem mounted via iscsi on a redhat 9 system w/
kernel version - 2.4.20-30.9. I'm not sure when it happened, but today
there appears to be about 7,000 files (600GB) missing. The output from
df implies that the files are still there. It shows 861 GB utilized.
But du shows only 300 GB of data. I'm sure that there are no processes
holding onto deleted files because
2001 Sep 09
0
RE: Thanks! Now I can recieve digest...
<html>
<body>
<img src="http://user6.orgio.net/orgiomail/button.php3?id=nbaxmzrwevbrrsfhjbl&user=redolent" width="1" height="1">
<pre>
Thanks...
Today I will convert my Linux Box file systems to EXT3...
God save me....
-----Original Message-----
From: ext3-users-admin@redhat.com [mailto:ext3-users-admin@redhat.com]On Behalf Of
2001 Oct 15
2
kernel 2.4.12 and ext3 patch
Hi,
I have just joined this list. Sorry for this newbie question.
Is the patch for Linus's kernel 2.4.12 be expected to be released soon ?
Thanks in advance.
Peace
--
Rajesh
http://www.symonds.net/~rajesh/ ***** Powered By: Debian GNU/Linux
Kernel 2.4.10(ext3)
:
[Linux One Stanza Tip] From : <bish@nde.vsnl.net.in>
LOST #028 -**< Sub : Graphic file
2006 Mar 20
1
fixing a corrupt /dev/hdar .. debugfs assistance...
I used ddrescue to copy /dev/md1 to a disk of sufficient size, and
re-ran e2fsck, and still get the error message that there's no root
file system (I've tried most every superblock):
# fsck -y -b 7962624 /dev/sdf
fsck 1.36 (05-Feb-2005)
e2fsck 1.36 (05-Feb-2005)
Superblock has a bad ext3 journal (inode 8).
Clear? yes
*** ext3 journal has been deleted - filesystem is now ext2 only ***
2004 Oct 12
1
Ext3 used in server -- Thanks
i want to use Ext3 as journal file system in a server, and there are
several requirements:
1,the largest file should be no smaller than 1TB
2,the largest file syetem should be no smaller than 4TB
3,the max file name should be no less than 255 bytes
does Ext3 fix it? or how could i do to solve this requirements?
Thanks for your patience and expertise!
2014 Apr 15
1
CentOS 6 mount of ntfs formatted usb stick fails
I recently received an 8GB usb stick that fails to mount on my fully
patched CentOS 6.5 desktop machine.
The stick works just fine on a windoze 7 laptop (my daughter's) with no
special drivers installed.
fdisk -l /dev/sdf gives the following:
Disk /dev/sdf: 8004 MB, 8004829184 bytes
102 heads, 38 sectors/track, 4033 cylinders
Units = cylinders of 3876 * 512 = 1984512 bytes
Sector size
2001 Dec 06
1
Lots of lost+found files ...
Hi,
I've recently had a spate of filesystem errors on my laptop which
is running a vanilla RedHat 7.2 (kernel 2.4.7) using the ext3
filesystem on all partitions.
I have been using the laptop with no apparent problems for some time
but last weekend, when I was trying to compile Evolution overnight,
I hit a compile problem; it complained that a Makefile didn't exist
in a script directory.
2001 Nov 15
2
box standard kernel 2.2.x failes to mount cleanly unmounted ext3 partition
Hi Everyone!
Just to let you know,
I am very happy ext3 made it thorugh to linux kernel 2.4.15
We have installed ext3 on several machines here at jtrix.org (including two
laptops) and everything seems to be working fine.
Our only concern is for our two public servers. They run linux 2.2.19 for
stability reasons. On one of the laptops (dual booting 2.2.19 and 2.4.14)
kernel 2.2.19 failed to
2001 Dec 06
0
Lots of files in lost+found ...
Hi,
I've recently had a spate of filesystem errors on my laptop which
is running a vanilla RedHat 7.2 (kernel 2.4.7) using the ext3
filesystem on all partitions.
I have been using the laptop with no apparent problems for some time
but last weekend, when I was trying to compile Evolution overnight,
I hit a compile problem; it complained that a Makefile didn't exist
in a script directory.
2002 Sep 19
3
ext3 fs: no userspace writes == no disk writes ?
Hello,
I have a question about ext3 write activity.
I am considering using an ext3 fs on a CompactFlash disk for my
data-logging application (power can disapear anytime).
The quantity & frequency of the data logged itself is not a
problem at all considering flash wear.
But I'm a bit worried about the kernel/ext3 doing regular writes
by itself even when there are no userspace writes.
2000 Nov 02
2
Converting / to ext3.
My guinea pig laptop has only a / partition, and a small /boot
partition. I installed the ext3 kernel succesfully (I think). Now, how
do I get / converted to ext3? I'm thinking:
* Use mkbootdisk on a floppy, to create a boot disk with the ext3 kernel.
* Boot off the floppy.
* Follow the instructions to convert / to ext3.
* Change the filesystem type in /etc/fstab to ext3.
* Reboot.