Re: du Weirdness - how is this possible

2018-03-11 Thread Ed Greshko
On 03/12/18 09:41, Stephen Morris wrote: > Thanks Robert, so basically what you are saying is that if you use that > parameter, > the output is rounded up to the nearest integer representation (in this case > Gig) > rather than displaying it as a fraction? For example, for a file that is 600 >

Re: du Weirdness - how is this possible

2018-03-11 Thread Stephen Morris
On 12/3/18 11:29 am, Robert Nichols wrote: On 03/11/2018 07:19 PM, Stephen Morris wrote: On 12/3/18 10:48 am, Philip Rhoades wrote: JD, Gordon, Robert, On 2018-03-12 06:13, Robert Nichols wrote: On 03/11/2018 01:48 PM, Philip Rhoades wrote: People, I started deleting GBs of stuff from:

Re: du Weirdness - how is this possible

2018-03-11 Thread Robert Nichols
On 03/11/2018 07:19 PM, Stephen Morris wrote: On 12/3/18 10:48 am, Philip Rhoades wrote: JD, Gordon, Robert, On 2018-03-12 06:13, Robert Nichols wrote: On 03/11/2018 01:48 PM, Philip Rhoades wrote: People, I started deleting GBs of stuff from: /dev/sdb1 /backup but df did not reduce from

Re: du Weirdness - how is this possible

2018-03-11 Thread Stephen Morris
On 12/3/18 10:48 am, Philip Rhoades wrote: JD, Gordon, Robert, On 2018-03-12 06:13, Robert Nichols wrote: On 03/11/2018 01:48 PM, Philip Rhoades wrote: People, I started deleting GBs of stuff from: /dev/sdb1 /backup but df did not reduce from 95% so I looked more closely and found this

Re: du Weirdness - how is this possible

2018-03-11 Thread Philip Rhoades
JD, Gordon, Robert, On 2018-03-12 06:13, Robert Nichols wrote: On 03/11/2018 01:48 PM, Philip Rhoades wrote: People, I started deleting GBs of stuff from: /dev/sdb1 /backup but df did not reduce from 95% so I looked more closely and found this weirdness: # du -s -BG 20180216 43G

Re: RH rpms, and installing using hardlinks vs symlinks

2018-03-11 Thread George N. White III
On 6 March 2018 at 10:45, Ed Greshko wrote: > On 03/06/18 22:30, Robert P. J. Day wrote: > > so there's probably more admittedly trivial questions coming, but > > only because i'm being forced to look more closely at things than i > > have in a long time. > > > OK.

Re: Amd Kaveri + AMDGPU kernel driver - any success?

2018-03-11 Thread Samuel Sieb
On 03/11/2018 02:11 PM, Clemens Eisserer wrote: Did I miss something or isn't the amdgpu kernel module maybe not included in fedora's initrd? The regular initrd doesn't contain all the modules. It only includes the ones that are necessary to boot. You could try the rescue one as that

Amd Kaveri + AMDGPU kernel driver - any success?

2018-03-11 Thread Clemens Eisserer
Hi, I would like to switch my AMD kaveri (7650k) based system from radeon to the amdgpu kernel driver. From what I've read, Kaveri is Southern Island and should be supported by AMDGPU. To force amdgpu i simply added "radeon.si_support=0 amdgpu.si_support=1" to the kernel command line, which had

Re: du Weirdness - how is this possible

2018-03-11 Thread Robert Nichols
On 03/11/2018 01:48 PM, Philip Rhoades wrote: People, I started deleting GBs of stuff from: /dev/sdb1 /backup but df did not reduce from 95% so I looked more closely and found this weirdness: # du -s -BG 20180216 43G 20180216 # du -s -BG 20180216/* 1G  20180216/naf_dirs 43G

Re: du Weirdness - how is this possible

2018-03-11 Thread Gordon Messmer
On 03/11/2018 11:48 AM, Philip Rhoades wrote: Where has ~37GB disappeared to? "ls -la 20180216/phil" Are there dot-files in there that aren't being matched by the shell glob?  If so: shopt -s dotglob du -s -BG 20180216/phil/* ___ users mailing

Re: RH rpms, and installing using hardlinks vs symlinks

2018-03-11 Thread Robert P. J. Day
On Sun, 11 Mar 2018, Gordon Messmer wrote: > On 03/10/2018 05:24 PM, Stephen Morris wrote: > > I can't find the documentation any more, but I have found > > documentation on how to use copy the create the target as a hard > > link or as a soft link. It is possible I have incorrectly > >

Re: du Weirdness - how is this possible

2018-03-11 Thread JD
How about checking the permissions of all files/dirs in phil? Run ls -lR phil and report results. On 03/11/2018 12:48 PM, Philip Rhoades wrote: People, I started deleting GBs of stuff from: /dev/sdb1 /backup but df did not reduce from 95% so I looked more closely and found this

Re: RH rpms, and installing using hardlinks vs symlinks

2018-03-11 Thread Gordon Messmer
On 03/10/2018 05:24 PM, Stephen Morris wrote: I can't find the documentation any more, but I have found documentation on how to use copy the create the target as a hard link or as a soft link. It is possible I have incorrectly remembered what I had read, or it is possible over time that the

du Weirdness - how is this possible

2018-03-11 Thread Philip Rhoades
People, I started deleting GBs of stuff from: /dev/sdb1 /backup but df did not reduce from 95% so I looked more closely and found this weirdness: # du -s -BG 20180216 43G 20180216 # du -s -BG 20180216/* 1G 20180216/naf_dirs 43G 20180216/phil 1G 20180216/root # du -s -BG

Re: RH rpms, and installing using hardlinks vs symlinks

2018-03-11 Thread Patrick O'Callaghan
On Sun, 2018-03-11 at 19:59 +1100, Stephen Morris wrote: > On 11/3/18 1:09 pm, Ed Greshko wrote: > > On 03/11/18 09:24, Stephen Morris wrote: > > > I can't find the documentation any more, but I have found documentation > > > on how to > > > use copy the create the target as a hard link or as a

Re: cups sucks!!! Epilogue

2018-03-11 Thread Stephen Morris
On 11/3/18 7:24 pm, Tim wrote: On Wed, 2018-03-07 at 08:00 +1100, Stephen Morris wrote: I have my home multifunction device connected to my router, so it is effectively a network device. I suppose should be really specific and say, is that an ethernet (or WiFi) connection between printer and

Re: RH rpms, and installing using hardlinks vs symlinks

2018-03-11 Thread Stephen Morris
On 11/3/18 1:09 pm, Ed Greshko wrote: On 03/11/18 09:24, Stephen Morris wrote: I can't find the documentation any more, but I have found documentation on how to use copy the create the target as a hard link or as a soft link. It is possible I have incorrectly remembered what I had read, or it

Re: cups sucks!!! Epilogue

2018-03-11 Thread Tim
On Wed, 2018-03-07 at 08:00 +1100, Stephen Morris wrote: > I have my home multifunction device connected to my router, so it is  > effectively a network device. I suppose should be really specific and say, is that an ethernet (or WiFi) connection between printer and router, or is the printer