Re: [CentOS] CentOS Digest, Vol 81, Issue 12

2011-10-12 Thread CS
> 
> 
> 
> On 10/11/11 7:29 AM, Arun Khan wrote:
>>> that requires specific configuration to suit whatever drive interconnect
 you have.
>> Does these bays have a connector (+ cable) that is connected to the
>> motherboard or RAID card to control the HDD LEDs in the bay?
>> (sorry if this appears basic but I have no experience with such hardware)
>> 
> 
> typically, a server will have a SAS backplane which sas/sata drives hot 
> plug into, and 1 or more 4 channel SAS ports that plug into the host bus 
> adapter or raid controller.  this SAS backplane usually has a 'SES' 
> controller[*] embedded on it, which appears to the host as another SAS 
> device, and manages the LEDs.   If its a brand name server (hp, dell, 
> ibm, etc) using the vendor's raid cards, the LEDs all just work.if 
> its whitebox stuff, with JBOD, getting the right failure LEDs to come on 
> may require some custom configuration.
> 
> 
> [*] SES supercedes the earlier SAF-TE design for the same functionality.
> 
> 
> -- 
> john r pierceN 37, W 122
> santa cruz ca mid-left coast

I'm guessing you want to be able to ID a failed drive visually and mdadm can 
make that a challenge.

A SATA backplane likely will have a signal bus connector (Suoermicro server 
backplanes do)  but onboard controllers probably won't supply the other end  
Built servers definitely will as john points out.  Better hardware RAID HBAs 
probably shoild have the complimentary signal bus connector.  Make sure your 
system builder or supplier gets you the right cable bits - i'm pretty sure 
they're not universal.

- csawyer
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] nouveau driver one centos 6

2011-07-22 Thread CS
Hi, Jerry

Try appending 'rdblacklist=nouveau' to the kernel line in grub.conf (and keep 
the blackist in modules.conf)

- install CentOS and reboot as usual
- preempt booting at the grub menu and append 'rdblacklist=nouveau 3' to the 
kernel line to disable nouveau and start up in init 3
- install the Nvidia binary driver.  Optionally, do a yum upgrade, reboot back 
to init 3 and build the driver on the latest kernel
- edit grub.conf and remove the '3' and reboot again

Nouveau will now stop loading and use your nvidia driver

cheers,

- cal

On 21/07/11 13:08, Jerry Geis wrote:
> I "wish" to not load the or even install the nouveau driver by default.
> I want to use the NVIDIA binary driver.
> 
> I have tried a number of things:
> 
> 1) in my kickstart package section add the line:
> -xorg-x11-drv-nouveau
> 
> This did not work - it was still installed.
> 
> 2) use the nvidia installer and it asks to create a modprobe.conf file
> to blacklist
> the driver. I said yes thats what I want. I verified the file being
> present and rebooted.
> The driver is still loaded "lsmod | grep nou" still showed it present.
> 
> 3) I tried "rpm -e xorg-x11-drv-nouveau --nodeps". This seeming worked
> however
> the files for nouveau were still present. find / | grep nouveau showed
> driver files and more
> 
> So - anyone know how to get this off of my machine???
> I thought the "-" in the kickstart package section would work, but no.
> 
> Thanks so much for any thoughts.
> 
> jerry

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Vim scripting - cursor motion

2011-06-09 Thread CS DBA
On 06/09/2011 08:48 AM, Jussi Hirvi wrote:
> I am working on my first vim script. The script is supposed to do some
> find/replace on a file, then save the file with a new name and quit vim.
>
> I will save the script in a file and then call it from a bash script
> like this:
>
>   vim path-to-the-file -s path-to-my-script
>
> Maybe I have not found the right resources. I can find/replace with
> expressions that are similar to those I use manually, for example:
>
>   :% s/\t/","/g
>
> Then I should add something to the beginning of file (line 1, char 1).
> And append something to the end of the file (last line, last char). But
> I cannot find a way to do this. Should I move the cursor (and how?), or
> what?
>
> - Jussi
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

You can do this at the command line (or in a script) like this:

sed "s/\t/","/g"  [your file] >  [new_modified_file]

If needed then you can rename the modified file back over the original

-- 
-
Kevin Kempter   -   Constent State
A PostgreSQL Professional Services Company
   www.consistentstate.com
-

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 6 packages

2011-08-31 Thread CS DBA
Hi all;

does anyone know if the following packages are available (via yum) for 
CentOS 6 and if so which repo they come from?

Thanks in advance...


kmymoney
darktable
digiKam



-- 
-
Kevin Kempter   -   Constent State
A PostgreSQL Professional Services Company
   www.consistentstate.com
-

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] openvpn client and KDE Network Manager - with CentOS7

2014-12-08 Thread CS DBA


On 10/29/14 12:24 PM, CS DBA wrote:


On 10/27/14 2:20 PM, Jim Perrin wrote:

On 10/27/2014 01:13 PM, CS DBA wrote:

Hi All,

I am switching from Fedora20 to CentOS7 since I now run all my Linux
development in a VM and I get a more robust feature set (i.e. shared
folders with the host that "just work", etc)

The only issue I have thus far is VPN connections. Looking at what's
installed on my old Fedora install I suspect I need these packages:

kde-plasma-nm-vpnc
kde-plasma-nm-openvpn
NetworkManager-openvpn
NetworkManager-vpnc

However none of these are available in CentOS7, Note I have the centos
extras and the EPEL repos enabled.  I suspect that I need rpmfusion but
I don't see that rpmfusion has a repo for CentOS7...

The OpenVPN packages are in epel, and the vpnc packages are in the Nux
Desktop repo.

NetworkManager-openvpn.x86_64
 1:0.9.8.2-4.el7.1

  @epel

NetworkManager-vpnc.x86_64

1:0.9.9.0-6.git20140428.el7.nux
  nux-dextop





Anyone have any thoughts? Can I simply install the centos6 rpmfusion repo?

Nope. This would make bad things happen.







I've installed the following packages:

/# rpm -qa | egrep 'vpn|NetworkManager'
NetworkManager-vpnc-0.9.9.0-6.git20140428.el7.nux.x86_64
NetworkManager-glib-0.9.9.1-28.git20140326.4dba720.el7_0.2.x86_64
NetworkManager-openvpn-0.9.8.2-4.el7.1.x86_64
vpnc-script-0.5.3-22.svn457.el7.noarch
NetworkManager-0.9.9.1-28.git20140326.4dba720.el7_0.2.x86_64
openvpn-2.3.2-4.el7.x86_64
NetworkManager-tui-0.9.9.1-28.git20140326.4dba720.el7_0.2.x86_64
vpnc-0.5.3-22.svn457.el7.x86_64/

However if I click the KDE Network Manager and then click "Manage 
Connections"

the manage connections dialog box / control module that comes up has the
"Add" button greyed out for VPN connections

Anyone have any ideas how to enable the ability to add a VPN connection?


Thanks in advance



All;

Anyone have any thoughts, any assistance debugging this? I still cannot 
get a VPN connection in KDE...


Thanks in advance

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] L2TP over IPSEC?

2015-02-26 Thread CS DBA
Hi All;

anyone have any info on setting up a L2TP over IPSEC client vpn
connection?

Thanks in advance


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] user 'not listed' on login screen

2015-06-30 Thread CS DBA
All;

I installed centOS 7 (KDE), I also created a user 'postgres'
the postgres user does not show up as a user on the login screen.

How can I make this user show up on the login screen? I've googled it
with no luck


Thanks in advance


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Error installing Kmymoney

2015-09-09 Thread CS DBA
Hi All;

I'm runing a new install of CentOS 7, enabled the epel repo and ran:

# yum install kmymoney

I get this:

Resolving Dependencies
--> Running transaction check
---> Package kmymoney.x86_64 0:4.6.6-1.el7 will be installed
--> Processing Dependency: kmymoney-libs(x86-64) = 4.6.6-1.el7 for package:
kmymoney-4.6.6-1.el7.x86_64
--> Processing Dependency: libkmm_widgets.so.4()(64bit) for package:
kmymoney-4.6.6-1.el7.x86_64
--> Processing Dependency: libkmm_plugin.so.4()(64bit) for package:
kmymoney-4.6.6-1.el7.x86_64
--> Processing Dependency: libkmm_mymoney.so.4()(64bit) for package:
kmymoney-4.6.6-1.el7.x86_64
--> Processing Dependency: libcalligrakdchart.so.13()(64bit) for package:
kmymoney-4.6.6-1.el7.x86_64
--> Running transaction check
---> Package kmymoney.x86_64 0:4.6.6-1.el7 will be installed
--> Processing Dependency: libcalligrakdchart.so.13()(64bit) for package:
kmymoney-4.6.6-1.el7.x86_64
---> Package kmymoney-libs.x86_64 0:4.6.6-1.el7 will be installed
--> Finished Dependency Resolution
Error: Package: kmymoney-4.6.6-1.el7.x86_64 (epel)
   Requires: libcalligrakdchart.so.13()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


I cant seem to get past this, using --skip-broken does not work.

Anyone have any suggestions?

Thanks in advance...
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Error installing Kmymoney

2015-09-09 Thread CS DBA



On 09/09/2015 09:27 AM, Leonard den Ottolander wrote:

On Wed, 2015-09-09 at 08:40 -0600, CS DBA wrote:

--> Finished Dependency Resolution
Error: Package: kmymoney-4.6.6-1.el7.x86_64 (epel)
Requires: libcalligrakdchart.so.13()(64bit)
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest


I cant seem to get past this, using --skip-broken does not work.

Anyone have any suggestions?

Apparently the calligra-* packages in EPEL got updated but kmymoney was
not rebuild against these new libraries. The current calligra-dkchart
packages provides libcalligrakdchart.so.14.

You should file this as a bug in RH bugzilla. Point out kmymoney needs
to be rebuilt against the new calligra-* libraries.

You could try rebuilding from srpm against the recent calligra-*
libraries, but I have no idea how much dependencies you will have to
build to accomplish this.

Regards,
Leonard.

Thanks, I'll submit a bug. Tried to compile it myself locally, way too 
many dependencies, didn't get too far



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-09-30 Thread CS DBA

Hi All;

I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, 
when I untar it and then run the vpn_install script in the vpnclient 
directory I  get the below error.


Thanks in advance for any help...




/
//# ./vpn_install//
//Cisco Systems VPN Client Version 4.8.02 (0030) Linux Installer//
//Copyright (C) 1998-2006 Cisco Systems, Inc. All Rights Reserved.//
//
//By installing this product you agree that you have read the//
//license.txt file (The VPN Client license) and will comply with//
//its terms.//
//
//
//Directory where binaries will be installed [/usr/local/bin]//
//
//Automatically start the VPN service at boot time [yes]//
//
//In order to build the VPN kernel module, you must have the//
//kernel headers for the version of the kernel you are running.//
//
//
//Directory containing linux kernel source code 
[/lib/modules/2.6.32-573.7.1.el6.x86_64/build]//

//
//* Binaries will be installed in "/usr/local/bin".//
//* Modules will be installed in 
"/lib/modules/2.6.32-573.7.1.el6.x86_64/CiscoVPN".//

//* The VPN service will be started AUTOMATICALLY at boot time.//
//* Kernel source from "/lib/modules/2.6.32-573.7.1.el6.x86_64/build" 
will be used to build the module.//

//
//Is the above correct [y]//
//
//Making module//
//make -C /lib/modules/2.6.32-573.7.1.el6.x86_64/build 
SUBDIRS=/root/vpnclient modules//

//make[1]: Entering directory `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'//
//scripts/Makefile.build:49: *** CFLAGS was changed in 
"/root/vpnclient/Makefile". Fix it to use EXTRA_CFLAGS.  Stop.//

//make[1]: *** [_module_/root/vpnclient] Error 2//
//make[1]: Leaving directory `/usr/src/kernels/2.6.32-573.7.1.el6.x86_64'//
//make: *** [default] Error 2//
//Failed to make module "cisco_ipsec.ko".//
/




___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] openvpn client and KDE Network Manager - with CentOS7

2014-10-27 Thread CS DBA

Hi All,

I am switching from Fedora20 to CentOS7 since I now run all my Linux 
development in a VM and I get a more robust feature set (i.e. shared 
folders with the host that "just work", etc)


The only issue I have thus far is VPN connections. Looking at what's 
installed on my old Fedora install I suspect I need these packages:


kde-plasma-nm-vpnc
kde-plasma-nm-openvpn
NetworkManager-openvpn
NetworkManager-vpnc

However none of these are available in CentOS7, Note I have the centos 
extras and the EPEL repos enabled.  I suspect that I need rpmfusion but 
I don't see that rpmfusion has a repo for CentOS7...


Anyone have any thoughts? Can I simply install the centos6 rpmfusion repo?

Thanks in advance

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] openvpn client and KDE Network Manager - with CentOS7

2014-10-29 Thread CS DBA


On 10/27/14 2:20 PM, Jim Perrin wrote:


On 10/27/2014 01:13 PM, CS DBA wrote:

Hi All,

I am switching from Fedora20 to CentOS7 since I now run all my Linux
development in a VM and I get a more robust feature set (i.e. shared
folders with the host that "just work", etc)

The only issue I have thus far is VPN connections. Looking at what's
installed on my old Fedora install I suspect I need these packages:

kde-plasma-nm-vpnc
kde-plasma-nm-openvpn
NetworkManager-openvpn
NetworkManager-vpnc

However none of these are available in CentOS7, Note I have the centos
extras and the EPEL repos enabled.  I suspect that I need rpmfusion but
I don't see that rpmfusion has a repo for CentOS7...


The OpenVPN packages are in epel, and the vpnc packages are in the Nux
Desktop repo.

NetworkManager-openvpn.x86_64
 1:0.9.8.2-4.el7.1

  @epel

NetworkManager-vpnc.x86_64

1:0.9.9.0-6.git20140428.el7.nux
  nux-dextop





Anyone have any thoughts? Can I simply install the centos6 rpmfusion repo?

Nope. This would make bad things happen.







I've installed the following packages:

/# rpm -qa | egrep 'vpn|NetworkManager'
NetworkManager-vpnc-0.9.9.0-6.git20140428.el7.nux.x86_64
NetworkManager-glib-0.9.9.1-28.git20140326.4dba720.el7_0.2.x86_64
NetworkManager-openvpn-0.9.8.2-4.el7.1.x86_64
vpnc-script-0.5.3-22.svn457.el7.noarch
NetworkManager-0.9.9.1-28.git20140326.4dba720.el7_0.2.x86_64
openvpn-2.3.2-4.el7.x86_64
NetworkManager-tui-0.9.9.1-28.git20140326.4dba720.el7_0.2.x86_64
vpnc-0.5.3-22.svn457.el7.x86_64/

However if I click the KDE Network Manager and then click "Manage 
Connections"

the manage connections dialog box / control module that comes up has the
"Add" button greyed out for VPN connections

Anyone have any ideas how to enable the ability to add a VPN connection?


Thanks in advance
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos