similar to: Issue with two UPS APC managed from a single PC.

Displaying 20 results from an estimated 4000 matches similar to: "Issue with two UPS APC managed from a single PC."

2023 Feb 20
1
Issue with two UPS APC managed from a single PC.
Is that with both UPSes on same machine? A quick guess would be that insufficient data points to identify the device are configured (vendorid, productid, serial...) in ups.conf, so both drivers connect to the first match. I'd expect them to conflict and one would die or both loop reconnecting, if both are running at once, though. Also, which NUT version? Custom build from GitHub or an
2024 May 24
2
APC SMC1500 question
Hello mailing List. I manage 2 UPS via NUT, an APC Smart-UPS_1500 and an ?EATON 5S 1500. I can get load information on the EATON but not on the APC. Actually upsc doesn?t give much information on the APC. Does someone know whether this is a driver limitation or a configuration issue ? Many thanks for your views. Laurent PS: my goal is to monitor the UPS and raise alarms if upsc detects
2024 May 25
1
APC SMC1500 question
d tbsky <tbskyd at gmail.com> > > Laurent Taieb via Nut-upsuser > > > > Hello mailing List. > > > > I manage 2 UPS via NUT, an APC Smart-UPS_1500 and an EATON 5S 1500. > > > > I can get load information on the EATON but not on the APC. > > > > Actually upsc doesn?t give much information on the APC. > > > > Does someone know
2024 May 25
1
APC SMC1500 question
Thanks d tbsky, Actually, my nut server is connected via usb. APC looks to be a very common UPS brand. I wonder whether there is another version of the usbhid server or another server for this UPS ? Laurent ?Le 25/05/2024 07:00, ? d tbsky ? <tbskyd at gmail.com <mailto:tbskyd at gmail.com>> a ?crit : d tbsky <tbskyd at gmail.com <mailto:tbskyd at gmail.com>> > >
2024 May 25
1
APC SMC1500 question
Laurent Taieb <laurenttaieb at free.fr> > > Thanks d tbsky, > Actually, my nut server is connected via usb. APC looks to be a very common UPS brand. > I wonder whether there is another version of the usbhid server or another server for this UPS ? > > Laurent if you want to use full usbhid, you need to find APC models which support it(like Back-UPS Pro). normally newer
2024 May 25
1
APC SMC1500 question
Thanks tbskyd As the UPS also communicates via Ethernet, I was wondering whether some non usb drivers would have been developed to collect ups data. Right now, I?m only getting basic emails from APC when the ups is on battery or back to power. Thanks Laurent > Le 25 mai 2024 ? 14:10, d tbsky <tbskyd at gmail.com> a ?crit : > > ?Laurent Taieb <laurenttaieb at free.fr>
2020 Aug 07
2
Re: Installing Kali Linux using KVM virt-install tool
On Fri, Aug 7, 2020 at 1:10 PM Erik Skultety <eskultet@redhat.com> wrote: > On Wed, Aug 05, 2020 at 10:13:57PM +0530, Kaushal Shriyan wrote: > > On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina <phrdina@redhat.com> wrote: > > > > > On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > > > > Hi, > > > > > > > > I am
2020 Aug 05
3
Re: Installing Kali Linux using KVM virt-install tool
On Wed, Aug 5, 2020 at 1:32 PM Pavel Hrdina <phrdina@redhat.com> wrote: > On Wed, Aug 05, 2020 at 06:57:11AM +0530, Kaushal Shriyan wrote: > > Hi, > > > > I am trying to install kali-linux-2020.2-installer-amd64.iso ( > > https://www.kali.org/downloads/) using KVM virt-install tool > > > > #virt-install --name=kalilinux
2020 Aug 05
2
Installing Kali Linux using KVM virt-install tool
Hi, I am trying to install kali-linux-2020.2-installer-amd64.iso ( https://www.kali.org/downloads/) using KVM virt-install tool #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location=/linuxkvmaddgbdisk/kali-linux-2020.2-installer-amd64.iso
2020 Aug 07
1
Re: Installing Kali Linux using KVM virt-install tool
Hi Pavel, I am running virt-install version 1.5.0 on CentOS Linux release 7.6.1810 (Core) server. #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img --file-size=50 --nonsparse --vcpu=2 --ram=4096 --network=bridge:br0 --os-type=linux --os-variant=debian9 --graphics none --location
2023 Mar 24
1
Question on EATON UPS
Sounds like some other program is holding the port. Have you stopped other NUT drivers for the device (e.g. via auto-resuscitating services) before starting this one? Does udev, ugen or similar facility have the configuration to hand off this device to NUT run-time user? (BTW, if you are now testing a custom build - was it configured to use same accounts as pre-packaged variant)? On Fri, Mar 24,
2023 Mar 29
1
Question on EATON UPS
Hi Jim, I?m using on Kali Linux. I?m not using a custom version and finally found the issue which was a hidden character staying in the ups.conf file. I rebuilt the file and everything worked out. Issue closed and many thanks for your help. Laurent From: Jim Klimov <jimklimov+nut at gmail.com> Sent: mercredi 29 mars 2023 13:22 To: laurenttaieb at free.fr Cc: nut-upsuser
2024 Jul 04
1
anonymous ldap search, how disable it?
On 4/07/24 17:38, Joachim Lindenberg via samba wrote: > Afaik or understand, enum4linux uses samba-tool (https://www.kali.org/tools/enum4linux/) and not ldap. Did you try enum4linux on a member (probably after some authentication) or some other non-member linux? I don't think that is quite the right distinction, because samba-tool would probably use ldap for this. Also, I see ldapsearch
2018 Feb 12
2
[PATCH] inspect: recognize the Kali Linux distribution (RHBZ#1544227)
Read the information from os-release, and make it behave like a Debian distribution (i.e. using dpkg, and apt). --- daemon/inspect_fs.ml | 2 ++ daemon/inspect_fs_unix.ml | 1 + daemon/inspect_types.ml | 2 ++ daemon/inspect_types.mli | 1 + generator/actions_inspection.ml | 4 ++++ 5 files changed, 10 insertions(+) diff --git a/daemon/inspect_fs.ml
2020 Oct 05
2
Debugging libguestfs
Here is my output I am getting on my kali machine. I believe that the error is: guestfsd: error while loading shared libraries: libtsk.so.19: cannot open shared object file: No such file or directory I tried to change the LD_LIBRARY_PATH to numerous locations and libtsk.so.19 is insideĀ /usr/lib/x86_64-linux-gnu
2023 Mar 23
1
Question on EATON UPS
The "unknown" fields mean the driver did not get that piece of information from libusb. In case of Manufacturer/Product which are unknown in the later post, but known in the first, I suppose you had another driver running, or the kernel still owned it (udev misbehavior, not handing it off after reconnections, etc.) and so exclusive access was not given to the new (currently reporting)
2024 Jul 04
1
anonymous ldap search, how disable it?
Afaik or understand, enum4linux uses samba-tool (https://www.kali.org/tools/enum4linux/) and not ldap. Did you try enum4linux on a member (probably after some authentication) or some other non-member linux? Regards, Joachim
2015 Jul 17
4
clone a disk
Hello i have a machine A with 2 disks 1 et 2 running Debian Jessie on 1 is the system and the boot and the swap on 2 different partitions like /home /opt ETC..... i have a machine B with 1 disk running kali-linux and *100G free* Can i clone the disk 1 of machine A on the 100G free on machine B with rsync? If it is possible, how to do that? Many thanks TG -------------- next part --------------
2023 Mar 27
0
Question on EATON UPS
I?m making some progress I believe? I switched off and switched on the UPS further to the laptop having started the daemon and I?m not getting the same error message which is probably due to the server working in the background still locking the device I think the daemon starts but gets into an infinite loop and doesn?t finish and hand back control. Here are the updated traces I got by
2023 Mar 09
1
Question on EATON UPS
Thanks Larry, I tried. Got the following traces and the driver doesn?t start. 1.036797 [D2] - VendorID: 0463 1.036812 [D2] - ProductID: ffff 1.036826 [D2] - Manufacturer: unknown 1.036840 [D2] - Product: unknown 1.036872 [D2] - Serial Number: unknown 1.036912 [D2] - Bus: 002 1.036942 [D2] - Device: unknown 1.036965 [D2] - Device