Displaying 20 results from an estimated 100 matches similar to: "r8712u wireless driver"
2014 Nov 11
1
/etc/locale.conf is ignored
It seems that /etc/locale.conf is ignored in Centos 7.
As a traditionalist who prefers things sorted lexicographically rather
than indiscriminately with case ignored and dates to be displayed in
the form "Sep 11 2008", I have always added lines to this file:
$ cat /etc/locale.conf
LANG="en_US.UTF-8"
# Fix collating sequence for sort and ls
export LC_COLLATE=C
#
2014 Nov 17
0
x2go - F20 to Centos 7
All my attempts to access a Centos 7 machine from Fedora 20 using x2go
have failed with these error messages in /var/log/secure:
Nov 17 16:42:08 datium sshd[4175]: Accepted publickey for dad from
127.0.0.1 port 43005 ssh2: RSA
c5:d0:02:e7:90:ce:8b:bb:65:b2:78:66:29:8c:c8:15
Nov 17 16:42:08 datium sshd[4175]: pam_unix(sshd:session): session
opened for user dad by (uid=0)
Nov 17
2009 May 01
1
Rosewill RSV-S8 Storage Enclosure Support
I'm trying to get RSV-S8 working with Citrix XenServer 5 update 3 (which
I believe runs CentOS 5.something).
I have the Rosewill card that comes with it in there (sil3132 based).
It's seeing the card, and seeing all my drives.
I fdisk the drives and I can create the partitions, but I am unable to
set up either software raid or create filesystems. I keep getting
errors saying that
2015 Apr 01
8
Centos 7 License???
Today I did a yum upgrade to my kvm'ized Centos 7 test machine
(perhaps a bad day to do such a thing) and received new kernel
vmlinuz-3.10.0-229.1.2.el7.x86_64, among many other things.
When I rebooted, I was asked to confirm (or renew, or some such)
my license. My LICENSE ???
I was booting in text mode and the actions required were
a) unfamiliar, and b) hard to understand.
As I recall, I
2012 Jul 05
1
conntrack
Is conntrack and conntrackd still valid for Centos 6.2? I can't seem to
find much on it any more. Is there something else to use?
thanks
steve campbell
2008 Nov 16
1
Video Card [SOLVED]
A recap of the problems for my configuration: Centos 5.2, x86_64, PNY
9600 GT 512 Mb video, Rosewill R913J 19" LCD monitor, Gigabyte
GA-P35-DS3L mobo, Intel Core 2 Duo, 8 Gb RAM.
Using the latest Nvidia x86_64 driver package (177.82) I could not get
the 1280x1060 resolution (I could get nothing but 640x480).
Additionally, while attempting various fixes, the monitor base color
turned blue.
2012 Jul 11
3
installing centos 6 on an old bird
Guys,
I've been trying to install centos 6.2, then 6.3 onto a supermicro 6013P-8
which does not have a DVD rom drive. Those newer version of CentOS only
have DVD (not CD) iso versions so I've been sharing the install via NFS.
With each try the install hangs forever installing
'selinux-policy-targeted-3.7.19-154.el6.noarch'. How can I disable that
feature and / or SE Linux
2020 Jan 09
0
nut on armhf, r-pi4b IOW
On Wednesday 08 January 2020 12:01:08 Gene Heskett wrote:
> On Wednesday 08 January 2020 09:37:10 Roger Price wrote:
> > On Tue, 7 Jan 2020, Gene Heskett wrote:
> > > ● nut-monitor.service - Network UPS Tools - power device monitor
> > > and shutdown controller
> > > Loaded: loaded (/lib/systemd/system/nut-monitor.service;
> > > enabled; vendor
2009 Jun 17
2
Nagios Asterisk
Hi
I am trying to implement monitoring of asterisk (all 4 spans-i want to show them line by line Up or down) using nagios using below script, but i always get the status as down and red..can anyone let me know how to read an output from nagios plugin ? nagios etc is configured already and is working
PATH=/bin:/sbin:/usr/bin:/usr/sbin
FAILS=""
SPANS=$(asterisk -rnx "pri show
2024 Jul 16
2
Automatic Knot selection in Piecewise linear splines
>>>>> Anupam Tyagi
>>>>> on Tue, 9 Jul 2024 16:16:43 +0530 writes:
> How can I do automatic knot selection while fitting piecewise linear
> splines to two variables x and y? Which package to use to do it simply? I
> also want to visualize the splines (and the scatter plot) with a graph.
> Anupam
NB: linear splines, i.e. piecewise
2007 Mar 27
6
software raid
Hello,
I've got a 4.4 box that i'd like to implement software raid on. Does
anyone have any experiences with this?
Thanks.
Dave.
2009 Jun 18
3
Nagios under *
Hi
I am trying to implement monitoring of asterisk (all 4 spans-i want to show them line by line Up or down) using nagios using below script, but i always get the status as down and red..can anyone let me know how to read an output from nagios plugin ? nagios etc is configured already and is working
PATH=/bin:/sbin:/usr/bin:/usr/sbin
FAILS=""
STATUS=$(asterisk -rnx "pri
2008 Jun 02
29
ZFS Hardware Check, OS X Compatibility, NEWBIE!!
This is my first post here, and i hope it is ok that i posted in this thread.
I have been doing a bit of reading on the solaris platforms, and seem to be inclined to try out the open solaris os or solaris 10. My only worry is that my lack of knowledge with the command line may make this difficult regarding trouble shooting. It seems fairly straighforward creating zpools etc, but maybe nexenta is
2024 Jul 26
1
Automatic Knot selection in Piecewise linear splines
dear all,
I apologize for my delay in replying you. Here my contribution, maybe
just for completeness:
Similar to "earth", "segmented" also fits piecewise linear relationships
with the number of breakpoints being selected by the AIC or BIC
(recommended).
#code (example and code from Martin Maechler previous email)
library(segmented)
o<-selgmented(y, ~x, Kmax=20,
2020 Jan 08
2
nut on armhf, r-pi4b IOW
On Wednesday 08 January 2020 09:37:10 Roger Price wrote:
> On Tue, 7 Jan 2020, Gene Heskett wrote:
> > ● nut-monitor.service - Network UPS Tools - power device monitor and
> > shutdown controller
> > Loaded: loaded (/lib/systemd/system/nut-monitor.service; enabled;
> > vendor preset: enabled)
> > Active: failed (Result: protocol) since Tue 2020-01-07 07:19:19
2024 Jul 09
1
Automatic Knot selection in Piecewise linear splines
How can I do automatic knot selection while fitting piecewise linear
splines to two variables x and y? Which package to use to do it simply? I
also want to visualize the splines (and the scatter plot) with a graph.
Anupam
[[alternative HTML version deleted]]
2012 Jul 13
1
Curiosity Question
Hi All,
During updates I see a number preceding the package to be updated as
indicated in the below example:
1:perl-Module-Build-0.3500-119.el6_1.1.x86_64
^
Does anyone know what does this indicates?
Thank you,
Phil
--
Carpe Aptenodytes! (Seize the Penguins!)
1999 Jun 08
6
DESKTOP.INI amd & DNS puzzle
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 2910 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/19990608/1b2f9b97/attachment.bat
2012 Feb 06
0
Fwd: Re: Asterisk CLI unresponsive
Jonas
Try asterisk -rnx "show locks" > /locks.txt
If that does not work than your CLI process is completely gone and you are
done. I have bumped into these kind of CLI locks and it really sucks. I
have written a program to monitor for them and kill the asterisk process if
they occur then asterisk_safe will automatically start a new instance. It
does not happen for me very often
2010 Jan 16
1
ETIME on FreeBSD
This looks like the commit that triggered the following FreeBSD build
failure:
http://buildbot.ghz.cc/public/nut/FreeBSD-i686/builds/53
One thing that stands out is that ETIME is not negated like the other
error codes. What returns it?
- Charles
On Jan 13, 2010, at 8:04 AM, Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Wed Jan 13 13:04:42 2010
> New Revision: 2243
>