Re: Fedora 41, TrippLite UPS connecting and disconnecting continuously?

2024-11-21 Thread Samuel Sieb
TrippLite UPS connecting then disconnecting. I fixed this by unplugging the USB cable on the UPS, I'll try plugging it back in once I get all the software installed and configured the way I like it, but I just thought I'd ask if anyone else has seen something like this? Nov 20 15:20:38 fed

Re: Fedora 41, TrippLite UPS connecting and disconnecting continuously?

2024-11-21 Thread George N. White III
On Thu, Nov 21, 2024 at 12:08 AM Tom Horsley wrote: > I installed fedora 41 workstation on a spare partition on > my system, when I try to boot I get a neverending series of > messages about the TrippLite UPS connecting then disconnecting. > As other have suggested, try changing th

Re: Fedora 41, TrippLite UPS connecting and disconnecting continuously?

2024-11-20 Thread Jeffrey Walton
On Wed, Nov 20, 2024 at 11:25 PM Jeffrey Walton wrote: > > On Wed, Nov 20, 2024 at 11:08 PM Tom Horsley wrote: > > > > I installed fedora 41 workstation on a spare partition on > > my system, when I try to boot I get a neverending series of > > messages about the

Re: Fedora 41, TrippLite UPS connecting and disconnecting continuously?

2024-11-20 Thread Jeffrey Walton
On Wed, Nov 20, 2024 at 11:08 PM Tom Horsley wrote: > > I installed fedora 41 workstation on a spare partition on > my system, when I try to boot I get a neverending series of > messages about the TrippLite UPS connecting then disconnecting. > > I fixed this by unplugging th

Fedora 41, TrippLite UPS connecting and disconnecting continuously?

2024-11-20 Thread Tom Horsley
I installed fedora 41 workstation on a spare partition on my system, when I try to boot I get a neverending series of messages about the TrippLite UPS connecting then disconnecting. I fixed this by unplugging the USB cable on the UPS, I'll try plugging it back in once I get all the sof

Fedora 41, TrippLite UPS connecting and disconnecting continuously?

2024-11-20 Thread Tom Horsley
I installed fedora 41 workstation on a spare partition on my system, when I try to boot I get a neverending series of messages about the TrippLite UPS connecting then disconnecting. I fixed this by unplugging the USB cable on the UPS, I'll try plugging it back in once I get all the sof

Re: Firefox foul ups

2024-06-22 Thread home user
mundane operation in Firefox. A couple of times Firefox has crashed after a few seconds. The foul ups sometimes only affect the Firefox windows, and other windows still work OK. Sometimes the whole desktop fouls up, and I have to switch to a text only screen and kill Firefox. That restores normal

Re: Firefox foul ups

2024-06-22 Thread richard emberson
operation for a long time, in the last 2 or 3 weeks the UI has been fouling up every day or two when I do some seemingly mundane operation in Firefox. A couple of times Firefox has crashed after a few seconds. The foul ups sometimes only affect the Firefox windows, and other windows still work

Re: Firefox foul ups

2024-06-22 Thread Tim via users
On Sat, 2024-06-22 at 15:57 -0300, George N. White III wrote: > I generally keep the number external sites connected at one time to a single > digit. > I use No Script, and notice that, for many sites, the list of 3rd party sites > I have to > "temporarily trust" to make the site usable has grow

Re: Firefox foul ups

2024-06-22 Thread George N. White III
On Sat, Jun 22, 2024 at 1:44 PM Roger Heflin wrote: > [...] > The websites causing the ram issue were the same on both Windows and > Linux. > I generally keep the number external sites connected at one time to a single digit. I use No Script, and notice that, for many sites, the list of 3rd part

Re: Firefox foul ups

2024-06-22 Thread Roger Heflin
s been fouling up every day or two when I do some seemingly mundane > > operation in Firefox. A couple of times Firefox has crashed after a few > > seconds. The foul ups sometimes only affect the Firefox windows, and other > > windows still work OK. Sometimes the whole desktop

Re: Firefox foul ups

2024-06-22 Thread home user
of times Firefox has crashed after a few seconds. The foul ups sometimes only affect the Firefox windows, and other windows still work OK. Sometimes the whole desktop fouls up, and I have to switch to a text only screen and kill Firefox. That restores normal desktop operation for all the other

Firefox foul ups

2024-06-22 Thread Steve Underwood
seconds. The foul ups sometimes only affect the Firefox windows, and other windows still work OK. Sometimes the whole desktop fouls up, and I have to switch to a text only screen and kill Firefox. That restores normal desktop operation for all the other windows. Steve

Re: upower forgets UPS when nut-server starts

2022-03-30 Thread Dave Ulrick
separate software stacks managing any single device as it is rare that anyone writes their specific stack to play nice with others. nut-server is quite old and I know it opens and keeps open the port to the ups, mainly because it manages some old upses with very primitive control cables (not

Re: upower forgets UPS when nut-server starts

2022-03-30 Thread Roger Heflin
device as it is rare that anyone writes their specific stack to play nice with others. nut-server is quite old and I know it opens and keeps open the port to the ups, mainly because it manages some old upses with very primitive control cables (not strictly serial connections). There might be a

upower forgets UPS when nut-server starts

2022-03-30 Thread Dave Ulrick
I'm running Fedora 34 on three Linux systems that are connected to USB UPSes. I have installed NUT (Network UPS Tools) on all three. If I connect with nut-server stopped, upower detects the UPS: # upower -d Device: /org/freedesktop/UPower/de

Re: Is there a program to build gtk pop ups?

2020-05-12 Thread ToddAndMargo via users
On 2020-05-11 21:07, Samuel Sieb wrote: On 5/11/20 6:44 PM, ToddAndMargo via users wrote: I am trying to figure out how to create a fill in form with GTK.  City, State, zip, ec. with defaults.  You fill in the form and press okay or cancel. Is there such a program that will help me build this a

Re: Is there a program to build gtk pop ups?

2020-05-11 Thread Samuel Sieb
On 5/11/20 6:44 PM, ToddAndMargo via users wrote: I am trying to figure out how to create a fill in form with GTK.  City, State, zip, ec. with defaults.  You fill in the form and press okay or cancel. Is there such a program that will help me build this and spurt out C code to use in my program?

Re: Is there a program to build gtk pop ups?

2020-05-11 Thread ITwrx
On 5/11/20 8:44 PM, ToddAndMargo via users wrote: > Hi All, > > I am trying to figure out how to create a fill in form > with GTK.  City, State, zip, ec. with defaults.  You > fill in the form and press okay or cancel. > > Is there such a program that will help me build this > and spurt out C code

Is there a program to build gtk pop ups?

2020-05-11 Thread ToddAndMargo via users
Hi All, I am trying to figure out how to create a fill in form with GTK. City, State, zip, ec. with defaults. You fill in the form and press okay or cancel. Is there such a program that will help me build this and spurt out C code to use in my program? Many thanks, -T

Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-07 Thread Thomas Schmitt
ocal file path: duplicity scp://u...@other.host/some_dir /home/me > Is it source file:///dev/sda1/Deja-Vu-Back-up where Deja-Vu-Back-up is the > directory with the back-ups?? (Does modern madness go so far to use "/dev/sda1" as virtual moint point for URLs ?) Whatever, i expect

re. Restoring a USB back-up using Back-ups (Duplicity)

2020-05-07 Thread Andrew Wood
e. Is it source file:///dev/sda1/Deja-Vu-Back-up where Deja-Vu-Back-up is the directory with the back-ups?? Somehow, I need to pass the name of the backed-up USB volume ('7160-75C1') too. Note that it's all the data contents of the the volume. Then there's the target dire

Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-07 Thread Thomas Schmitt
Hi, Samuel Sieb wrote: > I was thinking that he had used one of the tools to > create the live media, but that usually gives a mount point of "LIVE", so it > likely was a straight write of the iso. Oops. I did not consider unpacker/installer tools. So Andrew Wood should better run something like

Re: re. Restoring a USB back-up using Back-ups (Duplicity)

2020-05-06 Thread Samuel Sieb
On 5/6/20 1:11 PM, Andrew Wood wrote: Thanks for this reply ... I should have said that the USB drive I mentioned (/run/media/awood/7160-75C1 ) was previously a bootable USB and partitioned as such. This leads me to wonder if I can simply rename the volume (is that the correct term?) to the pre

Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-06 Thread Samuel Sieb
On 5/6/20 1:27 PM, Thomas Schmitt wrote: The data of the ISO quite surely overwrote the filesystem metadata of the original partition 1. So you will most probably have to start with a new partition table and a new filesystem. There is half hope for getting your old partition table back. If the

Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-06 Thread Samuel Sieb
On 5/6/20 12:52 PM, Thomas Schmitt wrote: Andrew Wood wrote: How do I restore the contents of the USB flash drive so that it has the same contents as the /run/media/awood/7160-75C1 ?? Samuel Sieb wrote: sudo mkfs.fat -i 716075C1 /dev/sdb1 One will normally want to erase the partition table

Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-06 Thread Thomas Schmitt
Hi, Andrew Wood wrote: > This leads me to wonder if I can simply rename the volume (is that > the correct term?) to the previous name and then use Duplicity? If the ISO was copied to the USB stick in a way that it can boot, then the old partition table of the USB stick was overwritten at that occ

re. Restoring a USB back-up using Back-ups (Duplicity)

2020-05-06 Thread Andrew Wood
? But what's the parameters for a restore on this USB with this name? Thanks for your help and assistance. Andrew Date: Wed, 6 May 2020 12:15:32 -0700 From: Samuel Sieb Subject: Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora To: users@lists.fedoraproject.org Message-ID: Co

Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-06 Thread Thomas Schmitt
Hi, Andrew Wood wrote: > > How do I restore the contents of the USB flash drive so that it has the > > same contents as the /run/media/awood/7160-75C1 ?? Samuel Sieb wrote: > sudo mkfs.fat -i 716075C1 /dev/sdb1 One will normally want to erase the partition table brought by the ISO and instead cr

Re: Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-06 Thread Samuel Sieb
On 5/6/20 11:38 AM, Andrew Wood wrote: I had a USB flash drive which I backed using Back-ups (Duplicity) on Fedora 31. The USB volume was called /run/media/awood/7160-75C1 I then used the same USB flash drive to create a Fedora 32 Live Image on it. After this, the USB volume was called /run

Restoring a USB back-up using Back-ups (Duplicity) on Fedora

2020-05-06 Thread Andrew Wood
Hello, I had a USB flash drive which I backed using Back-ups (Duplicity) on Fedora 31. The USB volume was called /run/media/awood/7160-75C1 I then used the same USB flash drive to create a Fedora 32 Live Image on it. After this, the USB volume was called /run/media/awood/Fedora-WS-Live-32-1

Re: Unnecessary hard drive spin-ups

2020-02-13 Thread George N. White III
On Thu, 13 Feb 2020 at 11:35, Andy Paterson via users < users@lists.fedoraproject.org> wrote: > Except the system call version doesn't need you to include any header > files! > Which is NOT clear from the man page! > The man page says "On Linux, the kernel provides a getcwd() system call, which t

Re: Unnecessary hard drive spin-ups

2020-02-13 Thread Andy Paterson via users
Except the system call version doesn't need you to include any header files! Which is NOT clear from the man page! > On 13 Feb 2020, at 13:53, George N. White III wrote: > >  >> On Thu, 13 Feb 2020 at 06:40, Andy Paterson via users >> wrote: > >> [...] >> I am a little confused by getcwd(),

Re: Unnecessary hard drive spin-ups

2020-02-13 Thread George N. White III
On Thu, 13 Feb 2020 at 06:40, Andy Paterson via users < users@lists.fedoraproject.org> wrote: > [...] > > I am a little confused by getcwd(), on linux it is supposed to be a system > call .. I expect to find a manual page for it in section 2 (man 2 getcwd) > > instead it gives me the library funct

Re: Unnecessary hard drive spin-ups

2020-02-13 Thread Andy Paterson via users
On Thursday, 13 February 2020 01:09:20 GMT Roger Heflin wrote: > It may be the pwd command doing it. It works like this: > > if something runs pwd when its cwd is under say /var/log then pwd goes > through all files in /var/log until it finds .. then it goes up a > directory and repeats, until it

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Samuel Sieb
On 2/12/20 7:00 PM, Tim via users wrote: Gnome (or Gnome-based) things, will put temporary auto-mounting things (flash drives, etc) inside of /var/run/, then give you an apparently separate mount point. You'll get a desktop icon for it, and no immediate indication that it's accessed through /var

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Cameron Simpson
On 12Feb2020 19:09, Roger Heflin wrote: It may be the pwd command doing it. It works like this: if something runs pwd when its cwd is under say /var/log then pwd goes through all files in /var/log until it finds .. then it goes up a directory and repeats, until it gets to /. getcwd() is a sy

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Dave Ulrick
On 2/12/20 7:09 PM, Roger Heflin wrote: It may be the pwd command doing it. It works like this: if something runs pwd when its cwd is under say /var/log then pwd goes through all files in /var/log until it finds .. then it goes up a directory and repeats, until it gets to /. That makes sense. J

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Tim via users
On Wed, 2020-02-12 at 13:10 -0600, Dave Ulrick wrote: > In addition to one PC that mounted a green USB drive under /var I > had several other PCs that mounted a NAS under /var. That NAS is > intended to store backup files so its hard drive is configured to > spin down after 10 idle minutes. > > In

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Roger Heflin
It may be the pwd command doing it. It works like this: if something runs pwd when its cwd is under say /var/log then pwd goes through all files in /var/log until it finds .. then it goes up a directory and repeats, until it gets to /. Assuming that is the case your solution would be expected to

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Tom Horsley
The most irritating spin-up for me occurs on a reboot. I have a really slow USB drive that isn't even mounted, just plugged in (in case I want to mount it). The reboot always hangs for several seconds, and I can hear the drive spin up before the reboot proceeds.

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Dave Ulrick
On 2/12/20 7:53 AM, Dave Ulrick wrote: Interesting thought. I can envision how a lookup for /var/xyz could cause everything under /var to be looked up, and I can see how /var/cache or /var/run would be frequently read.  I'll try mounting a green USB drive's file system at a third-level director

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Dave Ulrick
Interesting thought. I can envision how a lookup for /var/xyz could cause everything under /var to be looked up, and I can see how /var/cache or /var/run would be frequently read.  I'll try mounting a green USB drive's file system at a third-level directory (e.g., /var/backups/0) or under a les

Re: Unnecessary hard drive spin-ups

2020-02-12 Thread Tim via users
On Tue, 2020-02-11 at 19:53 -0600, Dave Ulrick wrote: > I'm logged in as a non-root user with my home directory as my > current working directory. The file system containing my home > directory is mounted at /home. I'm using a shell prompt via a > graphical terminal emulator (xfce4-terminal, in my

Unnecessary hard drive spin-ups

2020-02-11 Thread Dave Ulrick
Suppose I have a "green" USB hard drive that frequently spins down the drive in order to save energy, then spins back up when a file system mounted on it is accessed. It is  mounted at /var/backups. I'm logged in as a non-root user with my home directory as my current working directory. The fi

Re: USB UPS problem [SOLVED?]

2019-07-21 Thread Eyal Lebedinsky
On 22/07/2019 07.59, ToddAndMargo via users wrote: On 7/19/19 6:55 PM, Eyal Lebedinsky wrote: I want to add that I managed to find a kernel list post https://lkml.org/lkml/2018/11/26/580  [PATCH 4.19 038/118] Revert "HID: add NOGET quirk for Eaton Ellipse MAX  UPS" Suggesting t

Re: USB UPS problem [SOLVED?]

2019-07-21 Thread ToddAndMargo via users
On 7/19/19 6:55 PM, Eyal Lebedinsky wrote: I want to add that I managed to find a kernel list post https://lkml.org/lkml/2018/11/26/580 [PATCH 4.19 038/118] Revert "HID: add NOGET quirk for Eaton Ellipse MAX  UPS" Suggesting that in Nov/18 a quirk for EATON was removed in k

Re: USB UPS problem [SOLVED?]

2019-07-19 Thread Eyal Lebedinsky
On 20/07/2019 00.19, Eyal Lebedinsky wrote: I am testing a new UPS (EATON 5E 1500iUSB) and am having a problem with the USB connection failing. My old UPS (EATON Ellipse MAX 1500) works just fine with the latest f30. Both devices identify as ID 0463: MGE UPS Systems UPS To narrow the

Re: USB UPS problem

2019-07-19 Thread Samuel Sieb
On 7/19/19 7:19 AM, Eyal Lebedinsky wrote: The above repeats indefinitely. Same with the latest f30. Replacing the USB cable did not improve this. I do not know if this is a fedora or a kernel problem, so I am starting here. Maybe a USB module had a parameter change and I need to override it?

Re: USB UPS problem

2019-07-19 Thread Eyal Lebedinsky
On 20/07/2019 04.36, ToddAndMargo via users wrote: On 7/19/19 7:19 AM, Eyal Lebedinsky wrote: I am testing a new UPS (EATON 5E 1500iUSB) and am having a problem with the USB connection failing. My old UPS (EATON Ellipse MAX 1500) works just fine with the latest f30. Both devices identify as

Re: USB UPS problem

2019-07-19 Thread ToddAndMargo via users
On 7/19/19 7:19 AM, Eyal Lebedinsky wrote: I am testing a new UPS (EATON 5E 1500iUSB) and am having a problem with the USB connection failing. My old UPS (EATON Ellipse MAX 1500) works just fine with the latest f30. Both devices identify as ID 0463: MGE UPS Systems UPS Hi Eyal, I

USB UPS problem

2019-07-19 Thread Eyal Lebedinsky
I am testing a new UPS (EATON 5E 1500iUSB) and am having a problem with the USB connection failing. My old UPS (EATON Ellipse MAX 1500) works just fine with the latest f30. Both devices identify as ID 0463: MGE UPS Systems UPS To narrow the focus I booted recent live CDs on a PC

Re: OT maybe? HAProxy 1.6 mail alerts getting DOWNs, but not UPs

2016-05-16 Thread Tim
On Mon, 2016-05-16 at 15:58 -0400, Mark Haney wrote: > This is quite interesting. I see mails in the mail.log for the DOWN > entries (there are two, one DOWN each for two test DB nodes), but none > for any UP state changes. The UP state changes are logged in the > haproxy.log file, just like the

Re: OT maybe? HAProxy 1.6 mail alerts getting DOWNs, but not UPs

2016-05-16 Thread Mark Haney
This is quite interesting. I see mails in the mail.log for the DOWN entries (there are two, one DOWN each for two test DB nodes), but none for any UP state changes. The UP state changes are logged in the haproxy.log file, just like the DOWN ones, so I don't see why the UP alerts isn't being sent

Re: OT maybe? HAProxy 1.6 mail alerts getting DOWNs, but not UPs

2016-05-14 Thread Cameron Simpson
On 13May2016 09:46, Mark Haney wrote: Hey all, I've got an odd problem with HAProxy 1.6.3 that I'm not sure where to begin troubleshooting. I set up mailers for alerting when one of my DB cluster nodes changes state. I'm getting the alerts for when a node goes down (so mailing is working), but

OT maybe? HAProxy 1.6 mail alerts getting DOWNs, but not UPs

2016-05-13 Thread Mark Haney
Hey all, I've got an odd problem with HAProxy 1.6.3 that I'm not sure where to begin troubleshooting. I set up mailers for alerting when one of my DB cluster nodes changes state. I'm getting the alerts for when a node goes down (so mailing is working), but I'm not getting another one when that no

NUT config for Powercool UPS

2016-01-05 Thread Gary Stainburn
I've just bought a Powercool UPS from my local supplier as it seemed a very good price for my needs - 1 headless server for home automation etc. However, I can't get it to work with NUT. Google hasn't returned anything useful. I've checked (too late) the hardware compati

Re: UPS shutdown happens how?

2015-06-02 Thread Gordon Messmer
On 06/02/2015 09:34 AM, Tom Horsley wrote: That doesn't seem reasonable. It wouldn't shut down the system unless someone was actually logged in if gnome-settings-daemon were responsible for noticing the power failure. gdm also runs a GNOME session, and gnome-settings-daemon. I believe that co

Re: UPS shutdown happens how?

2015-06-02 Thread Tom Horsley
On Tue, 02 Jun 2015 08:52:50 -0700 Gordon Messmer wrote: > If you're not running a GNOME session, I don't think the GNOME power > settings will be relevant to you. GNOME manages power in > gnome-settings-daemon. That doesn't seem reasonable. It wouldn't shut down the system unless someone was

Re: UPS shutdown happens how?

2015-06-02 Thread Gordon Messmer
running a GNOME session, I don't think the GNOME power settings will be relevant to you. GNOME manages power in gnome-settings-daemon. If your UPS is an APC model, you can use apcupsd. However, I recommend "nut" since it handles a wide variety of UPS types. IIRC, you'll

RE: UPS shutdown happens how?

2015-06-02 Thread J.Witvliet
-Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Tom Horsley Sent: dinsdag 2 juni 2015 16:54 To: Community support for Fedora users Subject: UPS shutdown happens how? I just got a new UPS at work which has a USB

Re: UPS shutdown happens how?

2015-06-02 Thread Paul Cartwright
On 06/02/2015 10:53 AM, Tom Horsley wrote: > I just got a new UPS at work which has a USB cable connection. > If I look at the power settings in gnome-control-center, > it claims to know I'm on a UPS, so I guess it knows how to > talk to it. > > I told it to shutdown when ba

UPS shutdown happens how?

2015-06-02 Thread Tom Horsley
I just got a new UPS at work which has a USB cable connection. If I look at the power settings in gnome-control-center, it claims to know I'm on a UPS, so I guess it knows how to talk to it. I told it to shutdown when battery power is critical, but I'm wondering who the heck recogniz

Re: Disabling the UPS alarm using Linux

2015-02-19 Thread Robin Laing
On 2015-02-16 21:45, Bruno Wolff III wrote: On Mon, Feb 16, 2015 at 18:30:57 -1000, Jim Lewis wrote: I know this has always been hard/impossible to do but I thought I would ask in case this had finally been resolved. I tried using upscmd but it can't find the APC UPS (USB). The man pag

Re: Disabling the UPS alarm using Linux

2015-02-16 Thread Bruno Wolff III
On Mon, Feb 16, 2015 at 18:30:57 -1000, Jim Lewis wrote: I know this has always been hard/impossible to do but I thought I would ask in case this had finally been resolved. I tried using upscmd but it can't find the APC UPS (USB). The man page and other documentation is pretty bad. I al

Disabling the UPS alarm using Linux

2015-02-16 Thread Jim Lewis
I know this has always been hard/impossible to do but I thought I would ask in case this had finally been resolved. I tried using upscmd but it can't find the APC UPS (USB). The man page and other documentation is pretty bad. I already use apcupsd to monitor my various UPS units so I tried

Re: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-27 Thread lee
vlado99 writes: > On 20.6.2014 20:58, lee wrote: >> Hi, >> >> what type of cable am I supposed to put into apcupsd.conf for an UPS >> which is connected to a remote computer and monitored over the network? >> >> > Hi Lee. > > I have two machi

Re: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-24 Thread vlado99
On 20.6.2014 20:58, lee wrote: Hi, what type of cable am I supposed to put into apcupsd.conf for an UPS which is connected to a remote computer and monitored over the network? Hi Lee. I have two machines powered by one UPS. M1 controls UPS over USB cable, M2 is neighboring machine. /etc

Re: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-21 Thread lee
Anthony Messina writes: > On Friday, June 20, 2014 08:58:02 PM lee wrote: >> what type of cable am I supposed to put into apcupsd.conf for an UPS >> which is connected to a remote computer and monitored over the network? > > I'm using "UPSCABLE ether" Me too

Re: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-21 Thread lee
Paul Cartwright writes: > On 06/20/2014 02:58 PM, lee wrote: >> Hi, >> >> what type of cable am I supposed to put into apcupsd.conf for an UPS >> which is connected to a remote computer and monitored over the network? >> > from /etc/apcupsd/apcupsd.conf: T

Re: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-20 Thread Anthony Messina
On Friday, June 20, 2014 08:58:02 PM lee wrote: > what type of cable am I supposed to put into apcupsd.conf for an UPS > which is connected to a remote computer and monitored over the network? I'm using "UPSCABLE ether" -- Anthony - http://messinet.com - http://messinet.

Re: apcupsd.conf: Which cable type for remote UPS on network?

2014-06-20 Thread Paul Cartwright
On 06/20/2014 02:58 PM, lee wrote: > Hi, > > what type of cable am I supposed to put into apcupsd.conf for an UPS > which is connected to a remote computer and monitored over the network? > from /etc/apcupsd/apcupsd.conf: I would choose ether and upstype net hostname:port # UPSCAB

apcupsd.conf: Which cable type for remote UPS on network?

2014-06-20 Thread lee
Hi, what type of cable am I supposed to put into apcupsd.conf for an UPS which is connected to a remote computer and monitored over the network? -- Fedora release 20 (Heisenbug) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: Off topic: HP UPS battery

2014-05-24 Thread lee
Doug writes: > On 05/24/2014 06:29 AM, lee wrote: >> Les Howell writes: > /large snip/ >> >> [1]: My latest example is HP being unable to replace a simple UPS >> battery. They said I could file a support ticket they, of course, >> >> > If you

Re: Off topic: HP UPS battery (was: web hosting sites))

2014-05-24 Thread Tim
Allegedly, on or about 24 May 2014, Doug sent: > All the common UPS units for home/small office are sealed lead-acid, > 12 volts, and frequently 7.5 AH. AllElectronics will sell you one of > these for $23.50. There are also 12 AH and 18 AH batteries for higher > prices, but they are

Re: Off topic: HP UPS battery (was: web hosting sites))

2014-05-24 Thread Doug
On 05/24/2014 06:29 AM, lee wrote: Les Howell writes: /large snip/ [1]: My latest example is HP being unable to replace a simple UPS battery. They said I could file a support ticket they, of course, would charge me for just to find out a price for a new one. I thought HP

Re: Fedora 18 not booting after lots of successful boot ups

2014-03-12 Thread Chris Murphy
On Mar 12, 2014, at 1:11 PM, Chris Murphy wrote: > Anyway I always do a 1/2 dozen reboots with it enabled, checking > systemd-analyze each time; and then disable it and reboot and check > systemd-analyze again. That is, I do this with each new major version of systemd. Because this readahea

Re: Fedora 18 not booting after lots of successful boot ups

2014-03-12 Thread Chris Murphy
For posterity: https://bugzilla.redhat.com/show_bug.cgi?id=696821 It's not exactly the OP's problem, but there appears to be a kernel bug that can cause systemd readahead problems. Anyway I always do a 1/2 dozen reboots with it enabled, checking systemd-analyze each time; and then disable it an

Re: Fedora 18 not booting after lots of successful boot ups

2014-03-12 Thread Chris Murphy
On Mar 12, 2014, at 4:36 AM, takCoder wrote: > systemd-readahead[416]: Failed to open pack file: Read-only system I'm not sure the problem is Bluetooth at all. Systemd has a way to optimize boot times with its own read ahead mechanism, and puts the hint for what to read ahead in (I'm guessin

Re: Fedora 18 not booting after lots of successful boot ups

2014-03-12 Thread Patrick O'Callaghan
On Wed, 2014-03-12 at 17:57 +0330, takCoder wrote: > would anyone please give me any hints? > can I disable bluetooth servive from repair mode? [Please don't top-post on the Fedora lists. See the Guidelines document referenced at the end of every post.] F18 is EOL, i.e. no longer supported, howev

Re: Fedora 18 not booting after lots of successful boot ups

2014-03-12 Thread takCoder
would anyone please give me any hints? can I disable bluetooth servive from repair mode? Best Regards, t.a.k On Wed, Mar 12, 2014 at 2:06 PM, takCoder wrote: > Hi All, > > I'm new in fedora world and here's my first unsolved problem there.. It's > an un-reasoned hang during boot up of a health

Fedora 18 not booting after lots of successful boot ups

2014-03-12 Thread takCoder
Hi All, I'm new in fedora world and here's my first unsolved problem there.. It's an un-reasoned hang during boot up of a healthy system.. I have installed fedora 18 on a ssd, followed a given process to install required packages of my goal system, and it was working fine before.. Today I power

Re: Fun observation after installing a new UPS

2014-02-13 Thread Tim
Allegedly, on or about 12 February 2014, Steven Stern sent: > Anyhow, the front display shows the power drawn by the stuff plugged > into it, currently computer and monitor. Typically, they're drawing > about 60-65 watts. Running Yum and updating SELinux policies increased > the power draw to 95 w

Fun observation after installing a new UPS

2014-02-12 Thread Steven Stern
27;re drawing about 60-65 watts. Running Yum and updating SELinux policies increased the power draw to 95 watts! The other cool thing is that the UPS is compatible with apcupsd, so events are properly logged. Gnome is happy talking to it, too. -- -- Steve -- users mailing list

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-10 Thread poma
On 10.01.2014 04:55, Ranjan Maitra wrote: > Thanks! Btw, I was able to get NetworkManager work with openconnect. > (It however had troubled coming up after a hibernate, but did > eventually make it after a few tries. Not clear why this happened.) # cp /usr/lib/systemd/system/NetworkManager.servic

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-09 Thread Ranjan Maitra
On Fri, 10 Jan 2014 04:34:58 +0100 poma wrote: > On 09.01.2014 23:06, Ranjan Maitra wrote: > > > Thanks! I guess you meant openconnect: I will take a look. I notice > > from the webpage > > > > http://www.infradead.org/openconnect/mail.html > > > > that there are two gui's: NetworkManager-ope

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-09 Thread poma
On 09.01.2014 23:06, Ranjan Maitra wrote: > Thanks! I guess you meant openconnect: I will take a look. I notice > from the webpage > > http://www.infradead.org/openconnect/mail.html > > that there are two gui's: NetworkManager-openconnect and connman: any > preferences for either? http://blogs

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-09 Thread Ranjan Maitra
On Thu, 9 Jan 2014 16:06:33 -0500 Fred Smith wrote: > On Thu, Jan 09, 2014 at 08:21:06AM -0600, Ranjan Maitra wrote: > > > > > > > > If you insist on using proprietary solution rather than free and open > > > one, go ahead, knock yourself out. > > > https://wiki.archlinux.org/index.php/Systemd/

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-09 Thread Fred Smith
On Thu, Jan 09, 2014 at 08:21:06AM -0600, Ranjan Maitra wrote: > > > > > If you insist on using proprietary solution rather than free and open > > one, go ahead, knock yourself out. > > https://wiki.archlinux.org/index.php/Systemd/Services#Cisco_AnyConnect_VPN > > http://0pointer.de/blog/projects

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-09 Thread poma
On 09.01.2014 15:21, Ranjan Maitra wrote: > Thanks for your e-mail, poma. Btw, you got my name wrong, but anyway. > > Well, I agree with you on staying off proprietary solutions, but as with > flash, I don't really have an option here. The Cisco vpn is needed to > be a node on my employer's netw

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-09 Thread Ranjan Maitra
> > If you insist on using proprietary solution rather than free and open > one, go ahead, knock yourself out. > https://wiki.archlinux.org/index.php/Systemd/Services#Cisco_AnyConnect_VPN > http://0pointer.de/blog/projects/systemd-for-admins-3.html > Good luck with that, Ran. ;) Thanks for your

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-09 Thread poma
On 07.01.2014 20:43, Ranjan Maitra wrote: > On Mon, 6 Jan 2014 18:29:12 +0100 poma > wrote: > >> On 06.01.2014 02:00, Ranjan Maitra wrote: >>> Hello, >>> >>> I have been having a somewhat unusual problem after waking up from >>> hibernate with the Cisco VPN client. This only happens with F20 -- i

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-07 Thread Ranjan Maitra
On Mon, 6 Jan 2014 18:29:12 +0100 poma wrote: > On 06.01.2014 02:00, Ranjan Maitra wrote: > > Hello, > > > > I have been having a somewhat unusual problem after waking up from > > hibernate with the Cisco VPN client. This only happens with F20 -- it > > was fine till F19. > > > > Here is what h

Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-06 Thread poma
On 06.01.2014 02:00, Ranjan Maitra wrote: > Hello, > > I have been having a somewhat unusual problem after waking up from > hibernate with the Cisco VPN client. This only happens with F20 -- it > was fine till F19. > > Here is what happens: I switch on the Cisco vpnui using: > > /opt/cisco/anyco

Is this a bug? (Was Re: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate)

2014-01-06 Thread Ranjan Maitra
So, I have realized that vpnagentd was not running: /opt/cisco/anyconnect/bin/vpnagentd file /opt/cisco/anyconnect/bin/vpnagentd /opt/cisco/anyconnect/bin/vpnagentd: setuid ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped

Fw: F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-06 Thread Ranjan Maitra
o vpn does not launch after a couple of wake-ups from hibernate Hello, I have been having a somewhat unusual problem after waking up from hibernate with the Cisco VPN client. This only happens with F20 -- it was fine till F19. Here is what happens: I switch on the Cisco vpnui using: /opt/

F20: Cisco vpn does not launch after a couple of wake-ups from hibernate

2014-01-05 Thread Ranjan Maitra
Hello, I have been having a somewhat unusual problem after waking up from hibernate with the Cisco VPN client. This only happens with F20 -- it was fine till F19. Here is what happens: I switch on the Cisco vpnui using: /opt/cisco/anyconnect/bin/vpnui The window to connect comes on and vanishe

Re: need help printing UPS shipping labels

2013-08-14 Thread Dr. Michael J. Chudobiak
o IE7 does seem to "fix" the problem with the UPS label app. - Mike -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct G

Re: need help printing UPS shipping labels

2013-08-14 Thread Joe Zeff
On 08/14/2013 12:15 PM, Ananda Samaddar wrote: Try using a user agent switcher to fool the site into thinking you're using Windows or IE. I think FF has an add-on for it. Yes it does, and by a curious coincidence, it's called User Agent Switcher. I've used it a number of times to trick site

Re: need help printing UPS shipping labels

2013-08-14 Thread John Aldrich
Quoting "Dr. Michael J. Chudobiak" : Does anyone here successfully print UPS shipping labels from the UPS online shipping tool? I find that when I try this with Firefox, epiphany, or Chrome on F19, the barcode-containing section of the label is generated as a 728x416 image. If I u

  1   2   >