search for: coldplug

Displaying 20 results from an estimated 31 matches for "coldplug".

2007 Sep 28
1
nut + usb + udev with kernel 2.6.22
.... While the device was detected properly and added to /dev, it was added with the wrong permissions (gid was set to 'usb' instead of 'nut', as it was expected to be according to the rules under /etc/udev/rules.d/70-nut-usbups.rules). Worse, it was improperly setup only during udev coldplug, whereas hotplugging worked fine. Finally, when I recompiled the kernel without CONFIG_USB_DEVICE_CLASS (which is marked DEPRECATED as of 2.6.22), it constantly added the device with the wrong gid. After spending many hours, I managed to find a hint to the solution: the default udev rules that ar...
2005 Jul 02
2
Rebooting not working
Hi! I've installed NUT 2.0.2 to work with my MGE Protection Center and it works but for one thing. When I reboot the computer, at startup upsdrvctl/newhidups can't find the UPS so I have to manually unplug, replug and start upsdrvctl/upsd every time. I've installed from sourcecode onto a Gentoo machine. Where should I look for the problem (USB/hotplug/newhidups/somewhere else)?
2006 Dec 15
2
Boot load wcfxo does not configure self under Ubuntu 6
When booting Ubuntu 6.06.1 (Linux 2.6.15-27-386), wcfxo would load but not configure. I have three ways to manually force wcfxo to configure: 1) ztcfg, 2) modprobe -f wcfxo, or of course 3) unload and reload wcfxo. Each works equally well. As a workaround, now I have to put ztcfg in rc.local, which Debian doesn't favour. I had compiled the same zaptel under Ubuntu 5.02.0 on two
2009 Jul 28
4
Patch for drivers.list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Just a little patch for the drivers.list The "Cyber Power Systems Intelligent Series CP1500EAVRLCD" ups http://eu.cyberpowersystems.com/products/ups_systems/intelligent/cp1500eavrlcd.htm Got one here running (see: https://nut.stillbilde.net/cgi-bin/nut/upsstats.cgi?host=CyberPower at upsmonitor) Works flawlessly. Patch as follows:
2006 Nov 02
1
MGE Ellipse Premium 1200 USB cable only works if plugged after boot
I have an MGE Ellipse Premium 1200 that I connected to my server using its USB cable. Nut seems to be working fine. I've done a power down test and it worked and came back up when the UPS had power again. I'm using the newhidups driver and the USB cable. The problem I'm having is that if I boot with the cable connected newhidups says it can't find the UPS. If I unplug and plug in
2006 Jun 28
2
Avoiding killall
When I started Rails Development, I needed to use ''killall -g dispatch.fcgi'' whenever I made a change to a Model to see the change on my website. Now it seems I need to do this to see any change to the Controller as well. Any ideas of what I am doing wrong??? -- Posted via http://www.ruby-forum.com/.
2006 Nov 02
1
ZAPtel channel dance
Zaptel installs an /etc/modprobe.d/zaptel and an /etc/{defaults,sysconfig}/zaptel that list the modules in a different order, so If you happen to have a TDM2400P and a TDM[124]xxP, all channels change their numbers if you do a /etc/initd/zaptel restart. This is slightly confusing. (I'd file a bug if there were a bug tracking system that allowed users to submit bugs). Yours, Florian
2012 Mar 26
0
Xen 4.1.2 / Fedora 16 pv domU does not show Anaconda
...Read-Ahead Data. Started Lock Directory. Starting Initialize storage subsystems (RAID, LVM, etc.)... Starting Software RAID Monitor Takeover... Starting Security File System... Starting Debug File System... Starting Huge Pages File System... Starting POSIX Message Queue File System... Starting udev Coldplug all Devices... Starting udev Kernel Device Manager... Starting Syslog Kernel Log Buffer Bridge... Started Syslog Kernel Log Buffer Bridge. Starting Runtime Directory... Started Collect Read-Ahead Data. [ 3.305292] systemd[1]: fedora-storage-init-late.service: main process exited, code=exited, st...
2014 Jul 11
0
Trying to set-up DomU CentOS 7, but get Warning: /dev/root does not exist
...cache: enabled; persistent grants: disabled; indirect descriptors: disabled; [    5.834035]  xvda: unknown partition table [    5.834341] Setting capacity to 62914560 [    5.834349] xvda: detected capacity change from 0 to 32212254720 [  OK  ] Started dracut pre-trigger hook.          Starting udev Coldplug all Devices...          Mounting Configuration File System... [  OK  ] Started udev Coldplug all Devices.          Starting dracut initqueue hook...          Starting Show Plymouth Boot Screen... [  OK  ] Mounted Configuration File System. [  OK  ] Reached target System Initialization. [  OK  ] Sta...
2011 Feb 28
12
[RFC PATCH] set current_state to D0 in register_slot
Hi all, if a device doesn''t support power management (pm_cap == 0) but it is acpi_pci_power_manageable() because there is a _PS0 method declared for it and _EJ0 is also declared for the slot then nobody is going to set current_state = PCI_D0 for this device. This is what I think it is happening: pci_enable_device | __pci_enable_device_flags /* here we do not set current_state
2013 Dec 02
3
no-amd-iommu-perdev-intremap + no-intremap = BOOM with Xen 4.4 (no-intremap by itself OK).
...bytes [ 11.050944] Key type encrypted registered [ OK ] Started Load Kernel Modules. [ OK ] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [ 11.084633] systemd-udevd[166]: starting version 204 [ OK ] Started udev Kernel Device Manager. Starting udev Coldplug all Devices... [ 11.118840] wmi: Mapper loaded [ OK ] Started udev Coldplug all Devices. Starting dracut initqueue hook... [ OK ] Reached target System Initialization. Starting Show Plymouth Boot Screen... [ 11.136234] [drm] Initialized drm 1.1.0 20060810 [ 11.144508] us...
2015 Jun 24
1
[PATCH RFC] vhost: add ioctl to query nregions upper limit
On Wed, Jun 24, 2015 at 04:52:29PM +0200, Igor Mammedov wrote: > On Wed, 24 Jun 2015 16:17:46 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > On Wed, Jun 24, 2015 at 04:07:27PM +0200, Igor Mammedov wrote: > > > On Wed, 24 Jun 2015 15:49:27 +0200 > > > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > >
2015 Jun 24
1
[PATCH RFC] vhost: add ioctl to query nregions upper limit
On Wed, Jun 24, 2015 at 04:52:29PM +0200, Igor Mammedov wrote: > On Wed, 24 Jun 2015 16:17:46 +0200 > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > On Wed, Jun 24, 2015 at 04:07:27PM +0200, Igor Mammedov wrote: > > > On Wed, 24 Jun 2015 15:49:27 +0200 > > > "Michael S. Tsirkin" <mst at redhat.com> wrote: > > > >
2018 Jan 25
0
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...nal Service. [ OK ] Started Load Kernel Modules. [ OK ] Started Set the console keyboard layout. [ OK ] Started Uncomplicated firewall. [ OK ] Started Create list of required sta…vice nodes for the current kernel. [ OK ] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting Kernel Configuration File System... Starting Flush Journal to Persistent Storage... [ OK ] Mounted Kernel Config...
2013 Dec 02
3
Assertion ''l1e_get_pfn(MAPCACHE_L1ENT(hashent->idx)) == hashent->mfn'' failed at domain_page.c:203
...tered [ 11.934562] Key type encrypted registered [ OK ] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [ OK ] Started Load Kernel Modules. [ 11.966259] systemd-udevd[187]: starting version 204 [ OK ] Started udev Kernel Device Manager. Starting udev Coldplug all Devices... [ 12.008431] wmi: Mapper loaded [ OK ] Started udev Coldplug all Devices. Starting dracut initqueue hook... [ OK ] Reached target System Initialization. Starting Show Plymouth Boot Screen... [ 12.048647] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidra...
2018 Jan 23
2
Problems getting nouveau to work with either Geforce GT710 or Geforce 9800GT on ARM Cortex-A9
...nel. [ OK ] Started Load Kernel Modules. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Set the console keyboard layout. [ OK ] Started Uncomplicated firewall. [ OK ] Started Nameserver information manager. [ OK ] Reached target Network (Pre). Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Mounting Kernel Configuration File System... Starting Apply Kernel Variables... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Mounted Kernel Config...
2016 Feb 04
3
Bug#810379: [Xen-devel] [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
On Wed, 2016-02-03 at 15:28 -0500, Konrad Rzeszutek Wilk wrote: > > > And I wonder if the XEN_DOMCTL_irq_permission aka, > > > xc_domain_irq_permission > > > had been called. I remember that at some point we missed it for > > > Xend.. > > > > > False alarm. > > It was all in Linux. Attached are four patches (the first two > are for
2006 May 31
9
pcifront pci-0: pciback not responding (tg3)
Hello, I am desperately trying to get pci-passthrough to working. I want to pass a tg3 nic to domU. when booting domU I get a lot of messages: pcifront pci-0: pciback not responding!!! in domU, "ifconfig eth... adress up" hangs for 2 minutes, finally ifconfig -a shows a correct setting with no data transmitted rx/tx The IP Adress is being assigned, but there is no data transmission
2005 Apr 27
23
xen on suse 9.3 and software raid
Has anyone had issues starting xen0 on a md? I have installed it a few times now w/ and w/o raid. Anytime I have a raid1 mirror, Xen panics on boot when trying to mount /. It gets past waiting for /dev/md0 to appear. John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Apr 27
23
xen on suse 9.3 and software raid
Has anyone had issues starting xen0 on a md? I have installed it a few times now w/ and w/o raid. Anytime I have a raid1 mirror, Xen panics on boot when trying to mount /. It gets past waiting for /dev/md0 to appear. John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users