Displaying 17 results from an estimated 17 matches for "nochecks".
2004 Jun 23
2
Which disk is it?
Which disk is it?
/dev/sda6 or /dev/sdb8 or /dev/sdc6?
>From my log:
Jun 10 21:25:39 postamt1 kernel: attempt to access beyond end of device
Jun 10 21:25:39 postamt1 kernel: 08:06: rw=0, want=1680353324, limit=59954548
Jun 10 21:25:39 postamt1 kernel: EXT3-fs error (device sd(8,6)): ext3_readdir: directory #3473659 contains a hole at offset 1852399616
$ mount
/dev/sdb6 on / type auto (rw)
2011 Dec 28
3
packages and Solaris
Hi folks,
I''m about to propose to my current company that we use puppet to manage
releases of home grown software. The environment is a mix of Solaris
8/9/10 and RHEL 5&6.
I''ve got a handle on how to create recipes to release software into the
RHEL environment. The unknown for me is how to manipulate the pkgadd
provider to load the locally grown package stream. Can
2007 May 03
3
Re: UPDATE automated installation of puppet into s olaris 10 zones
>> You''re right, if the package content from the global zone is
>> reflected in all zones, the necessary files are already there.
>>
>> Typically I try to keep additional installed packages as
>> independent as possible. So all additional software packages have
>> the following parameters set in the pkginfo file:
>>
>>
2015 Jan 14
1
[PULL] uaccess: fix sparse warning on get/put_user for bitwise types
Hello, Arnd,
As you asked, here's a pull request.
This has been in linux-next apparently with no ill effects.
The following changes since commit 99975cc6ada0d5f2675e83abecae05aba5f437d2:
vhost/net: length miscalculation (2015-01-07 12:22:00 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/uaccess_for_upstream
for you to
2015 Jan 14
1
[PULL] uaccess: fix sparse warning on get/put_user for bitwise types
Hello, Arnd,
As you asked, here's a pull request.
This has been in linux-next apparently with no ill effects.
The following changes since commit 99975cc6ada0d5f2675e83abecae05aba5f437d2:
vhost/net: length miscalculation (2015-01-07 12:22:00 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/uaccess_for_upstream
for you to
2001 Dec 03
2
ext3_free_blocks
On a 2.4.15-pre5 system with a 3ware-Escalade-68000 IDE RAID (mode 1) we had the
follwing "dmesg" output today:
EXT3-fs error (device sd(8,38)): ext3_free_blocks: Freeing blocks in system zones - Block = 16, count = 1
EXT3-fs error (device sd(8,38)): ext3_free_blocks: bit already cleared for block 1052672
EXT3-fs error (device sd(8,38)): ext3_free_blocks: Freeing blocks not in datazone
2012 May 18
1
hppa, powerpcspe: call for klibc/mksh testers
Hi,
no mailing list for powerpcspe? What?s the progress of your
architectures? I don?t see much happening on debian-ports.org,
and taking your architectures off that infrastructure hurts
others (I?ve ?revived? m68k and kept it running on d-p.o which
helps a bit).
Anyway: a new klibc (2.0~rc5-1) has been uploaded, and an mksh
companion version (40.9.20120518-1) depending on it and trying
to use
2005 Oct 31
2
What is the history of CONFIG_EXT{2,3}_CHECK?
Can anyone tell me the history of CONFIG_EXT{2,3}_CHECK?
There is code for a "check" option for mount if these options are
enabled, but there's no way to enable them.
TIA
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
2007 Jun 19
2
[PATCH] Fix change of CDROM for block-configure command
Hi All,
We contributed the problem when CD-ROM was changed as follows.
There was especially no comment though we confirmed the correction method.
Therefore, the patch that corrects these problems is contributed.
Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
Best Regards,
---
Takanori Kasai
----- Original Message -----
From: "Kasai Takanori"
2006 Nov 28
4
how to prevent filesystem check
Hi all,
I want to setup a RAID storage system, where i have two systems connected to
it. the filesystems are mapped out to both connectors. I want the master host
mount them read write, and the slave read only.
in my fstab on the slave I have a line like the following:
/dev/sdb1 /mount ext3 acl,noauto,user_xattr,nosuid,ro 0 0
so in man 5 fstab, it is written, that when the 6. field
2006 Aug 09
0
ActiveRecord provides unnecessary default value (SQL Server)
All,
ActiveRecord 1.14.3, sqlserver adapter, odbc mode
I have a table in SQL Server with a smalldatetime column - let''s call it
little_date. little_date is not allowed to have NULLs per the database
schema.
I am creating a new ActiveRecord object using obj.new (no database save)
and calling obj.little_date. So I''m doing:
obj.new
obj.little_date
What I observe is that if
2010 Nov 23
0
Automount, External USB disk and e2fsck
Does Automount/autofs automagically run e2fsck? If so, how does one
disable this?
We have an external USB connected 2TB hard drive setup to automount.
Sometimes e2fsck gets fired up, I think from Automount. I have this
line in the automount config:
/backupdisk -fstype=ext3,nocheck :LABEL=BACKUP
I believe this should prevent Automount from running e2fsck, but it
still runs it.
(We
2007 Sep 15
1
v1.1.alpha5 crashes with segmentation fault
...l SIGSEGV, Segmentation fault.
settings_is_active (set=0x0) at master-settings.c:505
505 if (*set->protocols == '\0') {
(gdb) bt full
#0 settings_is_active (set=0x0) at master-settings.c:505
No locals.
#1 0x080535d5 in master_settings_read (path=<value optimized out>, nochecks=false, nofixes=false) at master-settings.c:1397
ctx = {type = SETTINGS_TYPE_ROOT, parent_type = SETTINGS_TYPE_ROOT, protocol = MAIL_PROTOCOL_ANY, root = 0x80721d0, server = 0x80721d0,
auth = 0x80727c8, socket = 0x807293c, auth_socket = 0x8072930, auth_passdb = 0x8072878, auth_userdb = 0x8...
2006 Mar 16
1
Segfault when parsing configuration on x86_64
...ead (path=0x41798e "/etc/dovecot.conf",
section=0x0, callback=0x409580 <parse_setting>,
sect_callback=0x409a50 <parse_section>, context=0x7fbffff880)
at settings.c:222
#3 0x000000000040a0e1 in master_settings_read (
path=0x41798e "/etc/dovecot.conf", nochecks=false)
at master-settings.c:1159
#4 0x000000000040875a in main (argc=2, argv=0x7fbffffa18) at main.c:762
#5 0x0000003d4341c4bb in __libc_start_main () from /lib64/tls/libc.so.6
#6 0x000000000040357a in _start ()
#7 0x0000007fbffffa08 in ?? ()
#8 0x000000000000001c in ?? ()
#9 0x0000000000...
2013 Apr 18
0
[Bug 9813] New: --resume parameter to improve speed of dropped/partial transfers
https://bugzilla.samba.org/show_bug.cgi?id=9813
Summary: --resume parameter to improve speed of dropped/partial
transfers
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: core
AssignedTo: wayned at samba.org
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
Hi,
Backported samba-4.4.3 from debian unstabel to debian wheezy today. May
be of interest for others so i share the instructions and patches here.
Ten packages from unstabel must be backported, I modified some to use
python2.7 and removed dependencies to python2.6 and python3 (the later
is not available in an recent enough version on wheezy/wheezy-backports).
1. Install build dependencies
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
Processing commands for control at bugs.debian.org:
> tags 653294 + jessie
Bug #653294 [hellanzb] hellanzb: doesn't work with python-twisted 11.1.0-1 (patch included)
Added tag(s) jessie.
> tags 701439 + jessie
Bug #701439 [src:ircd-hybrid] ircd-hybrid: ftbfs with eglibc-2.17
Added tag(s) jessie.
> tags 616910 + jessie
Bug #616910 [src:musiclibrarian] musiclibrarian: deprecation of