Displaying 20 results from an estimated 630 matches for "jh".
2004 Jan 14
1
-vn doesn't list empty directories, -v does
...copied, even tough it copies them. It does list empty directories to
be deleted. The -v option does list and copy empty directories. -v
should behave the same in both instances, and the desired behavior is
to report the copy of the empty directory.
Consider the following tree:
drwxr-xr-x 4 jh jh 4096 Jan 14 15:50 .
drwxr-xr-x 2 jh jh 4096 Jan 14 15:45 ./baz
-rw-r--r-- 1 jh jh 0 Jan 14 15:45 ./baz/glup
drwxr-xr-x 3 jh jh 4096 Jan 14 15:50 ./foo
drwxr-xr-x 2 jh jh 4096 Jan 14 15:31 ./foo/bar
-rw...
2004 Jan 09
1
Problem with DNS (UDP) queries
Hi all
I am trying to get rid of strings:
kernel: Connection attempt to UDP FREEBSD_IP:port from DNSSERVER_IP:53
on my console and in log file
I understand that those are replies on DNS queries that for some reason
took too long time to be answered.
I do not want to turn off the "log in vain" feature.
As these strings fill up my log I am afraid to miss some sensitive
messages (e.g.
2005 Sep 09
7
[PATCH 0/6] jbd cleanup
The following 6 patches cleanup the jbd code and kill about 200 lines.
First of 4 patches can apply to 2.6.13-git8 and 2.6.13-mm2.
The rest of them can apply to 2.6.13-mm2.
fs/jbd/checkpoint.c | 179 +++++++++++--------------------------------
fs/jbd/commit.c | 101 ++++++++++--------------
fs/jbd/journal.c | 11 +-
fs/jbd/revoke.c | 158
2005 Apr 11
3
Default Firewall Entries
Hello CentOS,
I'm curious... there seems to be a couple of default firewall rules
that I'm not familiar with in the CentOS 4.0
# Firewall configuration written by system-config-securitylevel
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -j RH-Firewall-1-INPUT
-A FORWARD
2002 May 31
2
PATCH for filesys corruption in ext3 with data=journal
...red 90 minutes downtime for a fsck) some indirect blocks
being over-written by file contents.
NeilBrown
--- ./fs/jbd/commit.c 2002/05/28 04:15:18 1.1
+++ ./fs/jbd/commit.c 2002/05/28 22:44:48
@@ -663,12 +663,13 @@
* there's no point in keeping a checkpoint record for
* it. */
bh = jh2bh(jh);
- if (buffer_jdirty(bh)) {
+ if (buffer_jdirty(bh) && !__buffer_state(bh, Freed)) {
JBUFFER_TRACE(jh, "add to new checkpointing trans");
__journal_insert_checkpoint(jh, commit_transaction);
JBUFFER_TRACE(jh, "refile for checkpoint writeback");
_...
2009 Feb 11
1
zfs crashes with nfs and snapshots
Hi folks,
I just saw one of my FreeBSD servers (7.0-stable of June 2008) crash while
trying to access the .zfs snapshot directory via a nfs client machine.
The server got a page fault caused by the nfsd process. It wasn't even
able to dump the kernel image anymore.
Resetting the machine it first appeared to come back fine, but shortly
before the login prompt the nfsd let it crash hard again
2006 Jun 20
1
Packaging platform-specific functions
I have a few functions, such as screenWidth() and screenHeight(), which
I have been able to implement for a Unix/Linux environment, but not for
Windows. (Does anyone know how to find the screen dimensions in
Windows?)
The Writing R Extensions manual tells me how to include
platform-specific sections in documentation, and even how to have
platform-specific help files. But it doesn't say
2004 Sep 20
2
Can't delete smbpasswd user if not in /etc/passwd
Hi all,
Looking for a solution to the following:-
# smbpasswd -x jh---
build_sam_account: smbpasswd database is corrupt! username jh--- with uid 1774 is not in unix passwd database!
Failed to initialise SAM_ACCOUNT for user jh---. Does this user exist in the UNIX password database ?
Failed to modify password entry for user jh---
#
Ths user has already been delet...
2013 Apr 24
19
Hardware virtualization
Hi
It''s my first experience with xen
I would like to use a OS linux create by buildroot like a guest.
I have a PC whit virtualizatin whit debian distribution and I install xen-linux-sysem on the PC.
In this PC a VM doesn''t work correctly.
I would like to know if exist a simple tutorial to configure PC and VM .
Thanks in advance
Luisa
2007 Jul 23
5
sieve discard
Does the keyword/action discard work by default or is there something I have
to do in the configuration to get to work... maybe I missed something on
http://wiki.dovecot.org/LDA/Sieve
I have the following rule:
if anyof (
header :contains ["Subject"] ["Test Discard"]
) {
discard;
stop;
}
but it delivers to INBOX with or w/o the "stop;". If I change
2008 Mar 18
1
Problems patching fs/jbd/checkpoint.c in RHEL4 2.6.9-67.0.4 kernel
...following:
Index: linux-2.6.9/fs/jbd/checkpoint.c
===================================================================
--- linux-2.6.9.orig/fs/jbd/checkpoint.c
+++ linux-2.6.9/fs/jbd/checkpoint.c
@@ -166,6 +166,7 @@ static int __cleanup_transaction(journal
transaction_t *t = jh->b_transaction;
tid_t tid = t->t_tid;
+ transaction->t_chp_stats.cs_forced_to_close++;
spin_unlock(&journal->j_list_lock);
jbd_unlock_bh_state(bh);
log_start_commit...
2007 Oct 16
3
Released v1.1.beta3
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta3.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta3.tar.gz.sig
Please try and report any bugs. Beta2 still had a few bad bugs, but I'm
hoping this release is near a usable state.
I've been a bit busy with school lately so I haven't had time/energy to
answer mails in here. The main reason has been this lab course
2008 Jun 24
3
Problem with evolution while upgrading to CentOS 5.2
Hi!
When trying to prepare a workstation with (so that the real "yum
upgrade" doesn't have to download the packages)
yum upgrade --upgradeonly
it fails with these messages:
Error: Missing Dependency: libegroupwise-1.2.so.12 is needed by package evolution
Error: Missing Dependency: libgtkhtml-3.8.so.15 is needed by package evolution
Error: Missing Dependency:
2003 Oct 22
9
IPSec VPNs: to gif or not to gif
I will shortly be replacing a couple of proprietary VPN boxes
with a FreeBSD solution. Section 10.10 of the Handbook has a
detailed description of how to do this.
However I remember a lot of discussion about a year ago about
whether the gif interface was necessary to set up VPNs like
this or whether it was just a convenience, for "getting the
routing right". A number of people said
2003 Jan 18
2
[patch 2.4] Fix ext3 scheduling storm and lockup
...0. A copy is at
http://www.zip.com.au/~akpm/linux/patches/2.4/2.4.20/ext3-scheduling-storm.patch
Anyone who is using tasks which have realtime scheduling policy on ext3
systems should apply this change.
Details:
At the start of do_get_write_access() we have this logic:
repeat:
lock_buffer(jh->bh);
...
unlock_buffer(jh->bh);
...
if (jh->j_list == BJ_Shadow) {
sleep_on_buffer(jh->bh);
goto repeat;
}
The problem is that the unlock_buffer() will wake up anyone who is sleeping
in the sleep_on_buffer().
So if task A is asleep in sleep_on_buffer() and task B now...
2018 Jul 06
4
Windows 10 and logon script execution
...w 7, and another
part in Windows 10.
Everything seems to be fine, except one thing : the windows 10 machines
don't execute the logon script (common.bat) specified in the smb.conf by
logon script = commun.bat, while the windows 7 machines do.
Any idea on how to fix that ?
Thanks in Advance
jh
2009 Nov 18
2
failed: Permission denied missing +w perm: /home/mail_virtual/2001
...to on
and can see log lines indicating auth success:
2009-11-18 16:04:24 auth(default): Info: client in: AUTH 1
PLAIN service=pop3 secured lip=127.0.0.1 rip=127.0.0.1
lport=10100 rport=42497 resp=<hidden>
2009-11-18 16:04:24 auth-worker(default): Info: sql(jh at new.xlhost.de,127.0.0.1):
query: SELECT alias as user, password, home as userdb_home,
vuid as userdb_uid, vgid as userdb_gid FROM virtual_mailbox
WHERE alias = 'jh at new.xlhost.de'
2009-11-18 16:04:24 auth(default): Info: client out: OK 1 user=jh at new.xlhost.de
20...
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 2.4.18. I assume that the problem has been fixed. Can anyone tell me which version of linux kernel has the fix or where can I get the fix?
Thanks a lot in...
2009 Sep 23
0
jbd/kjournald oops on 2.6.30.1
...37b788 <__journal_remove_journal_head+40>: cmpq $0x0,0x28(%rbx)
0xffffffff8037b78d <__journal_remove_journal_head+45>: je
0xffffffff8037b794 <__journal_remove_journal_head+52>
.......
.......
==============
The oops seems be due to NULL journal head while evaluating J_ASSERT_JH() macro:
==============
static void __journal_remove_journal_head(struct buffer_head *bh)
{
struct journal_head *jh = bh2jh(bh);
J_ASSERT_JH(jh, jh->b_jcount >= 0); <=== jh is NULL
get_bh(bh);
if (jh->b_jcount == 0) {
if (jh->b_transaction...
2005 Nov 16
4
[PATCH][XM-TEST] Test that tries to create a 16MB domain
This patch adds a test that tries to create a domain with only 16MB of
RAM. It verifies that the domain is created and that the console
works.
Right now this test fails for me: the domain just dies immediately
with no indication of why, or with any useful console data. Should we
put a sanity check on xm''s create and mem-set commands that prevent
the user from doing something we know