Displaying 20 results from an estimated 1000 matches similar to: "how to install pyserial on centos 6?"
2013 Sep 30
2
virNodeInfo returns MBytes instead of bytes
Hi,
http://www.libvirt.org/html/libvirt-libvirt.html#virNodeInfo says that
memory size is in kilobytes, however when I use this call I get an answer
in Megabytes, see below. The hypervisor has 16 GB of RAM.
$ python
Python 2.6.6 (r266:84292, Jul 10 2013, 22:48:45)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or
2011 Jul 26
2
python-libvirt for 0.9.3 leaking file descriptors
i've reported this issue before, so i guess this is a regression. looks
like the python bindings for 0.9.3 are leaking file descriptors:
root at cloud1:~# python
Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import libvirt
>>>
2013 Sep 04
2
python-guestfs
I use python-guestfs to mount windows image it have some problems .Here is my code:
[root@mfsdata1 ~]# python
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> sheepfs_dir="/tmp/sheepfs"
2011 Dec 26
1
How to connect to a remote VM ESXi server with Python language?
Hi, Dear Mr/Mrs.
I have trouble in connecting to a VM ESXi server with python.
I am a developer using libvirt to control remote VM ESXi with python
language. But I am not able to connect to a remote VM ESXi server.
I make my try to solve this issue:
1: I use the function libvirt.Open() to open the remote VM ESXi Server, but
I don't know how to input the password. It seems that there is no
2013 Sep 05
0
Re: python-guestfs
On Wed, Sep 04, 2013 at 02:31:08AM +0000, 徐展聪 wrote:
> I use python-guestfs to mount windows image it have some problems .Here is my code:
>
> [root@mfsdata1 ~]# python
> Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
> [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
> Type "help", "copyright", "credits" or "license" for more
2013 Sep 06
1
答复: python-guestfs
trace:
>>> g.inspect_os()
libguestfs: trace: inspect_os
libguestfs: trace: umount_all
libguestfs: trace: umount_all = 0
libguestfs: trace: list_devices
libguestfs: trace: list_devices = ["/dev/vda"]
libguestfs: trace: vfs_type "/dev/vda"
libguestfs: trace: vfs_type = ""
libguestfs: trace: mount_ro "/dev/vda" "/"
libguestfs: trace:
2012 May 02
1
Incomplete host name resolution
Hello
I happen to have two network interfaces on my new, up-to-date, CentOS
6.2, named eth0 and virbr0 (3 of them if I include the lo interface).
However the system APIs like getaddrinfo() only return the address for
the virbr0 interface (which was created by the CentOS installation),
when I would like to have them both.
Even if I give the configured eth0 address explicitly to getnameinfo(),
2014 Jan 14
0
Re: Libguestfs can't launch with one of the disk images in the RHEV cluster
On Tue, Jan 14, 2014 at 02:57:35PM +0000, Исаев Виталий Анатольевич wrote:
> Dear Rich, thank you for a prompt reply on my question. The similar
> problems have been found with all of the rest Thin Provisioned disks
> in the cluster, while all the Preallocated disks were handled with
> libguestfs correctly. I guess these issues were caused by (b) and
> probably (c) reasons:
>
2020 May 06
2
Ailing MATE desktop
On Tue, 2020-05-05 at 19:25 -0500, Robert G (Doc) Savage via CentOS
wrote:
>
> I'm about ready to run "dnf erase *mate*" and try re-installing MATE
> from scratch from the GNOME3 desktop. Is that possible without
> ripping
> the heart out of C8 by deleting other critical packages?
I've attached a capture of "dnf erase *mate*" that shows the 104
packages
2024 Aug 15
2
Certificates are not trusted
Hi,
After returning home from holiday I tried to update my Fedora
installation with the command 'sudo dnf update -y'.
This command now terminates with the following error:
error: Verifying a signature using certificate
3124D2EF76DA4D972F6BE4AC9D60CBB71A3B4456 (iucar_cran (None)
<iucar#cran at copr.fedorahosted.org>):
1. Certificiate 9D60CBB71A3B4456 invalid: certificate is
2014 Jan 14
2
Re: Libguestfs can't launch with one of the disk images in the RHEV cluster
-----Original Message-----
From: Richard W.M. Jones [mailto:rjones@redhat.com]
Sent: Tuesday, January 14, 2014 4:42 PM
To: Исаев Виталий Анатольевич
Cc: libguestfs@redhat.com
Subject: Re: [Libguestfs] Libguestfs can't launch with one of the disk images in the RHEV cluster
On Tue, Jan 14, 2014 at 08:07:43AM +0000, Исаев Виталий Анатольевич wrote:
> [00072ms] /usr/libexec/qemu-kvm \
2020 May 22
3
log.samba missing rotation
I know about this param, I configured it and log.smbd, log.nmbd and others are rotated, log.samba is not.
----- Original Message -----
> From: "samba" <samba at lists.samba.org>
> To: "Lorenzo Milesi" <maxxer at yetopen.it>, "samba" <samba at lists.samba.org>
> Sent: Thursday, May 21, 2020 7:29:04 PM
> Subject: Re: [Samba] log.samba
2019 Jul 02
3
Weird access problem to files
> The latest Samba version is 4.10.6 and there have been numerous updates
> since 4.3.11, but you shouldn't be having the problem you have, so lets
> start be you posting your smb.conf
Thank you very much.
Here it is:
[global]
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl, winbindd, ntp_signd, kcc, dnsupdate
realm = domain.lan
ldap server require strong auth =
2010 Nov 15
1
optimization of theora contract job
Theora-devs:
I am in seek of a theora (but possibly vorbis/ogg/ffmpeg) dev to optimize the encoding in a realtime software product.
We do live encoding and transcode into ogg/theora/vorbis at various resolutions and frame rates. The higher resolutions cannot process in realtime and we are pushing the boundaries of hardware (cpu) encoding with the existing theora/ffmpeg.
Right now we have to
2024 Sep 24
1
RStudio package maintenance moved to Copr
Many thanks I?aki.
Will Quarto get pulled in from your COPR automatically as well or do we
need to specifically install it before/after?
Also is it worth updating the "add ons" section at
https://cran.r-project.org/bin/linux/fedora/ as well?
Tim
On 24/09/2024 12:51, I?aki Ucar wrote:
> Dear all,
>
> With the latest release of RStudio last week (v2024.09.0+375), support
2019 Jul 02
1
Weird access problem to files
> which share isn't working ?
> is it 'CONDIVISIONE' ?
What is really weird is:
Computer01, Win10, user1 logged in as local (not using domain user), share mapped with domain user. In the path I've posted in the first message the user can access BUT cannot write.
Computer01, Win10, user1 logged in as domain user: same as above, user can access the folder but cannot write.
2020 May 18
3
Intermittent permission denied when accessing share
> Not sure, but that is the way it looks, just a thought, are you using
> sssd ?
no, not even installed
> Just like a normal share, '[homes]' is a special share that doesn't use
> 'path. There used to be something on the wiki about using '[home]' on a
> DC, I didn't know it had gone until you mentioned it ;-)
So if I use [home] it would be a normal
2023 Jun 06
1
What's the substitution of 'samba-tool domain provision' in v4.17.5
> samba-tool domain: no such subcommand: provision
Are you sure there's no typo or hidden character? provision command is still there in 4.18.2 :)
# samba-tool domain provision
ERROR: No domain set!
--
Lorenzo Milesi - lorenzo.milesi at yetopen.com
CTO @ YetOpen Srl
Corso Martiri della Liberazione 114 - 23900 Lecco - ITALY - | 4801 Glenwood Avenue - Suite 200 - Raleigh, NC 27612 - USA
2020 May 21
2
log.samba missing rotation
Samba 4.12.1 installed from source following the wiki.
I noticed
/usr/local/samba/var/log.samba
is not being rotated at all, it starts since the day I installed and it's still growing (500M so far).
Is this something which must be handled manually with a logrotate entry? What signalling does samba require after the file has been rotated?
I didn't find anything on the wiki, is it worth
2015 Nov 02
1
Re: libguestfs RHEL 7.2/7.3 preview packages rebuild failed on CentOS 7.1
On Sun, Nov 01, 2015 at 11:19:07PM +0100, Jean-Marc LIGER wrote:
> I'm trying to rebuild the libguestfs RHEL 7.2/7.3 preview packages into my personnal COPR CentOS 7 repository, which already contains upstream virtualisation packages :
> https://copr.fedoraproject.org/coprs/jmliger/virt7-upstream/
>
> For RHEL 7.2 libguestfs-1.28.1-1.55.el7.src.rpm, I'm missing ocaml >=