search for: systool

Displaying 12 results from an estimated 12 matches for "systool".

Did you mean: syspool
2010 May 13
0
[PATCH] Replace the HAL calls with udev/systool calls.
...operty --udi $d --key net.physical_device)" =~ computer ]]; then - NICS="$NICS $(hal-get-property --udi "$d" --key net.interface)" - fi - done - fi + nics=$(ls -bd /sys/class/net/*) + for nic in $nics; do + nic=$(basename $nic) + address=$(systool -c net -d $nic -A address | awk '/address\ += "(.*)"/ { print $3; }') + if [[ ! "$address" =~ '00:00:00:00' ]]; then + NICS="$NICS $nic" + fi + done - # Add virtio NICs that were possibly not detected by hal + # Add v...
2018 Feb 01
8
[Bug 104898] New: backlight problem with the NVIDIA G96GLM [Quadro FX 770M]
https://bugs.freedesktop.org/show_bug.cgi?id=104898 Bug ID: 104898 Summary: backlight problem with the NVIDIA G96GLM [Quadro FX 770M] Product: xorg Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: medium Component: Driver/nouveau
2017 Dec 11
2
Re: Libguestfs Hangs on CentOS 7.4
...t; finger on what was causing it right now. > > At any rate there's a few things you can look into: > > (1) Try with LIBGUESTFS_BACKEND=direct (without forcing TCG). > > (2) Is it using nested KVM? Is nested KVM enabled in the KVM > module in the host kernel: > > # systool -m kvm_intel -v | grep nested > > (should say "Y" if yes) > > If nested KVM is enabled, you can disable it (probably requires a > reboot unfortunately). Or if disabled, try enabling it. > > Rich. > > -- > Richard Jones, Virtualization Group, Red Hat http://p...
2016 Apr 10
1
[PATCH] module parameters: permissions as defines, readable to everyone
...1 root root 4096 Apr 10 17:43 noaccel -r--r--r--. 1 root root 4096 Apr 10 17:43 nofbaccel -r--r--r--. 1 root root 4096 Apr 10 17:43 runpm -r--r--r--. 1 root root 4096 Apr 10 17:43 tv_disable -r--r--r--. 1 root root 4096 Apr 10 17:43 tv_norm -r--r--r--. 1 root root 4096 Apr 10 17:43 vram_pushbuf $ systool -vm nouveau | grep Parameters -A 12 Parameters: config = 28 6e 75 6c 6c 29 0a debug = "(null)" duallink = "1" hdmimhz = "0" ignorelid = "0" modeset = "-1&q...
2017 Dec 11
0
Re: Libguestfs Hangs on CentOS 7.4
...here the UART hangs, and I can't put my finger on what was causing it right now. At any rate there's a few things you can look into: (1) Try with LIBGUESTFS_BACKEND=direct (without forcing TCG). (2) Is it using nested KVM? Is nested KVM enabled in the KVM module in the host kernel: # systool -m kvm_intel -v | grep nested (should say "Y" if yes) If nested KVM is enabled, you can disable it (probably requires a reboot unfortunately). Or if disabled, try enabling it. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming...
2017 Dec 11
0
Re: Libguestfs Hangs on CentOS 7.4
...ht now. >> >> At any rate there's a few things you can look into: >> >> (1) Try with LIBGUESTFS_BACKEND=direct (without forcing TCG). >> >> (2) Is it using nested KVM? Is nested KVM enabled in the KVM >> module in the host kernel: >> >> # systool -m kvm_intel -v | grep nested >> >> (should say "Y" if yes) >> >> If nested KVM is enabled, you can disable it (probably requires a >> reboot unfortunately). Or if disabled, try enabling it. >> >> Rich. >> >> -- >> Richard Jones...
2007 Apr 18
0
[Bridge] Error in usb0 and eth0 bridging on an ARM9 Plattform
...config usb0 0.0.0.0 up ifconfig eth0 0.0.0.0 up brctl addbr brd brctl setfd brd 100 brctl addif eth0 brctl addif usb0 ifconfig brd 192.168.1.1 Anybody there who can help? Regards Sascha Dikhoff P.S.: For interested readers the link from the tool netio http://ftp.leo.org/historic/comp/os/os2/leo/systools/netio123.zip -- +++ GMX - Die erste Adresse f?r Mail, Message, More +++ 1 GB Mailbox bereits in GMX FreeMail http://www.gmx.net/de/go/mail
2016 Jul 12
2
FSD sequence not working on Ubuntu 16.04 LTS
...ile UPS still keeps load powered. Obviously, this never restarts the system automatically. Note, I am currently running NUT installed from Rodney Dawes "System Tools" PPA since the standard 16.04 repository has a fairly old version (2.7.2): https://launchpad.net/~dobey/+archive/ubuntu/systools/ However, upgrading to this PPA build did not have any effect on the incorrect shutdown sequence issue. I was wondering if anyone can confirm a working NUT configuration on Ubuntu 16.04 LTS. So far, I am pretty sure this is Ubuntu bug, not the NUT one but I might be wrong, of course. Would be...
2010 May 13
1
Non-functional replacement...
This patch just includes the repo name in the subject.
2016 Feb 17
1
Blazer_usb driver almost supports Centralion Titan Elite, but not quite
...pon-backpro-upses-phoenix-power-co-ltd-usb-to-serial-controller>). This same UPS appears to be sold as "Centralion Titan Elite" and maybe other names too. My system runs Kubuntu 14.04 LTS, and I got some recent NUT version from this ppa <https://launchpad.net/~dobey/+archive/ubuntu/systools/+sourcepub/6062635/+listing-archive-extra> so I currently have a package called nut-server_2.7.3.1+r2547.1~ubuntu14.04.1_amd64.deb . The official one from Ubuntu doesn't work with my UPS. Now, this version almost works. The problem is that it's constantly losing connection with the UPS...
2010 May 14
3
Replacement patch...
This one incorporates feedback from mburns and apevec to ensure that all multipath devices are excluded in the list of available drives. Only drives with an identified bus are included in the list now.
2017 Dec 11
3
Libguestfs Hangs on CentOS 7.4
Hi, We seem to be hitting an issue where libguestfs keeps hanging. virt-resize, guestmount etc.. never complete. If we set LIBGUESTFS_BACKEND_SETTINGS=force_tcg it completes. The issue starts when updating to CentOS 7.4 (CentOS 7.3 work fine). It doesn't seem to affect all 7.4 hypervisors and the only similarity that we have found is that they all use NVMe drives. Non-Volatile memory