similar to: [nbdkit python]: unable to locate modules

Displaying 20 results from an estimated 200 matches similar to: "[nbdkit python]: unable to locate modules"

2015 May 21
0
Re: [nbdkit python]: unable to locate modules
On Thu, May 21, 2015 at 12:10:13AM -0400, Bill Speirs wrote: > I'm working on a python plugin for nbdkit that treats Google Cloud > Storage as a block device. I have a library, gcs.py, that implements > simple commands: list, get, put, delete; source is here: > https://github.com/wspeirs/cldblkdev/blob/master/gcs.py > > When I attempt to run nbdkit I get the following error:
2015 May 21
2
Re: [nbdkit python]: unable to locate modules
On Thu, May 21, 2015 at 09:32:48AM +0100, Richard W.M. Jones wrote: > On Thu, May 21, 2015 at 12:10:13AM -0400, Bill Speirs wrote: > > I'm working on a python plugin for nbdkit that treats Google Cloud > > Storage as a block device. I have a library, gcs.py, that implements > > simple commands: list, get, put, delete; source is here: > >
2001 Jun 23
2
Compiling on FreeBSD bombs at dlls/ntdlls/signal_i386.c
It has been a couple months since I tried compiling from source. I just CVSuped a fresh set of files before building. Here is the error message. ./signal_i386.c: In function `set_vm86_pend': ./signal_i386.c:793: `VIP_MASK' undeclared (first use in this function) ./signal_i386.c:793: (Each undeclared identifier is reported only once ./signal_i386.c:793: for each function it appears
2015 May 21
2
Re: [nbdkit python]: unable to locate modules
What version of Python were you running for your test? $ python --version Python 2.7.9 Also, has anyone written a complex plugin for nbdkit that leverages shared libraries? I was hoping to hack this together quickly to test performance... Thanks! Bill- On Thu, May 21, 2015 at 5:34 AM, Richard W.M. Jones <rjones@redhat.com> wrote: > Judging by this comment, it seems to be a generic
2013 May 16
2
[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
This patch allows virtio-net driver to report traffic distribution to inbound/outbound queues through ethtool -S. The per_cpu virtnet_stats is split into receive and transmit stats and are maintained on a per receive_queue and send_queue basis. virtnet_stats() is modified to aggregate interface level statistics from per-queue statistics. Sample output below: NIC statistics: rxq0:
2013 May 16
2
[PATCH] virtio-net: Reporting traffic queue distribution statistics through ethtool
This patch allows virtio-net driver to report traffic distribution to inbound/outbound queues through ethtool -S. The per_cpu virtnet_stats is split into receive and transmit stats and are maintained on a per receive_queue and send_queue basis. virtnet_stats() is modified to aggregate interface level statistics from per-queue statistics. Sample output below: NIC statistics: rxq0:
2015 Mar 08
1
dovecot auth-worker error happens when I enabled the dovecot to consider both the system account and the MySQL virtual mailbox databases.
Core Dump(?) from /var/log/apport.log on Ubuntu Server 14.04 LTS... ---------------------------------- ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: called for pid 29239, signal 11, core limit 0 ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: executable: /usr/lib/dovecot/auth (command line "dovecot/auth -w") ERROR: apport (pid 29249) Mon Mar 9 01:26:31 2015: Unhandled
2018 Aug 30
2
Crash!!!
Dear members I have for 3 days now been battling with an icecast crash. Since I have 3 months of after hours experience I am taking some real strain in resolving it and hope someone can help. I have included as much info as possible. Please let me know what else you need. *sytze at KerkRadio:~$ uname -a* Linux KerkRadio 4.15.0-1022-azure #22~16.04.1-Ubuntu SMP Thu Aug 16 10:31:05 UTC 2018 x86_64
2018 Aug 31
0
Crash!!!
I still see: @pkgdatadir@, etc. in the paths of the icecast.xml. Is this the used configuration file for the actual icecast ? Then the should be replaced by the actual directory names. Isn't it ? Henk -----Oorspronkelijk bericht----- Van: Icecast [mailto:icecast-bounces at xiph.org] Namens icecast-request at xiph.org Verzonden: vrijdag 31 augustus 2018 14:00 Aan: icecast at xiph.org
2015 Jun 16
0
Samba upgrade issue . . .
Ok Steve, Now its time to edit the status file of the packages. make a backup of : /var/lib/dpkg/status open it with an editor. search for "Package samba" , you probly see" installed ok not-configured. and change status to : Status: install ok installed after the change run : apt-get -f install that should do the trick. Greetz, Louis >-----Oorspronkelijk
2020 Sep 17
0
doveadm search segfault Dovecot 2.2.22
Good Evening, i have a serius problem by usung the search function via imap or via doveadm. If i run this command: doveadm search -u <user> mailbox INBOX text 'Hello' I receive this line in my maillog: dovecot: imap(<user>): Fatal: master: service(imap): child 7472 killed with signal 11 (core dumped) in my /var/log/apport.log i can see this: ERROR: apport
2010 May 17
0
strace log
strace output to my problem posted here on same list is http://xen.markmail.org/thread/ltl2faagvqdl4coh execve("/usr/sbin/xm", ["xm", "create", "centos5.cfg"], [/* 17 vars */]) = 0 brk(0) = 0x6c8000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4868b02000
2020 Sep 21
1
AW: doveadm search segfault Dovecot 2.2.22
Hey, i am now a bit deeper into dovecot debugging with gdb and have a full bt now, with debugging infos. Is there a patch that resolve this Problem in dovecot 2.2.22-1ubuntu2.13 for ubuntu 16? Here the bt: (gdb) bt full #0 0x00007ffff73cf3f3 in array_count_i (array=0x555555810d38) at ../../src/lib/array.h:155 No locals. #1 message_part_finish (ctx=ctx at entry=0x555555810ce0)
2018 Jun 15
1
[PATCH] v2v: rhv-upload: Disable Nagle algorithm
When sending a PUT request, the http header may be sent in the first packet when calling con.endheaders(). When we send the first chunk, the kernel may delay the send because the header packet was not acked yet. We have seen PUT requests delayed by 40 milliseconds on the server side during virt-v2v upload to ovirt. Here is example log from current RHEL virt-v2v version, uploading to RHV 4.2.3:
2010 Mar 01
0
Bugs from Ubuntu - what would you like to see?
As you probably know, Ubuntu is switching from -nv to -nouveau as the default X driver for nvidia cards in the upcoming Lucid 10.04 release. We've got a pretty nice automated bug-reporting tool in Ubuntu called apport, which can grab all sorts of interesting logs and relevant information. Since we've switched over to nouveau by default, I expect the volume of bugs filed against the Ubuntu
2018 Sep 20
0
[PATCH v2 2/3] v2v: -o rhv-upload: Only set SSL context for https connections.
For real imageio servers the destination will always be https. This change has no effect there. However when testing we want to use an http server for simplicity. As there is no certificate or cafile in this case the call to create the context will fail. This also simplifies creation of the context object and recognizes the "insecure" flag for connecting to imageio. Thanks: Nir
2020 Jun 27
1
reboot of nut managment node resets Tripplite SMX1000LCD
Hi Roger et.al, Following messages are logged by journalctl when powering off. --snip-- Jun 25 11:26:32 fourpi01 containerd[1326]: time="2020-06-25T11:26:32.638781892+10:00" level=info msg="Stop CRI service" Jun 25 11:26:32 fourpi01 systemd[1]: Stopping Network UPS Tools - power device driver controller... Jun 25 11:26:32 fourpi01 upsdrvctl[258149]: Network UPS Tools - UPS
2011 Apr 02
3
Trouble with 2.0.11 debian package
I wonder if somebody could help me. If I try clean install of dovecot-common dovecot-imapd dovecot-pop3d from deb http://xi.rename-it.nl/debian stable-auto/dovecot-2.0 main I got: Starting IMAP/POP3 mail server: dovecotdoveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: service(managesieve-login): executable is empty failed! Setting up dovecot-imapd
2018 Jun 21
0
[PATCH 2/2] v2v: -o rhv-upload: Use Unix domain socket to access imageio (RHBZ#1588088).
In the case where virt-v2v runs on the same server as the imageio daemon that we are talking to, it may be possible to optimize access using a Unix domain socket. This is only an optimization. If it fails or if we're not running on the same server it will fall back to the usual HTTPS over TCP connection. --- v2v/rhv-upload-plugin.py | 61 +++++++++++++++++++++++++++++++++++++++++++++++- 1
2018 Jun 26
0
[PATCH v3] v2v: -o rhv-upload: Use Unix domain socket to access imageio (RHBZ#1588088).
In the case where virt-v2v runs on the same server as the imageio daemon that we are talking to, it may be possible to optimize access using a Unix domain socket. This is only an optimization. If it fails or if we're not running on the same server it will fall back to the usual HTTPS over TCP connection. Thanks: Nir Soffer, Daniel Erez. --- v2v/rhv-upload-plugin.py | 61