similar to: uninterruptible sleep with rsync 2.5.4

Displaying 20 results from an estimated 1000 matches similar to: "uninterruptible sleep with rsync 2.5.4"

2002 Jul 22
1
killing "uninterruptible sleep" process
Hi I logged in to one of my servers today and noticed that the load average is very high. After investigating the problem I found two processes in "D" stat ("uninterruptible sleep"): root 24344 0.0 0.2 1532 584 ? DN Jul21 0:01 /usr/bin/updatedb -f NFS,SMBFS,NCPFS,PROC,DEVPTS -e /tmp,/var/tmp,/usr/tmp,/afs,/net root 25899 0.0 0.2 1532 584 ? DN
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 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)
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
2005 Feb 17
1
SFTP batch mode patch
Hi, We do a lot of automated file transfers with SFTP, and found this small patch very helpful. The main effect is to tell the underlying SSH client that it's operating in batch mode. Patch is against 3.9p1. Thanks, Jeremy Monin Sysadmin and open-source developer diff -ur openssh-3.9p1-orig\sftp.c openssh-3.9p1\sftp.c --- openssh-3.9p1-orig\sftp.c Sat Jul 17 02:12:08 2004 +++
2002 May 01
2
ext3 support in redhat 6.2
I am trying to upgrade the partitions on my redhat 6.2 installation to ext3. I've upgraded the kernel to 2.2.20 (which includes support for ext3), and in order to create the journal, I believe I also have to update e2fsprogs to version 1.26. My problem has been this...e2fsprogs-1.26-1.71.i386.rpm requires glibc2.2, and I can not get glibc2.2 to install - I get dependency conflicts with the
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
2001 May 08
4
[q]: fixme:pthread_kill_other_threads_np
I just compiled and installed wine on my glibc2.1.3 system. Wine doesn't run anything and I get the error below. Searching the net/FAQ/HOWTO revealed only that a very recent glibc2.2 system is needed. Is this true? Thanks. Error: > wine sol.exe Building font metrics. This may take some time... fixme:pthread_kill_other_threads_np
2012 Feb 12
4
[Bug 1979] New: Enhancement patch: Restrict sftp-server to basic commands, by user or group
https://bugzilla.mindrot.org/show_bug.cgi?id=1979 Bug #: 1979 Summary: Enhancement patch: Restrict sftp-server to basic commands, by user or group Classification: Unclassified Product: Portable OpenSSH Version: 5.9p1 Platform: All OS/Version: All Status: NEW Severity: enhancement
2012 Feb 09
1
Restrict commands available in an SFTP session
Hello, i am using SFTP with CHROOT. I want to allow my users that they can upload and download with the sftp server, but they should never do an MKDIR! Is it possible to restrict commands and how can i do this? i only found material of modifing the source...and that is not the best way for me. regards Sonja Meyer sonne_meyer at yahoo.de
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
2023 Dec 13
1
Minutemen UPS Driver
I am wondering if there is a way to have Nut Server monitor a Minutemen UPS. https://minutemanups.com/uninterruptible-power-supply/pro-rt2u-line-interactive-uninterruptible-power-supply/ Thanks James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20231213/254b1111/attachment.htm>
2008 Nov 13
1
smbd mortality
I encountered a serious samba problem and want to publish details for public benefit.? SLES 10 server running Samba 3.0.28 as domain controller, file and cups print server, running uneventfully for 2 years suddenly drops all users, load rapidly grows to about 250 and becomes unresponsive. smbstatus reveals that every user has about 10 instances of smbd instead of one. CPU (dual processsor, dual
2001 Feb 19
1
ghostscript errors
gday R friends, Since I had random errors with ghostscript 6.01 I thought I'd upgrade. After upgrading to gs6.5 I've had problems. Originally, gs failed complaining about lack of "__sysconf" in glibc2.2 so I upgraded glibc. Now I get this. Note that it used to work with gs6.01. I realise this is probably a ghostscript problem but you never know... thanks, John Strumila >
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
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
2004 Jul 28
3
Another big data size problem
Hi all, I'm trying to read a 1220 * 20000 table in R but I'm having lot of problems. Basically what it happens is that R.bin starts eating all my memory until it gets about 90%. At that point it locks itself in a uninterruptible sleep status (at least that's what top says) where it just sits there barely using the cpu at all but keeping its tons of memory. I've tried with
2014 Sep 19
2
[HCL] Eaton Powerware 9125 2500U supported by USB
I'm looking for a driver for and old uninterruptible power supply (UPS), Eaton Powerware 9125 2500U. I want to use it with my FreeNAS server. I looked a the list and didn't see a driver for it: http://www.networkupstools.org/stable-hcl.html?manufacturer=Eaton I see a driver for the 9130; any idea whether it will work with a 9125? Any other ideas for connecting the 9125 to a FreeNAS
2007 Mar 05
1
Strange problems (deadlock) in ocfs2 (rpm 1.2.4-2 and svn 2982) - dlm related?
Hi list, I have some problems testing ocfs2. My test consist in: #server1: dd if=/dev/random of=/ocfs2_1/test & #server1: dd if=/dev/random of=/ocfs2_2/test & #server1: dd if=/dev/random of=/ocfs2_3/test & ... #server1: dd if=/dev/random of=/ocfs2_12/test & #server1:<Ctrl><Alt><SysRQ>B After that, another node begin recovery. After some time (+- 3min),
2008 Jun 04
1
Determine what physical port a USB device is attatched to
How does one do this? For example: # lspci | grep USB 00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 02) 00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 02) 00:1a.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 02) 00:1a.7 USB Controller: Intel Corporation 82801I (ICH9