Re: [CentOS] wicd problem 0: i have started having problems wicd and network connections

2015-07-27 Thread James Hogarth
On 27 Jul 2015 05:23, "g"  wrote:

>
> comments and suggestions most welcome.
>

1) This mailing list is not a bug tracker.
2) CentOS don't ship wicd
3) Given the above your six individual posts about something not
distributed by CentOS I'd consider as spam.

On el6, unless doing WiFi in which case use NetworkManager, use the network
service and edit the network configuration scripts. On el7 use
NetworkManager.

If you have a problem with something else open bugs or check mailing lists
for where you obtained the package from.

Oh and keep in mind net-tools is deprecated so try your best to swap out
your ifconfig, route, arp, netstat, etc commands for their iproute2
equivalents (ip and ss in this case).
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS Continuous Release Repository updated with CentOS-6.7 RPMs

2015-07-27 Thread Johnny Hughes
The packages that will become CentOS-6.7, as well as updates completed
for CentOS-6.7 to date are now released into the CentOS-6.6 Continuous
Release (CR) repository.

All packages except for the centos-release RPM are included.

The purpose of the CR repository is to make the built packages
optionally available to users who opt in while we work on the CentOS-6.7
install tree and all the CentOS-6.7 install media and images.

Normally the full release follows the CR release in 7-14 days if you do
not use the CR process.

For more info on the CR repository, see this link:

 http://wiki.centos.org/AdditionalResources/Repositories/CR

If you want to enable CR on CentOS-6.6, use the command:

 yum install centos-release-cr

You would then get the updates with the command:

 yum upgrade

Known issues:
1.  sssd-common is no longer multilib in CentOS 6.7. If you have the
32bit sssd-common installed on your x86_64 system, you will need to
remove it with yum remove sssd-common.i686 prior to updating.  

2.  The boost RPMs are built with cmake-2.8 and the configuration files
produced cause issues building some source code.  There are an upstream
bugs here (which is likely NOT being fixed):

 https://bugzilla.redhat.com/show_bug.cgi?id=849791
 https://bugzilla.redhat.com/show_bug.cgi?id=1245805

and there are related CentOS issues found previously:

 http://bugs.centos.org/view.php?id=8117

If you are using boost to create packages, you can use the switch:

 "-DBoost_NO_BOOST_CMAKE=ON"

To build sources that exhibit this issue.

3.  The satyr package from EPEL is newer than the version included in
CentOS-6.7.  The package from EPEL seems to work OK as well, but they
are likely to remove it as it also conflicts with RHEL-6.7.  We have not
observed any negative impacts from this issue.

4.  yum-plugin-downloadonly has been obsoleted by yum and that
functionality is now built into the default yum package.

More information:
1.  These CentOS packages are built from the RHEL-6.7 source code
released by Red Hat on July 22, 2015.  Please review the release and
technical notes for that release here:

 http://red.ht/1JnEsVQ

 http://red.ht/1gdBkRu

2.  The CentOS release notes for CentOS-6.7, currently a work in
progress and not really complete until the final 6.7 release, are
available here:

 http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.7

3.  The package set includes 243 Source RPMs updated and are broken down as:

21 Security Updates:
  0 Critical Security
  1 Important Security
 16 Moderate Security
  4 Low Security

25 Enhancement Updates

197 Bugfix Updates

Individual per-package release announcements are available here:

 http://lists.centos.org/pipermail/centos-cr-announce/2015-July/thread.html

-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 125, Issue 10

2015-07-27 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CentOS Continuous Release Repository updated with CentOS-6.7
  RPMs (Johnny Hughes)


--

Message: 1
Date: Mon, 27 Jul 2015 06:44:32 -0500
From: Johnny Hughes 
To: CentOS-Announce 
Subject: [CentOS-announce] CentOS Continuous Release Repository
updated withCentOS-6.7 RPMs
Message-ID: <55b619a0.1090...@centos.org>
Content-Type: text/plain; charset="utf-8"

The packages that will become CentOS-6.7, as well as updates completed
for CentOS-6.7 to date are now released into the CentOS-6.6 Continuous
Release (CR) repository.

All packages except for the centos-release RPM are included.

The purpose of the CR repository is to make the built packages
optionally available to users who opt in while we work on the CentOS-6.7
install tree and all the CentOS-6.7 install media and images.

Normally the full release follows the CR release in 7-14 days if you do
not use the CR process.

For more info on the CR repository, see this link:

 http://wiki.centos.org/AdditionalResources/Repositories/CR

If you want to enable CR on CentOS-6.6, use the command:

 yum install centos-release-cr

You would then get the updates with the command:

 yum upgrade

Users who choose to opt-in to this process can access the newly built
packages, as soon as they are exported from the build system after some
basic testing has been completed. They are less comprehensively reviewed
in the QA validation stage than the full release (Note: "Less
comprehensively" does not mean no QA testing ... it just means less than
the full release).

Some packages, like the anaconda installer, routinely receive updates
during the full QA process, and the final versions may be updated from
the CR version.

Known issues:
1.  sssd-common is no longer multilib in CentOS 6.7. If you have the
32bit sssd-common installed on your x86_64 system, you will need to
remove it with yum remove sssd-common.i686 prior to updating.  

2.  The boost RPMs are built with cmake-2.8 and the configuration files
produced cause issues building some source code.  There are an upstream
bugs here (which is likely NOT being fixed):

 https://bugzilla.redhat.com/show_bug.cgi?id=849791
 https://bugzilla.redhat.com/show_bug.cgi?id=1245805

and there are related CentOS issues found previously:

 http://bugs.centos.org/view.php?id=8117

If you are using boost to create packages, you can use the switch:

 "-DBoost_NO_BOOST_CMAKE=ON"

To build sources that exhibit this issue.

3.  The satyr package from EPEL is newer than the version included in
CentOS-6.7.  The package from EPEL seems to work OK as well, but they
are likely to remove it as it also conflicts with RHEL-6.7.  We have not
observed any negative impacts from this issue.

4.  yum-plugin-downloadonly has been obsoleted by yum, and the
functionality is now built into the default yum.

More information:
1.  These CentOS packages are built from the RHEL-6.7 source code
released by Red Hat on July 22, 2015.  Please review the release and
technical notes for that release here:

 http://red.ht/1JnEsVQ

 http://red.ht/1gdBkRu

2.  The CentOS release notes for CentOS-6.7, currently a work in
progress and not really complete until the final 6.7 release, are
available here:

 http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.7

3.  The package set includes 244 Source RPMs updated and are broken down as:

22 Security Updates:
  0 Critical Security
  2 Important Security
 16 Moderate Security
  4 Low Security

25 Enhancement Updates

197 Bugfix Updates

Individual per-package release announcements are available here:

 http://lists.centos.org/pipermail/centos-cr-announce/2015-July/thread.html

-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net


-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: 
<http://lists.centos.org/pipermail/centos-announce/attachments/20150727/0539b9af/attachment-0001.sig>

--

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


End of CentOS-announce Digest, Vol 125, Issue 10


Re: [CentOS] C6.6 Gnome panel problem

2015-07-27 Thread Liam O'Toole
On 2015-07-26, Rob Kampen
 wrote:
> On 07/27/2015 05:34 AM, Fred Smith wrote:
>> Hi all!
>>
>> I usually keep the panels on my Centos 6.6 (Gnome) so they auto-hide,
>> but t'other day I wanted to keep the top panel visible for a while to
>> make the clock visible for doing some rough timings.
>>
>> so I open the top panel, click properties, and UNcheck the "autohide"
>> checkbox, close the properties menu, and to my surprise, the panel
>> still autohides. Went thru that exercise several times ("come on
>> guys, lets keep doing the same thing over and over til it works!",
>> like congress does)
>>
>> So I open up the gnome configuration editor and browse around to find
>> apps/panel/default_setup/toplevels/top_panel and
>> apps/panel/toplevels/top_panel.
>>
>> neither one has a check in the checkbox for autohide, so I'm at a
>> loss here as to what's going on.
>>
>> Anybody out there got any clues?
> Did you try logging out and back in? Shouldn't be the case but it is
> gnome after all

Alternatively, issue the command 'pkill gnome-panel'; gnome-session will
restart the panel for you. (Again, shouldn't be required, but ...)

-- 

Liam


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


[CentOS] SATA adapter recommendation

2015-07-27 Thread Bowie Bailey
I have an old computer running CentOS 5.  I need to add an SATA drive to 
it, but it doesn't have any ports, so I need an add-on card.  The board 
only has a 32-bit PCI slot.  Any recommendations on cards/brands that 
work well with CentOS?  I don't need any raid capabilities, I just need 
a couple of SATA connections.


Thanks,

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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread Zdenek Sedlak
On 07/27/2015 05:06 PM, Bowie Bailey wrote:
> I have an old computer running CentOS 5.  I need to add an SATA drive
> to it, but it doesn't have any ports, so I need an add-on card.  The
> board only has a 32-bit PCI slot.  Any recommendations on cards/brands
> that work well with CentOS?  I don't need any raid capabilities, I
> just need a couple of SATA connections.
>
> Thanks,
>
Hi,

Sil3112 or Sil3114 based should work

//Zdenek


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


[CentOS] Building aubit on CentOS-6.6

2015-07-27 Thread James B. Byrne
Has anyone here packaged aubit 4GL on CentOS-6?  If so would you share
your spec file?


-- 
***  e-Mail is NOT a SECURE channel  ***
Do NOT transmit sensitive data via e-Mail
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread g


On 07/27/15 10:06, Bowie Bailey wrote:
> I have an old computer running CentOS 5.  I need to add an SATA drive to 
> it, but it doesn't have any ports, so I need an add-on card.  The board 
> only has a 32-bit PCI slot.  Any recommendations on cards/brands that 
> work well with CentOS?  I don't need any raid capabilities, I just need 
> a couple of SATA connections.
>
.
i hope certain others will excuse my reply to you OT post.

instead of a pci slot board, i purchased a board that is an ide/pata to
dual sata converter.

card connects to ribbon cable dip connector on main board, giving 2 sata
connections. works great.

an inet search for 'ide/pata to sata converter' will give plenty of hits.

card i purchased;

http://www.startech.com/HDD/Adapters/IDE-to-SATA-Adapter-Converter~PATA2SATA2

card is available thru many computer accessory suppliers which one will
find with web search of "ide/pata to sata".

> Thanks,

welcome.


-- 

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Re: [CentOS] Timeout before trust answer with iPhone iOS 8

2015-07-27 Thread James B. Byrne

On Sat, July 25, 2015 09:14, David McGuffey wrote:
> Until recently I've not had any problem connecting my iPhone 4s with
> iOS
> 8 to my CentOS 6.6 desktop to move pictures and videos. Problem occurs
> with my wife's new iPhone 5s.
>
> Now, before I can answer the "Trust This Computer" message on the
> iPhone, I get a DBus error:
>
> "org.freedesktop.DBus.Error.NoReply: Message did not receive a reply
> (timeout by message bus)"
>
> Searching this message reveals a lot of complaints by users on Ubuntu
> and a bug in a library. But this was back in 2012-2013. Couldn't find
> anything related to CentOS.
>
> Appears to be a timing issue...the timer expires before I can respond
> to
> the trust question on the iPhone.
>
> Any guidance on how to fix this? Is there a timeout setting somewhere
> down in udev, fuse, or gvfs?
>
> DaveM

Fix, no.  Work-around, maybe. Providing I recall this correctly.

I ran into this when I first updated to ios8 and what seemed to work
for me then was to make the connection, ignore the time-out, trust the
computer on the iPhone, and then unplug and re-plug the iPhone's USB
connection to the host. The second connection attempt worked as I
recall.


-- 
***  e-Mail is NOT a SECURE channel  ***
Do NOT transmit sensitive data via e-Mail
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Suddenly OpenVPN not working - backgrounds prompt for username / password

2015-07-27 Thread Gordon Messmer

On 07/25/2015 08:05 PM, Alan McKay wrote:

I'm on a fresh install of CentOS 7 and take my config that works on
Ubuntu on the same box.  Instead of getting a prompt for username and
password for the VPN I get a backgrounded task that spits this out :
...
Password entry required for 'Enter Auth Username:' (PID 23461).
Please enter password with the systemd-tty-ask-password-agent tool!


So, run "systemd-tty-ask-password-agent".  You should be prompted for 
the password, there.


OpenVPN in CentOS was built with --enable-systemd, which uses the agent 
so that connections can be started as a service and still use password 
authentication.

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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread Bowie Bailey

On 7/27/2015 12:29 PM, g wrote:


On 07/27/15 10:06, Bowie Bailey wrote:

I have an old computer running CentOS 5.  I need to add an SATA drive to
it, but it doesn't have any ports, so I need an add-on card.  The board
only has a 32-bit PCI slot.  Any recommendations on cards/brands that
work well with CentOS?  I don't need any raid capabilities, I just need
a couple of SATA connections.


.
i hope certain others will excuse my reply to you OT post.

instead of a pci slot board, i purchased a board that is an ide/pata to
dual sata converter.

card connects to ribbon cable dip connector on main board, giving 2 sata
connections. works great.

an inet search for 'ide/pata to sata converter' will give plenty of hits.

card i purchased;

http://www.startech.com/HDD/Adapters/IDE-to-SATA-Adapter-Converter~PATA2SATA2

card is available thru many computer accessory suppliers which one will
find with web search of "ide/pata to sata".


That's not a bad idea.  I'll have to take a look at the case and see if 
I have room for something like that.


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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread m . roth
Bowie Bailey wrote:
> I have an old computer running CentOS 5.  I need to add an SATA drive to
> it, but it doesn't have any ports, so I need an add-on card.  The board
> only has a 32-bit PCI slot.  Any recommendations on cards/brands that
> work well with CentOS?  I don't need any raid capabilities, I just need
> a couple of SATA connections.

Nothing specific, but I would strongly recommend a well-known brand, like
LSI.

Note that I'm saying this because we had a box that was a JBOD, with
mini-SAS cables coming out of the back, and they were hooked into an
Highpoint RocketRaid. It was older - more than six years, and two years
ago, they already just didn't care - I had to find the source code, do a
hack to it so that it would compile, then recompile on the (rare)
occasions that we upgraded the kernel You really, really don't want to
have to worry on every yum update

   mark

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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread John R Pierce

On 7/27/2015 8:41 AM, m.r...@5-cent.us wrote:

Nothing specific, but I would strongly recommend a well-known brand, like
LSI.


Normally, I'd agree, especially if this was for a high performance 
server, but I don't believe LSI has any plain SATA adapters, just SAS 
HBA's that support SATA, and most newer ones require pci-express 4-lane 
slots, older ones were PCI-X 64bit, its been along time since they had 
anything suitable for 32bit PCI


For a 32bit parallel PCI 33Mhz slot, the SiL stuff previously mentioned 
is probably the best choice.  cheap, and they work well enough, even if 
they aren't at the bleeding edge of performance (you can overwhelm 32 
bit PCI with a single 1.5Gbps SATA transfer, nothing can get around that).


here's a typical SiL card.
http://www.amazon.com/Adapter-Converter-Silicon-Sil3114-Chipset/dp/B008BZB29E
(note that vendor ships from Hong Kong)
here's a US shipper,
http://www.monoprice.com/Product?c_id=104&cp_id=10407&cs_id=1040702&p_id=2667&seq=1&format=2


--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread g


On 07/27/15 13:25, Bowie Bailey wrote:
> On 7/27/2015 12:29 PM, g wrote:
<<>>

>> http://www.startech.com/HDD/Adapters/IDE-to-SATA-Adapter-Converter~PATA2SATA2
>>
>> card is available thru many computer accessory suppliers which one will
>> find with web search of "ide/pata to sata".
> 
> That's not a bad idea.  I'll have to take a look at the case and see if 
> I have room for something like that.
>
,
if you click on the tab for tech specs, you will see that card is rather
small, so you should not have a room problem.

check the other tabs also.


-- 

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread Bowie Bailey

On 7/27/2015 3:52 PM, g wrote:


On 07/27/15 13:25, Bowie Bailey wrote:

On 7/27/2015 12:29 PM, g wrote:

<<>>


http://www.startech.com/HDD/Adapters/IDE-to-SATA-Adapter-Converter~PATA2SATA2

card is available thru many computer accessory suppliers which one will
find with web search of "ide/pata to sata".

That's not a bad idea.  I'll have to take a look at the case and see if
I have room for something like that.


,
if you click on the tab for tech specs, you will see that card is rather
small, so you should not have a room problem.

check the other tabs also.


I ordered a slightly different version that will plug directly into the 
SATA drive and provide an IDE connector.


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


Re: [CentOS] SATA adapter recommendation

2015-07-27 Thread g


On 07/27/15 15:16, Bowie Bailey wrote:

sending reply as [OFF-LIST].


-- 

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


[CentOS] Desktop icons/files/etc. kde CentOS 7.1

2015-07-27 Thread Wes James

I've googled and looked in the settings, but I don't see a way to turn desktop 
icons on, like a disk icon, files on desktop icons, etc.  How do I do that?

Thanks,

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