Displaying 20 results from an estimated 5000 matches similar to: "Forum utility, facility?"
2006 Jan 30
2
Lame update from Dag's repo fails for me, any help?
Trying yum update for the latest announcements. Part of the problem I
experienced last week appears again: lame library DSA key is
unavailable. I had tried to resolve this last week, to no avail. Tried
again this week and found a French site with the key ID, but for libmad.
Anyone can give me the proper instructions so this works?
TIA
Bill
Here is a snipped part of the yum log.
2006 Apr 03
1
Clarification Needed: DAG vs. rpmforge.
Dag in the thread about kvirc, I had pointed to dries repo, based on a
list of repos I use *now*, that replaced your repo with rpmforge. This
based on an instruction earlier that I should use rpmforge instead. So
when I run my "yum --enablerepo=\* list...", it did not show your repo
contents.
Should I be including *both* rpmforge and dag?
TIA
Bill
-------------- next part
2006 Apr 02
4
64 bit
Hello,
Presently I am considering using CentOS as my base OS. I am wondering about a
few things though. I like KVirc as my irc program. I have had issue with
compiling it in 64bit mode under Fedora 3 and was todl it was because Fedora
installs both 32 and 64 bit libs and the compiler didn't understnad which to
use. Will this be an issue with CentOS 4 also?
If I install the 64 bit
2006 Jul 06
5
Clamav and Postfix
Hello all,
I am trying to replace a RH 7.1 (ouch!) box that has been running
postfix 1.x/clamav/SA/amavisd-new on which the amavis/PF/SA packages
have not been updated because of the way they were built/configured. I
would like to use CentOS to do this.
Having followed the thread regarding perl versioning issues with the
latest version of amavisd-new and CentOS Base I am thinking I should
pursue
2006 May 30
2
Choice of FTP server
I have taken over a number of RH/FC/CentOS servers recently. I am trying
to upgrade all of them to CentOS 4.3 and configure them to only use
software that can be managed via yum/apt repositories. One of the
choices made by my predecessor was the pure-ftpd server over vsftpd. I
cannot find a repo to get this rpm from and am wondering if anyone on
the list has any practical experience with both and
2005 Nov 07
2
Reducing the deleterious effects of ego related issues on the list: growing up individually.
Folks,
I *suggest* that little or no reply to this is warranted. It's just the
statements of an old fart trying to make a (slightly) better environment
for all of us. These thoughts are offered for consideration and use as
you see fit. For some, "Hey, that'll work for me too" is the hoped for
result. No discussion is intended or warranted, IMO.
If you recognize yourself in
2006 Jun 25
3
ssh session output stalls
Hello,
Is anyone else having problems with the ssh session output stalling
when ssh'd to another system and the command is running via sudo and a
pager is being used (e.g., more)?
Too highly reproducible :( to date, all known occurrences have
involved Centos 4.3 servers; makes no difference whether client is
RHEL WS 4.3, Centos 4.3 or FC 5 or WinDoze. Makes no difference if
terminal
2015 Apr 05
2
nutdrv_qx hangs after send: QS
Thank you for the rapid response. I will try and investigate getting
answers to some of your points but I'm a little new to Solaris so I'll need
some time. Glancing at the configure output, it looks like it built against
v0.1.7 of libusb (yes i think that is derived from the one you mention),
checking for libusb version via pkg-config... 0.1.7 found
checking for libusb cflags...
checking
2016 Jul 01
1
silk_warped_autocorrelation_FIX() NEON optimization
Hi all,
I'm sending patch "Optimize silk_warped_autocorrelation_FIX() for ARM NEON" in an separate email.
It is based on Tim’s aarch64v8 branch https://git.xiph.org/?p=users/tterribe/opus.git;a=shortlog;h=refs/heads/aarch64v8
Thanks for your comments.
Linfeng
2016 Jul 14
6
Several patches of ARM NEON optimization
I rebased my previous 3 patches to the current master with minor changes.
Patches 1 to 3 replace all my previous submitted patches.
Patches 4 and 5 are new.
Thanks,
Linfeng Zhang
2009 Jan 03
5
Improving the website and forums
Hi,
Something that is not helping us with Google is the prefix "www.centos.org - "
to every page of the website (including the forums).
It is annoying in the sense that it pushes the important keywords to the
end of the title and sometimes out of view of regular users (yes, Google
search resuls are trimmed).
As an example, seaching for "wireless site:www.centos.org"
2005 Oct 27
3
String.protoype.toQueryParams
Hi, I am trying to play with all the methods in the Array Object.
Just wanted to check with you guys if this is the correct explanation of toQueryParams().
If yes, then I''ll add it to the documentation as well.
Works for me (but I am not sure if it''s the correct way to use it).
/* String.prototype.toQueryParams takes a query string, i.e, string with
name value pairs
2017 Oct 30
2
Problems in communication with Mustek PowerMust 1060 LCD
System: Cenots Linux 6.9
Application: nut-2.7.5-0.20170613gitb1314c6 [with usb 0.1 from distro]
Device: Mustek PowerMust 1060 LCD
Comunication log file: dump.txt
We are looking at the possibility of successful communicating with this
device UPS Mustek PowerMust 1060 LCD.
PS: wolfy on the list gives me assistance and i can install any new
compiled nut version from sources.
Thanks,
Catalin.
2015 Apr 04
2
nutdrv_qx hangs after send: QS
Hi,
I am trying to get NUT 2.7.2 working on my Solaris 11.2 system with a
PowerWalker 2000 VI PSW UPS. I have carefully configured the software such
that it 'works' using custom values in the ups.conf file:
driver = nutdrv_qx
port = auto
desc = "my UPS"
protocol = voltronic-qs
subdriver = cypress
vendorid = 0665
productid = 5161
The problem I'm experiencing is that after a
2011 Nov 22
1
Capping outliers
Hi Experts,
I am new to R, using following sample code for capping outliers using
percentile information. Working on large data (30000 observations and 150
variables), loop I am using in the below mentioned code for detecting
outliers and capping to upper /lower percentile value is taking much time
for the execution.
Is there anything wrong with code, can anyone suggest improvement in the
script
2020 Jan 29
2
Model object, when generated in a function, saves entire environment when saved
Reviving an old thread. I haven't noticed this be a problem for a while
when saving RDS's which is great. However, I noticed the problem again when
saving `qs` files (https://github.com/traversc/qs) which is an RDS
replacement with a fast serialization / compression system.
I'd like to get an idea of what change was made within R to address this
issue for `saveRDS`. My thought is that
2006 Sep 07
6
Restarting mouse services
I move my notebook around my office. Sometimes I am using the internal
pointers, sometimes a USB mouse, and sometimes a USB keyboard/mouse
adapter that is plugged into a kvm (actually two of them).
With one of these USB k/m adapters, when I plug in, the system fails to
recognize the mouse (but no problem with the keyboard). The 2 adapters
are the same brand/model (Aten), but the KVMs are
2011 Jun 26
4
Sven Power Pro 1000+
Hello.
I recently upgraded from Ubuntu Maverick to Natty and hence upgraded nut from 2.4.3-1ubuntu5 to 2.6.0-1ubuntu3.
My Sven PowerPro+ 1000 UPS ( http://en.sven.ru/catalog/ups/power_pro_plus_1000.htm ) worked fine with the previous version, using megatec_usb driver, but doesn't work with the current version, since megatec_usb is no longer available.
Here is the output from blazer_usb.
2012 Jul 10
1
Why 95% "quantile" empty in R or why 95% "quantile" = 1 with data values between 0 and 1?
I am calling quantiles as follows. I don't understand why sometimes the
columns (data values) above 95% are returned as "NULL"!! When I drop the
percentile down to 92%, I see colums appearing. Why would any quantile be
empty? I see sometimes that 95% percentile is being chosen as "1" for my
data between 0 and 1, where obviously there's no column value equal to 1.
But
2016 Oct 01
2
connection pb with blazer_usb with infusec UPS
Hello
i need your help regarding the following issue :
i have a hero touch ups from infosec. it is connected via USB to a raspberry pi 3.
i?ve configure ups.conf file as below
[HERO]
driver = blazer_usb
vendorid = 0665
productid = 5161
either with
port = auto
or
port = /dev/hidraw0
or
port = /dev/ttySo
the connection never works
i get the