[CentOS] Broadcom wireless card: installation script for Linux-STA driver

2014-12-14 Thread Niki Kovacs

Hi,

I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless 
card is only poorly supported in the default setup, so I decided to 
write an installation script for the Linux-STA driver, which works 
perfectly.


https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-sta.sh

Grab the files:

# git clone https://github.com/kikinovak/centos

Run the script:

# cd centos/6.x/broadcom-sta
# broadcom-sta.sh

Reboot and you're ready to go.

Cheers,

Niki
--
Microlinux - Solutions informatiques 100% Linux et logiciels libres
7, place de l'église - 30730 Montpezat
Web  : http://www.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rsync output under CentOS 6

2014-12-14 Thread Niamh Holding
Hello,

Many years ago, FC4 days, the following command run as a cron job would
result in a nice summary email as follows

/usr/bin/rsync -a --no-whole-file --delete /music /thecus-music/

--
building file list ... done

sent 351583 bytes  received 20 bytes  11527.97 bytes/sec
total size is 62922572805  speedup is 178959.15
--

or

--
building file list ... done
Cat Stevens/The Very Best Of/23 - Peace Train.mp3
Cat Stevens/The Very Best Of/24 - If You Want To Sing Out, Sing Out.mp3

sent 378288 bytes  received 27700 bytes  11436.28 bytes/sec
total size is 62264729571  speedup is 153365.94
--

The same command under CentOS6 is silent, how do I get the nice summary
email abain?

-- 
Best regards,
 Niamh  mailto:ni...@fullbore.co.uk

pgpzR7DBd1TDn.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Error: libusb-1.0.so.0 is needed....

2014-12-14 Thread ken
Trying to install Canon printer driver package (rpm), I get a dependency 
error:


libusb-1.0.so.0 is needed

The version currently installed on my 5.9 system is libusb-0.1.12-6.el5 
and, AFAIK (per yum), no upgrade to that is available.


So question: Do higher centos versions have libusb-1.0.so ?  (We could 
perform a quick inventory with:


uname -r; rpm -q libusb

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


Re: [CentOS] Broadcom wireless card: installation script for Linux-STA driver

2014-12-14 Thread Jonathan Billings
Did you try the drivers provided by elrepo?

http://elrepo.org/tiki/wl-kmod

On December 14, 2014 5:32:34 AM EST, Niki Kovacs  wrote:
>Hi,
>
>I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless 
>card is only poorly supported in the default setup, so I decided to 
>write an installation script for the Linux-STA driver, which works 
>perfectly.
>
>https://github.com/kikinovak/centos/blob/master/6.x/broadcom-sta/broadcom-sta.sh
>
>Grab the files:
>
># git clone https://github.com/kikinovak/centos
>
>Run the script:
>
># cd centos/6.x/broadcom-sta
># broadcom-sta.sh
>
>Reboot and you're ready to go.
>
>Cheers,
>
>Niki
>-- 
>Microlinux - Solutions informatiques 100% Linux et logiciels libres
>7, place de l'église - 30730 Montpezat
>Web  : http://www.microlinux.fr
>Mail : i...@microlinux.fr
>Tél. : 04 66 63 10 32
>___
>CentOS mailing list
>CentOS@centos.org
>http://lists.centos.org/mailman/listinfo/centos

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


Re: [CentOS] Broadcom wireless card: installation script for Linux-STA driver

2014-12-14 Thread Niki Kovacs

Le 14/12/2014 15:02, Jonathan Billings a écrit :

Did you try the drivers provided by elrepo?

http://elrepo.org/tiki/wl-kmod


No. I read the CentOS wiki page here, which states that ELRepo doesn't 
provide these drivers due to licence restrictions, and that the user has 
to build them manually.


http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom?action=show

:o)

Niki

--
Microlinux - Solutions informatiques 100% Linux et logiciels libres
7, place de l'église - 30730 Montpezat
Web  : http://www.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Broadcom wireless card: installation script for Linux-STA driver

2014-12-14 Thread Jonathan Billings
On Sun, Dec 14, 2014 at 03:36:00PM +0100, Niki Kovacs wrote:
> Le 14/12/2014 15:02, Jonathan Billings a écrit :
> >Did you try the drivers provided by elrepo?
> >
> >http://elrepo.org/tiki/wl-kmod
> 
> No. I read the CentOS wiki page here, which states that ELRepo
> doesn't provide these drivers due to licence restrictions, and that
> the user has to build them manually.

Its true that CentOS can't package it for distribution, however, the
elrepo package probably works fine, and you can subscribe to the
elrepo repository and get software updates.  It also attempts to make
sure your wifi will continue working after you reboot into a new
kernel. 

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


Re: [CentOS] Broadcom wireless card: installation script for Linux-STA driver

2014-12-14 Thread Akemi Yagi
On Sun, Dec 14, 2014 at 6:36 AM, Niki Kovacs  wrote:
> Le 14/12/2014 15:02, Jonathan Billings a écrit :
>>
>> Did you try the drivers provided by elrepo?
>>
>> http://elrepo.org/tiki/wl-kmod
>
>
> No. I read the CentOS wiki page here, which states that ELRepo doesn't
> provide these drivers due to licence restrictions, and that the user has to
> build them manually.

Yes. However once built, because it is a kABI-tracking kmod package,
there is no need to build it again for each kernel update.

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


Re: [CentOS] Error: libusb-1.0.so.0 is needed....

2014-12-14 Thread Alexander Dalloz

Am 14.12.2014 um 13:29 schrieb ken:

Trying to install Canon printer driver package (rpm), I get a dependency
error:

libusb-1.0.so.0 is needed

The version currently installed on my 5.9 system is libusb-0.1.12-6.el5
and, AFAIK (per yum), no upgrade to that is available.


The canon rpm does not fit for your CentOS release.

Btw. update to CentOS 5.11 running "yum update". 5.9 is outdated by 
security and bug fixes.



So question: Do higher centos versions have libusb-1.0.so ?  (We could
perform a quick inventory with:

uname -r; rpm -q libusb



http://pkgs.org/search/libusb-1.0.so.0?type=provides




Thanks.



Alexander


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


Re: [CentOS] rsync output under CentOS 6

2014-12-14 Thread Keith Keller
On 2014-12-14, Niamh Holding  wrote:
>
> Many years ago, FC4 days, the following command run as a cron job would
> result in a nice summary email as follows
>
> /usr/bin/rsync -a --no-whole-file --delete /music /thecus-music/
>
> --
> building file list ... done
>
> sent 351583 bytes  received 20 bytes  11527.97 bytes/sec
> total size is 62922572805  speedup is 178959.15
> --
>
> The same command under CentOS6 is silent, how do I get the nice summary
> email abain?

That must have been a very long time ago, as rsync has been silent for
as long as I can remember (even back to CentOS 5 and possibly even 4).

Anyway, you want some combination of the -v and --progress switches.
Try each separately, and both together, and see which you like best.

--keith

-- 
kkel...@wombat.san-francisco.ca.us


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


Re: [CentOS] rsync output under CentOS 6

2014-12-14 Thread Niamh Holding
Hello Keith,

Sunday, December 14, 2014, 6:31:20 PM, you wrote:

KK> Anyway, you want some combination of the -v and --progress switches.
KK> Try each separately, and both together, and see which you like best.

Neither!

Both switches list the folders being checked even if the contents are
unchanged

-- 
Best regards,
 Niamhmailto:ni...@fullbore.co.uk

pgpSxhNhnrzZV.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rsync output under CentOS 6

2014-12-14 Thread Les Mikesell
On Dec 14, 2014 11:01 AM, "Niamh Holding"  wrote:
>
> Hello Keith,
>
> Sunday, December 14, 2014, 6:31:20 PM, you wrote:
>
> KK> Anyway, you want some combination of the -v and --progress switches.
> KK> Try each separately, and both together, and see which you like best.
>
> Neither!
>
> Both switches list the folders being checked even if the contents are
> unchanged
>

Folders should only be listed if timestamps or permissions are different.

--
  Les Mikesell
l...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Using a "compose key" on Centos6

2014-12-14 Thread Fred Smith
Hi all!

I ran into a description of how to set up a compose key for F21 and
decided to see if it would work on  C6.

Well, the right configuration dialog exists, and I can choose a
key to use, but after completion, the compose key doesn't seem to work.

It works like a charm on Centos-7, though. If I select Right Win as
the compose key, typing ae results in "�" as I expect.

but doing the same thing on Centos-6 gives me an unadorned "ae", not
the ligature, but the individual characters. i.e., it doesn't do
anything helpful.

Since the keyboard setup dialog includes the options to define a
compose key I'm going to assume it's supposed to work, and th at I'm
just overlooking something.

Anybody got any good suggestions?

thanks!

-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rsync output under CentOS 6

2014-12-14 Thread Kahlil Hodgson
rsync -h
...
-i, --itemize-changes   output a change-summary for all updates
...

K
--
​ ​

Kahlil (Kal) Hodgson   GPG: C9A02289
Head of Technology (m) +61 (0) 4 2573 0382
DealMax Pty Ltd
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Error: libusb-1.0.so.0 is needed....

2014-12-14 Thread Mark LaPierre
On 12/14/14 07:29, ken wrote:
> uname -r; rpm -q libusb

CentOS 6.6 says:
[mlapier@mushroom ~]$ uname -r; rpm -q libusb
2.6.32-504.1.3.el6.i686
libusb-0.1.12-23.el6.i686

-- 
_
   °v°
  /(_)\
   ^ ^  Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/

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


Re: [CentOS] Error: libusb-1.0.so.0 is needed....

2014-12-14 Thread Stephen Harris
On Sun, Dec 14, 2014 at 07:22:01PM -0500, Mark LaPierre wrote:
> On 12/14/14 07:29, ken wrote:
> > uname -r; rpm -q libusb
> 
> CentOS 6.6 says:
> [mlapier@mushroom ~]$ uname -r; rpm -q libusb
> 2.6.32-504.1.3.el6.i686
> libusb-0.1.12-23.el6.i686

CentOS 5 has:
  libusb-0.1.12

CentOS 6 has:
  libusb-0.1.12
  libusb1-1.0.9

CentOS 7 has:
  libusb-0.1.4
  libusbx-1.0.15

-- 

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


Re: [CentOS] Broadcom wireless card: installation script for Linux-STA driver

2014-12-14 Thread Darr247

On 14 December 2014, @10:32 zulu, Niki Kovacs wrote:


I just installed CentOS 6.6 on my HP Pavilion DM1 laptop. The wireless 
card is only poorly supported in the default setup, so I decided to 
write an installation script for the Linux-STA driver, which works 
perfectly.


Do you know if this is a complete list of devices with which your script 
should work?


 Product Name Ven:Dev Dell Product Name[s]
 -   --   ---
 4311 2.4 GHz14e4:4311 Dell 1390
 4311 DualBand   14e4:4312 Dell 1490
 4311 5 GHz  14e4:4313
 4312 2.4 GHz14e4:4315 Dell 1395
 4313 2.4 GHz14e4:4727 Dell 1501/1504
 4321 DualBand   14e4:4328 Dell 1500/1505
 4321 2.4 GHz14e4:4329
 4321 5 GHz  14e4:432a
 4322 DualBand   14e4:432b Dell 1510
 4322 2.4 GHz14e4:432c
 4322 5 GHz  14e4:432d
 43142 2.4 GHz   14e4:4365
 43224 DualBand  14e4:4353 Dell 1520
 43225 2.4 GHz   14e4:4357
 43227 2.4 GHz   14e4:4358
 43228 DualBand  14e4:4359 Dell 1530/1540
 4331 DualBand   14e4:4331
 4360 DualBand   14e4:43a0
 4352 DualBand   14e4:43a0


Thanks.

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


[CentOS] need guidance on getting started...again

2014-12-14 Thread Clayton Kirkwood
Hello,

It's been about 15 years since I've enjoyed working in the Unix space, and I
am trying to reintegrate myself. A few things have changed in the
intervening years. I've installed the first Centos6 iso without too much
difficulty, but I am rusty on commands and such. It appears the install
doesn't install mans so would somebody suggest a way to find and install
them. It appears that there are several install package implementations.
Which is the best to use? Any other helpful guidance would be greatly
appreciated. I'm going with Centos 6 because I only have a 32 bit machine,
otherwise I'd be up on 7, I would think.

 

Thanks,

 

Clayton

 

You can tell the caliber of a man by his gun--c. kirkwood

 

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


Re: [CentOS] need guidance on getting started...again

2014-12-14 Thread Mark LaPierre
On 12/14/14 20:01, Clayton Kirkwood wrote:
> Hello,
> 
> It's been about 15 years since I've enjoyed working in the Unix space, and I
> am trying to reintegrate myself. A few things have changed in the
> intervening years. I've installed the first Centos6 iso without too much
> difficulty, but I am rusty on commands and such. It appears the install
> doesn't install mans so would somebody suggest a way to find and install
> them. It appears that there are several install package implementations.
> Which is the best to use? Any other helpful guidance would be greatly
> appreciated. I'm going with Centos 6 because I only have a 32 bit machine,
> otherwise I'd be up on 7, I would think.
> 
>  
> 
> Thanks,
> 
>  
> 
> Clayton
> 
>  
> 
> You can tell the caliber of a man by his gun--c. kirkwood
> 
>  
> 

Hey Clayton,

System|Administration|Add/Remove Software

Filter for "manual"

Select the pages you desire to install.


-- 
_
   °v°
  /(_)\
   ^ ^  Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/

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


Re: [CentOS] need guidance on getting started...again

2014-12-14 Thread Clayton Kirkwood
Thanks, Mark. Um, how's about from the commandline or how do I get, I guess 
we're still using X11, windows to load.

Sorry, :<}}}

Clayton

>-Original Message-
>From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
>Behalf Of Mark LaPierre
>Sent: Sunday, December 14, 2014 5:50 PM
>To: centos@centos.org; Mark LaPierre
>Subject: Re: [CentOS] need guidance on getting started...again
>
>On 12/14/14 20:01, Clayton Kirkwood wrote:
>> Hello,
>>
>> It's been about 15 years since I've enjoyed working in the Unix space,
>> and I am trying to reintegrate myself. A few things have changed in
>> the intervening years. I've installed the first Centos6 iso without
>> too much difficulty, but I am rusty on commands and such. It appears
>> the install doesn't install mans so would somebody suggest a way to
>> find and install them. It appears that there are several install
>package implementations.
>> Which is the best to use? Any other helpful guidance would be greatly
>> appreciated. I'm going with Centos 6 because I only have a 32 bit
>> machine, otherwise I'd be up on 7, I would think.
>>
>>
>>
>> Thanks,
>>
>>
>>
>> Clayton
>>
>>
>>
>> You can tell the caliber of a man by his gun--c. kirkwood
>>
>>
>>
>
>Hey Clayton,
>
>System|Administration|Add/Remove Software
>
>Filter for "manual"
>
>Select the pages you desire to install.
>
>
>--
>_
>   °v°
>  /(_)\
>   ^ ^  Mark LaPierre
>Registered Linux user No #267004
>https://linuxcounter.net/
>
>___
>CentOS mailing list
>CentOS@centos.org
>http://lists.centos.org/mailman/listinfo/centos


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


[CentOS] How serious are we about not wanting to see...

2014-12-14 Thread Clayton Kirkwood
Redhat in centos? I type help and the first line says redhat. Are we
paranoid about red..t?

 

Clayton

 

 

You can tell the caliber of a man by his gun--c. kirkwood

 

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


Re: [CentOS] How serious are we about not wanting to see...

2014-12-14 Thread Digimer
I don't see the concern. CentOS is a binary-compatible clone of Red Hat 
Enterprise Linux. Further, Red Hat sponsors and supports the CentOS 
project, providing confidence in it's long-term survival which business 
looking for a flavour linux want to see.


CentOS users should be happy about Red Hat, not scared of it. Likewise, 
CentOS is valuable to Red Hat as it's the source of their future 
customers. So it's a very mutually beneficial relationship.


digimer

On 14/12/14 09:29 PM, Clayton Kirkwood wrote:

Redhat in centos? I type help and the first line says redhat. Are we
paranoid about red..t?



Clayton





You can tell the caliber of a man by his gun--c. kirkwood



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




--
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without 
access to education?

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


Re: [CentOS] How serious are we about not wanting to see...

2014-12-14 Thread Clayton Kirkwood
Personally, I am agnostic. I've just read thru  Centos documentation that
there is a big effort to remove all upstream personalities from Centos.
Personally, I don't see why RH is doing this. I would think that it
undermines RH. But I'm still new/old to all of this. It used to be the big
argument was between Unix from Berkeley(4.? I think) and SysIII/V. Always
always battles for turf.

Clayton

>-Original Message-
>From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
>Behalf Of Digimer
>Sent: Sunday, December 14, 2014 6:34 PM
>To: CentOS mailing list
>Subject: Re: [CentOS] How serious are we about not wanting to see...
>
>I don't see the concern. CentOS is a binary-compatible clone of Red Hat
>Enterprise Linux. Further, Red Hat sponsors and supports the CentOS
>project, providing confidence in it's long-term survival which business
>looking for a flavour linux want to see.
>
>CentOS users should be happy about Red Hat, not scared of it. Likewise,
>CentOS is valuable to Red Hat as it's the source of their future
>customers. So it's a very mutually beneficial relationship.
>
>digimer
>
>On 14/12/14 09:29 PM, Clayton Kirkwood wrote:
>> Redhat in centos? I type help and the first line says redhat. Are we
>> paranoid about red..t?
>>
>>
>>
>> Clayton
>>
>>
>>
>>
>>
>> You can tell the caliber of a man by his gun--c. kirkwood
>>
>>
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>
>
>--
>Digimer
>Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer
>is trapped in the mind of a person without access to education?
>___
>CentOS mailing list
>CentOS@centos.org
>http://lists.centos.org/mailman/listinfo/centos



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


Re: [CentOS] need guidance on getting started...again

2014-12-14 Thread Mark LaPierre
On 12/14/14 21:17, Clayton Kirkwood wrote:
> Thanks, Mark. Um, how's about from the commandline or how do I get, I guess 
> we're still using X11, windows to load.
> 
> Sorry, :<}}}
> 
> Clayton
> 
>> -Original Message-
>> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
>> Behalf Of Mark LaPierre
>> Sent: Sunday, December 14, 2014 5:50 PM
>> To: centos@centos.org; Mark LaPierre
>> Subject: Re: [CentOS] need guidance on getting started...again
>>
>> On 12/14/14 20:01, Clayton Kirkwood wrote:
>>> Hello,
>>>
>>> It's been about 15 years since I've enjoyed working in the Unix space,
>>> and I am trying to reintegrate myself. A few things have changed in
>>> the intervening years. I've installed the first Centos6 iso without
>>> too much difficulty, but I am rusty on commands and such. It appears
>>> the install doesn't install mans so would somebody suggest a way to
>>> find and install them. It appears that there are several install
>> package implementations.
>>> Which is the best to use? Any other helpful guidance would be greatly
>>> appreciated. I'm going with Centos 6 because I only have a 32 bit
>>> machine, otherwise I'd be up on 7, I would think.
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>>
>>> Clayton
>>>
>>>
>>>
>>> You can tell the caliber of a man by his gun--c. kirkwood
>>>
>>>
>>>
>>
>> Hey Clayton,
>>
>> System|Administration|Add/Remove Software
>>
>> Filter for "manual"
>>
>> Select the pages you desire to install.
>>
>>
>> --
>>_
>>   °v°
>>  /(_)\
>>   ^ ^  Mark LaPierre
>> Registered Linux user No #267004
>> https://linuxcounter.net/
>> 

Top posting is generally discouraged on this list.

[root@mushroom ~]# yum install man-1.6f* man-pages-3.22-*

That should get you started.

-- 
_
   °v°
  /(_)\
   ^ ^  Mark LaPierre
Registered Linux user No #267004
https://linuxcounter.net/

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


Re: [CentOS] How serious are we about not wanting to see...

2014-12-14 Thread Digimer
It's a trademark issue. CentOS is not Red Hat, so they can't use Red 
Hat's trademarks. Nothing more, nothing less.


On 14/12/14 09:50 PM, Clayton Kirkwood wrote:

Personally, I am agnostic. I've just read thru  Centos documentation that
there is a big effort to remove all upstream personalities from Centos.
Personally, I don't see why RH is doing this. I would think that it
undermines RH. But I'm still new/old to all of this. It used to be the big
argument was between Unix from Berkeley(4.? I think) and SysIII/V. Always
always battles for turf.

Clayton


-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf Of Digimer
Sent: Sunday, December 14, 2014 6:34 PM
To: CentOS mailing list
Subject: Re: [CentOS] How serious are we about not wanting to see...

I don't see the concern. CentOS is a binary-compatible clone of Red Hat
Enterprise Linux. Further, Red Hat sponsors and supports the CentOS
project, providing confidence in it's long-term survival which business
looking for a flavour linux want to see.

CentOS users should be happy about Red Hat, not scared of it. Likewise,
CentOS is valuable to Red Hat as it's the source of their future
customers. So it's a very mutually beneficial relationship.

digimer

On 14/12/14 09:29 PM, Clayton Kirkwood wrote:

Redhat in centos? I type help and the first line says redhat. Are we
paranoid about red..t?



Clayton



--
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without 
access to education?

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


Re: [CentOS] How serious are we about not wanting to see...

2014-12-14 Thread Peter Lawler

On 15/12/14 14:04, Digimer wrote:

It's a trademark issue. CentOS is not Red Hat, so they can't use Red
Hat's trademarks. Nothing more, nothing less.



May be worth nothing that CentOS isn't the only distro that does 
this[1]. It is probably the more well known, though.


Pete.
[1] https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux_derivatives
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Howto install Centos6/7 Comcast WA/OR

2014-12-14 Thread Richer, Mark (CIV)
David,

I can’t comment on Comcast’s IPv6 deployment in OR and WA, but I have set up 
IPv6 so I can address some general issues FWIW.

You don’t need to enable IPv6 just because it’s available. I don’t know why one 
would, on the other hand, consider disabling IPv4 unless you only want to 
communicate with other IPv6 systems which is very limiting.  However, you can 
configure IPv6 independently of IPv4 and do it any time you want without having 
to start from scratch. Generally you don’t need to reboot  even to change your 
network configuration so you can modify any existing system as far as I know. I 
mostly edit/write network-scripts to configure the interfaces. I use the GUI 
tools sometimes but often find they are limiting.

You don’t need to use DHCP6 with IPv6 to assign addresses — at least not 
generally speaking, though I can’t speak to the specifics of Comcast and the 
DCP3939 Router configuration. In general, IPv6 hosts can auto-configure without 
using a DHCP6 server. I couldn’t think of a good reason to use one because it’s 
not needed to assign addresses dynamically. I guess there must be reasons some 
folks use one. Regardless, you can assign manual IPv6 addresses and optionally 
add them to your zone files.

If you need to test IPv6 configurations when you are connected to an IPv4-only 
network, you can get a free IPv6 tunnel account from Hurricane Electric:

https://tunnelbroker.net

At home in Virginia, I have Comcast, and use the tunnel to test the IPv6 
configuration at our office.

By default, IPv6 addresses route externally, but you can assign local private 
IPv6 addresses.  I have only configured addresses that do route externally and 
these don't need to do any forwarding to use port 22 (though you need to make 
sure your IPv6 firewall rules allow access.). For example I can ssh directly to 
an IPv6 address using my tunnel at home.

Hope that helps a bit.

Mark

MARK H RICHER, MS CS
NPS-NCR Digital Forensics Lab IT Manager
Computer Science Department
Naval Postgraduate School - National Capital Region (NCR)
900 N Glebe Rd, Rm 5-182, Arlington, VA 22203
571.858.3254 (o) 571.303.9498 (m) mhric...@nps.edu

On Dec 13, 2014, at 11:36 AM, david mailto:da...@daku.org>> 
wrote:

Has anyone managed to install a Centos6 or Centos7 in Washington or Orgegon, or 
anywhere else that Comcast has deployed the IPV6to4 routers.  The router in 
question is a Xfinity DCP3939 Router with Wireless, and I'm trying to get a 
Centos system working behind that router (with a wired connection), and enable 
SSH access from outside.

Does one have to enable both IPV6 and IPV4?
Can I enable IPV6 after install, or do I have to restart the installation from 
scratch (it has Centos6 installed via an earlier IPV4 router).

How does one configure the router so that its DHCP system awards a known 
address to that machine, and how to forward port 22?

The extra problem is that I'm trying to advise the owner of this configuration 
remotely.  Behind that same router he has a working Windows 7 machine, and I 
can use Team Viewer to view the router's configuration from "inside".

Any assistance would be appreciated.  Comcast is of no help.

David



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

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


Re: [CentOS] Dropbox on CentOS 6?

2014-12-14 Thread Niki Kovacs

Le 12/12/2014 06:14, Chris a écrit :

just use the Fedora RPM from Dropbox. It's working fine. The files
included and a German posting is at

http://chris-blog.net/2014/07/dropbox-unter-centos-installieren/


I just tested this on a fresh installation of CentOS 6.6 (in 
VirtualBox). I downloaded the Fedora RPM (32-bit), installed it (using 
yum localinstall) and started it using the new Internet > Dropbox menu 
entry.


1. A progression bar "Downloading Dropbox menu" appears.

2. A second progression bar "Unpacking..." appears.

3. Then nothing happens.

4. 'ps aux' shows a busy 'dropbox' process.

YMMV, but this does *not* work on CentOS 6.6.

Cheers,

Niki

--
Microlinux - Solutions informatiques 100% Linux et logiciels libres
7, place de l'église - 30730 Montpezat
Web  : http://www.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dropbox on CentOS 6?

2014-12-14 Thread Niki Kovacs

Le 11/12/2014 09:04, Sorin Srbu a écrit :

The procedure described onhttps://www.dropbox.com/install?os=lnx  has worked for me 
on several occasions before on CentOS 6.0 >> 6.5.
Haven't done it on 6.6 yet, but I doubt it'd be any different.

What problems have you run into??


I just tried it again in a fresh VM of CentOS 6.6 (minimal GNOME desktop 
+ handful of needed applications).


I followed the instructions step by step (there are only two).

I downloaded Dropbox, launched the daemon manually as described...

... and nothing happens.

Any suggestions?

Niki

--
Microlinux - Solutions informatiques 100% Linux et logiciels libres
7, place de l'église - 30730 Montpezat
Web  : http://www.microlinux.fr
Mail : i...@microlinux.fr
Tél. : 04 66 63 10 32
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos