similar to: APC SmartUPS 1000 via usb

Displaying 20 results from an estimated 200 matches similar to: "APC SmartUPS 1000 via usb"

2017 Dec 17
0
APC SmartUPS 1000 via usb
Bonjour, Je fais suite au message que vous avez post? en 2015 : http://lists.alioth.debian.org/pipermail/nut-upsuser/2015-February/009568.html J'ai le m?me probl?me et ne trouve pas la solution. Comment vous en ?tes-vous sorti ? D'avance, merci pour votre aide. -- Cordialement Herv? BASTET Nouveau num?ro non surtax? 01 69 42 87 94 Ce message est prot?g? par les r?gles relatives au
2003 Nov 10
1
Mounting Shares from a Windows Server 2003 DC
I know this question has been asked several times, and I appoligize for this being as long as it is, but I'm hoping someone may have it figured out by now. Here is the situation: I can mount a share from my Windows XP machine (RA), and from another Windows Server 2003 machine (MAAT). But not from my Windows Server 2003 domain controller (BASTET). I am running Samba 3.0.0 (standard RPM
2002 Nov 26
1
script-shell sftp
hello, how use sftp2 in a shell-script ( under unix : OS ) with the passphrase ?? my apologyse for my english thanks for yours reponses -------------- next part -------------- A non-text attachment was scrubbed... Name: jean-bernard.santabodia.vcf Type: text/x-vcard Size: 226 bytes Desc: Carte pour Jean-Bernard SANTABODIA Url :
2005 Oct 27
1
starting samba on aix
I've installed Samba using smit. Everything installed just fine. I've configured my smb.conf file nicely. Whenever i try to start nmbd it looks like it starts but when i do a ps -ef i can't find it. Whenever I try to start "smbd", I get the following error: exec(): 0509-036 Cannot load program ./smbd because of the following errors: 0509-130 Symbol resolution
2005 Oct 28
1
samba probleme
bonjour, je tente de faire fonctionner samba sur une dreambox. Voici les erreurs dans le log: Got device type ????? 2005/10/27 22:25:41 Denied connection from THIERRY_SIDONIE (192.168.2.34) to hdd 2005/10/27 22:25:41 error packet at line 165 cmd=117 (SMBtconX) eclass=2 ecode=4 voici le fichier smb.conf: [global] log file = /media/hdd/log/samba/log.%m socket options =
2006 Apr 06
1
Bell Canada Requests $987.14 Rate increase 911 / VOIP Providers
From the bend me over news department. 2 March 2006 Mr. Leonard Katz Executive Director Broadcasting and Telecommunications Canadian Radio-television and Telecommunications Commission Ottawa, Ontario K1A 0N2 Dear Mr. Katz: Associated with Bell Canada Tariff Notice No. 6929 1. Attached for the Commission's approval are proposed revisions to Bell Canada's Access Services Tariff Item
2014 Nov 12
2
"Which version should I use?"
This is a somewhat controversial subject which I only reluctantly bring up. I honestly believe that open discussion is the only way to run a project, and I apologize in advance if I offend anyone. I got what should have been an easy question on #compiz a few days ago. A user came in and asked "What version do you recommend I use?". I honestly didn't know what to say. >From a
2014 Apr 21
4
[Bug 77724] New: error: GLSL ES 3.00 is not supported. Supported versions are: 1.00 ES
https://bugs.freedesktop.org/show_bug.cgi?id=77724 Priority: medium Bug ID: 77724 Assignee: nouveau at lists.freedesktop.org Summary: error: GLSL ES 3.00 is not supported. Supported versions are: 1.00 ES Severity: blocker Classification: Unclassified OS: All Reporter: pulkitnandan at gmail.com
2014 Nov 17
1
"Which version should I use?"
On Mon, Nov 17, 2014 at 11:11 AM, Sam Spilsbury <smspillaz at gmail.com> wrote: > > On Thu, Nov 13, 2014 at 3:28 AM, Kristian Lyngstøl > <kristian at bohemians.org> wrote: > > So to sum up: Equal stability, fewer features, but actively maintained. > > > > In the end I told the user in question that 0.9.12.0 is the latest > stable version, but 0.8.9 has
2014 Nov 17
0
"Which version should I use?"
Hi, On Thu, Nov 13, 2014 at 3:28 AM, Kristian Lyngstøl <kristian at bohemians.org> wrote: > > Feature-wise, Compiz 0.9.12.0 actually has fewer features as I understand it. With the move to OpenGL ES, several plugins got dropped. I understand some of that has been remedied, but 0.9 still does not come out ahead if my understanding is correct. I have asked around and this is what
2015 Mar 06
2
Squid on CentOS 7: few questions
Hi, I recently migrated my office's server from Slackware64 14.1 to CentOS 7. Right now I'm in the process of configuring the Squid web proxy. I edited the default /etc/squid/squid.conf, and here's what I have so far: --8<-------------------------------------------------- # /etc/squid/squid.conf # Nom d'h?te du serveur Squid visible_hostname amandine.microlinux.lan #
2015 Aug 14
15
[Bug 91632] New: Crash in nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=91632 Bug ID: 91632 Summary: Crash in nouveau Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org
2018 Mar 09
3
SELinux breaks Squid's ssl_crtd helper
Hi, I've setup a transparent HTTP+HTTPS proxy on my server running CentOS 7, using Squid. Here's my configuration file. --8<---------------------------------------------------------------- # /etc/squid/squid.conf # D?finitions acl localnet src 192.168.2.0/24 acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port
2002 Jan 08
3
write.table - format
Hello there I ` m a newbie in R and have a question about the output of write.table My command looks like this: write.table(datatr$V1[data.chull],file="outr.txt", quote = FALSE, sep = "\t") In the outputfile (outr.txt) I have an "x" in the left corner and a new row with numbers for each column(1,2,3...). I just want the values in my file. What should I change in
2015 Feb 19
4
Masquerading (packet forwarding) on CentOS 7
Hi, I just migrated my office's server from Slackware64 14.1 to CentOS 7. So far everything's running fine, I just have a few minor details to work out. I removed the firewalld package and replaced it by a simple Iptables script: --8<---------------------------------------------------- #!/bin/sh # # firewall-lan.sh IPT=$(which iptables) MOD=$(which modprobe) SYS=$(which sysctl)
2006 Sep 08
4
Failed to create a solaris DOMU using NFS root
Hello, I''ve installed a OpenSolaris dom0 snv_44 on a x4100 server, and booted a 32-bit xen kernel. I''m trying to create a OpenSolaris DOMU (snv_44) by following the howto described at http://www.opensolaris.org/os/community/xen/howto/create-osox-domu/. I did not manage to create a diskless environment by using SUNWCXall. I''ve created SUNWCreq instead and add the
2008 Sep 19
1
APC SmartUPS 750 (SUA750) missing ambient data with usbhid-ups
I have a SmartUPS 750 (SUA750) which has the temperature and humidity SmartSlot card installed. When NUT 2.2 communicates with this UPS over /dev/ttyS0 using apcsmart, using the APC Smart cable connected to the SUA750 serial port, and this ups.conf: [su700] driver=apcsmart port = /dev/ttyS0 I can see the ambient temperature and humidity data with "upsc su700 at
2012 Dec 18
1
Tripplite SmartUPS
We are configuring a server with a Tripplite SmartUPS, Web SNMP Card, and Envirosense Probe. The configuration is good using usbhid driver and we can get it to shutdown clean by producing a "power event" (pull the power cable). It is not very clear how to add or see the values associated with the external probe. We need to be able to shutdown based on the input from the probe as well as
2013 Oct 09
0
Updated to 2.6.5, previously-working APC SmartUPS now fails completely
On Tue, 8 Oct 2013, Philip Tait wrote: > Here is the upsc output: > > # /usr/local/ups/bin/snmp-ups -DD -a irs2-ups1 > Network UPS Tools - Generic SNMP UPS driver 0.68 (2.6.5) > 0.000000 debug level is '2' > 0.000327 SNMP UPS driver : entering upsdrv_initups() [snip] > 4.457750 No supported device detected I'm using a APC smart ups with a
2018 Sep 14
0
snmp-ups driver for APC smartUPS No supported device detected. Nut-scanner finds the device
OS: CentOS 7 NUT Version: 2.7 Installed NUT through: yum install nut UPS: APC smart UPS srt3000 with NMC I am trying to set up NUT with snmp for my apc ups. Heres the config; [ups6]                 Driver = snmp-ups                 Port: ups6.domain.name (also tried 192.168.24.9)                 Snmp_version = v3                 secLevel = authPriv                 secName = ups6