similar to: Is USBD necessary for average users?

Displaying 20 results from an estimated 4000 matches similar to: "Is USBD necessary for average users?"

2013 Oct 04
0
Is USBD necessary for average users?
On Oct 1, 2013, at 11:58 PM, David N Melik wrote: > I followed the NUT instructions that are on the projects site, I think, ^ The official NUT site? Feel free to post the URL. > and they said to set up USBD, so I did. Is that necessary for average > users using one PC (rather than servers), or will something not work > right if I reread and turn off USBD? I think Alexander
2013 Oct 07
2
Is UPSD necessary for average users?
On Fri, 4 Oct 2013 08:18:12 -0400 Charles Lepple <clepple at gmail.com> wrote: > On Oct 1, 2013, at 11:58 PM, David N Melik wrote: > > > I followed the NUT instructions that are on the projects site, I > > think, > > ^ The official NUT site? Feel free to post the URL. > > > and they said to set up USBD, so I did. Is that necessary for > > average
2013 Nov 04
2
Is UPSD necessary for average users?
On Wed, 16 Oct 2013 08:19:11 +0100 Chris Boot <bootc at bootc.net> wrote: > >> > I forgot to mention: by default, NUT listens on localhost. If > >> > you are using Linux, you could add a "-m owner --uid-owner" rule > >> > to iptables to only match the UID for the NUT system user. > > > > Thanks; if it listens on localhost by default,
2013 Oct 16
2
Is UPSD necessary for average users?
On Tue, 15 Oct 2013 21:56:16 -0400 Charles Lepple <clepple at gmail.com> wrote: > >> What are you trying to optimize? > > > > nothing, but I just did not want another daemon running, or at > > least I do not want a port open that can access the UPS, because I > > will not be using it; it is more of a minor security issue than > > anything. The
2007 Jan 03
1
Curitel PC5740 Wireless Modem (EVDO)
Dear Sir, I am attempting to get a Broad Band Modem working on: sony# uname -a FreeBSD sony.family.hom 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Tue Dec 19 16:55:50 EST 2006 root@sony.family.hom:/usr/obj/usr/src/sys/SONY01 i386 The device is a Sprint PC5740 pc card. When I perform a "man umodem" the card is listed (vendor = Curitel) UMODEM(4)
2018 Mar 23
2
Best Power FE700VA?
On 03/21/2018 07:07 PM, Charles Lepple wrote: > On Mar 20, 2018, at 6:06 PM, David Melik wrote: >> Ok, around 24hrs ago I retested, but the (same) output is still on >> the screen without it going into background to release tty/sh... > My mistake - I misinterpreted the log you posted. Without the "-D" flag, the driver should go into the background in a matter of
2013 Oct 16
0
Is UPSD necessary for average users?
On 16/10/13 06:40, David N Melik wrote: > On Tue, 15 Oct 2013 21:56:16 -0400 > Charles Lepple <clepple at gmail.com> wrote: >>>> > >> What are you trying to optimize? >>> > > >>> > > nothing, but I just did not want another daemon running, or at >>> > > least I do not want a port open that can access the UPS, because I
2018 Jan 21
2
Best Power FE700VA?
I have an excellent old Best Power FE700VA but am suprised it's unlisted.? I thought Best Power ones were for critical applications, mostly for POSIX-based (Unix, etc.) servers, so I want to run it on 64-bit Slackware GNU/Linux.? I'm wondering why, or if it may be added in the future, or if there are any other options.
2003 Aug 05
1
A USB mouse, a scroll wheel, moused and moused_flags
In previous cases where I set up X to use a wheel mouse I told it to use moused and then had XFree do the wheel translation with the ZAxisMapping option. After looking at the FAQ again I decided to try doing the translation with moused on my new 5.1-R desktop box. So I did a ps ax | grep moused and got what I expected... /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid so as root I
2010 Sep 30
6
ClamAV thinks Wine contains a rootkit?
Anyone wanna explain why ClamAV thinks Wine has a rootkit in it? It finds "mountmgr.sys" and "usbd.sys" as "BC.Heuristics.Rootkit.B" This is not altered Wine.. or even used... but it happens just pure straight up compile from source Wine even if its never been ran.... its finding them in the fakedlls folder. I have not tried on Linux, only on Mac OS X, using the
2003 Jul 12
2
usb.ko is unloadable?
Dear colleagues, I'm planning to debug usb connection with my new SONY CLIE handheld, and found that this process is much complicated by the fact usb.ko module can not be unloaded 'cause some process is referencing it: marck@revamp:~/tmp> kldstat -v -i 11 Id Refs Address Size Name 11 1 0xc0cf7000 1b000 usb.ko Contains modules: Id Name
2013 Oct 16
0
Is UPSD necessary for average users?
On Oct 7, 2013, at 4:48 AM, David N Melik wrote: >> What are you trying to optimize? > > nothing, but I just did not want another daemon running, or at least I > do not want a port open that can access the UPS, because I will not be > using it; it is more of a minor security issue than anything. The > instructions I read said to set up that port in NUT configuration, but I
2018 Mar 20
2
Best Power FE700VA?
On 03/19/2018 04:49 AM, Charles Lepple wrote: > The rc-style init systems typically want programs like the drivers to > go into the background on their own (as the driver does without "-D", > or when launched by "upsdrvctl start"). Other init systems like > launchd or systemd will monitor the PID of the program to restart it > if necessary, so they work best
2003 Aug 05
1
A-DATA flash drive: "Attempt to query device size failed"
I purchased the 256 MB A-DATA flash drive (USB 2.0 SpeedDrive), but the system can't query its size. Here is corresponding parts of system messages (boot -v): >>>>>>>>>>> Aug 5 12:53:57 goshik /kernel: Copyright (c) 1992-2003 The FreeBSD Project. Aug 5 12:53:57 goshik /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Aug 5
2003 Nov 26
1
perms of /dev/uhid0
I wrote a small app that monitors a Back-UPS ES500 UPS via the uhid0 interface. I want to run the daemon with as little privs as possible. gastest# ls -l /dev/uhid0 crw-rw---- 1 root operator 122, 0 Nov 12 05:26 /dev/uhid0 gastest# Is it safe to chmod o+r /dev/uhid0 ? Or is there a better way to drop privs of the daemon yet still be able to read from the device ? All I am doing is
2010 Aug 19
2
Windows Recovery console FAILS to boot with Syslinux-4.02
Hello Sir, Copid cmdcons and cmldr to O:(my usb drive) as follows (1) Microsoft(R) Windows 98 (C)Copyright Microsoft Corp 1981-1999. C:\WINDOWS>format o: /s C:\WINDOWS>format o: /s WARNING, ALL DATA ON DISK DRIVE O: WILL BE LOST! Proceed with Format (Y/N)?y Checking existing disk format. Formatting 967.98M Format complete. System transferred Volume label (11 characters,
2006 May 06
3
No USB/HID UPS found
Hello, Help me please with *newhidups* setup. Does it work for someone on *BSD ? Here is the data. --------------------------------------------------------------- *** FreeBSD root.srv# uname -a FreeBSD xxxxxx.dyndns.info 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Tue Feb 8 07:38:22 UTC 2005 admin@temp.botka.homeunix.org:/usr/src/sys/i386/compile/SRV i386 *** NUT ver.2.0.3 root.srv# ll /var/db/pkg/
2018 Dec 25
3
APC Back UPS and Best Power FERRUPS?
Lately I got (used) an APC Back UPS Pro 1000 and Back UPS NS 1080. I got an ethernet-to-USB cable from another UPS, but the Pro isn't detected (with usbhid-ups.) I haven't tried the NS yet but it seems to not be on the list though looks just like the Pro. Some months ago I was discussing setup of a Ferrups 700VA.  I got it to work only with a command in rc.local, but not automatically
2018 Feb 13
3
Best Power FE700VA?
On 01/21/2018 05:53 AM, Charles Lepple wrote: > My understanding was that many of the older Best Power units were downstream of generators, and as such, full-blown power outages of both mains and generator power were not expected. > > That said, it might be that the "bestfcom" driver predates when we were actively collecting specific model names for the Hardware Compatibility
2018 Mar 19
2
Best Power FE700VA?
On 02/20/2018 06:16 PM, Charles Lepple wrote: > Do you have a pinout for that cable? Unsure, but after recent suggestions, it may be working.? Already had NUT from SlackBuilds.org (SBo) installed, but reinstalled to add the group:user. > I forget if it is the default, but you might need to turn off the hardware and software flow control (minicom: Ctrl-A then letter O, "Serial port