Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Sorin Srbu
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Nux!
> Sent: den 7 april 2016 18:09
> To: CentOS mailing list 
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
> 
> Indeed, it's pretty new AFAIK and I am as surprised Openshot are using it,
> last time I checked - a few weeks back - there was no such option on their
> download page.
> 
> There was an interesting discussion about it on HN a while back
> https://news.ycombinator.com/item?id=11187198

Interesting and somewhat infected, it would seem...

As an enduser with Openshot in mind, I just want the app to work.

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


[CentOS-announce] CEEA-2016:0609 CentOS 6 bnx2x Enhancement Update

2016-04-07 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2016:0609 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0609.html

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

i386:
d22dd5551bcca4a3f1b6052d3928ea9d908b639c98e34bffc0e0cfdc49e56b8c  
kmod-bnx2x-1.712.30_0-1.el6_7.i686.rpm
28646d8d9491b46866dea2fae5c83c068ec7967f11d759d6e6a151b70717c7a0  
kmod-bnx2x-firmware-1.712.30_0-1.el6_7.i686.rpm

x86_64:
1942c8822d5ed9ff17d979f33cef720350b58c16c52ff179eb6594d319577093  
kmod-bnx2x-1.712.30_0-1.el6_7.x86_64.rpm
49ed3fcd80cbcc6c57e94f9b112d7c55b8720038468dbe3218bb5add250dade9  
kmod-bnx2x-firmware-1.712.30_0-1.el6_7.x86_64.rpm

Source:
d55e0edaa07cf6bf5e12385400fc913d248efd4355b5f018d3e6e47e56f75323  
bnx2x-1.712.30_0-1.el6_7.src.rpm



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

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


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread Gordon Messmer

On 04/06/2016 10:08 PM, Chandran Manikandan wrote:

qmailtoaster backup file which was around 184 GB in backup.gz type and i
have removed .bz2 type file with the same backup/mailbkup directory.

After removed .bz2 file it's gone backup.gz also which was 184 GB file.
I have run this command locate .gz but couldn't find out it.

how do i see the open files.


You're most of the way there.  You've probably identified the culprit.  
The backup file consumed your space, and some process still has it open 
so that it's not being freed on the filesystem.


As root, look for deleted files:

# ls -l /proc/*/fd/* | grep '(deleted)'

For instance, among the output on my system, I see this:

l-wx--. 1 gmessmer gmessmer 64 Apr  7 09:41 /proc/28087/fd/1 -> 
/home/gmessmer/tmp.1 (deleted)


The file /proc/28087/fd/1 appears as a symlink to a deleted file. In 
that case, the process with PID 28087 has the file open.  I can use "ps" 
to determine what the process is, and terminate it appropriately.


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


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Nux!
Indeed, it's pretty new AFAIK and I am as surprised Openshot are using it, last 
time I checked - a few weeks back - there was no such option on their download 
page.

There was an interesting discussion about it on HN a while back
https://news.ycombinator.com/item?id=11187198

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Sorin Srbu" 
> To: "CentOS mailing list" 
> Sent: Thursday, 7 April, 2016 15:27:55
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??

>> -Original Message-
>> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
>> Behalf Of Lamar Owen
>> Sent: den 7 april 2016 16:21
>> To: CentOS mailing list 
>> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
>> 
>> It does take more disk space to do this.
>> 
>> And while I have always been a big fan of RPM and of always using the
>> repos for things, I have to say that there are many things RPM packages
>> do not do well for the most part.
> 
> Size is not too much of a problem in my book, as long as I don't have to
> spend hours on end to find out what repos have the proper dep's and doesn't
> mismatch with each other, in order to install the software I wanted in the
> first place.
> 
> An OT sidetrack; has this appimage-thing been going on for some time now?
> Openshot is the first software I've seen that is delivered this way.
> 
> --
> //Sorin
> 
> ___
> 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] UDP de-fragmentation problem

2016-04-07 Thread Volker
Hi all.

I have a strange problem at hand regarding UDP fragmentation on Centos7:
Applications are unable to receive UDP packets which have undergone
fragmentation UNLESS the netfilter modules are loaded.

The problem arose on a application which would run fine on OpenSuse but
does not work on Centos7. The application processes UDP data and on
Centos only small packets are received and processed, packets below the
fragmentation size limit of about 1500 bytes. UDP packets which have
undergone fragmentation are not received by the application.

The application in question uses Qt, which opens the UDP socket in
non-blocking mode - apparently that's an issue because reading from the
socket in blocking mode does not cause the problem.

By chance I hit on the fact that once the netfilter kernel-modules
(nf_nat, iptable_nat, nf_nat ...) are loaded the problem disappears and
UDP packets of all sizes are correctly delivered and processed.

NOTES:
- I'm not using netfilter. My iptables are empty, firewalld is not running.

- Other networking applications -at least tcp- are working fine:
webbrowsing, ssh, nfs etc even DNS

- Does not happen on Opensuse regardless if netfilter modules are loaded
or not.

- Does not happen on Opensuse on the same machine. Does happen on
different machines on Centos7. So it's not HW dependend

- There is AFAIK nothing special about my Centos7 installation. Out of
the box install, simple network config, latest updates applied.

- Rebuilding the application on Centos7 with centos supplied gcc, libs
etc does not make the problem go away.

- I have broken the application down to a small Qt test program which
opens a UDP socket, binds and waits on it

This is an strace output of the problem, where a 1 byte UDP packet
is send to the application, triggers the select(), then the
recvfrom(7...) fails with eagain
[...]
socket(PF_INET, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 7
fcntl(7, F_GETFL)   = 0x2 (flags O_RDWR)
fcntl(7, F_SETFL, O_RDWR|O_NONBLOCK)= 0
setsockopt(7, SOL_SOCKET, SO_BROADCAST, [1], 4) = 0
bind(7, {sa_family=AF_INET, sin_port=htons(10001),
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
getsockname(7, {sa_family=AF_INET, sin_port=htons(10001),
sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
getpeername(7, 0x7ffdf3073470, [16])= -1 ENOTCONN (Transport
endpoint is not connected)
getsockopt(7, SOL_SOCKET, SO_TYPE, [2], [4]) = 0
select(8, [3 7], [], [], NULL)  = 1 (in [7])
recvfrom(7, 0x7ffdf3072e1b, 1, 2, 0x7ffdf3072e20, 0x7ffdf3072e1c) = -1
EAGAIN (Resource temporarily unavailable)
select(8, [3 7], [], [], NULL
[...]

And after the netfilter modules are loaded:
[...]
socket(PF_INET, SOCK_DGRAM|SOCK_CLOEXEC, IPPROTO_IP) = 7
fcntl(7, F_GETFL)   = 0x2 (flags O_RDWR)
fcntl(7, F_SETFL, O_RDWR|O_NONBLOCK)= 0
setsockopt(7, SOL_SOCKET, SO_BROADCAST, [1], 4) = 0
bind(7, {sa_family=AF_INET, sin_port=htons(10001),
sin_addr=inet_addr("0.0.0.0")}, 16) = 0
getsockname(7, {sa_family=AF_INET, sin_port=htons(10001),
sin_addr=inet_addr("0.0.0.0")}, [16]) = 0
getpeername(7, 0x7ffc5939e8c0, [16])= -1 ENOTCONN (Transport
endpoint is not connected)
getsockopt(7, SOL_SOCKET, SO_TYPE, [2], [4]) = 0
select(8, [3 7], [], [], NULL)  = 1 (in [7])
recvfrom(7, "x", 1, MSG_PEEK, {sa_family=AF_INET, sin_port=htons(60921),
sin_addr=inet_addr("10.77.32.30")}, [16]) = 1
recvfrom(7, "x", 1, MSG_PEEK, {sa_family=AF_INET, sin_port=htons(60921),
sin_addr=inet_addr("10.77.32.30")}, [16]) = 1
recvfrom(7, ""..., 65536, 0,
{sa_family=AF_INET, sin_port=htons(60921),
sin_addr=inet_addr("10.77.32.30")}, [16]) = 1
recvfrom(7, 0x7ffc5939e0bb, 1, 2, 0x7ffc5939e0c0, 0x7ffc5939e0bc) = -1
EAGAIN (Resource temporarily unavailable)
select(8, [3 7], [], [], NULL
[...]


Any help? bug?

Regards
.Volker

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


Re: [CentOS] centos samba sssd active directory

2016-04-07 Thread Sylvain CANOINE


- Mail original -
> De: "Stefan Fuhrmann" 
> À: "centos" 
> Envoyé: Jeudi 7 Avril 2016 16:13:26
> Objet: [CentOS] centos samba sssd active directory

> Hello all,
> Im having the latest centos that should be integrated into win 2012 active
> directory domain.
> Im having Authentication running, an AD user can login via ssh, getent and id
> working
> But Im not able to get the samba shares running with AD

To make samba work with SSSD, I had to make some tuning in smb.conf :

security = ads
workgroup = MYDOMAIN
realm = MYDOMAIN.TLD
encrypt passwords = yes
passdb backend = tdbsam
kerberos method = secrets and keytab

winbind enum users = yes
winbind enum groups = yes
winbind nested groups = yes
winbind refresh tickets = yes

To use the "valid users" directive, I have to deal with the AD SIDs. You can 
get it by running :
$ wbinfo --name-to-sid ad_user
$ wbinfo --name-to-sid ad_group

The RID idmap backend doesn't work as expected. So I use the NSS backend :
idmap config MYDOMAIN : backend = nss
idmap config MYDOMAIN : range = 1-9
idmap config * : backend = tdb
idmap config * : range = 10-99

And in /etc/nsswitch.conf :
passwd:  files sss
shadow:  files sss
group:   files sss

Hope this helps.

Sylvain.

Pensez ENVIRONNEMENT : n'imprimer que si ncessaire

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


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Sorin Srbu
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Lamar Owen
> Sent: den 7 april 2016 16:21
> To: CentOS mailing list 
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
> 
> It does take more disk space to do this.
> 
> And while I have always been a big fan of RPM and of always using the
> repos for things, I have to say that there are many things RPM packages
> do not do well for the most part.

Size is not too much of a problem in my book, as long as I don't have to
spend hours on end to find out what repos have the proper dep's and doesn't
mismatch with each other, in order to install the software I wanted in the
first place.

An OT sidetrack; has this appimage-thing been going on for some time now?
Openshot is the first software I've seen that is delivered this way.

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


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Lamar Owen

On 04/07/2016 09:04 AM, Nux! wrote:

Well, by the looks of it, it bundles all the deps in one archive, so you no 
longer depend on system ones, but also you miss out on system updates.
I use a commercial professional multitrack audio mixing package called 
Mixbus (derived from Ardour, but with specialized DSP for the summing 
and for plugins; the portion derived from Ardour is open source, the DSP 
plugin code is closed source, and thanks to the plugin API is not a 
'derived work' since it would be usable from any plugin host.).  
This is the way Mixbus is bundled, with all deps prebuilt and stashed 
away in the proper /opt tree.


Now, as to 'updates' specifically, yes, this puts it on the developer of 
the package to make sure updates that are necessary are actually 
applied.  OpenSSL, for instance; although, I wouldn't think Openshot 
would use that one (Mixbus doesn't; in fact I'm not sure how it could be 
remotely exploited at all).  So for certain things the 'bundled app' 
makes sense; for a server process it would not.


Mixbus works very well on CentOS 7; I use it every week for longform 
broadcast production and mixdown, and just running the Harrison Consoles 
installer script 'Just Worked' as it was supposed to (if it doesn't the 
Mixbus devs get a message from me.).


Further, the official Ardour.org Ardour packages for Linux are similar 
bundles; at one time if you built it from source using the system 
libraries you were not guaranteed support or that it would even work.  
You run the installer script, and it just works on pretty much any 
modern Linux.  All files, libraries, etc for all dependencies are loaded 
into the appropriate /opt tree (example:

[lowen@localhost ~]$ ls -d /opt/M*
/opt/Mixbus-2.5_14392 /opt/Mixbus-3.1.66.uninstall.sh
/opt/Mixbus-2.5_14392.uninstall.sh  /opt/Mixbus-3.2.22
/opt/Mixbus-3.1.66 /opt/Mixbus-3.2.22.uninstall.sh
[lowen@localhost ~]$ du -h --max-depth=1 /opt/Mixbus-3.2.22
104M/opt/Mixbus-3.2.22/bin
212K/opt/Mixbus-3.2.22/etc
132M/opt/Mixbus-3.2.22/lib
17M/opt/Mixbus-3.2.22/share
252M/opt/Mixbus-3.2.22
[lowen@localhost ~]$
Note that multiple versions at a time are fully supported, and the 
uninstaller is ready (and able) to run at any time.  In fact, the 
installation script asks you one by one if you want to uninstall any of 
the prior versions.  As you can see, I currently have three versions 
installed side-by-side.  The installer script is in the open source 
portion of the program, available through the Ardour git.


It does take more disk space to do this.

And while I have always been a big fan of RPM and of always using the 
repos for things, I have to say that there are many things RPM packages 
do not do well for the most part.


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


[CentOS] centos samba sssd active directory

2016-04-07 Thread Stefan Fuhrmann
Hello all, 
Im having the latest centos that should be integrated into win 2012 active 
directory domain. 
Im having Authentication running, an AD user can login via ssh, getent and id 
working 
But Im not able to get the samba shares running with AD 

[sfu-erp] 
comment = Mandant 
path = /share 
# ; valid users = @"RZ-DOMAIN\linuxtest" @"RZ-DOMAIN\linuxtest" 
valid users = DOMAIN 
# valid users = @"RZ-DOMAIN+domänen-benutzer" 
# valid users = @"RZ-DOMAIN" 
#valid users = %S, RDOMAIN\%S 
#valid users = @DOMAIN 
#valid users = linuxtest 

# force user = fuhste 
# guest ok = yes 
# force group = @"RZ-DOMAIN+domänen-benutzer" 
# force group = @"RZ-ODOMAIN" 

# ; force group = domänen-benutzer 
force create mode = 0660 
force directory mode = 0770 
readonly = no 
writeable = yes 

As you can see Itried a lot with valid users with no success. Im trying some 
days now but Im not able to get it running. 
Need more information? 

Can someone help? 
Tia 
Stefan 
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7.2 rootfs for i386

2016-04-07 Thread kavitha bk
Hey
 I am planning to build a mini chroot rootfs for CentOS7.2 i386.
I tried looking at lxc templates but i did not find a proper one


Thanks
Kavitha

On Wed, Apr 6, 2016 at 7:33 PM, Jim Perrin  wrote:

>
>
> On 04/05/2016 11:23 PM, kavitha bk wrote:
> > Hi
> >
> > I want to build a small rootfs for 32 bit CentOS to the same I plan to
> > build the entire OS
> > but I see
> > https://wiki.centos.org/HowTos/I_need_the_Kernel_Source
> > kernel_build for 32 bit is not supported . Please let me know anybody has
> > built the same
>
>
> Upstream removed support for standalone i686 installs, but we've been
> building/maintaining it as an alternate architecture similar to arm. You
> can find the media here -> http://mirror.centos.org/altarch/7/isos/i386/
>
> What is it specifically you're trying to do?
>
> --
> Jim Perrin
> The CentOS Project | http://www.centos.org
> twitter: @BitIntegrity | GPG Key: FA09AD77
> ___
> 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


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Sorin Srbu
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Nux!
> Sent: den 7 april 2016 15:04
> To: CentOS mailing list 
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
> 
> Well, by the looks of it, it bundles all the deps in one archive, so you
no
> longer depend on system ones, but also you miss out on system updates.
> 
> As an example, should there be another openssl vulnerability, "yum update
> openssl" will not save you, you'll have to wait for the Openshot dev to
issue
> an updated appimage.

Let's hope the Openshot-devs are responsible ones!

-- 
//Sorin

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


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Nux!
Well, by the looks of it, it bundles all the deps in one archive, so you no 
longer depend on system ones, but also you miss out on system updates.

As an example, should there be another openssl vulnerability, "yum update 
openssl" will not save you, you'll have to wait for the Openshot dev to issue 
an updated appimage.

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Sorin Srbu" 
> To: "CentOS mailing list" 
> Sent: Thursday, 7 April, 2016 11:39:22
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??

>> -Original Message-
>> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
>> Behalf Of Nux!
>> Sent: den 7 april 2016 11:29
>> To: CentOS mailing list 
>> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
>> 
>> Very nice, it probably has to do with http://appimage.org/
>> So the appimage did not work on EL6?
>> 
>> Anyway, hope to see more apps like this. :-)
>> Big win for the users usability wise, not sure how security will be
> impacted.
>> 
>> --
>> Sent from the Delta quadrant using Borg technology!
>> 
>> Nux!
>> www.nux.ro
>> 
>> - Original Message -
>> > From: "Sorin Srbu" 
>> > To: "CentOS mailing list" 
>> > Sent: Thursday, 7 April, 2016 10:02:42
>> > Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
>> 
>> >> > >>> Looks like installing openshot 2.x on C7 isn't as trivial
>> >> > >>> It is not trivial at all. The best way to handle this will be to
>> > find the
>> >> > >> required packages in Fedora and rebuild them.
>> >> > >
>> >> > > So what's the easy way?
>> >> > > Switch to Ubuntu or something? 8-O
>> >
>> > Just a heads-up;
>> >
>> > I just installed CentOS 7 x64 on a test machine to try stuff out at
> work.
>> > Went to openshot.org to download Openshot, and noticed they now have
>> > appimages.
>> > Just chmod +x the appimage-file and run it.
>> >
>> > Worked like a charm on C7!
>> > It was really fast as well, compared to running the previous version on
>> > CentOS 6.
>> >
>> > I might have to upgrade to CentOS 7 at home too... 8-}
> 
> You tell me.
> In any case, I'm not that used to apps that "just work" while working with
> linux!
> 
> I too hope to see more of this, especially on those softwares with
> dependencies that are sometimes hard to fulfill.
> 
> --
> //Sorin
> 
> 
> ___
> 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] CentOS-announce Digest, Vol 134, Issue 5

2016-04-07 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
https://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. Release for CentOS Linux 7 Rolling media March2016
  (Karanbir Singh)


--

Message: 1
Date: Thu, 7 Apr 2016 02:18:59 +0100
From: Karanbir Singh 
To: CentOS Announcements List 
Subject: [CentOS-announce] Release for CentOS Linux 7 Rolling media
March   2016
Message-ID: <5705b583.2030...@centos.org>
Content-Type: text/plain; charset=utf-8

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am pleased to announce general availability of the March 2016
snapshot for CentOS Linux. This release includes CentOS Linux 7 iso
based install media, Generic Cloud images, Atomic Host, Docker
containers, Vagrant images, vendor hosted cloud images.

This release set is tag'd 1603 and includes all updates released upto
the 31st of March 2016.

CentOS Linux rolling builds are point in time snapshot media rebuild
from original release time, to include all updates pushed to
mirror.centos.org's repositories. This includes all security, bugfix,
enhancement and general updates for CentOS Linux. Machines installed
from this media will have all these updates pre-included and will look
no different when compared with machines installed with older media
that have been yum updated to the same point in time. All rpm/yum
repos remain on mirror.centos.org with no changes in either layout or
content.

- 
CentOS Linux 7 / x86_64 install media is available at
http://buildlogs.centos.org/rolling/7/isos/x86_64/

File: CentOS-7-x86_64-Minimal-1603-02.iso
Sha: 58ee68c3ffae5c4ca629be9b992f97d108165e09726d3e8f80798ac9c7a1821e

File: CentOS-7-x86_64-Everything-1603-02.iso
Sha: f618b51bbbfbbc5a1d2fe64cb699735057f79df41125bad5be6eef11b4f7c575

File: CentOS-7-x86_64-DVD-1603-02.iso
Sha: f78dcd1040afcdbb716c0581a182365ff34b7b37e9c20aa40b521b3c42677744


- 
CentOS Linux 7 / x86_64 Cloud Images are available at :
http://cloud.centos.org/centos/7/images/


Sha: c88230cde563ca29b065d53819586262f79a64769736e014bf6dabaa61a20968
File: CentOS-7-x86_64-GenericCloud-1603.qcow2

Sha:6d17808cf208bee3243f51b84e9bfb10b06f0cd04e2930505d9ea4fba2583bc5
File: CentOS-7-x86_64-GenericCloud-1603.qcow2c

Sha: f91e602120a728f144da605baf0d5f4ad59293921bee99cc4aa3a1ab65e6d445
File: CentOS-7-x86_64-GenericCloud-1603.qcow2.xz

Sha:5c5cacfc1f0700cc7d48d667933cd730f7443e866caeda94d8e205a8bc8ce511
File: CentOS-7-x86_64-GenericCloud-1603.raw.tar.gz

- 
CentOS Atomic Host is being release announced shortly.


- 
CentOS Linux 7 / x86_64 Vagrant images are updated at
https://atlas.hashicorp.com/centos/7 and the backing files can be
downloaded for libvirt and virtualbox providers at :

Libvirt:
http://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-x86_64-V
agrant-1603_01.LibVirt.box
Sha: 4e01796e1afdd8c4bfbe98cffe5966caee227629429657a06c56d93d6e5fadaf

Virtualbox:
http://cloud.centos.org/centos/7/vagrant/x86_64/images/CentOS-7-x86_64-V
agrant-1603_01.VirtualBox.box
Sha: 549542fb475a02b7477000dded6dc7d12e7e325e461f029d25831eb9bb208a4b

- 
CentOS Linux 5 / 6 and 7 docker images are updated at
https://hub.docker.com/_/centos/

- 
We welcome all feedback around these rolling builds and media updates
at the centos-devel mailing list ( http://lists.centos.org/ ).

enjoy!

- -- 
Karanbir Singh, Project Lead, The CentOS Project
+44-207-0999389 | http://www.centos.org/ | twitter.com/CentOS
GnuPG Key : http://www.karan.org/publickey.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (GNU/Linux)

iQEcBAEBAgAGBQJXBbWDAAoJEI3Oi2Mx7xbtkhQIAKWdQsR+3toahhrc/859kfXW
Y3tyvRVU3t/i7i4bs+4jtwT4zih8rEP4DBNYQE/lkv7gusjWANiuvr9FtTrNCj5c
7mGhTOFQtNG7AqGEHfQLKcdkCM4LMUbINhOhAqzymX9Vvj/jznyqenBNBlbwj9Cc
yQR0aEeGPKFLhzUQqBBBW7B8UT1GzEr6l3+d+V7zEXdUJkSVaCiM2rMBEdEK41P/
1sYCcuodBPaTGFVEFPSPZf5sq/fMWQasKfx164xu0Sdi0QQUer7CzwRMlDev649x
yXbzF4Fkhs89JomXM6js19IArjA+HSAOWFu+jiHyp14OFGjReEkEfOcm+swIJ9g=
=Ob+s
-END PGP SIGNATURE-


--

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


End of CentOS-announce Digest, Vol 134, Issue 5
***
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread Tony Mountifield
In article ,
Chandran Manikandan  wrote:
> Hi All,
> 
> I have running Centos 6.5 32 bit machine.
> This machine is running qmailtoaster packages and mailbox size is 385 GB.
> 
> if i run the df -h command it show 385 GB out of 1TB
> 
> I have run the same command today suddenly shows 576 GB out of 1 TB.
> 
> I didn't update any bulk file and mail transaction is not very high.
> 
> How do i check this issue and fix it.
> 
> how do i find out and why suddenly showing this much of increasing the size
> of hard disk.

You can look to see what files have been created or altered in the last
day by using "find" (as root):

# find / -xdev -type f -ctime -1 -ls

For the last 2 days, change the -1 to -2

You can read "man find" to understand the options.

This will only show you files that still exist in the filesystem. If a large
file has been created and is still held open although deleted (unlinked),
it will not show up. But in that case, you can either search for it with
"lsof", or just reboot the system to reclaim the space.

Cheers
Tony
-- 
Tony Mountifield
Work: t...@softins.co.uk - http://www.softins.co.uk
Play: t...@mountifield.org - http://tony.mountifield.org
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Sorin Srbu
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Nux!
> Sent: den 7 april 2016 11:29
> To: CentOS mailing list 
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
> 
> Very nice, it probably has to do with http://appimage.org/
> So the appimage did not work on EL6?
> 
> Anyway, hope to see more apps like this. :-)
> Big win for the users usability wise, not sure how security will be
impacted.
> 
> --
> Sent from the Delta quadrant using Borg technology!
> 
> Nux!
> www.nux.ro
> 
> - Original Message -
> > From: "Sorin Srbu" 
> > To: "CentOS mailing list" 
> > Sent: Thursday, 7 April, 2016 10:02:42
> > Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
> 
> >> > >>> Looks like installing openshot 2.x on C7 isn't as trivial
> >> > >>> It is not trivial at all. The best way to handle this will be to
> > find the
> >> > >> required packages in Fedora and rebuild them.
> >> > >
> >> > > So what's the easy way?
> >> > > Switch to Ubuntu or something? 8-O
> >
> > Just a heads-up;
> >
> > I just installed CentOS 7 x64 on a test machine to try stuff out at
work.
> > Went to openshot.org to download Openshot, and noticed they now have
> > appimages.
> > Just chmod +x the appimage-file and run it.
> >
> > Worked like a charm on C7!
> > It was really fast as well, compared to running the previous version on
> > CentOS 6.
> >
> > I might have to upgrade to CentOS 7 at home too... 8-}

You tell me.
In any case, I'm not that used to apps that "just work" while working with
linux!

I too hope to see more of this, especially on those softwares with
dependencies that are sometimes hard to fulfill.

-- 
//Sorin

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


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread Chandran Manikandan
Hi John,
/home is not mount. It's under the / root directory. sorry i had mention
wrongly.
/ is mount in /dev/sda

On Thu, Apr 7, 2016 at 4:56 PM, Anthony K  wrote:

> On 07/04/16 14:48, John R Pierce wrote:
>
>>
>> if you are running X-Windows, there's a nifty utility KDirStat that scans
>> the disk tallying space, then gives you an interactive graphical view of
>> usage.   I believe you can install it from epel as package k4dirsta
>>
>
> And the equivalent of that at the cli is ncdu - also from EPEL.
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
*Thanks,*
*Manikandan.C*
*System Administrator*
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Nux!
Very nice, it probably has to do with http://appimage.org/
So the appimage did not work on EL6?

Anyway, hope to see more apps like this. :-)
Big win for the users usability wise, not sure how security will be impacted.

--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

- Original Message -
> From: "Sorin Srbu" 
> To: "CentOS mailing list" 
> Sent: Thursday, 7 April, 2016 10:02:42
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??

>> -Original Message-
>> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
>> Behalf Of Sorin Srbu
>> Sent: den 14 mars 2016 07:31
>> To: CentOS mailing list 
>> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
>>
>> > >>> Looks like installing openshot 2.x on C7 isn't as trivial
>> > >>> It is not trivial at all. The best way to handle this will be to
> find the
>> > >> required packages in Fedora and rebuild them.
>> > >
>> > > So what's the easy way?
>> > > Switch to Ubuntu or something? 8-O
> 
> Just a heads-up;
> 
> I just installed CentOS 7 x64 on a test machine to try stuff out at work.
> Went to openshot.org to download Openshot, and noticed they now have
> appimages.
> Just chmod +x the appimage-file and run it.
> 
> Worked like a charm on C7!
> It was really fast as well, compared to running the previous version on
> CentOS 6.
> 
> I might have to upgrade to CentOS 7 at home too... 8-}
> 
> --
> //Sorin
> 
> ___
> 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


Re: [CentOS] Openshot 2.x (beta) on C7??

2016-04-07 Thread Sorin Srbu
> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Sorin Srbu
> Sent: den 14 mars 2016 07:31
> To: CentOS mailing list 
> Subject: Re: [CentOS] Openshot 2.x (beta) on C7??
>
> > >>> Looks like installing openshot 2.x on C7 isn't as trivial 
> > >>> It is not trivial at all. The best way to handle this will be to
find the
> > >> required packages in Fedora and rebuild them.
> > >
> > > So what's the easy way?
> > > Switch to Ubuntu or something? 8-O

Just a heads-up;

I just installed CentOS 7 x64 on a test machine to try stuff out at work.
Went to openshot.org to download Openshot, and noticed they now have
appimages.
Just chmod +x the appimage-file and run it.

Worked like a charm on C7!
It was really fast as well, compared to running the previous version on
CentOS 6.

I might have to upgrade to CentOS 7 at home too... 8-}

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


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread Anthony K

On 07/04/16 14:48, John R Pierce wrote:


if you are running X-Windows, there's a nifty utility KDirStat that 
scans the disk tallying space, then gives you an interactive graphical 
view of usage.   I believe you can install it from epel as package 
k4dirsta 


And the equivalent of that at the cli is ncdu - also from EPEL.

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


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread John R Pierce

On 4/7/2016 1:25 AM, Chandran Manikandan wrote:

For my system shows like below.
df -h

Filesystem  Size  Used Avail Use% Mounted on
/dev/sda2   909G  576G  287G  67% /
tmpfs   3.9G 0  3.9G   0% /dev/shm
/dev/sda1   3.9G  160M  3.5G   5% /boot
/dev/sdb1   916G  382G  488G  44% /bkhdd

.

/bkhdd is mount in /dev/sdb

/home is mount in /dev/sda

But the size is not match in /dev/sda


I do  not see a mount for /home in the file systems listed on df -h, are 
you sure its mounted ?   it appears to just be a folder on /



--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] KVM Virtualization Network VLAN CentOS7 (resolve)

2016-04-07 Thread FrancisM
On Thu, Apr 7, 2016 at 4:20 PM, FrancisM  wrote:

>
>
> On Thu, Apr 7, 2016 at 1:51 PM, FrancisM 
> wrote:
>
>>
>>
>> On Thu, Apr 7, 2016 at 1:26 PM, Subscriber 
>> wrote:
>>
>>> Hello FrancisM,
>>>
>>> Thursday, April 7, 2016, 8:03:38 AM, you wrote:
>>>
>>>
>>> > I tried last night and it seems like the vlans that I created is
>>> failing to
>>> > bring-up. So this is what Im doing
>>>
>>> > in my DATA trunk port at my HomeLab Im doing this
>>>
>>> > 2 port configured for teaming1 (set as link only port) -> Create Bridge
>>> > (br0 port) on top of the teaming1 -> create slave vlan10,20,30,40 and
>>> the
>>> > parent is br0. Am I doing this correctly? Thanks
>>>
>>> not exactly.
>>>
>>> nmcli connection add con-name br10 ifname br10 type bridge stp no
>>> nmcli connection down br10
>>> nmcli connection edit br10
>>> set ipv4.method disabled
>>> set ipv6.method ignore
>>> save
>>> quit
>>> nmcli connection up br10
>>>
>>> nmcli  connection  add  con-name  vlan10  ifname  vlan10 type vlan dev
>>> teaming1 id 10
>>> nmcli connection down vlan10
>>> nmcli connection edit vlan10
>>> set connection.master br10
>>> set connection.slave-type bridge
>>> verify fix
>>> save
>>> exit
>>> nmcli connection up vlan10
>>>
>>> similarly for br20+vlan20, br30+vlan30, br40+vlan40
>>>
>>> ___
>>> CentOS mailing list
>>> CentOS@centos.org
>>> https://lists.centos.org/mailman/listinfo/centos
>>>
>>
>> Thanks for providing the command I will definitely try this method.
>>
>>
> Hi,
>
> After trying the method using the 'nmcli'  its the same error result as
> what I encountered in using the 'nmtui' by the way after configuring then
> check it in the nmtui its the same configuration as what I have done
> earlier.
>
> [root@server network-scripts]# systemctl status network.service -l
> ● network.service - LSB: Bring up/down networking
>Loaded: loaded (/etc/rc.d/init.d/network)
>Active: failed (Result: exit-code) since Tue 2015-04-07 17:19:00 SGT;
> 1min 13s ago
>  Docs: man:systemd-sysv-generator(8)
>   Process: 48732 ExecStop=/etc/rc.d/init.d/network stop (code=exited,
> status=0/SUCCESS)
>   Process: 49302 ExecStart=/etc/rc.d/init.d/network start (code=exited,
> status=1/FAILURE)
>
> Apr 07 17:17:28 server network[49302]: [  OK  ]
> Apr 07 17:17:29 server network[49302]: Bringing up interface
> team1_slave_enp5s0f1:  Connection successfully activated (D-Bus active
> path: /org/freedesktop/NetworkManager/ActiveConnection/69)
> Apr 07 17:17:29 server network[49302]: [  OK  ]
> Apr 07 17:19:00 server network[49302]: *Bringing up interface vlan247:
> Error: Timeout 90 sec expired.*
> Apr 07 17:19:00 server network[49302]: *[FAILED]*
> Apr 07 17:19:00 server network[49302]: Bringing up interface br247:  [
> OK  ]
> Apr 07 17:19:00 server systemd[1]: network.service: control process
> exited, code=exited status=1
> Apr 07 17:19:00 server systemd[1]: Failed to start LSB: Bring up/down
> networking.
> Apr 07 17:19:00 server systemd[1]: Unit network.service entered failed
> state.
> Apr 07 17:19:00 server systemd[1]: network.service failed.
> [root@server network-scripts]#
>
> I will try to use other configuration on this bridge. Does it matter if I
> use TEAMING and not BONDING on this bridging configuration because the two
> nic card that is trunk is configured as TEAMING in my CentOS7
>

Thanks all I already figure it out its due to the

*ipv4.method link-only* it shoud be *ipv4.method disabled*

in my teaming1 configuration
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM Virtualization Network VLAN CentOS7

2016-04-07 Thread Subscriber
Hello FrancisM,

Thursday, April 7, 2016, 11:20:20 AM, you wrote:

> After trying the method using the 'nmcli'  its the same error result as
> what I encountered in using the 'nmtui' by the way after configuring then
> check it in the nmtui its the same configuration as what I have done
> earlier.

You mast use or NetworkManager.service or network.service, not both

systemctl disable network.service
systemctl enable NetworkManager.service

nmcli connection show
> [root@server network-scripts]# systemctl status network.service -l
> ● network.service - LSB: Bring up/down networking
>Loaded: loaded (/etc/rc.d/init.d/network)
>Active: failed (Result: exit-code) since Tue 2015-04-07 17:19:00 SGT;
> 1min 13s ago
>  Docs: man:systemd-sysv-generator(8)
>   Process: 48732 ExecStop=/etc/rc.d/init.d/network stop (code=exited,
> status=0/SUCCESS)
>   Process: 49302 ExecStart=/etc/rc.d/init.d/network start (code=exited,
> status=1/FAILURE)

> Apr 07 17:17:28 server network[49302]: [  OK  ]
> Apr 07 17:17:29 server network[49302]: Bringing up interface
> team1_slave_enp5s0f1:  Connection successfully activated (D-Bus active
> path: /org/freedesktop/NetworkManager/ActiveConnection/69)
> Apr 07 17:17:29 server network[49302]: [  OK  ]
> Apr 07 17:19:00 server network[49302]: *Bringing up interface vlan247:
> Error: Timeout 90 sec expired.*
> Apr 07 17:19:00 server network[49302]: *[FAILED]*
> Apr 07 17:19:00 server network[49302]: Bringing up interface br247: [  OK
> ]
> Apr 07 17:19:00 server systemd[1]: network.service: control process exited,
> code=exited status=1
> Apr 07 17:19:00 server systemd[1]: Failed to start LSB: Bring up/down
> networking.
> Apr 07 17:19:00 server systemd[1]: Unit network.service entered failed
> state.
> Apr 07 17:19:00 server systemd[1]: network.service failed.
> [root@server network-scripts]#

> I will try to use other configuration on this bridge. Does it matter if I
> use TEAMING and not BONDING on this bridging configuration because the two
> nic card that is trunk is configured as TEAMING in my CentOS7

I am using teaming +bridge +vlan. All works as expected/

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


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread Chandran Manikandan
Hi John,
Thank you.

For my system shows like below.
df -h

Filesystem  Size  Used Avail Use% Mounted on
/dev/sda2   909G  576G  287G  67% /
tmpfs   3.9G 0  3.9G   0% /dev/shm
/dev/sda1   3.9G  160M  3.5G   5% /boot
/dev/sdb1   916G  382G  488G  44% /bkhdd

First hard disk /dev/sda
Second hard disk /dev/sdb

The problem is in first hard disk show above size but my email box folders
having below result.

du -hs /*
8.0K/backup
7.5M/bin
*382G/bkhdd*
89M /boot
4.0K/cgroup
4.0K/command
208K/dev
79M /etc
*386G/home*
4.0K/isoqlog.domains
322M/lib
20K /lost+found
4.0K/media
0   /misc
4.0K/mnt
0   /net
64M /root
14M /sbin
4.0K/selinux
4.0K/service
4.0K/srv
680K/tmp
4.3G/usr
1.9G/var

Here

/bkhdd is mount in /dev/sdb

/home is mount in /dev/sda

But the size is not match in /dev/sda

On Thu, Apr 7, 2016 at 3:42 PM, John R Pierce  wrote:

> On 4/7/2016 12:04 AM, Chandran Manikandan wrote:
>
>> Still no luck .
>> I have tried your commands in root folder.
>> It's showing max size 384 only in home directory.
>>
>> But if i try df -h shown 579.
>>
>> Is there any way to find out recycle bin folder
>>
>
>
> Linux shell has no such thing as a recycle bin, thats a windows thing
> (some linux graphical desktops might create one in for a user's files, it
> would be in his /home/username somewhere).
>
> df -h shows a lot of info, for instance on one of my servers, I see...
>
> # df -h
> FilesystemSize  Used Avail Use% Mounted on
> /dev/mapper/vg_free-lv_root
>50G  7.7G   39G  17% /
> tmpfs  12G 0   12G   0% /dev/shm
> /dev/sda1 477M  146M  306M  33% /boot
> /dev/mapper/vg_free-lv_home
>30G  7.1G   23G  25% /home
> /dev/mapper/vg_free-lvpgsql
>30G  671M   30G   3% /var/lib/pgsql
> /dev/mapper/vg_free-lvimages
>   150G   61G   90G  41% /var/lib/libvirt/images
> /dev/mapper/vgdata-lvhome2
>   1.8T  470G  1.4T  26% /home2
>
> # du -hs /home/*
> 398M/home/downloads
> 16K /home/ipsloth
> 16K /home/junk
> 4.1G/home/observers
> 32M /home/pierce
> 2.5G/home/scac
>
> 2.5GB + 4.1 GB + the odds and ends there adds up to pretty close to the
> 7.1GB 'used' in the /home file system.
>
>
>
>
>
>
>
> --
> john r pierce, recycling bits in santa cruz
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
*Thanks,*
*Manikandan.C*
*System Administrator*
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] KVM Virtualization Network VLAN CentOS7

2016-04-07 Thread FrancisM
On Thu, Apr 7, 2016 at 1:51 PM, FrancisM  wrote:

>
>
> On Thu, Apr 7, 2016 at 1:26 PM, Subscriber  wrote:
>
>> Hello FrancisM,
>>
>> Thursday, April 7, 2016, 8:03:38 AM, you wrote:
>>
>>
>> > I tried last night and it seems like the vlans that I created is
>> failing to
>> > bring-up. So this is what Im doing
>>
>> > in my DATA trunk port at my HomeLab Im doing this
>>
>> > 2 port configured for teaming1 (set as link only port) -> Create Bridge
>> > (br0 port) on top of the teaming1 -> create slave vlan10,20,30,40 and
>> the
>> > parent is br0. Am I doing this correctly? Thanks
>>
>> not exactly.
>>
>> nmcli connection add con-name br10 ifname br10 type bridge stp no
>> nmcli connection down br10
>> nmcli connection edit br10
>> set ipv4.method disabled
>> set ipv6.method ignore
>> save
>> quit
>> nmcli connection up br10
>>
>> nmcli  connection  add  con-name  vlan10  ifname  vlan10 type vlan dev
>> teaming1 id 10
>> nmcli connection down vlan10
>> nmcli connection edit vlan10
>> set connection.master br10
>> set connection.slave-type bridge
>> verify fix
>> save
>> exit
>> nmcli connection up vlan10
>>
>> similarly for br20+vlan20, br30+vlan30, br40+vlan40
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>>
>
> Thanks for providing the command I will definitely try this method.
>
>
Hi,

After trying the method using the 'nmcli'  its the same error result as
what I encountered in using the 'nmtui' by the way after configuring then
check it in the nmtui its the same configuration as what I have done
earlier.

[root@server network-scripts]# systemctl status network.service -l
● network.service - LSB: Bring up/down networking
   Loaded: loaded (/etc/rc.d/init.d/network)
   Active: failed (Result: exit-code) since Tue 2015-04-07 17:19:00 SGT;
1min 13s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 48732 ExecStop=/etc/rc.d/init.d/network stop (code=exited,
status=0/SUCCESS)
  Process: 49302 ExecStart=/etc/rc.d/init.d/network start (code=exited,
status=1/FAILURE)

Apr 07 17:17:28 server network[49302]: [  OK  ]
Apr 07 17:17:29 server network[49302]: Bringing up interface
team1_slave_enp5s0f1:  Connection successfully activated (D-Bus active
path: /org/freedesktop/NetworkManager/ActiveConnection/69)
Apr 07 17:17:29 server network[49302]: [  OK  ]
Apr 07 17:19:00 server network[49302]: *Bringing up interface vlan247:
Error: Timeout 90 sec expired.*
Apr 07 17:19:00 server network[49302]: *[FAILED]*
Apr 07 17:19:00 server network[49302]: Bringing up interface br247:  [  OK
]
Apr 07 17:19:00 server systemd[1]: network.service: control process exited,
code=exited status=1
Apr 07 17:19:00 server systemd[1]: Failed to start LSB: Bring up/down
networking.
Apr 07 17:19:00 server systemd[1]: Unit network.service entered failed
state.
Apr 07 17:19:00 server systemd[1]: network.service failed.
[root@server network-scripts]#

I will try to use other configuration on this bridge. Does it matter if I
use TEAMING and not BONDING on this bridging configuration because the two
nic card that is trunk is configured as TEAMING in my CentOS7
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread John R Pierce

On 4/7/2016 12:04 AM, Chandran Manikandan wrote:

Still no luck .
I have tried your commands in root folder.
It's showing max size 384 only in home directory.

But if i try df -h shown 579.

Is there any way to find out recycle bin folder



Linux shell has no such thing as a recycle bin, thats a windows thing 
(some linux graphical desktops might create one in for a user's files, 
it would be in his /home/username somewhere).


df -h shows a lot of info, for instance on one of my servers, I see...

# df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/mapper/vg_free-lv_root
   50G  7.7G   39G  17% /
tmpfs  12G 0   12G   0% /dev/shm
/dev/sda1 477M  146M  306M  33% /boot
/dev/mapper/vg_free-lv_home
   30G  7.1G   23G  25% /home
/dev/mapper/vg_free-lvpgsql
   30G  671M   30G   3% /var/lib/pgsql
/dev/mapper/vg_free-lvimages
  150G   61G   90G  41% /var/lib/libvirt/images
/dev/mapper/vgdata-lvhome2
  1.8T  470G  1.4T  26% /home2

# du -hs /home/*
398M/home/downloads
16K /home/ipsloth
16K /home/junk
4.1G/home/observers
32M /home/pierce
2.5G/home/scac

2.5GB + 4.1 GB + the odds and ends there adds up to pretty close to the 
7.1GB 'used' in the /home file system.








--
john r pierce, recycling bits in santa cruz

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


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread Chandran Manikandan
Hi John, Ashish,

Still no luck .
I have tried your commands in root folder.
It's showing max size 384 only in home directory.

But if i try df -h shown 579.

Is there any way to find out recycle bin folder

On Thu, Apr 7, 2016 at 2:16 PM, Ashish Yadav  wrote:

> Hi Chandran,
>
>
> On Thu, Apr 7, 2016 at 10:38 AM, Chandran Manikandan 
> wrote:
>
> > Hi John,
> > Am currently running dos mode not graphical mode.
> > Could you have any other method.
> >
> > Hi Ashish,
> > You are correct.
> > qmailtoaster backup file which was around 184 GB in backup.gz type and i
> > have removed .bz2 type file with the same backup/mailbkup directory.
> >
> > After removed .bz2 file it's gone backup.gz also which was 184 GB file.
> > I have run this command locate .gz but couldn't find out it.
> >
> > how do i see the open files.
> >
> > Could you help me to find out this file or any soln.
> >
>
> Follow this link for more information,
> 
>
> --Regards
> Ashishkumar S. Yadav
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
*Thanks,*
*Manikandan.C*
*System Administrator*
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Suddenly increased my hard disk

2016-04-07 Thread Ashish Yadav
Hi Chandran,


On Thu, Apr 7, 2016 at 10:38 AM, Chandran Manikandan 
wrote:

> Hi John,
> Am currently running dos mode not graphical mode.
> Could you have any other method.
>
> Hi Ashish,
> You are correct.
> qmailtoaster backup file which was around 184 GB in backup.gz type and i
> have removed .bz2 type file with the same backup/mailbkup directory.
>
> After removed .bz2 file it's gone backup.gz also which was 184 GB file.
> I have run this command locate .gz but couldn't find out it.
>
> how do i see the open files.
>
> Could you help me to find out this file or any soln.
>

Follow this link for more information,


--Regards
Ashishkumar S. Yadav
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos