Displaying 20 results from an estimated 400 matches similar to: "killing "uninterruptible sleep" process"
2005 Mar 23
5
Mounting Netware Volumes
I have one last RH 7.3 system that I want to convert to CentOS 4, but I
can''t find the ncpfs utilities that I used to use to mount Netware
shares.
Has support been removed from the 3.x and 4?
Regards,
Paul Berger
2005 Nov 04
3
NCP, nprint and ncpfs
Hi everyone,
I tried to use yum to search for ncpfs-2.2.1-1.i386.rpm, but it couldn't
find it. I googled and found this package is included with redhat,but i'm
not sure if it's included with CentOS 4.2. Any idea where I can find and
install it using yum?
Thanks
JC
2002 Jun 12
2
uninterruptible sleep with rsync 2.5.4
Hi,
I've encountered a strange issue, difficult to reproduce for
now. I'm searching from where it comes.
Here are some facts:
- all programs are compiled from sources using gcc 2.95.3/glibc2.2.x
and run on a i686 LFS linux system.
- rsync doesn't run above ssl.
- using rsync 2.5.4 as server to backup mailboxes on another computer.
rsync daemon is launched from xinetd, rsync
2013 Oct 17
2
Many "smbd" process with "D" uninterruptible sleep status
I got a samba server(Linux) to store some data in my PC(windows)
frequently. And last night I found that samba can't work. After logined to
samba server and found that there's 91 smbd processes with status "D"
totally.
# ps
169 root 0 SW [pdflush]
170 root 0 DW [pdflush]
....
29534 simon 20608 D /sbin/smbd -D
29548 root 2792 D
2016 Apr 12
2
mount bind problem
On 04/12/2016 05:37 AM, Sylvain CANOINE wrote:
>
>
> ----- Mail original -----
>> De: "????" <tadao at creative-japan.org> ?: "centos"
>> <centos at centos.org> Envoy?: Mardi 12 Avril 2016 08:17:13 Objet:
>> [CentOS] mount bind problem
>
>> I have set on fstab /home with 'mount bind' but it seems like bind
>> is not
2001 Aug 15
2
PAM and getpwnam [ struct passwd *getpwnam(const char * name) ]
Hello!
I use a PAM-module (pam_ncp_auth from ncpfs) for authentication against a
netware server.
pam_ncp_auth can create local UNIX user accounts from information in NDS,
and it works perfect with login, gdm and telnet. But not with openssh (2.5
and 2.9).
It works perfect if the user already is in /etc/passwd, but the first time
he logs on he doesn't exist there. In that case openssh call
2009 Jul 06
1
High CPU usage when running a CentOS guest in VirtualBox
Hi,
I am running CentOS 5.3 32bit as a VirtualBox 3.0.0 guest running on Windows XP.
The Windows host CPU usage is constantly at 50% although the CentOS
guest is completely idle (i.e. 0.00 load average).
I know this is a common problem related to the 1000Hz frequency that
the CentOS kernel runs at. With previous versions of CentOS, I used
the kernel-vm package [1] and it solved my problem.
2016 Jun 23
0
Samba pid in uninterruptible state
Did you run any of the dbchecks?
https://wiki.samba.org/index.php/Updating_Samba
On Thu, Jun 23, 2016 at 3:21 PM, Donaldson Jeff <
Jeff.Donaldson at ncs.k12.de.us> wrote:
> Greetings,
>
>
> I recently upgraded Samba on an Ubuntu 14.04.2 server from version 4.1.9
> to 4.2.3. Upon rebooting Samba process goes into a running state then after
> a short time it will go into
2023 Feb 01
1
Hanging, uninterruptible smbd-process in "D"-state
Hi,
tanks for the answer. Since /proc/<PID>/stack is a stack the topmost
element should be the task where it got stuck which is:
rwsem_down_write_slowpath which waits for getting a write lock semaphore:
cat /proc/10193/stack
[<0>] rwsem_down_write_slowpath+0x2e2/0x620
[<0>] nfs_rmdir+0x117/0x1b0 [nfs]
[<0>] vfs_rmdir+0x7c/0x1b0
[<0>] do_rmdir+0x216/0x230
2016 Jun 23
2
Samba pid in uninterruptible state
Greetings,
I recently upgraded Samba on an Ubuntu 14.04.2 server from version 4.1.9 to 4.2.3. Upon rebooting Samba process goes into a running state then after a short time it will go into an uninterruptible state. If I check the log.samba, it appears that it is attempting to start, then hangs at the following:
[2016/06/23 15:16:00.329503, 3] ../source4/param/share.c:124(share_register)
2001 Dec 04
5
Netware modify bit changed
Hi,
I run rsync, with a Netware-directory mounted on a linux system (using ncpfs) as
DESTINATION of the copy. This configuration works fine, but rsync incorrectly sets the archive
bit (modify) for ALL the files included in the transfered directory (both modified and not
modified). In consecuence, the incremental backups on my netware server don't work.
Any help will be apreciated.
2019 May 22
1
make running on.exit expr uninterruptible
Hi,
Is there currently any way to guarantee that on.exit does not fail to execute the recorded expression because of a user interrupt arriving during function exit? Consider:
f <- function() {
suspendInterrupts({
on.exit(suspendInterrupts(cntr_on.exit <<- cntr_on.exit + 1L))
cntr_f <<- cntr_f + 1L
})
TRUE
}
It is possible to interrupt this function such that cntr_f
2010 Mar 15
1
[PATCH node] fix reboot hang on /etc
---
recipe/common-pkgs.ks | 1 +
recipe/common-post.ks | 15 +++++++++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks
index 3aafe53..bc96b43 100644
--- a/recipe/common-pkgs.ks
+++ b/recipe/common-pkgs.ks
@@ -76,3 +76,4 @@ acpid
device-mapper-multipath
kpartx
dracut-network
+patch
diff --git a/recipe/common-post.ks
2010 Mar 24
1
[PATCH node] Fix blkid.conf to scan devices for findfs calls.
findfs in F12 finds partitions on /dev/sdX devices instead of
/dev/mapper/<wwid> devices. This sets an option that forces
findfs to scan instead.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/common-post.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/recipe/common-post.ks b/recipe/common-post.ks
index 9243751..0a2e180 100644
---
2006 Feb 15
2
rsync updating time on every file everytime
I'm running rsync 2.6.4 on debian stable ppc, backing up a couple of
home directories to a Netware filestore mounted through ncpfs. My
command looks like this:
rsync -r -t --delete -i --modify-window=10 --exclude=/**/.*
--exclude=/xxx/ /home/xxxx /home/xxxx /mnt/xxxx
The backup works fine, except that everytime it's run all files are
listed as having their times modified like this:
2023 Feb 01
2
Hanging, uninterruptible smbd-process in "D"-state
Hello,
I run a samba server for windows users who access their user data via
samba. The samba server is NOT the domaincontroller. This task is
performed by a native windows machine. The samba server is running on a
pve virtual machine. All data that samba delivers to the windows users
are stored on two NFS servers (also VMs) and accessed via an automounted
NFS mount for each user on the
2011 Jun 06
2
uninterruptible processes writing to glusterfs share
hi!
sometimes we've on some client-servers hanging uninterruptible processes
("ps aux" stat is on "D" ) and on one the CPU wait I/O grows within some
minutes to 100%.
you are not able to kill such processes - also "kill -9" doesnt work -
when you connect via "strace" to such an process, you wont see anything
and you cannot detach it again.
there
2003 Jun 26
2
ext3 with quota under heavy load.
Hello list,
I have a problem with an NFS server for my network. It has ran kernels
2.4.18-ac4 - 2.4.21-ac1, all with problems. The -ac patches are used
to provide the new style quota support. The system seems to have
gotten even less stable with the new kernel versions.
This morning around 5 am, I got a page the system was unresponding to
NFS requests. I ssh'd in, and found the loadavg
2007 Jan 18
1
Connecting to a Novell Server
I am trying to connect our centos 4.4 machines to our Novell Netware 5
servers.
The goal is to allow the centos 4.4 clients to connect to the server and
access shared folders. We are not looking for a single sign-on style
solution just the ability to connect.
I have tried searching google but I did not find anything really usefull as
most of the hits pointed toward SUSE and in our case we have
2001 Oct 24
2
Groupwise 5.5 Client under Wine?
Hello all,
Has anyone ever tried running Novell's Groupwise client under Wine (either
the 16-bit or 32-bit ver)? The 32-bit version requires windows messaging -
but I think I can get away with the 16-bit version......
Anyone?