Displaying 20 results from an estimated 1000 matches similar to: "Removing ext3 to use GNU Parted"
2001 Jul 04
2
Assertion failure in ext3_prepare_write() at inode.c:934: "handle != 0"
Hi. I was using ext3 0.0.1 without any problems in the last
33 days (same boot). / was still ext2, but I changed /etc/fstab
to ext3. /home/ftp/pub/ is ext3. I mounted
/home/ftp/pub/slakware/bare.i with loopback in /mnt/floppy/.
After some time:
==> /var/log/syslog <==
Jul 4 09:40:51 pervalidus kernel: Assertion failure in
ext3_prepare_write() at inode.c:934: "handle != 0"
Jul 4
2001 Jun 22
2
EXT3-fs error: ext3_readdir: bad entry in directory
Hi. IIRC, I had the same problem with 2.4.3 and ext2, I'm not sure if with the same directory entry, but at the time fsck fixed without any problems. I only know that the error again is with my Mozilla sources.
The Mozilla sources are in another partition. I used lndir from my root fs to symlink everything and build it. At some point c++ segfaulted (happens a lot with my GCC 3.0), and I had
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
2001 Jul 14
0
Re: ext3-users@redhat.com
Stelian Pop wrote:
> I found out that a new version of ext3-2.4 was available from
> the previous messages on this list, despite the fact that
> no 'official' announce was given...
I thought that the message,
https://listman.redhat.com/pipermail/ext3-users/2001-July/000804.html
, was the official announcement.
BTW, no problems here with 0.9.0. 1 week and some hours of
2001 Jul 30
0
Documentation/filesystems/ext2.txt and ext3 for 2.4
Hi. While reading Documentation/filesystems/ext2.txt I
noticed that the information about ext3 is outdated:
The ext3 code is currently (Apr 2001) available for 2.2 kernels only,
and not yet available for 2.4 kernels.
Journaling (ext3) ftp://ftp.uk.linux.org/pub/linux/sct/fs/jfs/
The file was touched when I applied the 2.4.7 patch from
Linus, so I suspect it's maintained.
--
2001 Aug 28
3
OT: compiling e2fsprogs
hi all,
sorry when i am off topic, but: i am trieing to compile the new e2fsprogs
like the ext3-manual
recommend. but it don't want to work, and it's look like i need a programm
which is named "makeinfo".
does anybody had the same problems, or know where i can find it?
thanks for all.. i added my error-log
Andreas
log:
make[1]: Wechsel in das Verzeichnis Verzeichnis
2001 Oct 17
3
"ext2fs_check_if_mount: No such file or directory while determining whether" messages
Hi. I was using 2.4.10 with ext3 0.9.10 and thought it was
time to use -ac for the first time because 2.4.12-ac3
includes 0.9.12.
I don't know what I did to get the following messages, but in
my last boot I removed /etc/mtab (at runtime) and made it a
symlink to /proc/mounts. Not sure if a bad idea, but the only
problem until I rebooted was the need of losetup -d.
When I rebooted, all
2001 Aug 28
3
df not showing ext3 partition
Is there an updated version of the fileutils df that will show mounted
ext3 partitions? I'm using fileutils-4.1.
-- Curtis Hogg [buckminst@inconnu.isu.edu]
----------------------------------------------
T-shirt Of The Day:
I'm the person your mother warned you about.
----------------------------------------------
Email 1 - buckminst@inconnu.isu.edu
Email 2 - buckminst@hotmail.com
WWW -
2001 Sep 05
3
[e2fsprogs-1.24] "fsck -A -a" fails on reboot
Dear Ted,
I upgraded e2fsprogs and util-linux to the latest versions, as per the
instructions on the "ext3 for 2.4" page, to make the switching between
ext2-only and ext3-enabled kernels seamless.
Now that if the filesystems have not been unmounted cleanly, due to a
power failure for example, "fsck -A -a" cannot continue after checking
the root filesystem on reboot, issuing
2007 May 13
1
symbollic differentiation in R
Hi all,
I wrote a symbollic differentiation function in R, which can be downloaded
here:
http://www.econ.upenn.edu/~clausen/computing/Deriv.R
http://www.econ.upenn.edu/~clausen/computing/Simplify.R
It is just a prototype. Of course, R already contains two differentiation
functions: D and deriv. However, these functions have several limitations.
They can probably be fixed, but
2007 Aug 04
7
Optimization in R
Hi all,
I've been working on improving R's optim() command, which does general purpose
unconstrained optimization. Obviously, this is important for many statistics
computations, such as maximum likelihood, method of moments, etc. I have
focused my efforts of the BFGS method, mainly because it best matches my
current projects.
Here's a quick summary of what I've done:
*
2011 Sep 16
4
Dual Authentication: Local and Active Directory
I was wondering if it was possible to get a Samba server that was
acting as an AD member server to also be able to authenticate local
users, or is stuck just serving AD users?
--
Aaron Clausen
mightymartianca at gmail.com
2007 May 13
2
relist, an inverse operator to unlist
Hi all,
I wrote a function called relist, which is an inverse to the existing
unlist function:
http://www.econ.upenn.edu/~clausen/computing/relist.R
Some functions need many parameters, which are most easily represented in
complex structures. Unfortunately, many mathematical functions in R,
including optim, nlm, and grad can only operate on functions whose domain is
a vector. R has a
2011 Apr 20
2
Folder Encryption and Samba
It's been passed to me from on high that one of our file servers needs
to be encrypted. I'm considering either whole-disk encryption or
folder encryption. I like the latter since, well, it's less work.
Is there any particular folder encryption systems out there that the
folks around here can recommend?
--
Aaron Clausen
mightymartianca at gmail.com
2011 Jul 26
2
Incoming External Trust
I'm running a Samba domain (Samba 3.4.7) with OpenLDAP. I also have
an Server 2003 AD domain, and want to set up an external trust so that
AD users can access resources on the Samba domain, but not visa versa
(I believe this is called a one-way incoming external trust). I'm not
finding a lot of information out there that makes sense. Does anybody
have any hints?
--
Aaron Clausen
2002 Dec 02
1
IMQ
Has anybody got imq running on iptables 1.2.7a. The home page for imq only
seems to have a patch for 1.2.6a.
--
Aaron Clausen
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Mar 19
2
read only media
Hi guys,
Is there any way to mount an ext3 fs that is on ro media?
I get an error:
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access unavailable, cannot proceed.
Specifically this is with an LVM snapshot.
2003 Jul 03
1
Auth problems against Eudora
Hi,
I'm trying to set up dovecot to do pop3 from Eudora, but it keeps breaking
on authentication attempts using plain auth. When I snoop the connection
with tcpflow, here's what I see:
128.174.246.068.00110-062.107.004.050.49653: +OK dovecot ready.
128.174.246.068.00110-062.107.004.050.49653: +OK dovecot ready.
128.174.246.068.00110-062.107.004.050.49653:
2018 Jan 24
0
Newbie - Scrape Data From PDFs?
Hi Scott,
I have never done this myself but I read something recently on the
r-help distribution that was related.
I just did a quick search and found a few hits that might work for you.
1. https://medium.com/@CharlesBordet/how-to-extract-and-clean-data-from-pdf-files-in-r-da11964e252e
2. http://bxhorn.com/2016/extract-data-tables-from-pdf-files-in-r/
3.
2001 Oct 23
2
nice mini-howto
hello,
i am a newbie to this list and i don't know if this has been posted before
(if so, plzz accept my apologies)
i just noticed a nice mini-howto on ext2-ext3 conversion at
http://www.symonds.net/~rajesh/howto/ext3/index.html
i think that maybe a link can be added to this after the download section...
cheers
Sayamindu
*********************************************************************