Displaying 20 results from an estimated 10000 matches similar to: "configure: added --with-group"
2007 Jun 24
1
usbmon fails silently to start with invalid RUN_AS_USER values
Hi. I have an improvement suggestion.
Say that a careless user starts editing upsmon.conf before having read
the complete documentation (not that I know of any such users of course)
and starts by adding "RUN_AS_USER = nutmon" and then creates this user.
Later he discovers that the rpm package already has created a "nut" user
and therefore deletes the nutmon user but forgets to
2006 Nov 16
6
FreeBSD 6.1, MGE Ellipse ASR600USBS, newhidups & upsd
Hello,
I'm facing problems as I'm installing NUT to monitor a MGE Ellipse
ASR600USBS on a FreeBSD 6.1 box.
UPS is recognized as :
ugen0: MGE UPS SYSTEMS ELLIPSE, rev 1.10/42.41, addr 2
I'm temporarily using root profile (devfs/devd scripts not modified atm).
newhidups starts & runs fine (unplugging mains makes newhidups outputs
lots of data when started with -DDDD flags)
2010 Nov 16
2
Shutdown script does not trigger
Dear nut users,
I am fighting to configure a smooth server shutdown with an ubuntu
server and a dell usb ups using nut.
It seems that the drivers connect properly (upsc gives very coherent
outputs).
However I can't get anything to happen when the ups goes on battery.
How can I be sure the the UPS status is really monitored ?
Is there a particular log file where I upsmon reports problems
2007 Oct 30
5
NUT + devd + FreeBSD
I made the following devd script..
sh
cd /tmp
fetch
mkdir /usr/local/etc/devd
sed -Ene 's/SYSFS\{idVendor\}==\"(.*)\", SYSFS\{idProduct\}==\"(.*)\", MODE=.*/attach 100 {\
device-name "ugen[0-9]+";\
match "vendor" "0x\1";\
match "product" "0x\2";\
action "chown @RUN_AS_GROUP@
2015 Sep 21
1
problem with NOTIFYCMD
After some testing, I notice that my NOTIFYCMD script seems to work if I
call it as user 'john' (that's me) but if I call it as 'root' it does not
work. So is there a permissions issue ? I have permission on the file set
to 755. I see there is a variable in upsmon.conf called RUN_AS_USER. I do
not have this defined. Does this variable need to be defined ? I presume
that if
2009 May 05
3
[nut-commits] svn commit r1837 - trunk/clients
oops, this wasn't supposed to make it into the trunk yet. I can revert
it until further testing, but has anyone else tried running with this
patch?
http://lists.alioth.debian.org/pipermail/nut-upsdev/2009-April/003821.html
On Mon, May 4, 2009 at 10:05 PM, Charles Lepple
<clepple-guest at alioth.debian.org> wrote:
> Author: clepple-guest
> Date: Tue May 5 02:05:09 2009
> New
2010 Feb 02
1
OS X Clients Can't Create Sub-Directories
I'm running samba on a local linux server, with a bunch of shares. Over the last several years, this has worked perfectly in our heterogenous network of OS X and Windows. All my windows clients still work perfectly - my users can mount the samba shares and create, rename, move etc files and folders.
However, recently (starting yesterday) my OS X clients are unable to rename any sub
2010 Dec 18
3
[nut-commits] svn commit r2748 - trunk
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Author: aquette
> Date: Fri Dec 17 23:32:20 2010
> New Revision: 2748
> URL: http://trac.networkupstools.org/projects/nut/changeset/2748
>
> Log:
> --with-doc=auto now behave depending on AsciiDoc presence
Instead of building whatever can be build (depending on the versions
found), you now have changed the
2011 Jan 04
1
iDowell subdriver added
I've just committed a rough version of the idowell-hid subdriver to
the trunk. It is already integrated in the usbhid-ups, but I lack the
time to complete the NUT to HID mapping in it. The following message
on the nut-upsuser mailinglist should provide enough clues to add most
of them:
http://lists.alioth.debian.org/pipermail/nut-upsuser/2011-January/006506.html
I would be
2010 Jul 14
1
"Cannot delete non-empty directory"/"Operation not permitted" with file-creation on target-server
Hello Everybody,
I was searching for an answer myself for quite some time without success, so
I hope somebody can clarify...I use rsync to sync webcontent from one server
to another.
Apache-details:
* Apache runs as nobody:nogroup.
* Source-Server-Rights htdocs: The rsync-user gains access via o+rx
* Destination-Server-Rights htdocs: The rsync-user is in the group
'nogroup', gains
2014 Jul 25
3
POWERCOM HID USB controller update
Dear Sirs,
First of all I would like to thank you for support PCM product in your project.
Kindly please be informed that POWERCOM launch new USB-controller with productID 0X04. Updated USB-controller compatible with previous version which supported by your usbhid-ups driver. There is added some command and changed idProduct. Vendor ID stay the same 0X0d9f without changes.
Detailed information
2017 Jun 15
1
Apple Mac slave
Ok rebooted
All running ok now. Great thanks a lot!
In system.log
Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Unknown key for Boolean: SuccessfulExit
Jun 15 21:38:54 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): This service is defined to be constantly running and is inherently inefficient.
What is the purpose of Boolean: SuccessfulExit?
2013 Dec 04
1
option hide unreadable not work
Hi all.
I thying settings the option "hide unreadable" but not work. I tested
in global section and share section, follow my settings now. after
various tests.
# Global parameters
[global]
workgroup = BATLAB
realm = BATLAB.CORP
netbios name = GAUSS
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl,
2007 Jan 13
3
Default NUT PORT
In my latest patch, I hardcoded the port NUT uses for TCP communication
(3493). The reason is, that I can't figure out a way how to change the
numeric value of the #define'd PORT into a character string. Using
snprintf() and a temporary buffer just seems wrong, since this should be
handled by the preprocessor, rather than at runtime.
The following files are affected:
- server/conf.c (line
2013 Nov 04
1
is sssd *faster* than samba4's builtin winbind?
Using samba 4.0.9 as an AD DC (no other domain servers).
Since my UIDs and GIDs have changed, I was doing cleanup:
find /srv/svn/ -xdev '(' -nouser -o -nogroup ')' -ls
I noticed this was very slow -- iostat reported only about 2tps and
50kB/s to my disks. So I timed it with nsswitch.conf users & groups set
to "files" vs. "files winbind":
# with
2003 Feb 14
1
Found MS-Word 97 & Samba bug : diagnostic found!
Hi all,
I have a bug with Version 2.2.3a-12 for Debian GNU/Linux (custom 2.4.20
kernel with aacraid support (DELL PowerEdge 1650 with RAID mirror, etc)):
Some users have, SOMETIMES, a READ ONLY set on files, where no one
except them use this files.
I'm in oplocks=false because of MS-Excel 97 issues, and, no need of fast
performances at the moment (<10 users).
I put a /home/public
2010 Jan 19
2
PowerCOM - HID PDC status
Citeren Alexander Gordeev <lasaine op lvk.cs.msu.su>:
> I've received the units. Are there any special things I should test or
> just the standard NUT setup?
They should be detected out of the box (with the latest version from
the trunk) through the 'usbhid-ups' driver. Note that I just added
some additional commands to enable|disable|mute the beeper of the UPS.
2007 Jan 12
2
Makefiles driving me NUTs
I want to use upsdebugx, upslogx in 'clients/upsclient.c', however this
fails with the following error messages (I trimmed the path to the build
directory to <path> in order to prevent line wrapping):
<path>/clients/upsclient.c:941: undefined reference to `upsdebugx'
<path>/clients/upsclient.c:910: undefined reference to `upslogx'
2006 Jan 03
2
Making the driver keeping root privileges
Hello,
I would like to know if there is a mean to prevent the driver to drop
root privileges through config files ?
I have seen the possibility of passing -u root to the driver command
line. But I don't see how to use it with my rc-scripts without messing
things badly.
I have also seen the RUN_AS_USER variable but it seems to apply only to
the upsmon client.
2014 Jun 18
2
upsd.conf - run as user option
The upsmon.conf has the option of setting RUN_AS_USER username
Might it be possible to add a similar option to the upsd.conf file?
I see the -u command-line option for both upsmon and upsd, however,
upsd doesn't seem to carry that to the configuration file, as upsmon
does.
Thanks.