Displaying 20 results from an estimated 300 matches similar to: "Re: Samba on AIX"
2010 Jul 07
2
Re: Re: Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
>>> On 2010/07/07 at 12:18, benco <benco@acid.sk> wrote:
> No, I don''t like testsigning - this is the main reason why I want to use
> Citrix driver. GPLPV driver works fine for me and if there would be a way
> to use it without testsigning on, I would be happy with it.
>
Why don''t you like testsigning?
-Nick
--------
This e-mail may contain
2010 Mar 01
3
Success moving Xen LVMs from 32 to 64bit host
Just wanted to share some success I had moving some Xen guests from
one server to another.
Problem Recap
We had Xen host on a single core 32-bit CentOS 5.4 installation on an
AMD Athlon 2.1 GhZ system that was giving hard drive errors and needed
to move the LVM-backed Xen images to another server. The replacement
server was a quad-core AMD Phenom system running 64-bit CentOS 5.4.
Our original
2008 Nov 05
2
RE: RedHat DomU hanging
Hello,
Maybe someone can help me.... I have a guest XEN image that ran well until today. I use an LVM partition to host the guest and today on Dom0 I added another LVM to be available to this domU.
This were all the commands I issued :
On hypervisor
lvcreate -n lintra02data -L 30G rootvg
vi /etc/xen/lintra02 and add volume to file like this :
disk = [
2016 Jan 17
1
[PATCH klibc] run-init: Add dry-run mode
initramfs-tools wants to validate the real init program before running
it, as there is no way out once it has exec'd run-init. This is
complicated by the increasing use of symlinks for /sbin/init and for
/sbin itself. We can't simply resolve them with 'readlink -f' because
any absolute symlinks will be resolved using the wrong root. Add a
dry-run mode (-n option) to run-init
2019 Jan 18
0
[klibc:master] run-init: Add dry-run mode
Commit-ID: 10059fddba9f8bec6aeb0d37d217df6d65e64c3b
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=10059fddba9f8bec6aeb0d37d217df6d65e64c3b
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sun, 17 Jan 2016 19:50:28 +0000
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Wed, 2 Jan 2019 03:08:04 +0000
[klibc] run-init: Add dry-run mode
2005 Dec 17
0
[patch] alpha grab errno from right register after syscall
From: Steve Langasek <vorlon@debian.org>
The next problem in line was that when trying to clear the initramfs to
free memory before overmounting, run-init was getting EPERM instead of
EISDIR when calling unlink() on directories. After stepping through both
glibc and klibc linked binaries, I've concluded that the issue is simply
that klibc is trying to read the errno from the wrong
2009 Jan 15
0
[Fwd: Issue with bridge networking]
Hi everyone,
I have some trouble with the network on a domu on a new host : I''ve made
a bridge and configured it but when I start the domu, I can''t ping any
network... seems like the bridge is not working :''(
I''ve created the bridge directly in /etc/network/interface and I''m using
Xen 3.0.3 on a debian etch, bellow are the xen packages installed on
2017 Jan 02
1
varimax implementation in stats package
Hello,
recently I was looking at the implementation of the "varimax" rotation
procedure from the "stats" package and to me it looks quite different
from the algorithm originally suggested by Kaiser in 1958.
The R procedure iteratively uses singular value decompositions of some
matrices whereas Kaiser proposed to iteratively compute rotation
matrices between all pairs of
2010 May 27
33
Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
Hi,
recently Ive installed Windows 2008 x64 HVM domain on Xen 4.0.
On xen wiki is info:
Support for Citrix WHQL-certified Windows PV drivers, included in XCP
(Xen Cloud Platform). Xen Cloud Platform:
So I installed them on Windows 2008 x64 domain and its not able to boot anymore:
File: \windows\system32\Drivers\xevtchn.sys
Status: 0xc0000428
Info: Windows cannot verify the digital
2010 May 27
33
Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
Hi,
recently Ive installed Windows 2008 x64 HVM domain on Xen 4.0.
On xen wiki is info:
Support for Citrix WHQL-certified Windows PV drivers, included in XCP
(Xen Cloud Platform). Xen Cloud Platform:
So I installed them on Windows 2008 x64 domain and its not able to boot anymore:
File: \windows\system32\Drivers\xevtchn.sys
Status: 0xc0000428
Info: Windows cannot verify the digital
2010 Jul 07
4
Windows 7 x64 + GPLPV: STOP 0x00000101
When trying to use the GPL PV drivers with Windows 7 x64 (and testsigning turned on), I get a BSOD with a STOP 0x00000101 error. There''s also an error at the top that says "A clock interrupt was not received on a secondary processor within the allocated time interval."
Is this STOP error related to the HPET or other timing adjustments for Xen? Any advice on things I should
2009 Aug 03
3
Performance problem with STATUS after upgrade (1.0.15 -> 1.2.2)
Hello list,
after upgrading dovecot from 1.0.15 to 1.2.2 (and carefully reading
through the upgrading notes in the wiki), I got sieve, quota and fts
up and running, but I'm now suffering some kind of performance problem
with the STATUS command.
Symptoms: Reading mail on the IMAP server itself with "mutt", no TLS/SSL,
connected through loopback interface. Whenever I idle a bit and
2005 Jan 19
2
Question
It is quite simple but highly relevant to me ;-) I was looking for the
icecast protocol specifications/documentations but all I could find
where documentations of applications how to build or configure them. I'm
interested in some Java implementation of a audio streaming client,
therefor I was looking for some info about the protocol.
Please -- where can I find information?
J?rgen Knauth
2006 Sep 28
1
ramfs to tmpfs
Hello,
I was using a bunch of cpios in initramfs as a working system, and
wondering why the unused files weren't being paged out to swap.
So I reread ramfs-rootfs-initramfs.txt and now I know.
So I wrote the attached utility. It creates a tmpfs, moves all files
on the initramfs, moves / and executes the real init.
It works, even with hardlinks, but it isn't the correct approach. Have
2009 Dec 21
26
Questions on qcow, qcow2 versus LVM
I''ve been using lvm under centos to create the backing store for domUs and
although the performance seems acceptable it has some shortcomings. The
biggest of which is the LVM bug which prevents me from removing an lv (it
says it is still mounted and it definitely isnt). I thought this was just
a centos bug but it appears to be evident in debian and ubuntu too and I
really can''t
2006 Jan 26
0
Fw: SAMBA on AIX 5.1
forwarding this for AIX people...forgot to CC list.... D'oh!
----- Original Message -----
From: Antonio Sosa
To: William Jojo
Sent: Thursday, January 26, 2006 12:05 PM
Subject: RE: SAMBA on AIX 5.1
Thanks William - I'll try it out.
Antonio Sosa
C.E.O.
Ansotech Inc.
"We Design Technology Around You"
Tel: 877-389-8728
Cell: 773-406-3663
2007 May 03
2
LVM Resizing Problem
I'm new to lvm. I decided to decrease the space of a logical volume.
So I did a:
$ df -m
Filesystem 1M-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
1953 251 1602 14% /
/dev/sda2 494 21 448 5% /boot
tmpfs 1014 0 1014 0% /dev/shm
2008 Nov 22
4
Mount point problem
I just had to deal with a situation where a glusterfs filesystem would
not mount because someone had managed to create some files and
directories under the mount point. Perhaps this behavior is
intentional, but I would prefer that it work like NFS and just
overmount. When bringing a cluster down and back up, it is quite
possible for overeager users to log in and start working before
2008 Oct 23
14
Problem with VT-d on Mainboard Intel DQ45CB
Hello all,
this mail is related to a post by Axel Schöner that I found at
http://article.gmane.org/gmane.comp.emulators.xen.user/40621
when I was searching the WEB about solutions to my problem.
I would like to confirm that VT-d with XEN 3.3 kernel 2.6.18.8 on mainboard
Intel DQ45CB seems to be broken.
Survey (details are down below)
---------------------------------------
Whenever I boot my
2006 May 19
0
Performance issue on AIX when deleting files inadirectorywith a large number of files
----- Original Message -----
From: "Jeremy Allison" <jra@samba.org>
To: "Jeremy Allison" <jra@samba.org>
Cc: <samba@lists.samba.org>; "William Jojo" <jojowil@hvcc.edu>;
<jojowil@samba.org>
Sent: Friday, May 12, 2006 7:06 PM
Subject: Re: [Samba] Performance issue on AIX when deleting files
inadirectory with a large number of files
>