Displaying 20 results from an estimated 400 matches similar to: "writing processes are blocking in log_wait_common with data=ordered"
1998 Jun 30
3
NT Crashes when doing large network file Xfers (was Re: NT crashes during smbtar)
Ok.. Just for the record, I STAND CORRECTED! The problem does
appear to be NT.. The thing that irritated me was that nobody was
interested in giving any backup data! Everyone just wanted to blindly
admit that it must be NT. Ok.. Enuf bitching.. On to the better stuff...
Anyway, David Mansfield and I are trying to narrow down the machine
configurations where this happens.. Currently, we've
1998 Jun 26
1
NT crashes during smbtar
I have been regularly crashing my NT boxen trying to back them up via an
smbtar (smbclient). The crash is not complete - the network layer on NT
goes away. You can still operate the console, but no net traffic. This
is NT workstation and server 4.0 with sp3. The UNIX samba server is
Solaris 2.5 with the latest samba version (1.9.18p8?) also with other
samba versions.
I tried updating the NT
2012 Mar 26
1
simulate "network cable unplugged"
Hi All,
Using the virt-manager/libvirtd/qemu-kvm stack (centos 6), is it
possible to leave a NIC "installed" but cause it to simulate that the
network cable is unplugged? Preferably this could be "hot"
plugged/unplugged but otherwise doing it cold.
Guest os is also centos 6, in case it matters (shouldn't).
Any pointers?
Thanks,
David Mansfield
Cobite, INC.
2015 Jan 16
1
polkit ACL for remotely changing a spice console password
I'm working on some infrastructure which allows a remote password reset
(with expiry) of a spice console running on a remote libvirtd/qemu-kvm.
I currently have GSSAPI over tcp working and can set the password - but
I can also do everything else - the default policy is still in place,
and once authenticated, anything goes.
I'm setting the password using a command like this:
virsh
2010 Jun 22
1
problem rebuilding kvm package on centos 5.5
Hi All:
I'm trying to rebuild the kvm SRPM (kvm-83-164.el5_5.9.src.rpm)
on a centos 5.5 x86_64 and it's failing with the message:
error: Failed build dependencies:
kernel-devel-x86_64 = 2.6.18-194.el5 is needed by kvm-83-164.9.x86_64
I have already run "yum-builddep <srpm>" and here is the output
(indicates nothing missing)
Loaded plugins: fastestmirror
Loading mirror
1998 Jun 30
5
NT Crashes when doing large network file Xfers (was Re: NT crashes during smbtar)
Ernie,
Thanks for the great info.. Based on what you were seeing, would
you suspect that part of the problem is with the combination of NT
and the 3com card (3c595)? Currently, we are ONLY seeing this
under NT Workstation (not server) and almost all of our machines
have this same 3com 3c595 card (only if using 100BaseT)..
-- Rick
-----Original Message-----
From: Ernie Oporto
2006 Nov 29
0
[LLVMdev] moving to svn?
Hi Chris,
> 2. The main deficiencies of CVS don't impact us much (we aren't
> hampered by lack of atomic commits, renames, and better branch
> facilities).
If people would like to see the logical `patch set' that made up a CVS
commit then cvsps may be useful, or, as others have said, use Tailor to
convert to a local repos. in your preferred format.
2005 Jan 04
0
[PATCH] BUG on error handlings in Ext3 under I/O failure condition
Hello.
I found bugs on error handlings in the functions arround the ext3 file
system, which cause inadequate completions of synchronous write I/O operations
when disk I/O failures occur. Both 2.4 and 2.6 have this problem.
I carried out following experiment:
1. Mount a ext3 file system on a SCSI disk with ordered mode.
2. Open a file on the file system with O_SYNC|O_RDWR|O_TRUNC|O_CREAT
2012 Jan 18
0
possible to disable but not remove hardware?
I have a situation where I frequently need to "add" and "remove" a NIC,
but each time I "add" it, I need the same MAC address. I'm using
virt-manager mostly, but would be willing to use "virsh" if necessary,
although it doesn't seem to hotplug the same way (something else to
figure out another day ;-).
It doesn't appear in the domain XML
2014 Apr 10
0
passthrough filesystem (9p) permissions issues on Fedora 20
Hello All:
I've gotten a passthrough filesystem to work (as in, to mount) in my vm
(guest F20, host F20), but due to the fact that the qemu-kvm process
runs as "qemu" user, I cannot access "my" files from the share. Both
the guest and the host are running SSSD so the user/group mapping is
identical.
Other than putting 'user = "root"' it
2004 Nov 29
1
Labeling charts within a loop
Hi All:
This may turn out to be very simply, but I can't seem to add the name of
the school to a chart. The loop I created is below that subsets a
dataframe and creates a chart for each school based on certain
variables. As it stands now, they title includes the school's ID number.
Instead, I want to replace this with the school's actual name, which is
stored in a variable called
2004 Dec 08
5
problems with print$
Hi All,
I finally signed up for the list after years of using Samba successfully -
a testament to the quality of Samba. Yet now I have a problem with the
point-and-print functionality. I am able to authenticate against my server
(Solaris 8, Samba 3.0.7, OpenLDAP 2.1.25) as user 'chuck' in my LDAP
directory and browse the shares, but when I right-click on the printer and
select
2010 Feb 19
3
ssh feature - ignore colon in host name
sorry if this has been discussed and rejected before, I'm new to the
list, I did google but didn't find anything.
--
quite often I use ssh and scp within a few minutes, so I might do this...
scp myfile user at host.example.com:
ssh user at host.example.com
it would make life a lot easier if I could type
scp myfile user at host.example.com:
ssh !$
or sometimes I simply copy
2012 Apr 11
1
CentOS 5 - problem with kernel/process: task blocked for more than 120 seconds.
Hi All.
I have a server which hanged two times because we could not connect to the
box, it was not responding. In /var/log/messages I saw:
Apr 11 10:13:29 server kernel: INFO: task imap:5855 blocked for more than
120 seconds.
Apr 11 10:13:29 server kernel: "echo 0 >
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
Apr 11 10:13:29 server kernel: imap D
2006 Nov 28
2
[LLVMdev] moving to svn?
On Tue, 28 Nov 2006, Bill Wendling wrote:
> Perhaps someone could come up with a list of different versioning
> software, list the pros and cons, and then we could vote? (Has anyone
> mentioned Bitkeeper yet? :-)
There are a couple reasons we are using CVS still:
1. CVS works and is well understood by all involved.
2. The main deficiencies of CVS don't impact us much (we aren't
2003 Sep 21
3
Z aware interpolation
Hello again,
There is any package which does Z aware (real 3D) interpolations?
It can be any method (IDW, kriging or spline) but it should take into
consideration not only x and y coordinates for interpolation, but
also z coordinate. I looked into different packages but it seems i
didn't find the right one.
The ultimate goal is to import the output into a GIS (Geographical
Information
2004 Aug 06
3
Ices memory leak?
Is anyone else experiencing what seems to be a memory
leak with Ices? I can have icecast up and running with
WinAmp streaming to it from my '98 box for days at a
time with no problem. As soon as I start Ices I'll
launch top to watch and my free mem starts dropping
-fast-. Starting from about 160MB free, in 4-5 hours I
have 2MB free with Ices crashed and the memory
unrecovered which sends
2018 Nov 29
0
Bug#912087: reassign to systemd #912087 | openssh-server: Slow startup after the upgrade to 7.9p1
On 2018-11-28 13:43:07 [+0100], Olaf van der Spek wrote:
> > > They might just as well install haveged or configure virtio-rng in such
> > > a case.
> >
> > Right. Do you think, that it would necessary to add something to the
> > release notes?
>
> I do. ;)
> What's the workaround for VMware?
>
> Does it just take longer to start or do some
2006 Mar 08
2
too much cpu system time with kernel 2.6.9-22.0.2.EL
I'm running a server recently installed with centos 4.2.
It's running the kernel in the subject line, on an PIII 866Mhz with
512mb ram.
The system is running basically two processes:
1) ssh to remote system, receiving a stream of bytes
piped into
2) gzip the stream, write to disk file
The system is slow, relatively (866Mhz cpu) and the network is fast
(gigabit) so the limiting factor
2011 Dec 22
6
Error starting updated Debian servers
Hi all,
After applying some updates onto a Debian web server, I rebooted it.
However it will no longer start, and generates this error in XenCenter:
22/12/2011 09:57:45 Error: Starting VM ''Web Server'' - Using <class ''grub.GrubConf.Grub2ConfigFile''>; to parse /boot/grub/grub.cfg - WARNING:root:Unknown directive load_video - WARNING:root:Unknown directive