Displaying 20 results from an estimated 3000 matches similar to: "Big thanks for wine team"
2016 Jul 15
1
NPIV storage pools do not map to same LUN units across hosts.
Link: http://wiki.libvirt.org/page/NPIV_in_libvirt
Topic: Virtual machine configuration change to use vHBA LUN
There is a NPIV storage pool defined on two hosts and pool contains a
total of 8 volumes, allocated from a storage device.
Source:
# virsh vol-list poolvhba0
Name Path
------------------------------------------------------------------------------
unit:0:0:0
2003 Nov 24
2
deliver mail with postfix to dovecot for mailinglists
This is a bit off topic on that list. But the question is
required because of a limitation of dovecot. It cannot
have shared mailboxes into which one would collect mailing list
mails. I assume one has already solved that problem and
therefore ask this question on that list.
I try to do the following:
I would like to setup an alias dovecot at kzone.ch
and subscribe this alias to the dovecot
2013 Dec 17
2
Setting up a lustre zfs dual mgs/mdt over tcp - help requested
Hi all,
Here is the situation:
I have 2 nodes MDS1 , MDS2 (10.0.0.22 , 10.0.0.23) I wish to use as
failover MGS, active/active MDT with zfs.
I have a jbod shelf with 12 disks, seen by both nodes as das (the
shelf has 2 sas ports, connected to a sas hba on each node), and I
am using lustre 2.4 on centos 6.4 x64
I have created 3 zfs pools:
1. mgs:
# zpool
2009 Dec 02
7
san suport
Hi,
i''m having problems attaching disks from a fc-san to a solaris 10 guest.
xen host ist a opensolaris box "SunOS node1 5.11 snv_127 i86pc i386 i86xpv".
my xen guest is named pg4.
this command works fine.
virsh attach-disk pg4 /dev/dsk/c8t600A0B800029D69A000013CA4B00E1ABd0 hdb
and before i was able to import this volume as a zpool on the xen host - so
connection to this
2010 Jul 17
2
dovecot 2.0rc2 [SERVERBUG] When trying to remove a folder which contains a subfolder
I'm going to risk to report something stupid again and waste
resources... but [SERVERBUG] sounds like it should not happen. :)
g create test
g OK Create completed.
h create test/test2
h OK Create completed.
i list "test" "*"
* LIST (\HasChildren) "/" "test"
* LIST (\HasNoChildren) "/" "test/test2"
i OK List completed.
j delete
2005 May 27
1
Fwd: Newbie here. Tips on setting up 100 phones wanted.
So in order to answer the background and backbone questions here is
the system as it is. I hope this isn't too much for the list but I'll
post it in response to a few inquiries.
The current system is quite interesting.
We have an office in a town that is about 50 miles from
the ski area. The ski area is powered 100% of of generators and the
telephone access and internet access goes from
2011 Sep 13
1
libvirt does not recognize all devices in iscsi and mpath pools in a predictable manner
Hi,
I'm using libvirt 0.8.3 on Fedora 14 (as I wrote earlier, I'm having some
trouble updating to the newest version), and I'm having problems getting iscsi
and mpath storage pools to work in a usable and consistent manner.
I have two storage pools defined on the host machine, one for raw iscsi-
devices and one for those same iscsi devices device-mapped by multipath. They
look
2021 Jul 05
1
Problems with CentOS 8 kickstart
Hi All,
I am having problems with a kickstart install of CentOS 8
When I try to do a completely automated install using PXE/UEFI it get to the point where it reads the kickstart config file.
Then I see the following message
"kickstart install Started cancel waiting for multipath siblings for nvme0n1"
This is what I have in the kickstart file
# Clear the Master Boot Record
zerombr
#
2013 Sep 04
2
Error Attaching Seventh VirtIO-SCSI Device to Guest
I have run into a problem attempting to attach the seventh virtio-scsi device to a RHEL 6.4 Guest from a RHEL 6.4 host running libvirt version 0.10.2-18.
I have a guest that is running RHEL6.4 where I can attach disks sda(boot), sdb, sdc, sdd, sde and sdf but when I try to attach sdg the virsh attach-disk command fails with the error:
error: Failed to attach disk
error: internal error Unable to
2011 Aug 09
1
the naming convention libvirt names a block based storage volume
Seems like different libvirt versions generate a storage volume name in
different format. We would like to learn how libvirt names a storage
volume under a block based storage pool. So that we may properly extract
the LUN identifier out of the volume name for now and in the future.
On host A loaded with libvirt 0.8.7
# virsh vol-list SanPool1
Name Path
-----------------------------------------
2004 Dec 05
0
wine-pthread: failed to read ELF header ?
Hello,
I have little problem here. Older wines worked well. But recently....
$ wine something.exe
/usr/local/wines/wine-20041201/bin/wine-pthread: failed to read ELF header
when i use
$ wine-pthread something.exe
It works, but if some program want to launch another program it's happen again
(eg. install.exe unpack to temp, tries to launch setup.exe and...
"failed to read")
Linux
2011 Jul 01
1
NPIV + KVM
Is this possible:
I would like to have a VM use a FC LUN exported to a virtual wwn (using
NPIV) as its primary disk.
I was thinking there might be a mechanism to say VM, boot using a LUN
with this vwwn as your primary disk?
Thanks in advance.
--
---------------------------------------------------------------------
Eric Ross
HPC Systems Administrator
Argonne National Laboratory
Leadership
2010 Apr 17
3
When is the next WWN?
Hi. I've been waiting to hear more about current wine news other than from the most recent update. I always enjoyed reading the WWN talking about strategies to build a project to get Direct X 9 or 10 working and updates on the next wine meeting. Google summer of code (which is coming up soon).
So I'm just curious, when is the next one coming out?
Thanks,
Ron
2018 Feb 16
1
hurdle model - count and response predictions
Hello,
I'm using pscl to run a hurdle model. Everything works great until I get to
the point of making predictions. All of my "count" predictions are lower
than my actual data, and lower than the "response" predictions, similar to
the issue described here (
https://stat.ethz.ch/pipermail/r-help/2012-August/320426.html) and here (
2007 May 16
5
[RFC] pv-scsi driver (scsiback/scsifront)
Hi all.
We developped a pv-scsi driver that we refered Fujita-san''s scsi-driver
and blkback.
(see, http://www.xensource.com/files/xensummit_4/Xen_Summit_8_Matsumoto.pdf)
The pv-scsi driver''s feature is as follow:
* Guest has dedicated SCSI-HBAs of Dom0.
* Guest can send scsi_cdb to the HBAs.
* Guest recognises the HBAs from hostno of xenstore.
Currentlly, We are
2021 Jul 05
3
Problems with CentOS 8 kickstart
On Mon, 5 Jul 2021 at 07:15, Hooton, Gerard <g.hooton at ucc.ie> wrote:
>
> Hi All,
> I am having problems with a kickstart install of CentOS 8
> When I try to do a completely automated install using PXE/UEFI it get to the point where it reads the kickstart config file.
> Then I see the following message
> "kickstart install Started cancel waiting for multipath
2015 Mar 23
1
[PATCH] [dovecot 2.2.9] Quota warnings ignored with FS quotas
On 17.02.2015 20:03, Micha? Gi?y?ski wrote:
>
> On 21.11.2014 20:04, Grzegorz Nosek wrote:
>> Hi all,
>>
>> I noticed that in some circumstances quota warnings are ignored. The
>> bug arises when both of the following are used:
>>
>> 1. percentage-based quota warnings, i.e.:
>>
>> quota_warning = storage=1%% quota-warning 1 %u
>>
2010 Sep 14
2
dspam + dovecot LDA
Hello,
Is there any possibility to make dspam transport validated emails
directly to dovecot LDA? for now I use such schema:
postfix > dspam > postfix > dovecot LDA but wanted to not return
emails to postfix. I've found that such configuration is possible with
dspam+ cyrus IMAP.
Documentation of dovecot is great but I haven't found such solution.
Thanks in advance for any
2011 Feb 23
1
"Ever" Company UPS drivers
Dear NUT Developers,
First of all I would like to introduce myself, my name is Simon Iwi?ski and
for some time right now I'm working in Ever Company that design and builds
UPSes from scratch. I'm responsible mostly for proper functionality of
"Evers" IT sector but lately also for our dedicated application (called
PowerSoft) testing and development. Recently I've heard
2014 Sep 04
1
exposing APIs needed by Chromium/WebRTC
Hello Opus community,
I'd like to ask you for advice and recommendations.
WebRTC uses Opus, and I noticed
https://webrtc-codereview.appspot.com/5549004 started referring to
currently internal Opus headers. This is possible because for Chromium the
Opus sources are just checked in, so any header can be #included.
I detected this when trying to package Chromium for Linux distributions
with