Re: [CentOS] Oracle java RPM

2015-09-08 Thread John R Pierce

On 9/4/2015 12:13 PM, Kanwar Ranbir Sandhu wrote:

Hi Everyone,

Years ago the recommended way to install Sun's java was to install from
the tar.gz file because the RPM they supplied did some bad things
(clobbered other files or something...can't remember the details). Is
this still the case with Oracle's java RPM, or is it now safe to
install?


we're happy using the RHEL/CentOS provided OpenJDK 6 or 7, all our j2se 
stuff just works


ok, we had one anomaly relating to figuring out the local time zone, 
long story short, the lowest impact fix was for root to


# echo "America/Los_Angeles" > /etc/timezone

(using your local canonical timezone name, of course!)



--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread George Dunlap
On Tue, Jul 7, 2015 at 10:12 PM, T.Weyergraf  wrote:
>
>
> On 06/17/2015 04:24 PM, George Dunlap wrote:
>>
>> At long last, I'd like to announce beta packages for CentOS 7,
>> available from the community build system.
>>
> Great to see Xen coming to CentOS 7 !
>
> I gave the virtx7-44-testing packages a spin on a fresh CentOS 7 install
> (legacy boot, no efi, as there is no xen.efi). However, I was not able to
> start any HVM or PVHVM guests. Upon create, the DomU was setup but did not
> do anything, but instead entered a reboot-loop (Dom ID was increased, but no
> boot output. No bootloader output on the console, despite everything in the
> guest setup to display on serial console). The exact same guests worked fine
> with Xen4CentOS xen+kernel packages for CentOS6.
> Note, that PV DomUs run fine (tested with CentOS5).

Oh -- you know, not sure how I completely missed this.  Anyway, yes,
the issue was that the original Xen packages were using the CentOS
core version of seabios, which includes a patch which breaks Xen HVM.
In -candidate I've built a new version of seabios, which (as you've
seen) now works.

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Johnny Hughes
On 09/08/2015 06:41 AM, George Dunlap wrote:
> On Mon, Sep 7, 2015 at 11:40 AM, Johnny Hughes  wrote:
>> What we really need is to make the REAL xen RPMs .. the ones produced in
>> this SIG .. work with systemd.  These RPMs are produced by Citrix, so we
>> need to get the right.
> 
> Just to be clear -- RPMs are produced by the CentOS Virt SIG, which is
> meant to be an open, community-developed project.  At the moment the
> xen maintainer happens to work for Citrix, but that's neither here nor
> there.
> 
> If there are people who feel like they want to contribute but can't,
> please speak up.  It takes an effort to do things "in the open", as it
> were, and if I don't know anybody's "listening" it's a lot easier just
> to do things on my own.
> 
>  -George

Right ... I said 'produced by' in relation to Citrix, but I clearly
meant to say 'lead by' instead.

The point I am trying to make is that we (the SIG, as a community) want
to produce RPMs here (in the SIG) that are of use to the community and
not fragment to a bunch of different individual people making a bunch of
different RPM sets that the community does not know who produces, etc.

If we can produce the RPMs instead on the community build system where
we (the SIG .. with representation from both the CentOS Project and
Citrix) can sign and release the packages then users can be much more
sure everything works, etc.

For that to happen, we have to work as a group.

Thanks,
Johnny Hughes




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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread George Dunlap
On Mon, Sep 7, 2015 at 11:40 AM, Johnny Hughes  wrote:
> What we really need is to make the REAL xen RPMs .. the ones produced in
> this SIG .. work with systemd.  These RPMs are produced by Citrix, so we
> need to get the right.

Just to be clear -- RPMs are produced by the CentOS Virt SIG, which is
meant to be an open, community-developed project.  At the moment the
xen maintainer happens to work for Citrix, but that's neither here nor
there.

If there are people who feel like they want to contribute but can't,
please speak up.  It takes an effort to do things "in the open", as it
were, and if I don't know anybody's "listening" it's a lot easier just
to do things on my own.

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread George Dunlap
On Tue, Sep 8, 2015 at 12:12 PM, Always Learning  wrote:
>
> On Tue, 2015-09-08 at 12:02 +0100, George Dunlap wrote:
>
>> Then I got married and went on holiday for 3 weeks in August,
>
> Congratulations. Its nicer cuddling a real person rather than a
> computer.
>
>> The Virt SIG has IRC meetings on freenode channel #centos-devel every
>> two weeks -- the next one is today (8 September) at 2pm BST (3pm UTC).
>> If anyone wants to help contribute / see what the status of Xen4CentOS
>> is, feel free to pop in.
>
> BST = British Summer Time = GMT/UTC + 1:00.
> Thus 14:00 BST = 13:00 UTC.

Oops. :-) Just to confirm, this should be the right time (2pm BST).

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


Re: [CentOS] BackupPC problem - wrong user

2015-09-08 Thread anax

Hi Tim
if you try with suexec?

suomi

On 2015-09-08 12:18, Timothy Murphy wrote:

I recently moved BackupPC from CentOS-6 to CentOS-7.
But when I browse to localhost/BackupPC I'm told
   Error: Wrong user: my userid is 48[apache], instead of 984(backuppc)

As far as I can tell, the BackupPC settings are exactly the same
as they were before the move.

It seems htttpd is running the program as user apache
rather than backuppc, as required.
Is there a simple setting in /etc/httpd/ that will tell httpd
to run as a different user?



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


[CentOS] How to rebuild logrotate.status

2015-09-08 Thread Robert Moskowitz
I have a problem in that at first all my log files were dated 12-31-1969 
and logrotate has:


# more /var/lib/logrotate.status
logrotate state -- version 2
"/var/log/yum.log" 1969-12-31-20:26:1
"/var/named/data/named.run" 1969-12-31-20:26:1
"/var/log/httpd/error_log" 2015-8-27-4:43:1
"/var/log/wtmp" 1969-12-31-20:26:1
"/var/log/chrony/*.log" 2015-8-19-22:0:0
"/var/log/spooler" 1969-12-31-20:26:1
"/var/log/btmp" 1969-12-31-20:26:1
"/var/log/maillog" 1969-12-31-20:26:1
"/var/log/wpa_supplicant.log" 2015-8-19-22:0:0
"/var/log/secure" 1969-12-31-20:26:1
"/var/log/ppp/connect-errors" 2015-8-19-22:0:0
"/var/log/messages" 1969-12-31-20:26:1
"/var/log/cron" 1969-12-31-20:26:1
"/var/log/httpd/access_log" 2015-8-27-4:43:1


How do I get this file rebuilt with the dates currently on the files listed?


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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Nico Kadel-Garcia
On Tue, Sep 8, 2015 at 7:02 AM, George Dunlap  wrote:

> * Apparent lack of testing by the community. About a month after the
> C7 "beta", I was about to announce an actual release, when I happened
> to discover that HVM guests wouldn't boot -- not under any
> configuration.  This is really basic core functionality that nobody at
> all had tested (or if they had they hadn't complained).  This
> convinced me that I couldn't rely on community testing, and prompted
> me to spend some time writing an automated test suite that would at
> least do a basic smoke-test for a number of configurations.  I've got
> this working for the core xen package, but I was planning on extending
> it to libvirt before declaring CentOS 7 "ready".

A lot of it is market forces. A lot of people who used to run their
own VM's have basically given up, and allow AWS or similar services to
do it for them. Learning a few command line tools is often a *lot*
faster, and cheaper, than running your own virtualization
infrastructure. Heck, I *published* the first public RPM's for Xen,
way back in 1997 before it was bought by Citrix, and I don't have the
time and hardware in hand to do it anymore!

I'm also afraid a lot of us have basically given up on CentOS 7, while
the developer community deals with all the multiple OS issues of the
systemd reworking of network and init configuration, the-arranged
"/bin" versus "/usr/bin" overlap of component locations, and the
profound lack of EPEL for CentOS 6 or Fedora published perl and python
modules ported to CentOS 7. That's not a CentOS team issue, that's a
RHEL issue, but it's profoundly lowering interest in both hypervisors
and VM's that are CentOS 7 based.

> I would be happy to have help improving the packages.  I would be
> *very* happy to have help maintaining the Xen4CentOS packages, and I
> would be *delighted* if someone wanted to take over maintainership of
> the packages entirely.
>
> FYI I have just finished rebasing things to 4.6-rc2 (there are
> packages in virt7-xen-46-candidate now), and am in the process of
> switching things over to systemd.

And that is one of the parts that is sucking away testing time on a
lot of open source or freeware projects. The systemd integration of
init scripts, networking tools, and the /bin symlink to /usr/bin have
been breaking a *lot* of previously stable components. A lot of us are
basically giving CentOS 7 a miss until and unless the rest of the
stable server community can catch up with the environment changes.
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


[CentOS] BackupPC problem - wrong user

2015-09-08 Thread Timothy Murphy
I recently moved BackupPC from CentOS-6 to CentOS-7.
But when I browse to localhost/BackupPC I'm told
  Error: Wrong user: my userid is 48[apache], instead of 984(backuppc)

As far as I can tell, the BackupPC settings are exactly the same
as they were before the move.

It seems htttpd is running the program as user apache
rather than backuppc, as required.
Is there a simple setting in /etc/httpd/ that will tell httpd
to run as a different user?


-- 
Timothy Murphy  
gayleard /at/ eircom.net
School of Mathematics, Trinity College, Dublin


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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread George Dunlap
On Mon, Sep 7, 2015 at 11:02 PM, T.Weyergraf  wrote:

> First of all, I fully agree, that forked repos are undesirable. However, to
> the casual observer (like me), there are hardly any ressources for Xen on
> CentOS 7. There are some beta packages, as announced in the start if this
> thread, with the latest update being 4.4.2 on 4th of august. I have not yet
> found any git repo to check out the current Xen 4 CentOS 7 development
> effort - only the source rpms to the above packages could be used. Likewise,
> the response on the list on the announcements of the Xen on CentOS 7 beta
> packages was kind of mute and no further updates were given. This led me to
> the - apparently false - assumption, that the project kind of fell asleep.
> I'd be more than happy to at least test development packages and give
> feedback.
>
> Your statement "These RPMs are produced by Citrix, so we need to get the
> right" irritates me, as I was completely unaware of any "rights" from Citrix
> to be waited for.
>
> Anyway, I will wait for the official Xen4CentOS packages for CentOS 7 and
> keep my stuff out of the public to avoid useless forks.

So actually, the SIGs are supposed to be community efforts -- and my
long term hope was that once the SIG was "jump-started", that
community members would step up to take over -- or at least step up to
help significantly.

A number of reasons C7 has "stalled":

* Lack of time on my part. I only work 4 days a week for Citrix, and I
have significant other duties.  Normally I can only spend a day or so
a week on CentOS stuff; and in particular, the review load relating to
the 4.6 feature freeze (beginning of July) was very high.  Then I got
married and went on holiday for 3 weeks in August, which also didn't
help. :-)

* Apparent lack of testing by the community. About a month after the
C7 "beta", I was about to announce an actual release, when I happened
to discover that HVM guests wouldn't boot -- not under any
configuration.  This is really basic core functionality that nobody at
all had tested (or if they had they hadn't complained).  This
convinced me that I couldn't rely on community testing, and prompted
me to spend some time writing an automated test suite that would at
least do a basic smoke-test for a number of configurations.  I've got
this working for the core xen package, but I was planning on extending
it to libvirt before declaring CentOS 7 "ready".

I'm sorry I haven't been very pro-active about pushing to the xen
package repository -- I didn't know anyone was looking.  (If you asked
about it, then I must have missed it.)

I would be happy to have help improving the packages.  I would be
*very* happy to have help maintaining the Xen4CentOS packages, and I
would be *delighted* if someone wanted to take over maintainership of
the packages entirely.

FYI I have just finished rebasing things to 4.6-rc2 (there are
packages in virt7-xen-46-candidate now), and am in the process of
switching things over to systemd.

The Virt SIG has IRC meetings on freenode channel #centos-devel every
two weeks -- the next one is today (8 September) at 2pm BST (3pm UTC).
If anyone wants to help contribute / see what the status of Xen4CentOS
is, feel free to pop in.

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Always Learning

On Tue, 2015-09-08 at 12:02 +0100, George Dunlap wrote:

> Then I got married and went on holiday for 3 weeks in August,

Congratulations. Its nicer cuddling a real person rather than a
computer.

> The Virt SIG has IRC meetings on freenode channel #centos-devel every
> two weeks -- the next one is today (8 September) at 2pm BST (3pm UTC).
> If anyone wants to help contribute / see what the status of Xen4CentOS
> is, feel free to pop in.

BST = British Summer Time = GMT/UTC + 1:00.
Thus 14:00 BST = 13:00 UTC.


-- 
Regards,

Paul.
England, EU.  England's place is in the European Union.

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


[CentOS] CentOS 7.1.1503 + Dovecot + IPA

2015-09-08 Thread Kanwar Ranbir Sandhu
Hi Everyone,

I'm running an IPA server on CentOS 7 successfully and now I want to
change my Dovecot setup to use GSSAPI for IMAP authentication instead
of a flat "userdb" file. I've already joined the Dovecot box to the IPA
domain - ssh and ipa policies and all that are working properly.

I read a number of articles on how to configure Dovecot for GSSAPI auth
and they all said the same thing (even Red Hat's official how to on it
agreed). But, when I set up Evolution on my Fedora 22 system to use
GSSAPI, Dovecot's log records this:

Sep  8 13:49:55 mailman02 dovecot: auth: Panic: file auth-request.c:
line 733 (auth_request_is_disabled_master_user): assertion failed:
(request->requested_login_user != NULL)
Sep  8 13:49:55 mailman02 dovecot: auth: Error: Raw backtrace:
/usr/lib64/dovecot/libdovecot.so.0(+0x6a02e) [0x7f27af22202e] ->
/usr/lib64/dovecot/libdovecot.so.0(+0x6a10e) [0x7f27af22210e] ->
/usr/lib64/dovecot/libdovecot.so.0(i_fatal+0) [0x7f27af1da52c] ->
dovecot/auth [1 wait, 0 passdb, 0 userdb](+0x15922) [0x7f27af6c7922] ->
dovecot/auth [1 wait, 0 passdb, 0
userdb](auth_request_lookup_credentials+0x32) [0x7f27af6c9332] ->
/usr/lib64/dovecot/auth/libmech_gssapi.so(+0x2134) [0x7f27ad615134] ->
dovecot/auth [1 wait, 0 passdb, 0
userdb](auth_request_handler_auth_continue+0xe5) [0x7f27af6caf15] ->
dovecot/auth [1 wait, 0 passdb, 0 userdb](+0x109da) [0x7f27af6c29da] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_call_io+0x27)
[0x7f27af232a47] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_handler_run+0xff)
[0x7f27af2338cf] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_run+0x38) [0x7f27af232598] 
-> /usr/lib64/dovecot/libdovecot.so.0(master_service_run+0x13)
[0x7f27af1df9e3] -> dovecot/auth [1 wait, 0 passdb, 0
userdb](main+0x391) [0x7f27af6c07f1] ->
/lib64/libc.so.6(__libc_start_main+0xf5) [0x7f27ae7ceaf5] ->
dovecot/auth [1 wait, 0 passdb, 0 userdb](+0xe9e1) [0x7f27af6c09e1]
Sep  8 13:49:55 mailman02 dovecot: auth: Fatal: master: service(auth):
child 23185 killed with signal 6 (core dumps disabled)

I've already asked on the Dovecot list about my GSSAPI auth problems
and was told that this is a bug in Dovecot which does not exist in the
latest release (I don't know when the problem was actually fixed).

My question is simply this: does anyone else have
dovecot-2.2.10-4.el7_0.1.x86_64 working with GSSAPI auth against an IPA
server? IPA is also running on CentOS 7.1.1503.

Regards,

Ranbir

-- 
Kanwar R.S. Sandhu

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


Re: [CentOS] rsync question

2015-09-08 Thread Robert Moskowitz

I ran it again but with:

rsync -ah --stats --delete -e "ssh -p613 -l root" 
192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/newetc


And the newetc directory was created with all the files.  I again ran:

rsync -ah --stats --delete -e "ssh -p613 -l root" 
192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc


And none of the /etc/name.* files get moved.  Strange.

Well I got my backup.

On 09/07/2015 06:04 PM, Mike wrote:

I tried your rsync command and it worked on my LAN over ssh.
The following was placed in the destination directory:

drwxr-x---  2 root smmsp 4.0K Jul 28 21:05 named/
-rw-r-  1 root smmsp 1.6K Oct 30  2013 named.conf
-rw-r--r--  1 root smmsp 2.4K Jul 28 21:05 named.iscdlv.key
-rw-r-  1 root smmsp  931 Jun 21  2007 named.rfc1912.zones
-rw-r--r--  1 root smmsp  487 Jul 19  2010 named.root.key


On Mon, Sep 7, 2015 at 1:05 PM, Robert Moskowitz 
wrote:


I am trying to rsync the named files under /etc for backup purposes.  I
tried:

rsync -ah --stats --delete -e "ssh -p613 -l root" 192.168.192.2:/etc/name*
/home/rgm/data/htt/httnet/homebase/new/etc

The stats shows it sees all the files, but only moves the dir /etc/named
and the files within it.

It does not move the /etc/name* files (like /etc/named.conf).

By file count, it is 'seeing' all the files, but not moving them.


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


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



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


[CentOS-announce] CESA-2015:1741 Important CentOS 6 haproxy Security Update

2015-09-08 Thread Johnny Hughes

CentOS Errata and Security Advisory 2015:1741 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1741.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
d4fc2abb0dfd295ca7c60bf84a21d21307764c65861003dd3802499585a42d93  
haproxy-1.5.4-2.el6_7.1.i686.rpm

x86_64:
a5b21cea5b73ac1e468a5737fc034c6379c678baff3bd1f0cd175c2c1afef340  
haproxy-1.5.4-2.el6_7.1.x86_64.rpm

Source:
a68d2f70f31ae1f411bcd557a17b03e4f000491d8bde3c642551b885844d655e  
haproxy-1.5.4-2.el6_7.1.src.rpm



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

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


[CentOS-announce] CEBA-2015:1743 CentOS 7 radvd FASTTRACK BugFix Update

2015-09-08 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2015:1743 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1743.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
2f483d1126f4dd5e6dda88c60e5e79b756a5fddbaafbaed343eea7f6712fc733  
radvd-1.9.2-9.el7.x86_64.rpm

Source:
d972627fc03bed72ad243186bca0f41e06cff5a938497af3fa770757555e780a  
radvd-1.9.2-9.el7.src.rpm



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

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


[CentOS-virt] Report on Xen-4.6rc2 from virt7-xen-46-candidate

2015-09-08 Thread T.Weyergraf

Hi

I gave the new Xen-4.6rc2 a spin on a CentOS 7 virtualisation guest 
(nested-xen). I haven't yet started testing guests, but rather looked at 
the install itself.


One issue, I found, was with xenstored.service and the corresponding 
unit-file:


[root@xencen7ws ~]# systemctl status xenstored
xenstored.service - The Xen xenstore
   Loaded: loaded (/usr/lib/systemd/system/xenstored.service; disabled)
   Active: active (running) since Tue 2015-09-08 23:13:43 CEST; 13min ago
  Process: 757 ExecStartPre=/bin/mkdir -p /var/run/xen (code=exited, 
status=0/SUCCESS)
  Process: 753 ExecStartPre=/bin/rm -f /var/lib/xenstored/tdb* 
(code=exited, status=0/SUCCESS)
  Process: 740 ExecStartPre=/bin/grep -q control_d 
/proc/xen/capabilities (code=exited, status=0/SUCCESS)

 Main PID: 760 (xenstored)
   CGroup: /system.slice/xenstored.service
   └─760 /usr/sbin/xenstored

Sep 08 23:13:43 xencen7ws.virtfinity.local xenstored[760]: TDB: 
tdb_open_ex: could not open file /var/lib/xenstored/tdb: No such file or 
directory
Sep 08 23:13:43 xencen7ws.virtfinity.local xenstored[760]: Checking 
store ...
Sep 08 23:13:43 xencen7ws.virtfinity.local xenstored[760]: Checking 
store complete.
Sep 08 23:13:43 xencen7ws.virtfinity.local xenstored[760]: xenstored is 
ready
Sep 08 23:13:43 xencen7ws.virtfinity.local systemd[1]: Started The Xen 
xenstore.


As you can see, xenstored.service is running, but disabled by the 
package installation. This is, because xenstored.service apparently got 
overseen in the source-rpm's spec-file's post runtime/preun runtime. See 
diff [1] for details.


Also, I think xenstored should write a pidfile. You might consider 
adding to /usr/lib/systemd/system/xenstored.service:

PIDFile=/var/run/xenstored.pid
and change
ExecStart=/usr/sbin/xenstored
to
ExecStart=/usr/sbin/xenstored --pid-file /var/run/xenstored.pid 
$XENSTORED_ARGS


Hope this helps, this is just a quick start. I'll continue checking and 
reporting during the next days.


Regards,
Thomas


[1]
diff -u rpmbuild-xen-4.6rc2x-3.el7-org/SPECS/xen.spec 
rpmbuild-xen-4.6rc2x-3.el7/SPECS/xen.spec
--- rpmbuild-xen-4.6rc2x-3.el7-org/SPECS/xen.spec2015-09-08 
18:47:00.0 +0200
+++ rpmbuild-xen-4.6rc2x-3.el7/SPECS/xen.spec2015-09-09 
00:06:27.558344410 +0200

@@ -403,6 +403,7 @@
  /bin/systemctl enable xen-qemu-dom0-disk-backend.service
  /bin/systemctl enable xen-init-dom0.service
  /bin/systemctl enable xenconsoled.service
+ /bin/systemctl enable xenstored.service
 # /bin/systemctl enable xendomains.service
 %endif

@@ -422,6 +423,7 @@
  /bin/systemctl disable xen-init-dom0.service
  /bin/systemctl disable xen-qemu-dom0-disk-backend.service
  /bin/systemctl disable xenconsoled.service
+ /bin/systemctl disable xenstored.service
 # /bin/systemctl disable xendomains.service
 %endif
 fi

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


Re: [CentOS] C6 firefox esr h.264 support on youtube

2015-09-08 Thread Robert Arkiletian
I had already looked at the nux repo. They may have that package for C7 but
I can't see it for C6.

I'm thinking h.264 gstreamer support must be provided by another package in
C6.

I have gstreamer-plugins-base & good installed. And I've already tried ugly
and gstreamer-ffmpeg.

On Tue, Sep 8, 2015 at 3:11 PM, Richard 
wrote:

>
>
>  Original Message 
> > Date: Tuesday, September 08, 2015 14:57:22 -0700
> > From: Robert Arkiletian 
> >
> > I was able to get h.264 support on www.youtube.com/html5 on fedora
> > 21 by installing
> >
> > gstreamer1-libav
> >
> > but that package does not exist in C6 (or it's popular third party
> > repos)
> >
> > What is the name of the package which adds h.264 to firefox on
> > youtube/html5 in C6?
>
>
> I think you'll find that package in the nux repo:
>
>   gstreamer1-libav.x86_64  1.0.6-1.el7.nux
>
> I don't know if that will do what you're after, and I can't try this
> out as my desktop machines are all C7.
>
> More detail on that repository can be found at:
>
>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] C6 firefox esr h.264 support on youtube

2015-09-08 Thread Robert Arkiletian
I was able to get h.264 support on www.youtube.com/html5 on fedora 21 by
installing

gstreamer1-libav

but that package does not exist in C6 (or it's popular third party repos)

What is the name of the package which adds h.264 to firefox on
youtube/html5 in C6?
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Konrad Rzeszutek Wilk
On Tue, Sep 08, 2015 at 11:22:58AM -0400, Alvin Starr wrote:
> On 09/08/2015 10:58 AM, Konrad Rzeszutek Wilk wrote:
> > On Tue, Sep 08, 2015 at 10:50:57AM -0400, Alvin Starr wrote:
> >> FIrstly Centos is primarily a RHEL clone.
> >> This means that the primary design decisions are to be as RHEL like as
> >> possible.
> >> After that there are additions and upgrades.
> >>
> >> Secondly Fedora does not actively support Xen.
> > Nonsense. Have you done 'yum install xen' ?
> Sorry. I mis-spoke there.
> I should have said RedHad does not actively support Xen.


> >
> >> As a long time Xen and RH/Fedora user I have spent lots of time
> >> building/rebuilding broken/missing packages in Fedora.
> >> Quite frankly Xen under Fedora is somewhat broken.
> > It is? Please open bugs and CC me on them (ketuzs...@darnok.org)
> 
> CPU features/flags are just outright is not there.
> I tend to run into the problems as I am trying to use Xen for my
> development environment.
> I have posted fixes and bugs in the past and will in the future.

Excellent!
> But Xen/Centos does not have a big dedicated development or a small one
> for that matter.
> So Xen development will lag a bit.
> This is not a criticism but just a fact of life.

Please open bugs for these issues. The CPU features/flags is an
important feature that needs to be properly addressed in libxl toolstack.
Right now it is a bit of a trainwreck.
> 
> 
> >
> >> Libvirt support for KVM is very good because RH pays people to support KVM.
> >> Xen under the old config format has reasonable support(possibly 60% of
> >> features) but under libxl the support is much worse (possibly 30% of
> >> features).
> > Please file bugs so we can figure out which ones are missing.
> When I fight my way through my current provisioning environment I will
> be likely posting more bugs.

Fantastic!
> I have to admit that I am not the best contributor because often I just
> fix the bugs.

I would say that is the best contributor!

> Partly because being outside the community learning all the nuances of
> posting fixes is way more effort than just fixing them.

Oh, .. I must be missing something here. Posting fixes seems like an
excellent way of removing the issues you had found by them not
reappearing in the future?

> 
> >
> >> Thirdly RedHat has been active at times to remove Xen support in favour
> >> of KVM(Their own virtualization technology).
> > Not sure I follow as Fedora does not make this distinction.
> As of the last time I checked you could not build a RedHat 7 kernel with
> Xen enabled.

Odd. I thought you could. The only one missing was the PV framebuffer +
intial domain support but the rest were enabled. And that initial domain
support was due to them mucking with Kconfig to outright disable it.


> The point to be made is that Fedora is not RHEL and Centos is more like
> RHEL.
> 
> So comparing Centos to Fedora is like complaining that RHEL should
> support all the current Fedora packages/features.
> There is a relationship between all of them but they are not the same.

Right.
> 
> 
> >
> >> Xen has been driven to some extents by the needs of Citrix and although
> >> they have helped others build packages for Fedora and libvirt its a good
> >> will effort and its hard to expect Citrix to spend effort on work that
> >> may not be in their best corporate interests.
> >>
> >>
> >>
> >>
> >> On 09/08/2015 09:02 AM, Itamar Reis Peixoto wrote:
> >>>
>  not fragment to a bunch of different individual people making a bunch of
>  different RPM sets that the community does not know who produces, etc.
> 
> >>> what you're doing its a complete crap, what you said is different from
> >>> what you did, why you' (centos virt sig) not contributed to the work
> >>> of fedora guys instead of reinventing the wheel ?
> >>>
> >>>
> >>>
> >>> ___
> >>> CentOS-virt mailing list
> >>> CentOS-virt@centos.org
> >>> https://lists.centos.org/mailman/listinfo/centos-virt
> >>
> >> -- 
> >> Alvin Starr   ||   voice: (905)513-7688
> >> Netvel Inc.   ||   Cell:  (416)806-0133
> >> al...@netvel.net  ||
> >>
> >> ___
> >> CentOS-virt mailing list
> >> CentOS-virt@centos.org
> >> https://lists.centos.org/mailman/listinfo/centos-virt
> > ___
> > CentOS-virt mailing list
> > CentOS-virt@centos.org
> > https://lists.centos.org/mailman/listinfo/centos-virt
> 
> 
> -- 
> Alvin Starr   ||   voice: (905)513-7688
> Netvel Inc.   ||   Cell:  (416)806-0133
> al...@netvel.net  ||
> 
> 
> ___
> CentOS-virt mailing list
> CentOS-virt@centos.org
> https://lists.centos.org/mailman/listinfo/centos-virt
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS] C6 firefox esr h.264 support on youtube

2015-09-08 Thread Richard


 Original Message 
> Date: Tuesday, September 08, 2015 14:57:22 -0700
> From: Robert Arkiletian 
>
> I was able to get h.264 support on www.youtube.com/html5 on fedora
> 21 by installing
> 
> gstreamer1-libav
> 
> but that package does not exist in C6 (or it's popular third party
> repos)
> 
> What is the name of the package which adds h.264 to firefox on
> youtube/html5 in C6?


I think you'll find that package in the nux repo:

  gstreamer1-libav.x86_64  1.0.6-1.el7.nux  

I don't know if that will do what you're after, and I can't try this
out as my desktop machines are all C7. 

More detail on that repository can be found at:

   


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


Re: [CentOS] CentOS 7.1.1503 + Dovecot + IPA

2015-09-08 Thread Alice Wonder

You could try rebuilding this src.rpm -

http://awel.domblogger.net/7/libre/src/repoview/dovecot.html

That's what I use for Dovecot on CentOS 7 but I build it against 
LibreSSL so you probably don't want my binary RPM but the src.rpm will 
build against stock CentOS OpenSSL just fine w/o modification.


I don't know if it will fix your issue but it is latest release that the 
dovecot list claims has the issue fixed.


On 09/08/2015 12:00 PM, Kanwar Ranbir Sandhu wrote:

Hi Everyone,

I'm running an IPA server on CentOS 7 successfully and now I want to
change my Dovecot setup to use GSSAPI for IMAP authentication instead
of a flat "userdb" file. I've already joined the Dovecot box to the IPA
domain - ssh and ipa policies and all that are working properly.

I read a number of articles on how to configure Dovecot for GSSAPI auth
and they all said the same thing (even Red Hat's official how to on it
agreed). But, when I set up Evolution on my Fedora 22 system to use
GSSAPI, Dovecot's log records this:

Sep  8 13:49:55 mailman02 dovecot: auth: Panic: file auth-request.c:
line 733 (auth_request_is_disabled_master_user): assertion failed:
(request->requested_login_user != NULL)
Sep  8 13:49:55 mailman02 dovecot: auth: Error: Raw backtrace:
/usr/lib64/dovecot/libdovecot.so.0(+0x6a02e) [0x7f27af22202e] ->
/usr/lib64/dovecot/libdovecot.so.0(+0x6a10e) [0x7f27af22210e] ->
/usr/lib64/dovecot/libdovecot.so.0(i_fatal+0) [0x7f27af1da52c] ->
dovecot/auth [1 wait, 0 passdb, 0 userdb](+0x15922) [0x7f27af6c7922] ->
dovecot/auth [1 wait, 0 passdb, 0
userdb](auth_request_lookup_credentials+0x32) [0x7f27af6c9332] ->
/usr/lib64/dovecot/auth/libmech_gssapi.so(+0x2134) [0x7f27ad615134] ->
dovecot/auth [1 wait, 0 passdb, 0
userdb](auth_request_handler_auth_continue+0xe5) [0x7f27af6caf15] ->
dovecot/auth [1 wait, 0 passdb, 0 userdb](+0x109da) [0x7f27af6c29da] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_call_io+0x27)
[0x7f27af232a47] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_handler_run+0xff)
[0x7f27af2338cf] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_run+0x38) [0x7f27af232598]
-> /usr/lib64/dovecot/libdovecot.so.0(master_service_run+0x13)
[0x7f27af1df9e3] -> dovecot/auth [1 wait, 0 passdb, 0
userdb](main+0x391) [0x7f27af6c07f1] ->
/lib64/libc.so.6(__libc_start_main+0xf5) [0x7f27ae7ceaf5] ->
dovecot/auth [1 wait, 0 passdb, 0 userdb](+0xe9e1) [0x7f27af6c09e1]
Sep  8 13:49:55 mailman02 dovecot: auth: Fatal: master: service(auth):
child 23185 killed with signal 6 (core dumps disabled)

I've already asked on the Dovecot list about my GSSAPI auth problems
and was told that this is a bug in Dovecot which does not exist in the
latest release (I don't know when the problem was actually fixed).

My question is simply this: does anyone else have
dovecot-2.2.10-4.el7_0.1.x86_64 working with GSSAPI auth against an IPA
server? IPA is also running on CentOS 7.1.1503.

Regards,

Ranbir


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


[CentOS-announce] CESA-2015:1742 Moderate CentOS 7 subversion Security Update

2015-09-08 Thread Johnny Hughes

CentOS Errata and Security Advisory 2015:1742 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1742.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
1ac68982e8d6c3c4f08338e829f9b84b172f98107065097924fb229125151516  
mod_dav_svn-1.7.14-7.el7_1.1.x86_64.rpm
1319d6c52f045e1e43bcb45c6508d3791a17a255c9226cbc943906de3b34eab0  
subversion-1.7.14-7.el7_1.1.i686.rpm
5761b0600d662fee4d1cc5c5507a5669648f1442d1f51751e54f773da8b9460f  
subversion-1.7.14-7.el7_1.1.x86_64.rpm
b883397028c9b71a8854f7dbbe7c5aff09cdd82b03444281d4cd3cedcfefc322  
subversion-devel-1.7.14-7.el7_1.1.i686.rpm
e48a1950a59d980de126d690fa3f8e1be52f6f0735e7a4ef7e613229e126a9fb  
subversion-devel-1.7.14-7.el7_1.1.x86_64.rpm
965bcce500931a97b42cdc8ef89b5643ebfba5aff1d7aebeba4aef0a201a67d7  
subversion-gnome-1.7.14-7.el7_1.1.i686.rpm
44517d753fe363f67c81e4ad38bc41fc7119ba0bb658a43ebfa126b5e6e8a702  
subversion-gnome-1.7.14-7.el7_1.1.x86_64.rpm
304267248f354b87b4f04f41721a03ba1b9ad8930d1601109b828396f8ddeacc  
subversion-javahl-1.7.14-7.el7_1.1.i686.rpm
1d1ab0cae3f01ecf9f21c886fc0aa81d9ac0b909c4b8840afb379747a613bd38  
subversion-javahl-1.7.14-7.el7_1.1.x86_64.rpm
f7be0dc76695ba90e8c11b8f9bd62adf93e3c383f3329ff2dc318d4fea58e7c5  
subversion-kde-1.7.14-7.el7_1.1.i686.rpm
5cd4c89e73bc8173e04748558a03fd95730f0863fbed3b007620bdf35f5d5741  
subversion-kde-1.7.14-7.el7_1.1.x86_64.rpm
26731c80577860969dee68da1009dd0816d54c149d8a8298f8213526c328a100  
subversion-libs-1.7.14-7.el7_1.1.i686.rpm
eb70a5a6f846a83489ffb5b30d163a536382f5a8260f8d998467a1f37a126258  
subversion-libs-1.7.14-7.el7_1.1.x86_64.rpm
e0a58ae9d270a340db24c7a1982b9245b86f55924e5f6f532d3670e98799a5c6  
subversion-perl-1.7.14-7.el7_1.1.i686.rpm
da31f9b3e092e50ecff8ae1c71e465b6b1099b9e057844ddc0699e970fb95683  
subversion-perl-1.7.14-7.el7_1.1.x86_64.rpm
5abb5f007da2bc855a86c79778116d4521559cccbcee02ec2cec2edda9fe  
subversion-python-1.7.14-7.el7_1.1.x86_64.rpm
b954725e526255571c98895f67018d6e45de5d60656ae4909a81b3a24fa48e60  
subversion-ruby-1.7.14-7.el7_1.1.i686.rpm
99720bc6cff9a2499cb83927bec535a06401c1765234435b8a194f60a22c0e17  
subversion-ruby-1.7.14-7.el7_1.1.x86_64.rpm
2c9f4a74ee2c97a5c0c23aeef34ac10281ff04a6ed8c69934058309e1cc08cc8  
subversion-tools-1.7.14-7.el7_1.1.x86_64.rpm

Source:
2a4bffe27a66fd5f06362c6c8f5544558ccd38d76cda59145a6e9033d252d452  
subversion-1.7.14-7.el7_1.1.src.rpm



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

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


[CentOS] Saving session with terminal window open upon logout

2015-09-08 Thread Gilbert Sebenste

Hello everyone,

I tried Googling this, looking through admin notes...and I couldn't find 
this. And I know someone smart out here has the answer!


When I log out of a user account, I want it to, when I log back in,
have a terminal window pop up on my Gnome windows display, as I did
before I logged out.

How do I save a session before or as I log out? I am running
Centos 6.7, 64-bit.

Gilbert

***
Gilbert Sebenste
(My opinions only!)  **
***
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS-announce] CESA-2015:1741 Important CentOS 7 haproxy Security Update

2015-09-08 Thread Johnny Hughes

CentOS Errata and Security Advisory 2015:1741 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2015-1741.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

x86_64:
f8d2433b85f82906c7daf609399e86ea61c8599fe291ea7f13e63a83b306b2fb  
haproxy-1.5.4-4.el7_1.1.x86_64.rpm

Source:
0a41b75f4c2c601fd6e26e023ccb046a370a93ee25a74f2ef73f4e485ff3e9ec  
haproxy-1.5.4-4.el7_1.1.src.rpm



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

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread George Dunlap
On Tue, Sep 8, 2015 at 2:02 PM, Itamar Reis Peixoto
 wrote:
>
>> not fragment to a bunch of different individual people making a bunch of
>> different RPM sets that the community does not know who produces, etc.
>>
>
> what you're doing its a complete crap, what you said is different from what
> you did, why you' (centos virt sig) not contributed to the work of fedora
> guys instead of reinventing the wheel ?

I don't know if you noticed, but Fedora and CentOS aren't the same
distribution.  The users target different things.

That said, it would actually be nice to be able to share a lot of the
packaging effort with Fedora, if they're willing and if it's possible.
It's been something I've thought about for quite a while.

If you have any concrete suggestions, feel free to share them.

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Johnny Hughes
On 09/08/2015 08:02 AM, Itamar Reis Peixoto wrote:
> 
>> not fragment to a bunch of different individual people making a bunch of
>> different RPM sets that the community does not know who produces, etc.
>>
> 
> what you're doing its a complete crap, what you said is different from
> what you did, why you' (centos virt sig) not contributed to the work of
> fedora guys instead of reinventing the wheel ?

Because we want to have source code that works on both CentOS-6 (based
on RHEL 6 Source, which was based on Fedora 12) and CentOS-7 (based on
RHEL 7 Sources, which was based on Fedora 18/19).

So, the source code for Fedora 22 will not work with both of those.  We
DID start with the Fedora 12 version of the RPMs, that worked with
CentOS-6 and we have rolled in kernels from the kernel.org LTS tree for
stability, etc.

We have been producing a CentOS-6 version for several year now.  We now
need to make that work with CentOS-7.  It is not just as simple as
taking Fedora code, that is always latest and greatest and recompiling
it.  If it was, RHEL (and therefore CentOS) would have no need to exist
at all.  Everyone could just use Fedora for everything.






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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread John R. Dennison
On Tue, Sep 08, 2015 at 10:02:50AM -0300, Itamar Reis Peixoto wrote:
> 
> what you're doing its a complete crap, what you said is different from what
> you did, why you' (centos virt sig) not contributed to the work of fedora
> guys instead of reinventing the wheel ?

If you're that unhappy with the produced product you are not forced to use it.

-- 
"it's like instagram is a way for people to distract from the fact that they 
are functionally useless"

-- anonymous, Freenode IRC


pgpfSqQBFZRwW.pgp
Description: PGP signature
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


[CentOS-virt] Virt SIG today

2015-09-08 Thread Lars Kurth
Folks,
I had some problems with my calendar entry. Today's VIRT SIG meeting is on. All 
I have done is delete the 4-weekly invite for a conf call, and made the meeting 
invite for the IRC meeting bi-weekly. Sorry for any confusion caused
Regards
Lars 
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Itamar Reis Peixoto
> not fragment to a bunch of different individual people making a bunch of
> different RPM sets that the community does not know who produces, etc.
>

what you're doing its a complete crap, what you said is different from what
you did, why you' (centos virt sig) not contributed to the work of fedora
guys instead of reinventing the wheel ?
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS] BackupPC problem - wrong user

2015-09-08 Thread Johnny Hughes
On 09/08/2015 05:18 AM, Timothy Murphy wrote:
> I recently moved BackupPC from CentOS-6 to CentOS-7.
> But when I browse to localhost/BackupPC I'm told
>   Error: Wrong user: my userid is 48[apache], instead of 984(backuppc)
> 
> As far as I can tell, the BackupPC settings are exactly the same
> as they were before the move.
> 
> It seems htttpd is running the program as user apache
> rather than backuppc, as required.
> Is there a simple setting in /etc/httpd/ that will tell httpd
> to run as a different user?
> 
> 

It is not the backuppc settings, it is your apache settings.  The
default setup requires that apache is setup to run as:

 User backuppc
 Group backuppc

There are other ways to do this if you have to have httpd run as the
apache user for other things, but the easiest thing to do (if you can),
is to set the User and Group to backuppc in /etc/httpd/conf/httpd.conf
and restart httpd.

I have not run backuppc on CentOS-7 (I ran it on CentOS-6), I have not
run it in 3 years, and my backuppc machine(s) had no other things on
them that needed to run httpd for any other reason .. so others might
have better advise if your machine is not single purpose.



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


Re: [CentOS] named Update Problem

2015-09-08 Thread Günther J . Niederwimmer
Hello,

Am Montag, 7. September 2015, 09:10:03 schrieb Ron Loftin:
> Try reconfiguring your setup so that the DNSSEC files live
> in /var/named/data instead of /var/named.  That directory should be
> owned by named:named already, and it stays that way after updates, at
> least in CentOS 5.

can you please tell me the "Variable" to set the tmp-xx Files?

I can't find the correct way :-(.
 
> On Mon, 2015-09-07 at 14:31 +0200, Günther J. Niederwimmer wrote:
> > Hello,
> > 
> > I have enabled for a Domain DNSSEC and it working correct, after I change
> > the rights for /var/named to root:named 0770
> > 
> > but after a update it is always change back to root:named 0750
> > 
> > after this, DNSSEC don't work any more?
> > 
> > named have no right to write his secure files.
> > 
> > Is there a way to fix this
> > 
> > Thanks,

-- 
mit freundlichen Grüssen / best regards,

 Günther J. Niederwimmer
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6 firefox esr h.264 support on youtube

2015-09-08 Thread Richard


> Date: Tuesday, September 08, 2015 15:24:50 -0700
> From: Robert Arkiletian 
>
>> On Tue, Sep 8, 2015 at 3:11 PM, Richard wrote:
>> 
>> 
>> > Date: Tuesday, September 08, 2015 14:57:22 -0700
>> > From: Robert Arkiletian 
>> > 
>> > I was able to get h.264 support on www.youtube.com/html5 on
>> > fedora 21 by installing
>> > 
>> > gstreamer1-libav
>> > 
>> > but that package does not exist in C6 (or it's popular third
>> > party repos)
>> > 
>> > What is the name of the package which adds h.264 to firefox on
>> > youtube/html5 in C6?
>> 
>> 
>> I think you'll find that package in the nux repo:
>> 
>>   gstreamer1-libav.x86_64  1.0.6-1.el7.nux
>> 
>> I don't know if that will do what you're after, and I can't try
>> this out as my desktop machines are all C7.
>> 
>> More detail on that repository can be found at:
>> 
>>
>> 
>
> I had already looked at the nux repo. They may have that package
> for C7 but I can't see it for C6.
> 
> I'm thinking h.264 gstreamer support must be provided by another
> package in C6.
> 
> I have gstreamer-plugins-base & good installed. And I've already
> tried ugly and gstreamer-ffmpeg.
> 

Sorry, I didn't have that repository set up for C6 and when trying
to do a quick switch I didn't actually manage to switch it from C7
to C6. I agree, I don't see it there for C6, even in their -testing.

Looking at rpmfind it appears to be available from RpmFusion back to
fedora-18. That may not be old enough (forget what the fc "base" is
for C6), but you may be able to find older fc versions with a little
looking.

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Alvin Starr
On 09/08/2015 10:58 AM, Konrad Rzeszutek Wilk wrote:
> On Tue, Sep 08, 2015 at 10:50:57AM -0400, Alvin Starr wrote:
>> FIrstly Centos is primarily a RHEL clone.
>> This means that the primary design decisions are to be as RHEL like as
>> possible.
>> After that there are additions and upgrades.
>>
>> Secondly Fedora does not actively support Xen.
> Nonsense. Have you done 'yum install xen' ?
Sorry. I mis-spoke there.
I should have said RedHad does not actively support Xen.
>
>> As a long time Xen and RH/Fedora user I have spent lots of time
>> building/rebuilding broken/missing packages in Fedora.
>> Quite frankly Xen under Fedora is somewhat broken.
> It is? Please open bugs and CC me on them (ketuzs...@darnok.org)

CPU features/flags are just outright is not there.
I tend to run into the problems as I am trying to use Xen for my
development environment.
I have posted fixes and bugs in the past and will in the future.
But Xen/Centos does not have a big dedicated development or a small one
for that matter.
So Xen development will lag a bit.
This is not a criticism but just a fact of life.


>
>> Libvirt support for KVM is very good because RH pays people to support KVM.
>> Xen under the old config format has reasonable support(possibly 60% of
>> features) but under libxl the support is much worse (possibly 30% of
>> features).
> Please file bugs so we can figure out which ones are missing.
When I fight my way through my current provisioning environment I will
be likely posting more bugs.
I have to admit that I am not the best contributor because often I just
fix the bugs.
Partly because being outside the community learning all the nuances of
posting fixes is way more effort than just fixing them.

>
>> Thirdly RedHat has been active at times to remove Xen support in favour
>> of KVM(Their own virtualization technology).
> Not sure I follow as Fedora does not make this distinction.
As of the last time I checked you could not build a RedHat 7 kernel with
Xen enabled.
The point to be made is that Fedora is not RHEL and Centos is more like
RHEL.

So comparing Centos to Fedora is like complaining that RHEL should
support all the current Fedora packages/features.
There is a relationship between all of them but they are not the same.


>
>> Xen has been driven to some extents by the needs of Citrix and although
>> they have helped others build packages for Fedora and libvirt its a good
>> will effort and its hard to expect Citrix to spend effort on work that
>> may not be in their best corporate interests.
>>
>>
>>
>>
>> On 09/08/2015 09:02 AM, Itamar Reis Peixoto wrote:
>>>
 not fragment to a bunch of different individual people making a bunch of
 different RPM sets that the community does not know who produces, etc.

>>> what you're doing its a complete crap, what you said is different from
>>> what you did, why you' (centos virt sig) not contributed to the work
>>> of fedora guys instead of reinventing the wheel ?
>>>
>>>
>>>
>>> ___
>>> CentOS-virt mailing list
>>> CentOS-virt@centos.org
>>> https://lists.centos.org/mailman/listinfo/centos-virt
>>
>> -- 
>> Alvin Starr   ||   voice: (905)513-7688
>> Netvel Inc.   ||   Cell:  (416)806-0133
>> al...@netvel.net  ||
>>
>> ___
>> CentOS-virt mailing list
>> CentOS-virt@centos.org
>> https://lists.centos.org/mailman/listinfo/centos-virt
> ___
> CentOS-virt mailing list
> CentOS-virt@centos.org
> https://lists.centos.org/mailman/listinfo/centos-virt


-- 
Alvin Starr   ||   voice: (905)513-7688
Netvel Inc.   ||   Cell:  (416)806-0133
al...@netvel.net  ||


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


Re: [CentOS] Saving session with terminal window open upon logout

2015-09-08 Thread lin...@verizon.net
$ gnome-session-save

Sent from my HTC

- Reply message -
From: "Gilbert Sebenste" 
To: 
Subject: [CentOS] Saving session with terminal window open upon logout
Date: Tue, Sep 8, 2015 5:01 PM

Hello everyone,

I tried Googling this, looking through admin notes...and I couldn't find this. 
And I know someone smart out here has the answer!

When I log out of a user account, I want it to, when I log back in,
have a terminal window pop up on my Gnome windows display, as I did
before I logged out.

How do I save a session before or as I log out? I am running
Centos 6.7, 64-bit.

Gilbert

***
Gilbert Sebenste
(My opinions only!)  **
***
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS-virt] Xen 4.4.3 packages available in virt6-xen-44-testing

2015-09-08 Thread George Dunlap
So first of all, if you've used the CBS before, please note the name
change -- it's no longer virt6-testing, but virt6-xen-44-testing.

Easiest way to install:

rpm -ivh 
http://cbs.centos.org/repos/virt6-xen-44-testing/x86_64/os/Packages/centos-release-xen-7-7.el6.x86_64.rpm

This will set up yum repositories for both the eventual release
repositories (enabled by default), and the community build system
repositories (disabled by default).

At the moment, all packages will be stored in the virt-xen-44-testing
repository.  You can either enable this by default by editing
/etc/yum.repos.d/VirtSIG-Xen.repo, or by adding
"--enablerepo=virt-xen-44-testing".

If you want, you can edit defaults /etc/sysconfig/xen-kernel

Next, run 'yum update' to get the new kernel:

yum --enablerepo=virt-xen-44-testing update kernel

Now install xen:

yum --enablerepo=virt-xen-44-testing install xen

This should grab both xen and the updated kernel package.  It should
also automatically:
* Add default commandline parameters for Xen and Linux when booting under Xen
* Arrange for xen to come up first in the grub
* Set the default boot entry to Xen.

That's it!  Reboot and you should be good to go.

Libvirt packages haven't been rebuilt -- not sure if they work or not.
If they don't, let me know and I'll re-submit them..

Please report any problems or feedback to this list.

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


Re: [CentOS] named Update Problem

2015-09-08 Thread Ron Loftin

Here are the relevant lines from my /etc/named.conf file on CentOS 5.

directory "/var/named";

zone "43.168.192.in-addr.arpa" {
type master;
file "data/192.168.43";
};

This will create/modify file "/var/named/data/192.168.43" and works with
no issues after an upgrade.

On Tue, 2015-09-08 at 15:40 +0200, Günther J. Niederwimmer wrote:
> Hello,
> 
> Am Montag, 7. September 2015, 09:10:03 schrieb Ron Loftin:
> > Try reconfiguring your setup so that the DNSSEC files live
> > in /var/named/data instead of /var/named.  That directory should be
> > owned by named:named already, and it stays that way after updates, at
> > least in CentOS 5.
> 
> can you please tell me the "Variable" to set the tmp-xx Files?
> 
> I can't find the correct way :-(.
>  
> > On Mon, 2015-09-07 at 14:31 +0200, Günther J. Niederwimmer wrote:
> > > Hello,
> > > 
> > > I have enabled for a Domain DNSSEC and it working correct, after I change
> > > the rights for /var/named to root:named 0770
> > > 
> > > but after a update it is always change back to root:named 0750
> > > 
> > > after this, DNSSEC don't work any more?
> > > 
> > > named have no right to write his secure files.
> > > 
> > > Is there a way to fix this
> > > 
> > > Thanks,
> 
-- 
Ron Loftin  relof...@twcny.rr.com

"God, root, what is difference ?"   Piter from UserFriendly

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Alvin Starr
FIrstly Centos is primarily a RHEL clone.
This means that the primary design decisions are to be as RHEL like as
possible.
After that there are additions and upgrades.

Secondly Fedora does not actively support Xen.
As a long time Xen and RH/Fedora user I have spent lots of time
building/rebuilding broken/missing packages in Fedora.
Quite frankly Xen under Fedora is somewhat broken.
Libvirt support for KVM is very good because RH pays people to support KVM.
Xen under the old config format has reasonable support(possibly 60% of
features) but under libxl the support is much worse (possibly 30% of
features).

Thirdly RedHat has been active at times to remove Xen support in favour
of KVM(Their own virtualization technology).
Xen has been driven to some extents by the needs of Citrix and although
they have helped others build packages for Fedora and libvirt its a good
will effort and its hard to expect Citrix to spend effort on work that
may not be in their best corporate interests.




On 09/08/2015 09:02 AM, Itamar Reis Peixoto wrote:
>
>
> > not fragment to a bunch of different individual people making a bunch of
> > different RPM sets that the community does not know who produces, etc.
> >
>
> what you're doing its a complete crap, what you said is different from
> what you did, why you' (centos virt sig) not contributed to the work
> of fedora guys instead of reinventing the wheel ?
>
>
>
> ___
> CentOS-virt mailing list
> CentOS-virt@centos.org
> https://lists.centos.org/mailman/listinfo/centos-virt


-- 
Alvin Starr   ||   voice: (905)513-7688
Netvel Inc.   ||   Cell:  (416)806-0133
al...@netvel.net  ||

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


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread Konrad Rzeszutek Wilk
On Tue, Sep 08, 2015 at 10:50:57AM -0400, Alvin Starr wrote:
> FIrstly Centos is primarily a RHEL clone.
> This means that the primary design decisions are to be as RHEL like as
> possible.
> After that there are additions and upgrades.
> 
> Secondly Fedora does not actively support Xen.

Nonsense. Have you done 'yum install xen' ?

> As a long time Xen and RH/Fedora user I have spent lots of time
> building/rebuilding broken/missing packages in Fedora.
> Quite frankly Xen under Fedora is somewhat broken.

It is? Please open bugs and CC me on them (ketuzs...@darnok.org)

> Libvirt support for KVM is very good because RH pays people to support KVM.
> Xen under the old config format has reasonable support(possibly 60% of
> features) but under libxl the support is much worse (possibly 30% of
> features).

Please file bugs so we can figure out which ones are missing.

> 
> Thirdly RedHat has been active at times to remove Xen support in favour
> of KVM(Their own virtualization technology).

Not sure I follow as Fedora does not make this distinction.

> Xen has been driven to some extents by the needs of Citrix and although
> they have helped others build packages for Fedora and libvirt its a good
> will effort and its hard to expect Citrix to spend effort on work that
> may not be in their best corporate interests.
> 
> 
> 
> 
> On 09/08/2015 09:02 AM, Itamar Reis Peixoto wrote:
> >
> >
> > > not fragment to a bunch of different individual people making a bunch of
> > > different RPM sets that the community does not know who produces, etc.
> > >
> >
> > what you're doing its a complete crap, what you said is different from
> > what you did, why you' (centos virt sig) not contributed to the work
> > of fedora guys instead of reinventing the wheel ?
> >
> >
> >
> > ___
> > CentOS-virt mailing list
> > CentOS-virt@centos.org
> > https://lists.centos.org/mailman/listinfo/centos-virt
> 
> 
> -- 
> Alvin Starr   ||   voice: (905)513-7688
> Netvel Inc.   ||   Cell:  (416)806-0133
> al...@netvel.net  ||
> 

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

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


Re: [CentOS-virt] Xen 4.4.3 packages available in virt6-xen-44-testing

2015-09-08 Thread Scot P. Floess

George,

Just an FYI - I tried to run the rpm command and none of the repos showed 
up enabled by default.


I tried enabling them manually, but I get this error:

 One of the configured repositories failed (CentOS-7 - xen),
 and yum doesn't have enough cached data to continue. At this point the
 only safe thing yum can do is fail. There are a few ways to work "fix"
 this:
 ...

I didn't spend too much time debugging - but that was what I got straight 
away after installing centos-release-xen-7-7.el6.x86_64.rpm and manually 
enabling some of the repos.


On Tue, 8 Sep 2015, George Dunlap wrote:


So first of all, if you've used the CBS before, please note the name
change -- it's no longer virt6-testing, but virt6-xen-44-testing.

Easiest way to install:

rpm -ivh 
http://cbs.centos.org/repos/virt6-xen-44-testing/x86_64/os/Packages/centos-release-xen-7-7.el6.x86_64.rpm

This will set up yum repositories for both the eventual release
repositories (enabled by default), and the community build system
repositories (disabled by default).

At the moment, all packages will be stored in the virt-xen-44-testing
repository.  You can either enable this by default by editing
/etc/yum.repos.d/VirtSIG-Xen.repo, or by adding
"--enablerepo=virt-xen-44-testing".

If you want, you can edit defaults /etc/sysconfig/xen-kernel

Next, run 'yum update' to get the new kernel:

yum --enablerepo=virt-xen-44-testing update kernel

Now install xen:

yum --enablerepo=virt-xen-44-testing install xen

This should grab both xen and the updated kernel package.  It should
also automatically:
* Add default commandline parameters for Xen and Linux when booting under Xen
* Arrange for xen to come up first in the grub
* Set the default boot entry to Xen.

That's it!  Reboot and you should be good to go.

Libvirt packages haven't been rebuilt -- not sure if they work or not.
If they don't, let me know and I'll re-submit them..

Please report any problems or feedback to this list.

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



Scot P. Floess RHCT  (Certificate Number 605010084735240)
Chief Architect FlossWare  http://sourceforge.net/projects/flossware
   http://flossware.sourceforge.net
   https://github.com/organizations/FlossWare
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS-virt] Beta CentOS 7 Xen packages available

2015-09-08 Thread T.Weyergraf



On 09/08/2015 01:02 PM, George Dunlap wrote:

On Mon, Sep 7, 2015 at 11:02 PM, T.Weyergraf  wrote:


First of all, I fully agree, that forked repos are undesirable. However, to
the casual observer (like me), there are hardly any ressources for Xen on
CentOS 7. There are some beta packages, as announced in the start if this
thread, with the latest update being 4.4.2 on 4th of august. I have not yet
found any git repo to check out the current Xen 4 CentOS 7 development
effort - only the source rpms to the above packages could be used. Likewise,
the response on the list on the announcements of the Xen on CentOS 7 beta
packages was kind of mute and no further updates were given. This led me to
the - apparently false - assumption, that the project kind of fell asleep.
I'd be more than happy to at least test development packages and give
feedback.

Your statement "These RPMs are produced by Citrix, so we need to get the
right" irritates me, as I was completely unaware of any "rights" from Citrix
to be waited for.

Anyway, I will wait for the official Xen4CentOS packages for CentOS 7 and
keep my stuff out of the public to avoid useless forks.

See my comments inline as appropriate

So actually, the SIGs are supposed to be community efforts -- and my
long term hope was that once the SIG was "jump-started", that
community members would step up to take over -- or at least step up to
help significantly.
Cool. Good to know. Well, while I have been using CentOS for several 
years now in both private and professional setups, I have to admit, that 
so far I did not delve into the community itself and make myself 
familiar with its processes and procedures.

It might be time to change that :)


A number of reasons C7 has "stalled":

* Lack of time on my part. I only work 4 days a week for Citrix, and I
have significant other duties.  Normally I can only spend a day or so
a week on CentOS stuff; and in particular, the review load relating to
the 4.6 feature freeze (beginning of July) was very high.  Then I got
married and went on holiday for 3 weeks in August, which also didn't
help. :-)
Well, first of all congrats to your recent marriage! I know what your 
were up to lately, as I did the same some 6+ years ago. And much like 
you, I have to dedicate my personal free-time to any effort.
On the plus side, I am a sysadmin actually using Xen4CentOS on top of 
CentOS 6 in a professional production environment, spanning 50 
virtualisation hosts and running over 600 VMs (over 1,500 pCPUs over 
10Tbytes RAM). So I get pretty much of an impression, what it means to 
actually use Xen4CentOS.


* Apparent lack of testing by the community. About a month after the
C7 "beta", I was about to announce an actual release, when I happened
to discover that HVM guests wouldn't boot -- not under any
configuration.  This is really basic core functionality that nobody at
all had tested (or if they had they hadn't complained).  This
convinced me that I couldn't rely on community testing, and prompted
me to spend some time writing an automated test suite that would at
least do a basic smoke-test for a number of configurations.  I've got
this working for the core xen package, but I was planning on extending
it to libvirt before declaring CentOS 7 "ready".
You already found out in another post, that I actually did test the 
CentOS 7 packages early in july and reported to the list. That lack of 
any response on my report triggered me to do Xen 4 on CentOS7 packages 
myself.


I'm sorry I haven't been very pro-active about pushing to the xen
package repository -- I didn't know anyone was looking.  (If you asked
about it, then I must have missed it.)

See above.


I would be happy to have help improving the packages.  I would be
*very* happy to have help maintaining the Xen4CentOS packages, and I
would be *delighted* if someone wanted to take over maintainership of
the packages entirely.
Well, I'd be happy to help. I can easily test things out on my private 
setup, which is all geared towards Xen and virtualisation anyway, so I 
am all setup. To actually contribute, I would ideally like some git-repo 
to checkout, to prep patches against. Those patches, I could send to you 
for review. If there is some process aligned to "the CentOS way of doing 
things", I would need a pointer to some docs to make myself familiar with.
As I have not the faintest clue about what it takes to actually maintain 
a package, i am - at least now - the inappropriate person.


FYI I have just finished rebasing things to 4.6-rc2 (there are
packages in virt7-xen-46-candidate now), and am in the process of
switching things over to systemd.
Yeah, saw that yesterday in the repo. Ok then, I will fetch it soon and 
start testing it in one of my CentOS-7 Xen guests (I run nested-Xen). If 
that test succeeds, I could update the host. That way, these packages 
would get some real-world test, running my zoo of guests.

Oviously, I'll report my findings.
I 

Re: [CentOS-virt] Xen 4.4.3 packages available in virt6-xen-44-testing

2015-09-08 Thread Scot P. Floess


George,

Never mind - I had an old Xen repo I was trying to use some time ago... 
This was me.


Sorry!

Flossy

On Tue, 8 Sep 2015, Scot P. Floess wrote:


George,

Just an FYI - I tried to run the rpm command and none of the repos showed up 
enabled by default.


I tried enabling them manually, but I get this error:

One of the configured repositories failed (CentOS-7 - xen),
and yum doesn't have enough cached data to continue. At this point the
only safe thing yum can do is fail. There are a few ways to work "fix"
this:
...

I didn't spend too much time debugging - but that was what I got straight 
away after installing centos-release-xen-7-7.el6.x86_64.rpm and manually 
enabling some of the repos.


On Tue, 8 Sep 2015, George Dunlap wrote:


So first of all, if you've used the CBS before, please note the name
change -- it's no longer virt6-testing, but virt6-xen-44-testing.

Easiest way to install:

rpm -ivh 
http://cbs.centos.org/repos/virt6-xen-44-testing/x86_64/os/Packages/centos-release-xen-7-7.el6.x86_64.rpm


This will set up yum repositories for both the eventual release
repositories (enabled by default), and the community build system
repositories (disabled by default).

At the moment, all packages will be stored in the virt-xen-44-testing
repository.  You can either enable this by default by editing
/etc/yum.repos.d/VirtSIG-Xen.repo, or by adding
"--enablerepo=virt-xen-44-testing".

If you want, you can edit defaults /etc/sysconfig/xen-kernel

Next, run 'yum update' to get the new kernel:

yum --enablerepo=virt-xen-44-testing update kernel

Now install xen:

yum --enablerepo=virt-xen-44-testing install xen

This should grab both xen and the updated kernel package.  It should
also automatically:
* Add default commandline parameters for Xen and Linux when booting under 
Xen

* Arrange for xen to come up first in the grub
* Set the default boot entry to Xen.

That's it!  Reboot and you should be good to go.

Libvirt packages haven't been rebuilt -- not sure if they work or not.
If they don't, let me know and I'll re-submit them..

Please report any problems or feedback to this list.

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



Scot P. Floess RHCT  (Certificate Number 605010084735240)
Chief Architect FlossWare  http://sourceforge.net/projects/flossware
  http://flossware.sourceforge.net
  https://github.com/organizations/FlossWare
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt



Scot P. Floess RHCT  (Certificate Number 605010084735240)
Chief Architect FlossWare  http://sourceforge.net/projects/flossware
   http://flossware.sourceforge.net
   https://github.com/organizations/FlossWare
___
CentOS-virt mailing list
CentOS-virt@centos.org
https://lists.centos.org/mailman/listinfo/centos-virt


Re: [CentOS] rsync question

2015-09-08 Thread Carl E. Hartung
On Tue, 8 Sep 2015 10:25:33 -0700 (PDT)
Mark Milhollan wrote:

> On Mon, 7 Sep 2015, Carl E. Hartung wrote:
> >On Mon, 7 Sep 2015 13:05:59 -0400
> >Robert Moskowitz wrote:
> 
> >> rsync -ah --stats --delete -e "ssh -p613 -l root" 
> >> 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc
> 
> >Why '-e' (specify remote shell to use)? Are these systems running
> >disparate operating systems?
> 
> -e specifies the *local* transport command to use

What?! Straight from the documentation:

"   -e, --rsh=COMMAND   specify the remote shell to use"

> , and in this case it also specifies the remote port (613) and user
> (root).  Granted one should probably use their ssh configuration to
> do that but it isn't realy "wrong" (to be questioned) to do it via
> options.

I didn't explicitly state that it was "wrong," just implied (correctly)
that it was unnecessary.
> 
> 
> /mark

regards,

Carl

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