Displaying 20 results from an estimated 6000 matches similar to: "problem mounting root as ext3 on init"
2001 Aug 18
2
ext3->ext2->ext3 and unclean umount
Suppose I have the latest and greatest e2fsprogs.
>From reading the docs I understand that
1) boot ext3, clean umount
- you can remount ext3 or ext2
2) boot ext3, unclean umount
- you can remount ext3
- you can e2fsck and remount ext2
Does this mean that normal linux init script e2fsck will do it, in case fstab
says ext2? Or you should make sure to run e2fsck by hand with -f?
3) boot
2002 Apr 04
3
mount /dev/hda6 ext3
Dear all,
I followed the instructions found on
http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
to convert / on several of my boxes to ext3.
Strange to me, on some boxes it perfectly worked while on others it
didn't. One of the differences found is that on the ok-boxes
mount reports:
/dev/hda3 on / type ext3 (rw,errors=remount-ro)
/* Settings:
cat /etc/fstab
/dev/hda3 / ext3
2012 Aug 29
1
What could cause an "unclean shutdown" of process?
Hello everyone,
I've been experiencing many problems recently with windows software parsing
large text files stored on a samba share (smb version 3.6.3 on
ubuntu12.04). The software, which are running on windows XP stations, are
crashing quite often.
I notice this in the log.smbd at the time of the crash:
[2012/08/28 17:25:21.980609, 3] smbd/server.c:629(smbd_parent_housekeeping)
Printcap
2001 Oct 28
1
Ext3 needs updated "mount" also + SILO note
Just wanted to note that you also need "mount" => 2.11 to use "auto" in
fstab. On the homepage http://www.uow.edu.au/~andrewm/linux/ext3/ it only
tells you to use "util-linux" => 2.11
Also, a note about SILO not working with unclean Ext3 would be nice (i.e.
make a dedicated ext2 /boot partition if you want to run ext3 on Sparc).
/Martin (very new to this list)
2002 Jan 30
1
Should fs_passno in /etc/fstab be always set to 0
That seems to be the indication given by this webpage
http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html
However, default install of Redhat 7.2 setsup fs_passno(6th field of
/etc/fstab) as 2 which asks you if you want to run fsck after an unclean
shutdown
The question is, is fsck required after an unclean shutdown or should
one just rely on journal replay. What does fsck do when it sees an
2012 Jan 04
3
Fwd: Re: Samba Freezes accessing shares/ low performance
Thanks Volker, I've Changed the values as you suggested, i noticed that
the default value for max xmit is much less 16384! Still I feel like the
performance is very slow indeed. This because on server, a can make
copys arround 8gb/s! and in samba is all so slow and it freezes as i sad
many times...
Can you have a second look to the log, to see if you see anything
strange? I'm putting
2012 Mar 23
1
Users can't login any more
Hi,
I'm using samba for years now. Today I got complaints from some users
they could not login any more.
The PC's they used where old Win98 PC's. Unfortunately I still have to
support these. It worked fine for years, though. AFAIK nothing changed
the last months. And since I do such changes I would know.
I have a virtual machine with XP. To do some tests, I made a snapshot
just
2016 Dec 19
1
Samba 3.5.7-3.5.1-2573 not able to shutdown old processes which results in locked files
Dear Samba users,
Samba tries to close old connections on a new session setup from the same machine, but fails. Those connections result in locked files which the users can't access - i.e. save or open. I have to kill them via "kill -9 pid".
smb.conf:
http://pastebin.com/bYRFJwu0
smb.inc:
http://pastebin.com/JV9KyDyA
Using "reset on zero vc = yes" seems to reduce the
2002 Dec 03
2
problem using ext3 on root fs
Hi,
I just converted all my hard disk filesystems from ext2 to ext3.
This worked perfectly fine for all non-root fs, but I am having
trouble converting the root fs, too. Here's what I did:
1. rebuilt my kernel (2.4.20, x86) with ext3 support linked in
statically - no module.
2. Added a journal file to my root fs using 'tune2fs -j'.
3. Added 'rootfstype=ext3' to the
2003 Aug 23
2
Warning of upcoming removal of ''logunclean'' and ''dropunclean'' interface options.
Harald Welte just announced that the 2.6 Kernels will not support the
''unclean'' match extension except via Patch-O-Matic.
Since I have a polciy of not supporting Netfilter features that are only
available in P-O-M, I will be removing the ''logunclean'' and ''dropunclean''
interface options from Shorewall.
In 1.4.7, a warning will be issued if
2004 Sep 24
5
AW: How to improve the quality of curve/line plots?
Thanks for the tip using a smoothing technique before plotiing in order to get a curve instead of a line connecting the observations.
But that's not the solution for my main problem with the "unclean" line plot. In order to show my problem let's take this simple example:
> xval <- c(1, 2, 3, 4, 5, 6, 7, 8)
> yval <- c(10, 30, 40, 50, 70, 90, 100, 110)
> plot
2002 May 20
1
ext3 buffer leak/memory leak?
Hi,
I am a new ext3 user and I am having some problems. I seem to have
introduced a memory leak after adding ext3 support to the kernel. I noticed
when running top or viewing /proc/meminfo my free memory pool seems to be
decreasing while my buffers are increasing (around the same rate). I am
currently using a root partition and a /var partition. I have listed the
ext3 boot messages below.
2012 Sep 19
1
Error message about lock database
Hi,
I'm running samba on a fully updated CentOS-6.3 box as a fileserver
exporting to Win7 clients.
samba-3.5.10-125.el6.x86_64
Anybody got an idea what is causing the following error message. It's
filling up my logs.
[2012/09/19 11:40:20.710031, 1] smbd/server.c:267(remove_child_pid)
Scheduled cleanup of brl and lock database after unclean shutdown
[2012/09/19 11:40:40.729746,
2013 Jun 26
2
Re: removing external journal
On 2013-06-26, at 9:38 AM, Eric Sandeen wrote:
> On 6/25/13 3:13 AM, Folkert van Heusden wrote:
>>
>> I have a system with an ext4 filesystem with its journal on an other
>> device (an SSD).
>> Now this SSD dropped of the sata bus so the filesystem went r/o.
>> I would like to remove the journal but it says it can't because
>> needs_check is set.
>
2018 Oct 02
1
Re: This QEMU doesn't support the LSI 53C895A SCSI controller
On 02/10/2018 09:19, Andrea Bolognani wrote:
> Your assessment looks correct, and the controller is indeed compiled
> out downstream. Filing a BZ sounds like a reasonable next step, but
> you might also want to investigate virt-v2v, which I believe will
> take care of switching to the more performant virtio-scsi (including
> installing the necessary drivers) for you when moving
2002 Jan 03
2
Addendum to previous email re: "Wasted Space"
Also, it's important to note that 'du -h' reports the appropriate amount
of space used and that the drive appears, in all other regards, to be
properly using the space. Is this perhaps a bug with how Windows reads
the available space left on SMB shares? (Likely a Windows problem)
-Tal
2009 Mar 03
2
openldap 2.4.11 ......unable to start on reboot
Hi
I had upgraed my opneldap rpm frm 2.3.27 to 2.4.11 with ehelp of the
followng link http://staff.osuosl.org/~jeff/openldap/
I had then rebooted my machine and now whne i am starting ldap
[root at system-test40 ldap]# /etc/init.d/ldap start
Checking configuration files for slapd: bdb_db_open: database
"o=netserv_ldap": unclean shutdown detected; attempting recovery.
bdb_db_open:
2010 May 24
1
3.4.5->3.5.3 breaks domain logons
At 11:30 AM 5/23/2010, you wrote:
>On Sunday 23/05/2010 at 6:44 am, Thomas Burkholder wrote:
>>I've been trying to upgrade from samba 3.4.5 to 3.5.x (currently 3.5.3) on
>>a Ubuntu 9.10 system where I compile my own Samba. The server is a PDC for
>>several win2000 clients and uses an LDAP backend hosted on the same
>>machine. After the upgrade, clients can connect to
2013 Jun 27
0
Re: removing external journal
Eric, Andreas,
>>> I have a system with an ext4 filesystem with its journal on an other
>>> device (an SSD).
>>> Now this SSD dropped of the sata bus so the filesystem went r/o.
>>> I would like to remove the journal but it says it can't because
>>> needs_check is set.
>>
>> What does it actually say? there is no needs_check flag
2003 Mar 06
2
help
hi,
i'm implementing journaling support in vfat,
basically i'want to know that how kernel come to
know about unclean unmount at the time of reboot,
if i'm not wrong it must be checking this before
mounting a filesystem.
plz help me in this regard as soon as possible.
cheers
ravi