similar to: libguestfs on Debian 6 squeeze problems

Displaying 20 results from an estimated 2000 matches similar to: "libguestfs on Debian 6 squeeze problems"

2013 May 15
1
Debian 6 (squeeze) backports of libguestfs etc.
Hi, Backports of the libguestfs, febootstrap, and hivex packages that have been shipped with Debian 7 (wheezy) for Debian 6 (squeeze) are now available via backports.debian.org. The versions are: libguestfs 1:1.18.1-1+deb7u2~bpo60+1 febootstrap 3.17-1~bpo60+1 hivex 1.3.6-2~bpo60+1 I have also removed the archive of older backports that was previously available at
2011 Dec 16
9
Puppet capacity with apache+passenger, server saturated
Hi everyone, I have a problem with my Puppet server, the server is overloaded and processes need to add half of my farm nodes yet! The server is hosted on a blade with the following characteristics: Processors: 8 cores Memory Ram: 12 Gb Operating System: Debian Squeeze Version of parcel: 2.7.1-1 ~ bpo60 puppet 1 puppet-common 2.7.1-1 ~ bpo60 1 2.7.1-1 ~ bpo60 1 puppetmaster puppetmaster 2.7.1-1 ~
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
Hello, i have a problem with stored configs since the migration from "sqlite" to "postgresql". dho@appelbaum:~$ sudo puppetd --test --verbose info: Retrieving plugin info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints info: Loading facts in disks info: Loading facts in users info: Loading facts in mountpoints err: Could not retrieve
2012 Oct 17
2
dovecot-core, dovecot-mysql for Debian squeeze
Hello list apologize in advance for my bad English, this is the first time I write to a list if I mistake Excuse me I want to implement mail server with MySQL database, Postfix and Postfixadmin, dovecot-core, dovecot-mysql dovecot-imapd dovecot-pop3d for multiple domains. I have problems installing the daemon dovecot-core, dovecot-mysql dovecot-imapd dovecot-pop3d Debian squeeze, I'm using
2012 Oct 20
1
Kernel paging request error
I''m having a problem with: http://pastebin.com/CuGHqwhy It occurs on the reboot, but sometimes, when I try to start manually one of my machines. Sometime, one of the machines does not want to start permanently and I have to reinstall/restore it. This problem comes for me randomly, but maybe there is a trigger. I''ve tried to follow:
2011 Oct 16
1
ntlm_auth NT_STATUS_INVALID_HANDLE with windbind
I should use an authenticated proxy with Squid, but I have a problem with winbind. I'm working on a PDC, debian squeeze with samba from backport (ver. 2:3.5.11~dfsg-1~bpo60+1 ) Here the problem: I can authenticate users. /usr/bin/ntlm_auth --username=myname --domain=MYCOMPANY password: XXXX NT_STATUS_INVALID_HANDLE: Invalid handle (0xc0000008) wbinfo -a myname Enter myname's
2011 Aug 30
2
samba Digest, Vol 104, Issue 24
apt-cache policy samba cups cups: Install? : 1.4.4-7 Candidat : 1.4.4-7 Table de version : *** 1.4.4-7 0 500 http://ftp.fr.debian.org/debian/ squeeze/main i386 Packages 100 /var/lib/dpkg/status samba: Install? : 2:3.5.6~dfsg-3squeeze5 Candidat : 2:3.5.6~dfsg-3squeeze5 Table de version : *** 2:3.5.6~dfsg-3squeeze5 0 500 http://security.debian.org/
2016 Jan 21
4
segfaults with Dovecot 2.2.21
We're running Dovecot 2.2.21 from Stephan Bosch's build service on Dovecot 7.x. Everything's up2date. # 2.2.devel (7ab22fc): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.11 (71e908a) # OS: Linux 3.16.0-0.bpo.4-amd64 x86_64 Debian 7.9 root at mailimap01:/etc/dovecot/conf.d # apt-show-versions | grep dovecot debian-dovecot-auto-keyring/oldstable-auto uptodate 2010.01.30
2009 Mar 05
1
[PATCH] OCFS2: Pagecache usage optimization on OCFS2
Hi. I introduced "is_partially_uptodate" aops for OCFS2. A page can have multiple buffers and even if a page is not uptodate, some buffers can be uptodate on pagesize != blocksize environment. This aops checks that all buffers which correspond to a part of a file that we want to read are uptodate. If so, we do not have to issue actual read IO to HDD even if a page is not uptodate
2005 Apr 07
1
pam problems
Hi, i'm quite new to dovecot. i built it from the stable-1.0 sources. i have the following error messages in syslog when trying to launch dovecot: dovecot: Dovecot v1.0-stable starting up dovecot: auth(default): Unknown passdb type 'pam' dovecot: Auth process died too early - shutting down dovecot: child 373 (auth) returned error 89 i googled a bit, and found some posts
2010 Jul 26
1
Problem upgrading to 2.11
Hello, I am trying to upgrade to 2.11 from 2.10 in the hopes of gaining TCL/TK capabilities (let's pretend for the moment that this should work). I've added "deb http://cran.stat.ucla.edu/bin/linux/ubuntu lucid/" to /etc/apt/sources.list as described in the guide and have run apt-get update apt-get install r-base r-base-dev Things seem to work. When I look at the installed
2014 Jul 05
1
samba4 + drbd + ctdb + failover
Hi We've got drbd going between 2 nodes:) ATM there is un-partitioned space on each node but (we think) they are syncing OK. It looks as though it has synced the whole partition (2GB) from the primary node 1 to the other node: node 1 smb1:/home/steve # cat /proc/drbd version: 8.4.4 (api:1/proto:86-101) GIT-hash: 3c1f46cb19993f98b22fdf7e18958c21ad75176d build by SuSE Build Service 1:
2011 Aug 30
2
using a drbd device
Hi List, is it possible with the virt-manager to choose a drbd device? Example: 9:testsever Connected Primary/Secondary UpToDate/UpToDate C is running on /dev/sda9 but I canĀ“t use it as a drive. (syntax?) Best, Mike _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 May 09
3
[patch 8/9] lguest: the block driver
From: Rusty Russell <rusty@rustcorp.com.au> Lguest block driver A simple block driver for lguest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- drivers/block/Makefile | 1 drivers/block/lguest_blk.c | 271
2007 May 09
3
[patch 8/9] lguest: the block driver
From: Rusty Russell <rusty@rustcorp.com.au> Lguest block driver A simple block driver for lguest. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Cc: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- drivers/block/Makefile | 1 drivers/block/lguest_blk.c | 271
2012 Jul 30
0
mouse pointer not in sync after live migration
Hi everybody, I am using Opennebula 3.6 on a Debian Squeeze system. My configuration: Node-A kvm --version QEMU emulator version 1.0 (qemu-kvm-1.0 Debian 1.0+dfsg-8~bpo60+1), Copyright (c) 2003-2008 Fabrice Bellard virsh --version 0.9.11.3 Node-B kvm --version QEMU emulator version 1.0 (qemu-kvm-1.0 Debian 1.0+dfsg-8~bpo60+1), Copyright (c) 2003-2008 Fabrice Bellard virsh --version
2003 Jul 01
2
file sizes different even after successful rsync
Is it even remotely possible that after a successful rsync, the file sizes on both ends are different ??? We use rsync extensively to distribute our builds across all our development sites. Here is how our rsync process works 1. SiteA creates a build #1 2. SiteB rsync's build #1 3. SiteA creates a build #2 4. SiteB rsync's build #2 using contents of build #01 (i.e. we rsync build #02
2011 Sep 18
3
UpToDate Portable
I have Wine 1.3.10 and I am using Meego 1.2. I cannot open UpToDate.exe. I execute the program, but it doesn't open. It's working fine on windows xp. I also have java installed in linux. It's a prerequisite (as far as I know) for UpToDate. Can anybody help me with it? The Portable consists of an .exe and a .dat. Thanks in advance! Andreea.
2015 May 18
0
Two questions
Hello, Rsync. rsync version 3.0.9 protocol version 30: 1) Why test.log changes not only on the parameter --log-file-format and the parameter --out-format? rsync -a --delete -vv --log-file-format="%i|%o|%B|%U|%G|%M|%f" --log-file=/home/test.log /home/124/ /home/1/ 2015/05/18 12:40:43 [21148] building file list 2015/05/18 12:40:43 [21148] delta-transmission disabled for local
2008 Mar 02
1
Wrong uptodate
Dear list, I am syncing files with rsync .... surprise surprise ... Rsync claims files to be uptudate, but they are not ... >From the log: export/opt/bup/status/1 is uptodate export/opt/bup/status/2 is uptodate . . Source directory (locally on server): -rw-r--r-- 1 root root 28 2008-03-01 22:44 1 -rw-r--r-- 1 root root 28 2008-03-01 22:37 2 . . Destination directory (nfs share):