search for: 104100

Displaying 11 results from an estimated 11 matches for "104100".

Did you mean: 10100
2004 Nov 09
3
Multiple Linux users, and wine?
Hey guys, I've got two Linux user accounts: foo and bar. AFAIK, both have identical .wine directories, that both point to the same fake dos drive. User 'foo' is able to run Quicken in wine, but user 'bar' is not. (I don't recall the exact error, but it was pretty non-descript.) Does Wine support this kind of thing? My ultimate goal is that, regardless of whether user
2019 Jul 12
0
New User Questions - With Belkin USB
...psmon* -rwxr-xr-x 1 root root 22340 Dec 30 2013 /sbin/upssched* -rwxr-xr-x 1 root root 100064 Apr 11 2014 /sbin/upstart-dbus-bridge* -rwxr-xr-x 1 root root 95824 Apr 11 2014 /sbin/upstart-event-bridge* -rwxr-xr-x 1 root root 108140 Apr 11 2014 /sbin/upstart-file-bridge* -rwxr-xr-x 1 root root 104100 Apr 11 2014 /sbin/upstart-local-bridge* -rwxr-xr-x 1 root root 99924 Apr 11 2014 /sbin/upstart-socket-bridge* -rwxr-xr-x 1 root root 58980 Apr 11 2014 /sbin/upstart-udev-bridge* -rwxrwxrwx 1 root nut 1544 Jul 7 13:12 /etc/nut/nut.conf* -rwxrwxrwx 1 root nut 4653 Jul 9 09:06 /etc/nut/ups.co...
2008 Jul 13
2
Problem with ActiveRecord::AssociationTypeMismatch
...Attribute < ActiveRecord::Base belongs_to :character end When I want to create a new instance by calling c = Character.new :first_name => "hello", :last_name => "world" I get this Error: ActiveRecord::AssociationTypeMismatch: Attribute(#17724630) expected, got Array(#104100) from /Library/Ruby/Gems/1.8/gems/activerecord-2.1.0/lib/active_record/ associations/association_proxy.rb:214:in `raise_on_type_mismatch'' from /Library/Ruby/Gems/1.8/gems/activerecord-2.1.0/lib/active_record/ associations/association_collection.rb:229:in `replace'' from /Library...
2019 Jul 14
2
New improved version of nut-report script
...psmon* -rwxr-xr-x 1 root root 22340 Dec 30 2013 /sbin/upssched* -rwxr-xr-x 1 root root 100064 Apr 11 2014 /sbin/upstart-dbus-bridge* -rwxr-xr-x 1 root root 95824 Apr 11 2014 /sbin/upstart-event-bridge* -rwxr-xr-x 1 root root 108140 Apr 11 2014 /sbin/upstart-file-bridge* -rwxr-xr-x 1 root root 104100 Apr 11 2014 /sbin/upstart-local-bridge* -rwxr-xr-x 1 root root 99924 Apr 11 2014 /sbin/upstart-socket-bridge* -rwxr-xr-x 1 root root 58980 Apr 11 2014 /sbin/upstart-udev-bridge* ########### Ownership and permissions of configuration files ########### -rwxrwxrwx 1 root nut 1544 Jul 7...
2019 Jul 12
2
New User Questions - With Belkin USB
On Fri, 12 Jul 2019, David White wrote: > Hello, thanks, and sorry for the delay in getting back. I am running the > script and have move the comment from one D= line to the other. I am, > however, seeing some errors written to the console. They are from line > 64-65 of the script. > > Regarding line 64, I have no /usr/sbin/ups* and suspect the proper > location on my
2020 Jan 01
2
Belkin USB UPS Not Turning Off
...psmon* -rwxr-xr-x 1 root root 22340 Dec 30 2013 /sbin/upssched* -rwxr-xr-x 1 root root 100064 Apr 11 2014 /sbin/upstart-dbus-bridge* -rwxr-xr-x 1 root root 95824 Apr 11 2014 /sbin/upstart-event-bridge* -rwxr-xr-x 1 root root 108140 Apr 11 2014 /sbin/upstart-file-bridge* -rwxr-xr-x 1 root root 104100 Apr 11 2014 /sbin/upstart-local-bridge* -rwxr-xr-x 1 root root 99924 Apr 11 2014 /sbin/upstart-socket-bridge* -rwxr-xr-x 1 root root 58980 Apr 11 2014 /sbin/upstart-udev-bridge* ########### Ownership and permissions of configuration files ########### -rwxrwxrwx 1 root nut 1544 Jul 7...
2019 Jul 09
5
New User Questions - With Belkin USB
On Jul 9, 2019, at 12:22 PM, David White wrote: > > So I guess I am wondering if this is related to my problem. I have no idea how the blazer_usb driver works. For the most part, NUT drivers ending in “_usb” (including blazer_usb) do not need a serial device node in /dev. They use libusb to talk directly to the UPS. (If you can reliably read the UPS status with upsc, then the connectivity
2014 Apr 01
10
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving performance. - Simplify some of the codes and add more comments. - Test for X86_FEATURE_HYPERVISOR CPU feature bit to enable/disable unfair lock. - Reduce unfair lock slowpath lock stealing frequency depending on its distance from the queue head. - Add performance data for IvyBridge-EX CPU.
2014 Apr 01
10
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving performance. - Simplify some of the codes and add more comments. - Test for X86_FEATURE_HYPERVISOR CPU feature bit to enable/disable unfair lock. - Reduce unfair lock slowpath lock stealing frequency depending on its distance from the queue head. - Add performance data for IvyBridge-EX CPU.
2014 Apr 02
17
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
N.B. Sorry for the duplicate. This patch series were resent as the original one was rejected by the vger.kernel.org list server due to long header. There is no change in content. v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving performance. - Simplify some of the codes and add more comments. - Test for X86_FEATURE_HYPERVISOR CPU feature bit
2014 Apr 02
17
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
N.B. Sorry for the duplicate. This patch series were resent as the original one was rejected by the vger.kernel.org list server due to long header. There is no change in content. v7->v8: - Remove one unneeded atomic operation from the slowpath, thus improving performance. - Simplify some of the codes and add more comments. - Test for X86_FEATURE_HYPERVISOR CPU feature bit