Displaying 20 results from an estimated 9000 matches similar to: "drivers fail after upgrade"
2010 Aug 08
1
Driver does not detect megatec_usb UPS
Hello all:
I have a Yukai PowerMust 1000 USB and it used to work on another computer
using megatec_usb driver.
Now, I have it in a new computer, but the driver does not detect it.
It is there:
# lsusb|grep Cypress
Bus 006 Device 007: ID 0665:5161 Cypress Semiconductor USB to Serial
Permissions are OK:
# ls -l /dev/bus/usb/006/007
crw-rw-r-- 1 root nut 189, 646 ago 8 01:51
2009 Dec 11
1
about --link-dest
Hello all:
I don't know what I'm doing bad, but --link-dest does not work for me:
I have three directories, the original one, the first copy and the second copy I want to populate:
$ ls -li
total 12
1761433 drwxr-xr-x 2 envite envite 4096 dic 10 14:04 copy1
1761434 drwxr-xr-x 2 envite envite 4096 dic 11 01:18 copy2
1761432 drwxr-xr-x 2 envite envite 4096 dic 10 14:04 origin
$ ls -li *
2010 Oct 01
2
Help running Lords of the Realm 2 in AMD64
Hello all:
Probably it's me doing something badly, but I'm running Lords of the Realm 2
in my AMD64 Debian squeeze box and it sounds, but I don't get any image: just
a black screen or a black window.
Running wine in a Konsole shows this:
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default
2008 Jun 18
1
APC Smart-UPS RT 5000
Hello all
I've a brand-new APC box, model Smart-UPS RT 5000, which comes with a black
cable RJ48 in one side (10P4C) and RS232-DB9 in the other. The cable
reads "940-1525A" in the DB9 side.
Which is the best setting (driver and options) to connect this UPS to my
computer? It seems not to be recognized by a typical apcsmart driver setting.
Many thanks
Noel Torres
er Envite
2019 Oct 28
3
udev on CEntOS7 - can't get a match, looking for tips...
The mtx binary requires my tape library to be assigned a sg# driver, but
the kernel periodically renumbers the sg devices. Normally, we would
write a udev rule to manually assign a persistent name, but it looks
like things have changed as I can't seem to get a match on CEntOS7. I'd
appreciate any feedback or pointers to help me get my rule working. My
two attempts are below.
cat
2009 Nov 13
1
Xorcom Astribank udev issue in Ubuntu 9.10
Hi,
I have upgraded an Asterisk installation with a Xorcom BRI Astribank
that was working under Ubuntu 8.04 to Ubuntu 9.10 and the device is no
longer initialized.
When I reload the udev rules, I see that the rules seems to be correctly
loaded:
udevd[452]: reading '/etc/udev/rules.d/40-xpp.rules' as rules file
However, these rules do not seem to be triggered:
# udevadm trigger
2013 Mar 21
0
Processed (with 1 errors): Fix broken submitters (double encoded)
Processing commands for control at bugs.debian.org:
> submitter 192827 Jos? Luis Gonz?lez <jlgonzal at ya.com>
Bug #192827 [xdiskusage] xdiskusage: Printing doesn't manage non-ASCII characters
Changed Bug submitter to 'Jos? Luis Gonz?lez <jlgonzal at ya.com>' from 'Jos?? Luis Gonz??lez <jlgonzal at ya.com>'
> submitter 208308 R?diger Kuhlmann
2017 Apr 13
0
Re: [PATCH v2 1/2] daemon: run 'udevadm settle' with --exit-if-exists option
On Thursday, 13 April 2017 16:55:26 CEST Pavel Butsykin wrote:
> Add udev_settle_file() to run 'udevadm settle' with --exit-if-exists option. It
> will slightly reduce the waiting-time for pending events if we need to wait
> for events related to a particular device/file.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> daemon/daemon.h | 2
2014 May 19
1
SCSI not settling???
I'm getting a lot of this at boottime:
udev still not settled. Waiting.
udevadm settle - timeout of 0 seconds reached, the event queue contains:
/sys/module/scsi_wait_scan (11707)
udev still not settled. Waiting.
udevadm settle - timeout of 0 seconds reached, the event queue contains:
/sys/module/scsi_wait_scan (11709)
udev still not settled. Waiting.
udevadm settle - timeout of 0
2018 Sep 19
2
virt-customize is very slow in ubuntu 18.04/centos 7.5
Hi all,
Sorry for bothering you in this dev mailing list, I'm using libguestfs to
customize some vm using as bases the ubuntu cloud images.
But I noticed that it takes a lot and then fails when trying to install a
packet.
Same behaviour on Ubuntu 18.04 and Centos 7.5
Ubuntu:
virt-customize 1.36.13
libvirtd (libvirt) 4.0.0
Centos:
virt-customize 1.36.10rhel=7,release=6.el7_5.2,libvirt
2013 Oct 16
0
PXE: xrandr: Failed to get size of gamma for output default
My network installation via PXE breaks when graphical installation starts,
here my program.log:
Running... /bin/mount -n -t auto -o ro,loop=/dev/loop0 /tmp/install.img
/mnt/runtime
07:51:29,617 INFO : Running... ['udevadm', 'trigger', '--action=add',
'--subsystem-match=net']
07:51:29,660 INFO : Running... ['udevadm', 'trigger',
2015 Oct 05
1
[PATCH] daemon: use str_udevadm in udev_settle
There is GUESTFSD_EXT_CMD defining a string for udevadm (so it is marked
as "used tool" in the appliance), but it is not actually used when
starting udevadm.
There should be no behaviour change.
---
daemon/guestfsd.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
index 7b33a3a..4502190 100644
--- a/daemon/guestfsd.c
+++
2012 Sep 03
1
[PATCH] daemon: remove call to obsolete udevsettle
udevadm is included in all reasonable recent distributions.
This avoids 'command not found' errors in verbose mode.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
diff --git a/daemon/guestfsd.c b/daemon/guestfsd.c
index e6d5fde..0db56e4 100644
--- a/daemon/guestfsd.c
+++ b/daemon/guestfsd.c
@@ -54,7 +54,6 @@
#include "daemon.h"
GUESTFSD_EXT_CMD(str_udevadm, udevadm);
2023 Feb 12
1
Issue with downloading files whose path contains multi-byte utf-8 characters
Hey,
When downloading a file whose path contains multi-byte utf-8, libguestfs
sometimes crashes.
This reproduces when using python, and not when using guestfish.
Code to reproduce:
for i in range(2000):
g.download ('/xxx?', '/tmp/1')
#0 raise (sig=<optimized out>) at ../sysdeps/unix/sysv/linux/raise.c:50
#1 0x00007ffff7fac140 in <signal handler called> () at
2009 Aug 12
3
user_global_* ldap deliver
Searched archive, but failed to find... :-(
"deliver" does not honor user_global_* from dovecot-ldap.conf or userdb
static{}
also
it looks like delivery attempts being made to %n/Maildir/cur ??
one other curious thing, use of ${recipient} in master.cf|deliver
command causes the "passdb ldap" lookups to be completely ignored? only
checks passdb and ignores userdb compleletely?
2017 Apr 12
0
Re: [PATCH 1/2] daemon: run 'udevadm settle' with --exit-if-exists option
On Wed, Apr 12, 2017 at 05:01:10PM +0300, Pavel Butsykin wrote:
> Add udev_settle_file() to run 'udevadm settle' with --exit-if-exists option. It
> will slightly reduce the waiting-time for pending events if we need to wait
> for events related to a particular device/file.
>
> Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com>
> ---
> daemon/daemon.h |
2023 Feb 13
3
Issue with downloading files whose path contains multi-byte utf-8 characters
On Sun, Feb 12, 2023 at 03:31:08PM +0200, Yonatan Shtarkman wrote:
> Hey,
> When downloading a file whose path contains multi-byte utf-8, libguestfs
> sometimes crashes.
> This reproduces when using python, and not when using guestfish.
>
> Code to reproduce:
> for i in range(2000):
> ? ? g.download ('/xxx?', '/tmp/1')
'i' is not used inside the
2023 Feb 14
1
Issue with downloading files whose path contains multi-byte utf-8 characters
On Tue, Feb 14, 2023 at 08:02:59PM +0200, Yonatan Shtarkman wrote:
> The attached code snippet?reproduces the issue when running:
> python3 libugestfs_segfault_repro.py
>
> With:
> guestfs version: 1.48.6
> guestfs-python version: 1.48.6
Can confirm with {python3-,}libguestfs-1.51.1-1.fc39.x86_64
The stack trace is roughly the same as yours.
Rich.
> Stacktrace:
> #0
2017 Jul 05
2
Device not supported?
On 07/06/2017 02:38 AM, Charles Lepple wrote:
> On Jul 5, 2017, at 7:23 PM, Manuel Wolfshant wrote:
>>> Manuel: did you happen to regenerate the udev files, or use one of the Buildbot tarballs? We typically don't bother to do that until "make dist" before a release (since the rules files are generated from *.in files based on configure parameters), so your package might
2010 Oct 01
0
dovecot Digest, Vol 90, Issue 3
Dear All,
Thanks for all your replied but still I don't know how to install from 1.0.7 to 1.2.14. What should I consider to keep the same configuration during or after upgrade?
It is the first time I am trying to upgrade my Dovecot.
Thank a lot for your help
--- On Fri, 1/10/10, dovecot-request at dovecot.org <dovecot-request at dovecot.org> wrote:
From: dovecot-request at