search for: dmanye

Displaying 14 results from an estimated 14 matches for "dmanye".

2015 Jul 15
2
ups does not reboot itself
El 15/07/15 a les 14:18, Charles Lepple ha escrit: > On Jul 15, 2015, at 7:17 AM, dmanye <dmanye at urv.cat> wrote: > >> i have a computer (with debian 8 jessie installed) that i want to plug to an ups (apc smt 750i) to act in netserver mode. i've installed nut packages and configured it and all seems to work ok except that when the server shutdown itself it ups does...
2015 Jul 16
3
ups does not reboot itself
El 15/07/15 a les 15:19, Charles Lepple ha escrit: > On Jul 15, 2015, at 8:46 AM, dmanye <dmanye at urv.cat> wrote: > >> El 15/07/15 a les 14:18, Charles Lepple ha escrit: >>> On Jul 15, 2015, at 7:17 AM, dmanye <dmanye at urv.cat> wrote: >>> >>>> i have a computer (with debian 8 jessie installed) that i want to plug to an ups (apc smt...
2015 Jul 17
3
ups does not reboot itself
El 16/07/15 a les 14:16, Charles Lepple ha escrit: > On Jul 16, 2015, at 5:09 AM, dmanye <dmanye at urv.cat> wrote: > >> surprisingly, now both computers made the ups reboot !?!?!?!? so i've tried once more and confirmed that while forcing the reboot works, the computer itself does not reboot the ups when the battery is too low. > I think you figured it out: the U...
2015 Jul 15
2
ups does not reboot itself
hello, i have a computer (with debian 8 jessie installed) that i want to plug to an ups (apc smt 750i) to act in netserver mode. i've installed nut packages and configured it and all seems to work ok except that when the server shutdown itself it ups doesn't "reboot" the outlets. i've tested the same config (/etc/nut/*) just changing hostnames in another debian jessie
2015 Jul 15
0
ups does not reboot itself
On Jul 15, 2015, at 8:46 AM, dmanye <dmanye at urv.cat> wrote: > El 15/07/15 a les 14:18, Charles Lepple ha escrit: >> On Jul 15, 2015, at 7:17 AM, dmanye <dmanye at urv.cat> wrote: >> >>> i have a computer (with debian 8 jessie installed) that i want to plug to an ups (apc smt 750i) to act in ne...
2015 Apr 21
2
fsd fails to notify slaves
hello, i have an apc smt750i with 3 debian computers connected to it. i want one of them act as a master to notify the other two in case the battery is about to exhaust. upsmon in the slaves gets notified when the system changes from main to battery and viceversa. the problem i have is that the slaves are not notified and shutdown because of losing the connection to the master, but not for
2015 Jul 20
1
ups does not reboot itself
El 18/07/15 a les 17:03, Charles Lepple ha escrit: > On Jul 17, 2015, at 9:42 AM, dmanye <dmanye at urv.cat> wrote: > >> so i reinstalled again... but instead of using four separate partitions for /, /usr, /var and /tmp, put all the stuff under an unique / partition and... it works! why exactly? no idea, because if i'm not wrong, nut sensitive stuff is under /lib, /s...
2015 Apr 21
0
fsd fails to notify slaves
On Apr 21, 2015, at 12:09 PM, dmanye <dmanye at urv.cat> wrote: > Apr 21 17:45:23 jessie641 upsmon[532]: FSD set on UPS smt750i at 10.21.102.241 failed: ERR ACCESS-DENIED > Apr 21 17:45:23 jessie641 upsmon[532]: Executing automatic power-fail shutdown > Apr 21 17:45:23 jessie641 upsmon[532]: Auto logout and shutdown pr...
2015 Jul 15
0
ups does not reboot itself
On Jul 15, 2015, at 7:17 AM, dmanye <dmanye at urv.cat> wrote: > i have a computer (with debian 8 jessie installed) that i want to plug to an ups (apc smt 750i) to act in netserver mode. i've installed nut packages and configured it and all seems to work ok except that when the server shutdown itself it ups doesn't...
2015 Jul 16
0
ups does not reboot itself
On Jul 16, 2015, at 5:09 AM, dmanye <dmanye at urv.cat> wrote: > surprisingly, now both computers made the ups reboot !?!?!?!? so i've tried once more and confirmed that while forcing the reboot works, the computer itself does not reboot the ups when the battery is too low. I think you figured it out: the UPS probably...
2015 Jul 18
0
ups does not reboot itself
On Jul 17, 2015, at 9:42 AM, dmanye <dmanye at urv.cat> wrote: > so i reinstalled again... but instead of using four separate partitions for /, /usr, /var and /tmp, put all the stuff under an unique / partition and... it works! why exactly? no idea, because if i'm not wrong, nut sensitive stuff is under /lib, /sbin, /et...
2004 Aug 06
5
Need a command-line splicer of audio files for Linux
I am looking for a command-line driven audio splicer for .wav files. Any ideas? todd@toolz.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent
2004 Aug 06
1
some features of icecast2 beta
oddsock wrote: > yep, it's in there...you give it a master server ip and port and the > relay functionality will connect to the master server and relay all > connected mountpoints. cool > yep, Michael added that a bit ago...Shoutcast style streaming titles (or > any streaming titles for that matter) is not supported however. You > will now need to provide a
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files with cat, i.e. cat {file1.ogg} file2.ogg > outputfile.ogg <p>I successfully used this capability, together with oggenc and sox, to join two .WAV files in the following manner: <p>oggenc -q9 file1.wav ... oggenc -q9 file2.wav --- cat file1.ogg file2.ogg > outfile.ogg ox outfile.ogg outfile.wav I get