Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Samuel Sieb

On 10/15/19 7:13 PM, home user wrote:

(replying to Samuel)
 > What I would recommend...
Well, I simply did "su -", and then "baobab".  Unfortunately, I can't 
directly put that into a post in this list, and fpaste doesn't take 
images (screen captures).  So I manually typed up the data in a text 
file.  I added output from "du -h | sort -hr | head -20" (wow, are you a 
plumber?!) and fpasted it.  It's here:

"https://paste.fedoraproject.org/paste/0itNgq0umG~nGgd92LZ~kQ";.


The first big wins are to delete the 28 and 29 from under PackageKit. 
Those are old cached update files that were never used and for a while 
PackageKit didn't clean up after itself.  You don't show what's really 
under /var/cache/yum, but anything under there can be deleted.  The 
worst case is that some metadata will need to be downloaded again. 
/var/cache/tmp has a lot of space.  I don't even have that directory. 
What's in there.  It most likely can be deleted as well.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Ed Greshko

On 10/16/19 11:58 AM, Tim via users wrote:

On Wed, 2019-10-16 at 07:50 +0800, Ed Greshko wrote:

You can delete them all, especially the log files.

Didn't we used to have log rotate daemon to manage that kind of thing
for us?
  


Oh, follow-up.

If one wants to file a RFE bugzilla to rpmfusion the request would probably be 
to supply
a sane /etc/logrotate.d/ file.

--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Ed Greshko

On 10/16/19 11:58 AM, Tim via users wrote:

On Wed, 2019-10-16 at 07:50 +0800, Ed Greshko wrote:

You can delete them all, especially the log files.

Didn't we used to have log rotate daemon to manage that kind of thing
for us?
  


Well, yes.  One could add a file in /etc/logrotate.d with the necessary info to 
do that.
But since the log files are only useful when a compile fails and one (me?) 
would need to expend
time thinking how to construct the /etc/logrotate.d file I'm inclined to take 
the lazy route.  :-)

--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Tim via users
On Wed, 2019-10-16 at 07:50 +0800, Ed Greshko wrote:
> You can delete them all, especially the log files. 

Didn't we used to have log rotate daemon to manage that kind of thing
for us?
 
-- 
 
uname -rsvp
Linux 3.10.0-1062.1.2.el7.x86_64 #1 SMP Mon Sep 30 14:19:46 UTC 2019 x86_64
 
Boilerplate:  All unexpected mail to my mailbox is automatically deleted.
I will only get to see the messages that are posted to the mailing list.
 
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Ed Greshko

On 10/16/19 10:13 AM, home user wrote:

Well, I simply did "su -", and then "baobab".  Unfortunately, I can't directly put that 
into a post in this list, and fpaste doesn't take images (screen captures).  So I manually typed up the data 
in a text file.  I added output from "du -h | sort -hr | head -20" (wow, are you a plumber?!) and 
fpasted it.  It's here:
"https://paste.fedoraproject.org/paste/0itNgq0umG~nGgd92LZ~kQ";.

That gives me a foggy view of what's hogging the space, but I have too little 
feel what can go, what is risky to delete, and what must stay.


2 things pop out to me.

You have a /var/cache/PackageKit/28 directory structure.  Since you're at F30 
you should also have a
/var/cache/PackageKit/30 directory structure which is now being used.  So, the 
28 is no longer being
used and can be removed.

[egreshko@acer PackageKit]$ pwd
/var/cache/PackageKit
[egreshko@acer PackageKit]$ ls
30

Is all I have on my F30 systems.

And then,

/var/cache/abrt-di/usr

That most likely contains a bunch of core files that are no longer needed.


--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread home user

(replying to Samuel)
> What I would recommend...
Well, I simply did "su -", and then "baobab".  Unfortunately, I can't 
directly put that into a post in this list, and fpaste doesn't take 
images (screen captures).  So I manually typed up the data in a text 
file.  I added output from "du -h | sort -hr | head -20" (wow, are you a 
plumber?!) and fpasted it.  It's here:

"https://paste.fedoraproject.org/paste/0itNgq0umG~nGgd92LZ~kQ";.

That gives me a foggy view of what's hogging the space, but I have too 
little feel what can go, what is risky to delete, and what must stay.


thanks,
Bill.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread ToddAndMargo via users

On 10/15/19 3:45 PM, Samuel Sieb wrote:

I would recommend is just using the Gnome disk analyzer


Hi Samuel,

I just tried it out.  It has a petty interface.

I have been using xdiskusage, which has a miserable interface, but it 
works over "ssh -X".


# dnf install baobab

How they get baobab out of "Gnome Disk Analyzer" is beyond me.

Great tip!
-T

I always nuke the /home directory and put the extra space to
/ when I set up Linux.

Folks running out of space on / can always fire up gparted
and rob space from /home.  After a backup, of course
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Ed Greshko

On 10/16/19 8:38 AM, home user wrote:

(responding to Ed)
> Actually, none. ... You can delete them all, especially the log files. ...

Thank-you, Ed.
Done.  I'll put new statistics in a response to Samuel.

How can this be automated such that each week, when I do my patches (dnf 
upgrade), those files are automatically deleted if the patches succeed?  Would 
this require enhancements to dnf?



It has nothing to do with dnf.  Potentially you could file a bugzilla with 
rpmfusion to ask for
an enhancement to akmod-nvidia.

However, the quickest/easiest solution is to create a cron job to cleanup the 
directory on a periodic basis.


--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread home user

(responding to Ed)
> Actually, none. ... You can delete them all, especially the log 
files. ...


Thank-you, Ed.
Done.  I'll put new statistics in a response to Samuel.

How can this be automated such that each week, when I do my patches (dnf 
upgrade), those files are automatically deleted if the patches succeed?  
Would this require enhancements to dnf?


Bill.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Wifi systens -

2019-10-15 Thread Bob Goodwin

On 10/15/19 18:51, Samuel Sieb wrote:

On 10/15/19 1:00 PM, Bob Goodwin wrote:
and that turns out to be the weak link. We live in a rural area and 
our power is reliable but I do get occasional monetary drops the make 
the UPS
s beep and apparently that is causing the Ethernet adapters to become 
unpaired. This morning I reset them and paired them hear at my 
computer where it is convent to do. put the second one downstairs 
where the A/P is and everything was restored. We cut the power at the 
circuit breaker while doing some electrical work and when we switched 
it back on the system was unpaired again. That explains the 
intermittent problem we are having with the internet connection, most 
likely due to minor glitches in power I suspect.


That is strange.  I have TP-Link ethernet over power adapters (can't 
check the model right now) and they don't have that problem.  I can 
unplug them and move them around and they always pair up again as soon 
as they're plugged in.

___


.
Yes I was surprises too. I have paired them plugged into the same outlet 
strip, one I have for convenience in testing things, then carry it 
downstairs and it works \, after rebooting the AP. I rebooted the last 
time I did it anyway, maybe it would have worked given more time.


I suspected a UPS might cause problems but was nit certain, there may be 
line noise  produced when it switches, if that's the sort of thing that 
is causing my problem.


These look like large white wall warts with three status lamps on the 
right side and a reset/pair button there also, attractive design I 
suppose, suspect they are common model. I need to try their tech 
support, always a last resort from my experience but maybe they are 
better than some of the others I've tried ...




--

Bob Goodwin - Zuni, Virginia, USA

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Ed Greshko

On 10/16/19 7:25 AM, home user wrote:

(picking up from Ed's suggestion in the old thread)
> For example, if you use the akmod package for nVidia drivers
> they are automatically rebuilt on each new kernel.  But the
> directory where the rpm's are kept (/var/cache/akmods/nvidia)
> isn't clean up and will grow with time.

Ed appears to be correct.  I did "ls -la" on that directory.  The results are 
long, so I fpasted them in a text file here:
"https://paste.fedoraproject.org/paste/F74iI--P5MbZewNQIjjrpw";
That's a lot of files.  I'll ask the question the way I hope makes the answer 
short:
Which of those files should I keep?


Actually, none.

Once the rpm is installed, there really is no real reason to keep them around.

You can delete them all, especially the log files.  If you really want you can 
keep the last rpm file which
matches your running kernel.


--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Wifi systens -

2019-10-15 Thread George N. White III
On Tue, 15 Oct 2019 at 17:01, Bob Goodwin  wrote:

> On 10/05/19 13:56, Samuel Sieb wrote:
> >> I see a TP-Link AC1750 Smart WiFi Router - Dual Band Gigabit Wireless
> >> router available at an attractive price. Information is a bit vague.
> >> Have you tried that model? I have been looking for assurance that it
> >> could be used as an Access point as it comes. I can probably install
> >> dd wrt or perhaps Tomato which has some features I find useful. I
> >> always seem to get lost looking for openwrt compatibility?
> >
> > That's one of the models I'm still using with openwrt.
> .
> I'm still working on this. I bought the AC1780 router and set it up in
> AP Mode with the TP-Link software that it came with and that seems to
> work. I also bought the TP-Link Ethernet adapters "TP-Link Powerline
> Adapter AV2000 Mbps - Gigabit Port, Ethernet Over Power, Plug&Play,
> Power Saving, MU-MIMO, Noise Filtering(TL-PA9020P KIT)"
> <
> https://www.amazon.com/gp/product/B01H74VKZU/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1
> >
> and that turns out to be the weak link. We live in a rural area and our
> power is reliable but I do get occasional monetary drops the make the UPS
> s beep and apparently that is causing the Ethernet adapters to become
> unpaired. This morning I reset them and paired them hear at my computer
> where it is convent to do. put the second one downstairs where the A/P
> is and everything was restored. We cut the power at the circuit breaker
> while doing some electrical work and when we switched it back on the
> system was unpaired again. That explains the intermittent problem we are
> having with the internet connection, most likely due to minor glitches
> in power I suspect.
>

You can test the claim: "Industry leading support: 2-year and free 24/7
technical
support. Contact ussupport@tp-link if you have any questions".


>
> This making the system too unreliable to use and I am considering
> returning the Ethernet Adapters to Amazon if there is no other
> explanation, some thing I can fix that is.
>
> has anyone else had experience with this, am  alone? I would like some
> comments,
>

I think homeplug is designed to recover after power outages.  HPAV
added support for streaming (AV), look for hpav-white-paper_050818.pdf.
Can you try running the devices in legacy (HP 1.0) mode?

-- 
George N. White III
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread Joe Zeff

On 10/15/2019 04:53 PM, Samuel Sieb wrote:

On 10/15/19 3:43 PM, Joe Zeff wrote:

On 10/15/2019 03:05 PM,   sixpack13 wrote:
installed by default and is under gnome programs => Utilities => 
"Disk Usage Analyse"


Is it still installed by default if I'm running Xfce?


Unlikely, the package name is "baobab".

I'm not looking to install it, just point out that not everybody here is 
running Gnome.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread home user

(picking up from Ed's suggestion in the old thread)
> For example, if you use the akmod package for nVidia drivers
> they are automatically rebuilt on each new kernel.  But the
> directory where the rpm's are kept (/var/cache/akmods/nvidia)
> isn't clean up and will grow with time.

Ed appears to be correct.  I did "ls -la" on that directory.  The 
results are long, so I fpasted them in a text file here:

"https://paste.fedoraproject.org/paste/F74iI--P5MbZewNQIjjrpw";
That's a lot of files.  I'll ask the question the way I hope makes the 
answer short:

Which of those files should I keep?

I'll get to Samuel's suggestion next, shortly.

thanks,
Bill.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread home user

(responding to sixpack13, two posts)
> baobab
> installed...

> s/Disk Usage Analyse/Disk Usage Analyzer/
> https://de.wikipedia.org/wiki/Baobab_(Software)

ok, thank-you.

(responding to John)
> Konqueror has ...

ok, thank-you.

Let's continue this in the new thread.

thanks,
Bill.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread Samuel Sieb

On 10/15/19 3:55 PM, home user wrote:
Thank-you.  I did not know about these.  I was using the man pages on my 
workstation.  Is there a local man page for system-upgrade plugin?  I'm 
not finding one.


man dnf.plugin.system-upgrade

Assuming your mandb is up-to-date, you can do things like "man -k 
upgrade" to find it.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread Samuel Sieb

On 10/15/19 3:43 PM, Joe Zeff wrote:

On 10/15/2019 03:05 PM,   sixpack13 wrote:
installed by default and is under gnome programs => Utilities => "Disk 
Usage Analyse"


Is it still installed by default if I'm running Xfce?


Unlikely, the package name is "baobab".
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Wifi systens -

2019-10-15 Thread Samuel Sieb

On 10/15/19 1:12 PM, Jack Craig wrote:

maybe a UPS  system might fix the problem?


Unless you're referring to a whole-house UPS system, that won't work. 
These devices definitely won't work through a UPS.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread home user

(responding to sixpack13)
> And who is the "sys.admin" and does the "sys.admin"-tasks on your box ?
This is workstation in my home; I am it's sole user; it's my only 
workstation; it's what I use for communication, personal financial 
business, some entertainment, and other things.  No games.  I have no 
cell phone.  I have no training in systems administration (or IT 
security).  But I've been unemployed for 5+ years, so I have no 
realistic alternative but to be my own sys. admin.  With the help of 
this list, and thanks to the high quality, overall user-friendliness and 
sys.admin-friendliness  of Fedora, I've managed quite well.


> according to this link: 
https://dnf-plugins-extras.readthedocs.io/en/latest/system-upgrade.html


> for 'dnf clean packages' see 
https://dnf.readthedocs.io/en/latest/command_ref.html#clean-command


Thank-you.  I did not know about these.  I was using the man pages on my 
workstation.  Is there a local man page for system-upgrade plugin?  I'm 
not finding one.


For the rest, let's go to the new thread.

thanks,
Bill.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Wifi systens -

2019-10-15 Thread Samuel Sieb

On 10/15/19 1:00 PM, Bob Goodwin wrote:
and that turns out to be the weak link. We live in a rural area and our 
power is reliable but I do get occasional monetary drops the make the UPS
s beep and apparently that is causing the Ethernet adapters to become 
unpaired. This morning I reset them and paired them hear at my computer 
where it is convent to do. put the second one downstairs where the A/P 
is and everything was restored. We cut the power at the circuit breaker 
while doing some electrical work and when we switched it back on the 
system was unpaired again. That explains the intermittent problem we are 
having with the internet connection, most likely due to minor glitches 
in power I suspect.


That is strange.  I have TP-Link ethernet over power adapters (can't 
check the model right now) and they don't have that problem.  I can 
unplug them and move them around and they always pair up again as soon 
as they're plugged in.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread Samuel Sieb

On 10/15/19 3:13 PM, home user wrote:

-bash.14[/]: du -hx -d1 /
23G    /var
4.0K    /system-upgrade-root
4.0K    /srv
17G    /usr
16K    /lost+found
51M    /etc
4.0K    /sysroot
4.0K    /mnt
1.4G    /root
4.0K    /media
238M    /opt
4.0K    /.cache
41G    /

starting questions
==
1. What else do you want to know to effectively help?
2. A good specific first step?
Please: one step at a time!


You're not likely to find much to clean up in /usr, but the /var one 
looks likely.  The next step would be do "du -hx -d1 /var" and see where 
the space is used in the next level.  Keep doing that with lower 
directories until you understand what's using the space.  Something fun 
and maybe useful is to try running "du -h | sort -hr | head -20".  That 
will give you the top 20 directories for disk usage.


What I would recommend is just using the Gnome disk analyzer.  The only 
difficulty is that for it to be fully useful, it needs to run as root 
which may not work if you're running Wayland.  Run "sudo baobab" from a 
terminal.  If that doesn't work, then try choosing the "Gnome on Xorg" 
option from the login screen.  (Click the gear after clicking on your 
name before entering the password.)

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread Joe Zeff

On 10/15/2019 03:05 PM,   sixpack13 wrote:

installed by default and is under gnome programs => Utilities => "Disk Usage 
Analyse"


Is it still installed by default if I'm running Xfce?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread home user

(responding to Ed)
> Yes
Thank-you.  Done.
> rm /var/lib/dnf/system-upgrade   deletes the link.
Done. Thank-you.
> FWIW, as noted by Samuel, removing packages won't buy you much.
I was taught to get the advice of 2 or 3 wise friends where practical; 
it's in the Bible somewhere (I wish I could remember where!).  So you 
and Samuel agreeing gives me much more confidence. Likewise when Samuel 
and Terry agreed on a key step last week.  So regarding "FYIW": it's 
worth a lot to me!


> For example, if you use the akmod package for nVidia drivers
> they are automatically rebuilt on each new kernel.  But the
> directory where the rpm's are kept (/var/cache/akmods/nvidia)
> isn't clean up and will grow with time

I just looked; you're right.  Several minutes ago, I opened a new thread 
for the '/' filsystem problem.  I'll continue this there.


Thank-you, Ed.
Bill.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread John Pilkington

On 15/10/2019 21:34, Ed Greshko wrote:

You may wish to show how much space you have on / and how much is used.  
Then go about finding what
areas take up the majority of space.  There may be a GUI tool for that 
but I can't think of it at 4AM.

I can only think of "du -s *" used at various points.

You may find you have old files that could be deleted.

For example, if you use the akmod package for nVidia drivers they are 
automatically rebuilt on each
new kernel.  But the directory where the rpm's are kept 
(/var/cache/akmods/nvidia) isn't clean up and will

grow with time.

Konqueror has View > View Mode > File Size View  that I have found 
useful:  I had cached nVidia builds from F23...


It's in /usr/bin/fsview, from the konqueror package in F29 or 
kde-baseapps in el7 clones.


John P
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


too-nearly-full filesystem '/'. (was upgrade problem: space on '/' filesystem.)

2019-10-15 Thread home user

(Fedora-30; x86-64; personal workstation)
This problem goes back to last Thursday, so a brief review might be good.

brief background

Last Thursday, I tried to upgrade from Fedora-29 to Fedora-30.  dnf 
complained it didn't have enough space in the '/' filesystem.  List 
members successfully got me through the upgrade.  But the root 
problem(s) probably still remains.


some data (all commands run this (Tuesday) afternoon, Oct. 15)
=
-bash.11[~]: df -hP
Filesystem  Size  Used Avail Use% Mounted on
devtmpfs    7.8G 0  7.8G   0% /dev
tmpfs   7.9G   76M  7.8G   1% /dev/shm
tmpfs   7.9G  1.7M  7.9G   1% /run
tmpfs   7.9G 0  7.9G   0% /sys/fs/cgroup
/dev/sda6    50G   41G  6.0G  88% /
tmpfs   7.9G   68K  7.9G   1% /tmp
/dev/sda3   477M  236M  213M  53% /boot
/dev/sda7   904G  7.7G  851G   1% /home
tmpfs   1.6G   84K  1.6G   1% /run/user/1001
-bash.12[~]:

-bash.13[/]: du -sh | grep G
du: cannot access './run/user/1001/gvfs': Permission denied
du: cannot access './proc/1776/task/1776/fd/4': No such file or directory
du: cannot access './proc/1776/task/1776/fdinfo/4': No such file or 
directory

du: cannot access './proc/1776/fd/3': No such file or directory
du: cannot access './proc/1776/fdinfo/3': No such file or directory
49G    .
-bash.14[/]:

-bash.14[/]: du -hx -d1 /
23G    /var
4.0K    /system-upgrade-root
4.0K    /srv
17G    /usr
16K    /lost+found
51M    /etc
4.0K    /sysroot
4.0K    /mnt
1.4G    /root
4.0K    /media
238M    /opt
4.0K    /.cache
41G    /
-bash.15[/]:

starting questions
==
1. What else do you want to know to effectively help?
2. A good specific first step?
Please: one step at a time!

thanks,
Bill.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread sixpack13
s/Disk Usage Analyse/Disk Usage Analyzer/

https://de.wikipedia.org/wiki/Baobab_(Software)
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread sixpack13
...
> There may be a GUI tool for that but I can't
> think of it at 4AM.

baobab

installed by default and is under gnome programs => Utilities => "Disk Usage 
Analyse"
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread sixpack13
...
> To remove cached metadata and transaction use 'dnf system-upgrade clean'
> The downloaded packages were saved in cache until the next successful 
> transaction.
> You can remove cached packages by executing 'dnf clean packages'.
> -
> My sense is that those two dnf commands are things the sys.admin. does 
> if something goes wrong and he has to back-track (or start over).  Am I 
> correct, or should I do those?  By the way, the dnf man page makes no 
> mention of a system-upgrade command.
> 

And who is the "sys.admin" and does the "sys.admin"-tasks on your box ?

according to this link:
https://dnf-plugins-extras.readthedocs.io/en/latest/system-upgrade.html

there is no explanation of 'dnf system-upgrade clean' !

so what it really does I don't know, but (I guess) it mainly removes stuff you 
don't need anymore ! 
stuff that was only necessary for the upgrade process/task. I guess mainly 
packages which are installed or somewhat better: the contents of these packages 
is copied to their target directories (see below).

for 'dnf clean packages' 
see
https://dnf.readthedocs.io/en/latest/command_ref.html#clean-command

the command cleans under /var/cache/dnf/ and this directory is filled/updated 
(again !!!) during any run of "sudo dnf upgrade"

so if you clean there there is no harm !

why ?

a try of an explanation:
==
lets say you want upgrade/install a package and let's say it's name is 
"config.rpm". 
let's assume it contains mainly configuration files for the target directory 
/etc

if you do "dnf upgrade" or "dnf install config.rpm" mainly two tasks are 
executed:
a) config.rpm is downloaded (!) to /var/cache/dnf
and
b) config.rpm is installed (!), what mainly means it's contents is "copied" to 
it's target directory /etc 

after both tasks there is no need to keep the packages "config.rpm" under 
/var/cache/dnf/ anymore.
after installation it has done it's purpose !

with other packages it works analogous -maybe other target directories are 
involved-

Okay ?
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread Ed Greshko

On 10/16/19 4:14 AM, home user wrote:

question 1: Can I delete "/home/sysyem-upgrade"?  I'm fully done with it, 
right?  (yes, I know it's only a few bytes)


Yes

question 2: How do I unlink (decouple) "/var/lib/dnf/system-upgrade" and "/home/system-upgrade".  I looked at the "ln" man page, and didn't see anything to do that. 


rm /var/lib/dnf/system-upgrade   deletes the link.

FWIW, as noted by Samuel, removing packages won't buy you much.

You may wish to show how much space you have on / and how much is used.  Then 
go about finding what
areas take up the majority of space.  There may be a GUI tool for that but I 
can't think of it at 4AM.
I can only think of "du -s *" used at various points.

You may find you have old files that could be deleted.

For example, if you use the akmod package for nVidia drivers they are 
automatically rebuilt on each
new kernel.  But the directory where the rpm's are kept 
(/var/cache/akmods/nvidia) isn't clean up and will
grow with time.

--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Wifi systens -

2019-10-15 Thread Bob Goodwin

On 10/15/19 16:12, Jack Craig wrote:

maybe a UPS  system might fix the problem?

.
Well if it does it would seriously reduce the utility of those adapters, 
I hope not. I already use three UPS's, it might mean another here and a 
fourth one downstairs where we are still trying to find an acceptable 
location for what I am trying to use now.


--

Bob Goodwin - Zuni, Virginia, USA
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread home user

(responding to Samuel)
> The first one is specific to the system-upgrade plugin ...
ok, nothing for me to do there.

> The second one is just the standard bit...
ok, nothing for me to do there.

(continuing on my previous post)
> Let's deal with this one first, then I'll post the second.
The second question/issue is hopefully quick and easy.  This is, I 
think, simply a matter of tying up loose ends rather than recovering a 
lot of space.  Last Thursday, as suggested by Samuel and "seconded" by 
Terry, I did these:

-
mv /var/lib/dnf/system-upgrade /home
ln -s /home/system-upgrade /var/lib/dnf
-
Here's what's in these two places:
-
-bash.4[system-upgrade]: ls -la
total 12
drwxr-xr-x. 2 root root 4096 Oct 15 11:12 .
drwxr-xr-x. 7 root root 4096 Feb 11  2019 ..
-rw-r--r--. 1 root root    2 Oct 10 15:28 tempfiles.json
-bash.5[system-upgrade]:
-bash.7[lib]: cd /var/lib/dnf
-bash.8[dnf]: ls -la
total 21600
drwxr-xr-x.  5 root root 4096 Oct 12 09:45 .
drwxr-xr-x. 84 root root 4096 Oct 10 16:05 ..
drwxr-xr-x.  3 root root 4096 Apr 18 13:54 history
-rw-r--r--.  1 root root 17911808 Oct 14 08:02 history.sqlite
-rw-r--r--.  1 root root    32768 Oct 14 08:02 history.sqlite-shm
-rw-r--r--.  1 root root  4144752 Oct 12 09:45 history.sqlite-wal
drwxr-xr-x.  2 root root 4096 Oct 10 16:08 modulefailsafe
lrwxrwxrwx.  1 root root   20 Oct 10 12:21 system-upgrade -> 
/home/system-upgrade

-rw-r--r--.  1 root root 1560 Oct 10 15:28 system-upgrade.json
drwxr-xr-x. 40 root root 4096 Oct  1  2015 yumdb
-bash.9[dnf]:
-
question 1: Can I delete "/home/sysyem-upgrade"?  I'm fully done with 
it, right?  (yes, I know it's only a few bytes)
question 2: How do I unlink (decouple) "/var/lib/dnf/system-upgrade" and 
"/home/system-upgrade".  I looked at the "ln" man page, and didn't see 
anything to do that.


thanks,
Bill.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Wifi systens -

2019-10-15 Thread Jack Craig
maybe a UPS  system might fix the problem?

On Tue, Oct 15, 2019 at 1:01 PM Bob Goodwin  wrote:

> On 10/05/19 13:56, Samuel Sieb wrote:
> >> I see a TP-Link AC1750 Smart WiFi Router - Dual Band Gigabit Wireless
> >> router available at an attractive price. Information is a bit vague.
> >> Have you tried that model? I have been looking for assurance that it
> >> could be used as an Access point as it comes. I can probably install
> >> dd wrt or perhaps Tomato which has some features I find useful. I
> >> always seem to get lost looking for openwrt compatibility?
> >
> > That's one of the models I'm still using with openwrt.
> .
> I'm still working on this. I bought the AC1780 router and set it up in
> AP Mode with the TP-Link software that it came with and that seems to
> work. I also bought the TP-Link Ethernet adapters "TP-Link Powerline
> Adapter AV2000 Mbps - Gigabit Port, Ethernet Over Power, Plug&Play,
> Power Saving, MU-MIMO, Noise Filtering(TL-PA9020P KIT)"
> <
> https://www.amazon.com/gp/product/B01H74VKZU/ref=ppx_od_dt_b_asin_title_s00?ie=UTF8&psc=1
> >
> and that turns out to be the weak link. We live in a rural area and our
> power is reliable but I do get occasional monetary drops the make the UPS
> s beep and apparently that is causing the Ethernet adapters to become
> unpaired. This morning I reset them and paired them hear at my computer
> where it is convent to do. put the second one downstairs where the A/P
> is and everything was restored. We cut the power at the circuit breaker
> while doing some electrical work and when we switched it back on the
> system was unpaired again. That explains the intermittent problem we are
> having with the internet connection, most likely due to minor glitches
> in power I suspect.
>
> This making the system too unreliable to use and I am considering
> returning the Ethernet Adapters to Amazon if there is no other
> explanation, some thing I can fix that is.
>
> has anyone else had experience with this, am  alone? I would like some
> comments,
>
> Thanks,  Bob
>
> --
>
> Bob Goodwin - Zuni, Virginia, USA
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
>
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: Wifi systens -

2019-10-15 Thread Bob Goodwin

On 10/05/19 13:56, Samuel Sieb wrote:
I see a TP-Link AC1750 Smart WiFi Router - Dual Band Gigabit Wireless 
router available at an attractive price. Information is a bit vague. 
Have you tried that model? I have been looking for assurance that it 
could be used as an Access point as it comes. I can probably install 
dd wrt or perhaps Tomato which has some features I find useful. I 
always seem to get lost looking for openwrt compatibility?


That's one of the models I'm still using with openwrt.

.
I'm still working on this. I bought the AC1780 router and set it up in 
AP Mode with the TP-Link software that it came with and that seems to 
work. I also bought the TP-Link Ethernet adapters "TP-Link Powerline 
Adapter AV2000 Mbps - Gigabit Port, Ethernet Over Power, Plug&Play, 
Power Saving, MU-MIMO, Noise Filtering(TL-PA9020P KIT)" 

and that turns out to be the weak link. We live in a rural area and our 
power is reliable but I do get occasional monetary drops the make the UPS
s beep and apparently that is causing the Ethernet adapters to become 
unpaired. This morning I reset them and paired them hear at my computer 
where it is convent to do. put the second one downstairs where the A/P 
is and everything was restored. We cut the power at the circuit breaker 
while doing some electrical work and when we switched it back on the 
system was unpaired again. That explains the intermittent problem we are 
having with the internet connection, most likely due to minor glitches 
in power I suspect.


This making the system too unreliable to use and I am considering 
returning the Ethernet Adapters to Amazon if there is no other 
explanation, some thing I can fix that is.


has anyone else had experience with this, am  alone? I would like some 
comments,


Thanks,  Bob

--

Bob Goodwin - Zuni, Virginia, USA
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread Samuel Sieb

On 10/15/19 10:44 AM, home user wrote:

(responding to Samuel)
 > This is a 3rd-party application that you installed manually.
sigh.  How did I miss that?  (don't answer!)  You're correct.  It's for 
zoom meetings.  On a few issues that I bring to this list, I wish I 
could do a zoom meeting to deal with it.  With one of this list's 
authoritative experts on the other end, it would be faster, easier, and 
more effective.  Both microsoft and HP have tools for connecting to a 
remote windows workstation; such a tool could also work.  Does Fedora 
have such a tool?


Gnome has built-in screen sharing, but you need a separate channel for 
audio.  It also doesn't work through NAT because that would require an 
outside server.


 > Since they're not causing you any problems and removing them won't 
get you much space back,

 > is it worth the effort to weed them out?
Mostly agree.  Let's put this aside for now, deal one two other upgrade 
questions/issues, and then handle the too-nearly-full filesystem in a 
separate thread.  But I think ultimately, the junk ought to be properly 
identified and cleaned out.


Personally, I don't think it's worth the effort to figure out what 
little can be removed.



The first upgrade question/issue:

During the download phase, dnf displayed the following:
-
Running transaction test The downloaded packages were saved in cache 
until the next successful transaction. You can remove cached packages by 
executing 'dnf clean packages'.

-
and when re-doing the download, dnf displayed the following:
-
Download complete! Use 'dnf system-upgrade reboot' to start the upgrade.
To remove cached metadata and transaction use 'dnf system-upgrade clean'
The downloaded packages were saved in cache until the next successful 
transaction.

You can remove cached packages by executing 'dnf clean packages'.
-
My sense is that those two dnf commands are things the sys.admin. does 
if something goes wrong and he has to back-track (or start over).  Am I 
correct, or should I do those?  By the way, the dnf man page makes no 
mention of a system-upgrade command.


The first one is specific to the system-upgrade plugin because it puts 
the files in a different cache location than normal dnf.  You would only 
need that if you decide not to do the upgrade and want to get the space 
back.  Or very unlikely, in case something really went wrong and dnf 
can't recover from some corrupted files.


The second one is just the standard bit that dnf always puts at the end 
if you don't actually run the transaction (e.g. --downloadonly).  The 
same reasons as the other one.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread home user

(responding to Ed)
> Yes, research is required.  Especially in the event one may be using 
some of them.

> I would not willy-nilly erase all of them.

Last Thursday, I came "that close" to running that
"dnf remove $(dnf repoquery --extras --exclude=kernel,kernel-\*)".
Looks like it's a good thing that I didn't.  It looks like I understood 
the instructions too simply.


(responding to Samuel)
> This is a 3rd-party application that you installed manually.
sigh.  How did I miss that?  (don't answer!)  You're correct.  It's for 
zoom meetings.  On a few issues that I bring to this list, I wish I 
could do a zoom meeting to deal with it.  With one of this list's 
authoritative experts on the other end, it would be faster, easier, and 
more effective.  Both microsoft and HP have tools for connecting to a 
remote windows workstation; such a tool could also work.  Does Fedora 
have such a tool?


> Since they're not causing you any problems and removing them won't 
get you much space back,

> is it worth the effort to weed them out?
Mostly agree.  Let's put this aside for now, deal one two other upgrade 
questions/issues, and then handle the too-nearly-full filesystem in a 
separate thread.  But I think ultimately, the junk ought to be properly 
identified and cleaned out.


The first upgrade question/issue:

During the download phase, dnf displayed the following:
-
Running transaction test The downloaded packages were saved in cache 
until the next successful transaction. You can remove cached packages by 
executing 'dnf clean packages'.

-
and when re-doing the download, dnf displayed the following:
-
Download complete! Use 'dnf system-upgrade reboot' to start the upgrade.
To remove cached metadata and transaction use 'dnf system-upgrade clean'
The downloaded packages were saved in cache until the next successful 
transaction.

You can remove cached packages by executing 'dnf clean packages'.
-
My sense is that those two dnf commands are things the sys.admin. does 
if something goes wrong and he has to back-track (or start over).  Am I 
correct, or should I do those?  By the way, the dnf man page makes no 
mention of a system-upgrade command.


Let's deal with this one first, then I'll post the second.

thanks,
Bill.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Two way trust IPA <--> AD

2019-10-15 Thread Michal Zacek

Hello,

it is possible to use an IPA accounts to login to the AD domain 
(cross-forest trust)? I would need create a file share on Windows, which 
should be accessible by IPA users. I know the opposite (AD --> IPA) work 
well, but after i read all docs, I came to conclusion that this so 
called "two way trust" is in reality only one way trust.


Thanks for any help.
Best regards,
Michal

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Re: upgrade problem: space on '/' filesystem.

2019-10-15 Thread sixpack13
> (responding to sixpack13)
> -bash.9[~]: uname -a
> Linux coyote 5.2.18-200.fc30.x86_64 #1 SMP Tue Oct 1 13:14:07 UTC 2019 
... 
> The grub menu has the following choices:
> Fedora-30
> Fedora-29 (from Oct. 10?)
> Fedora-29 (from Oct, 03?)
> Fedora-30 rescue
> Windows-7
> 

remove elder kernels and elder modules:


1.
rpm -qa | grep kernel-core

2.
sudo dnf remove 

means all F29 and maybe elder F30 kernels (for F30 carefully read the version 
numbers)
if unsure leave F30 kernels, they will removed automatically when newer kernels 
gets installed via upgrade.

ever, carefully read what dnf wants to remove !
usually it is (on a box WITHOUT nvidia !):
- kernel
- kernel-core
- kernel-modules

2b.
sudo dnf remove kernel-devel < for the kernel-versions you removed in step 2.>
 
kernel-devel is needed to compile your kmod-nvidia.
if unsure leave for F30.

3.
to fix grub entries after removing kernels:
[ -d /sys/firmware/efi/efivars ] && sudo grub2-mkconfig -o 
/boot/efi/EFI/fedora/grub.cfg || sudo grub2-mkconfig -o /boot/grub2/grub.cfg

- last line is ONE line ([ ... .cfg] -

4.
rpm -qa | grep kmod-nvidia

5.
sudo dnf remove 

carefully read what dnf wants to remove !
don't remove the nvidia package, only kmod-nvidia !
if unsure leave all F30 kmod-nvidia !

extra:
 
kmod-nvidia are automatically compiled for the running kernel and gets 
installed.
kmod packages are kept on your box under
 /usr or /var

- I don't know exactly, cause I don't run nvdia here (only VBOX), so maybe I'm 
wrong -

e.g. find /usr -iname '*kmod-nvidia*' will find the directory
I guess there are a lot of elder kmod's in...


packages clean up
===
as mentioned do a research !

one research could be:

for each package in your list you provided on "Montag, 14 Oktober"
find out if a package for F30 is installed beside elder one's:

rpm -qa | grep 

if a package is installed for F30 and you got elder one e.g. for F29 do

sudo dnf remove 

carefully read what dnf want's to remove !
...

AND as mentioned you want get that much space from the above cleanage !

in general:

I for myself would do an fresh and clean install.
at least if bugs turn up during running that old box and the need to debug them.

the question then is: 
what do I currently/really debug: F30 bugs or bugs somehow reaching down to F18
 
I would like to be on a save(r) side with a clean box, so 5 upgrades okay, but 
~12 ?

sure, it needs more work !
but all the work and hours you put in for the cleanage and stuff is more then 
~1h installation
plus some (depends on your setup) hours reinstalling additional packages and 
configuration.

thinks about it !


> I got somewhat overwhelmed and lost in the rest of the post.  Let's 
> please take this one step at a time.
> 
sorry !
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org