On Tue, Jun 7, 2016 at 5:33 PM, Kenneth Porter
wrote:
> On 6/3/2016 10:41 PM, Indunil Jayasooriya wrote:
>
>> I need a OUTPUT like this
>>
>>
>> *firstname1 lastname1firstname2 lastname2*
>>
>
> An obvious solution is to use Perl. I suggest searching Stackoverflow for
> a solution using that lang
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Chris Murphy
> Sent: Tuesday, June 07, 2016 5:01 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] HFSPlus Question
>
> Fedora 24
> [root@f24m mnt]# grep HFSPLUS /boot/config-4.5.6-
On 06/07/2016 01:46 PM, Jonathan Billings wrote:
> On Jun 7, 2016, at 13:03, Emmett Culley wrote:
>>
>> I can see no use case for NetwortManager on our systems. All network
>> connections are static.
>
> There are a couple reasons I still use NetworkManager on servers, but one big
> one is th
Please ignore this. After further research, it is likely a fan problem
with my old card. :(
Time for an upgrade!
The proprietary radeon driver is not available for the current version
of X.org distributed with 6.8.
On 06/06/2016 01:42 PM, Kay Schenk wrote:
Hello all--
I have a old Radeon H
On 2016-06-07 17:21, m.r...@5-cent.us wrote:
> Got a user who claims he was running this program, then it broke recently.
> Almost no updates in a while, and none relevant. I'm guessing the
> program's compiled from fortran to c Anyway, the issue's on two
> servers. On one, I installed a couple
Frank Cox wrote:
> On Tue, 7 Jun 2016 17:20:23 -0400
> m.r...@5-cent.us wrote:
>
>> Um, huh? ssh server;service network restart is certainly faster than a
>> reboot.
>
> By what magical incantation will you ssh into a server with no current
> network connection?
>
Plugging in my monitor-on-a-stick.
On Tue, 7 Jun 2016 17:20:23 -0400
m.r...@5-cent.us wrote:
> Um, huh? ssh server;service network restart is certainly faster than a
> reboot.
By what magical incantation will you ssh into a server with no current network
connection?
--
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvillet
Got a user who claims he was running this program, then it broke recently.
Almost no updates in a while, and none relevant. I'm guessing the
program's compiled from fortran to c Anyway, the issue's on two
servers. On one, I installed a couple of compat libs, and it runs. The
other still fails (
Jonathan Billings wrote:
> On Jun 7, 2016, at 13:03, Emmett Culley
> wrote:
>>
>> I can see no use case for NetwortManager on our systems. All network
>> connections are static.
>
> There are a couple reasons I still use NetworkManager on servers, but one
> big one is that the 'network' service r
On Fri, Jun 3, 2016 at 12:24 AM, Ned Slider wrote:
>
>
> On 03/06/16 04:45, Chris Murphy wrote:
>>
>> On Tue, May 31, 2016, 7:59 PM Albert McCann
>> wrote:
>>
>>> In CentOS 7.2.1511 does the 3.10.0-327.18.2.el7.centos.plus.x86_64 (Plus)
>>> kernel read HFSPlus iMac drives? I don't see any hfsplus
On Jun 7, 2016, at 13:03, Emmett Culley wrote:
>
> I can see no use case for NetwortManager on our systems. All network
> connections are static.
There are a couple reasons I still use NetworkManager on servers, but one big
one is that the 'network' service runs once, on boot. If there is no
On Sat, Jun 04, 2016 at 11:11:21AM +0530, Indunil Jayasooriya wrote:
> Hi list,
>
> Can you look in to this?
>
>
> [root@centos67 loop]# cat file1
> firstname1
> firstname2
>
> [root@centos67 loop]# cat file2
> lastname1
> lastname2
>
> I need a OUTPUT like this
>
>
> *firstname1 lastname1fi
On 2016-06-04, Alessandro Baggi wrote:
> i've need to backup a partition of ~200GB with a local connection of 8/2
> mbps.
>
> Tool like bacula, amanda can't help me due to low bandwidth in local server.
>
> I'm thinking rsync will be a good choice.
If you want pseudo-snapshots (not real point-in
On 2016-06-07 10:03, Emmett Culley wrote:
> On 06/07/2016 05:05 AM, James Hogarth wrote:
> > On 7 Jun 2016 12:44, "Emmett Culley" wrote:
> >>
> >> I have a number of machines (hardware and VMs) running CentOS 7. I all
> > cases firewall-config is not functional.
Just a thought - CentOS7 _minimal
On 06/07/2016 05:05 AM, James Hogarth wrote:
> On 7 Jun 2016 12:44, "Emmett Culley" wrote:
>>
>> I have a number of machines (hardware and VMs) running CentOS 7. I all
> cases firewall-config is not functional.
>>
>> First, the service check boxes are not functional. When you click on
> one, it
Maybe this don't to be the best form to solve your problem, but worked,rs.
#!/bin/bash
#power by Diego Rodrigues
totalFileOne=$(wc -l file1 | cut -d" " -f1)
totalFileTwo=$(wc -l file2 | cut -d" " -f1)
count=0
if [ ! "${totalFileOne}" -eq "${totalFileTwo}" ];then
echo "The two files need of
On 7 Jun 2016 12:44, "Emmett Culley" wrote:
>
> I have a number of machines (hardware and VMs) running CentOS 7. I all
cases firewall-config is not functional.
>
> First, the service check boxes are not functional. When you click on
one, it don't change to "checked", and nothing changes on the
On 6/3/2016 10:41 PM, Indunil Jayasooriya wrote:
I need a OUTPUT like this
*firstname1 lastname1firstname2 lastname2*
An obvious solution is to use Perl. I suggest searching Stackoverflow
for a solution using that language.
While checking, I discovered the paste program does just what you
On 06/05/16 19:46, Anthony K wrote:
I haven't received a single message since 3rd June and was wondering
whether the mailing list is down.
Cheers,
ak.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
I ha
I have used in the past rsync for periodic backup, either with only cron or in
scripts (when i had to dump some mysql db's too). it's a good choice I would
recommend it.
alexandrualexandru.ro...@live.com
> To: centos@centos.org
> From: alessandro.ba...@gmail.com
> Date: Sat, 4 Jun 2016 12:34:40
I haven't received a single message since 3rd June and was wondering
whether the mailing list is down.
Cheers,
ak.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
Hi All -
Ever since I upgraded to 6.8 I have usually been getting a trace back report
for some bits related to Nouveau whenever the screensaver has been running
and I get back into the system. Along the lines of:
:Pid: 31, comm: events/4 Tainted: GW --
2.6.32-642.el6.x86
Hello all--
I have a old Radeon HD 2400 graphics card in my desktop connected by DVI
to my monitor.
It may be my imagination but it seems that since upgrading to 6.8
recently, after about 4 hours of use, my system seems to run "hot". I
don't think its the man power until but maybe the graphi
test please ignore
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos
On Tue, 31 May 2016, Thomas Eriksson wrote:
The solution would be to add +iglx to Xorg command line, but gdm is
hardcoding the Xorg parameters, so if you use gdm/gnome you are out
of luck.
https://elrepo.org/bugs/bug_view_advanced_page.php?bug_id=610
https://bugzilla.redhat.com/show_bug.cgi?id=
I have a number of machines (hardware and VMs) running CentOS 7. I all cases
firewall-config is not functional.
First, the service check boxes are not functional. When you click on one, it
don't change to "checked", and nothing changes on the firewall. However you do
see a "Changes applied"
Hi list,
i've need to backup a partition of ~200GB with a local connection of 8/2
mbps.
Tool like bacula, amanda can't help me due to low bandwidth in local server.
I'm thinking rsync will be a good choice.
What do you think about?
Thanks in advance.
_
Hi list,
Can you look in to this?
[root@centos67 loop]# cat file1
firstname1
firstname2
[root@centos67 loop]# cat file2
lastname1
lastname2
I need a OUTPUT like this
*firstname1 lastname1firstname2 lastname2*
But I try the below command , i get below output. what is the real command
to ge
Please see the below if you are a CentOS user of the EPEL OwnCloud packages.
-- Forwarded message --
From: "James Hogarth"
Date: 3 Jun 2016 23:43
Subject: Re: EPEL-ANNOUNCE Re: Upcoming OwnCloud changes in EPEL
To: "EPEL Development List"
Cc:
>
> On 22 Apr 2016 16:21, "James Ho
On 22 May 2016 07:01, "John R Pierce" wrote:
>
> On 5/21/2016 6:03 PM, John R Pierce wrote:
>>
>> i started to look at SCL and got lost pretty quickly. I'm not running
OwnCloud but I've got some other php stuff thats getting increasingly
unhappy about the stock c6 php...
>
>
> ok, I've installed
It should be supported by the unified R8169 kernel driver, but the only
way to know for sure is to check the Device ID against the C7 kernel.
On 03/06/16 11:11, Alessandro Baggi wrote:
Hi list,
I'm planning to buy a mobo (z170-K) that has Realtek 8111GR (nic).
I've tried to search on google a
On 06/03/2016 07:28 AM, Mike McCarthy, W1NR wrote:
> Realtek is "real" good about getting drivers for their chips into the
> kernels as soon as possible. They are one of the few vendors that I have
> never had a problem with built in support...
>
That has to be backported and rolled into the Red
On 2016-06-02 16:40, m.r...@5-cent.us wrote:
> Frank Cox wrote:
> > On Thu, 2 Jun 2016 16:17:28 -0400
> > m.r...@5-cent.us wrote:
> >
> >> nfsdcltrack[39406]: sqlite_insert_client: insert
> >> statement prepare failed: table clients has 2 columns but 3 values were
> >> supplied
> >>
> >> Anyone g
Thank you for you reply.
Il 03/06/2016 14:28, Mike McCarthy, W1NR ha scritto:
Realtek is "real" good about getting drivers for their chips into the
kernels as soon as possible. They are one of the few vendors that I have
never had a problem with built in support...
Mike McCarthy
On 06/03/2016
On 2016-06-02 15:44, David Nelson wrote:
> On Jun 2, 2016, at 3:39 PM, Always Learning wrote:
> >
> > When the Internet is working, I never had a problem. So perhaps you are
> > correct, Firefox is sending local domain names and everything typed into
> > Firefox's URL slot to Google for people mo
I'm planning to buy a mobo (z170-K) that has Realtek 8111GR (nic).
Is the Realtek 8111GR supported or I must change mobo?
I have been using a small server with a Realtek 8111E under CentOS 7
without any problem.
___
CentOS mailing list
CentOS@cen
36 matches
Mail list logo