Re: Windows Dual Boot
I got a windows 7 on a second disk. I'm NOT using UEFI. plug off the first disk running Fedora. IIRC windows boot loader lands otherwise on the first disk (/dev/sda) Install Windows on the second. Plug in the first disk and boot Fedora then run: sudo grub2-mkconfig -o /boot/grub2/grub.cfg the next boot, windows will appear in grub's boot menu I'm then also able to boot windows as VM via Vbox for that VM running windows from the raw disk I do: sudo VBoxManage internalcommands createrawvmdk -filename ./Win7_RAW.vmdk -rawdisk /dev/sdb -partitions 1,2 -relative in the Vbox config menu regarding disk I point to Win7_RAW.vmdk disk -l /dev/sdb: Device BootStart End Sectors Size Id Type /dev/sdb1 *2048 206847 204800 100M 7 HPFS/NTFS/exFAT /dev/sdb2 206848 40962047 40755200 19,4G 7 HPFS/NTFS/exFAT ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Power settings wrong or battery dying?
do you got a setting "calibrate battery" or simular named in your BIOS (seen in samsung's) ? maybe, try it before buying a new battery. powertop (last TAB): what's draining ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
nautilus won't start after upgrade
Hi did an upgrade to F28 on my brothers box. All went smooth. Problem now: Nautilus is unable to start. did a nautilus -c on command line with user account: nothing starting nautilus with root account from command line: nautilus starts reinstalling all nautilus packages doesn't fix it. Ideas ? Hint: after upgrade I run dnf autoremove, but in my sight it shouldn't has (had ?) broken anything, cause nautilus still starts with root account, but even ONLY with root account. nautilus -c as root outputs the same (errors) as on my box (upgrade from April's beta). ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re:nautilus won't start after upgrade
... forgot to tell that I set up a new user and tried to start nautilus: also nautilus didn't start. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: nautilus won't start after upgrade
... forgot to tell that I also set up a new user for testing nautilus: nautilus didn't start here too ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: Problem with copying files to externel USB connected disk
Thoughts: - external disk formated with fat32 => movie file > 4 GB ? - try rsync ? - try to move away the movie file from the disk under windoof. copy it back and try again under fedora => does the same file make problems ? Why do you need a usb adapter ? Is the disk without enclosure (USB3 Interface) ? Had a Aspice E5-574 without any errors regarding file coping via USB. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Problem with copying files to externel USB connected disk
IIRC you are running Fedora from a usb stick ? I can't say how much RAM is needed during coping big files and if it is needed, but it sounds to me like you running out of something, which could be RAM e.g. swap space. Do you got swap space or enough RAM, esp. you are running a full blown (???) Desktop from USB/RAM ? Tried sysrescueCD ? another point could be your old (?) external disk => bad sector, etc. did you checked it with smartctl, etc. ever ? My experiences are windows isn't that smart realizing bad disks. If you need a copy tool with verify under Windows, maybe this one: https://fastcopy.jp/en/ I used to checksum important files and keep that checksums, too. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: printing from thunderbird broken
can't confirm. printing from TB is as usual. rpm -qa|grep -iE 'thunder|cups'|sort cups-2.2.6-19.fc28.x86_64 cups-client-2.2.6-19.fc28.x86_64 cups-filesystem-2.2.6-19.fc28.noarch cups-filters-1.20.0-9.fc28.x86_64 cups-filters-libs-1.20.0-9.fc28.x86_64 cups-libs-2.2.6-19.fc28.x86_64 cups-pk-helper-0.2.6-5.fc28.x86_64 gutenprint-cups-5.2.14-1.fc28.x86_64 python3-cups-1.9.72-20.fc28.x86_64 thunderbird-60.0-1.fc28.x86_64 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Hardware Suggestions for Desktop Fedora
if he builds a box with a second disk he maybe can remain his windows with it's hw profile. a) second disk with F24 and VirtualBox b) integrate the windows disk/partions as raw disks into a Windows VM via: sudo VBoxManage internalcommands createrawvmdk -filename ./Win7_RAW.vmdk -rawdisk /dev/sdb -partitions 1,2 -relative 1:= Windows Boot Part. 2:= Windows System Part. c) chown : Win7_RAW* d) not sure about this : usermod -a -G disk (logoff/ogon) e) in VB pick Win7_RAW.vmdk as your VM disk -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: unable to start rc-local.service
cat /etc/rd.d/rc.local : === #!/bin/bash touch /var/lock/subsys/local ... exit 0; don't know if /var/lock line is needed today, but I get no error's ... ls -l /etc/rd.d.&rc.local : = -rwx--. 1 root root 4,6K 4. Jun 19:56 rc.local -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: During rescue startup boot process halts with "cannot open access to console, the root account is locked"
boot parameter "emergency" ? https://freedesktop.org/wiki/Software/systemd/Debugging/ Title: Booting into Rescue or Emergency Targets ... If the rescue target will not boot either, the more minimal emergency target might. ... -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
Re: Shredding a removable drive (OT)
maybe "hdparm security erase" is an option (don't know if disk content is afterwards still recoverable) https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase It works with spinning drives too. At least bother of my Samsung drives are supported. (time: 500 GB 112 min) I'm not quit sure, but I mean I did "security erase" with one of the Samsung HDD tools too - Samsung HDD Utility(HUTIL ? or - Samsung ESTOOL ?) Also, I got a "security erase" option in my Bios (MSI B250-PC-MATE mainboard) another tool: hdat2 https://www.hdat2.com/ ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Shredding a removable drive (OT)
from a german IT magazine I got this: https://www.heise.de/select/ct/2016/03/1454233793502849#titel_1454233793502849_10 openssl enc -aes-256-ctr -pass pass: "$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64)" -nosalt < /dev/zero > /dev/sdX I've never tested it, so I don't know if it works ! For non-german's the article sense in short: - dd if=/dev/urandom of=/dev/sdX would need several days for 3 TB disk - the bottle leck is /dev/urandom cause it generates 15 MB/s only - to overwrite a disk there is no need to do it with a high value random number [*] - with the above command overwriting a 3 TB disk needs 5 h only [*] the main tasks in this article is to prepare (by overwriting) a disk for encryption P.S. in a previous contribution (Saturday, 26 January 8:52 p.m.) it should read "(time: 500 GB *76* min)" I looked at the wrong disk (my 320 GB disk needs more time: 112 min) ! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Shredding a removable drive (OT)
Zit: "This is repeating really old information. On my not new laptop /dev/urandom can provide over 250MB/s." yep, I thought this already. I better had mention the date of the article. lesson learned ! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: tip: cd previous directory
somewhat outdated, but ... https://www.tldp.org/LDP/abs/html/ ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: F29 support for Intel Rapid Storage Technology (RST)
cit.: "Ultimately I plan to run this pre-installed Win10 in a VM under F29. The trick is to get a forensic copy of the existing pre-installed OS that I can read back into a VM using P2V" maybe a hint: you are maybe able (raid: don't know) to boot your raw windows disk(s)/Partition(s) within a VM. I do this with Virtualbox. My Windows lays on a second sata disk (1st and 2cd partition) and I do "sudo VBoxManage internalcommands createrawvmdk -filename ./Win_RAW.vmdk -rawdisk /dev/sdb -partitions 1,2 -relative" to get a disk (~800 Bytes only) for my Vbox Windows VM config. the command creates 2 files: - Win_RAW.vmdk and - Win_RAW-pt.vmdk the first one is your disk for your Window 10 Vbox-VM you need to chown the created files for your user running the VM, too. fdisk -l: /dev/sdb1 *2048 206847 204800 100M 7 HPFS/NTFS/exFAT /dev/sdb2 206848 41019391 40812544 19,5G 7 HPFS/NTFS/exFAT here, sdb1 is the boot partition and sdb2 the system partition from Windows 7/10 maybe a second hints: to have a disk image from your shiny new machine isn't a bad idea ( backup, sale in some years ?) - systemrescuecd - => fsarchiver - delete the Windows swap/hibernation files before doing an image !!! P.S. more right: he above /dev/sdb is a lie/no more current since I moved my sda (F29 !) stuff to an nvme (Samsung Evo Plus => tested by phoronix.com), so a sata port came free and sdb went to sda. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: F29 support for Intel Rapid Storage Technology (RST)
cit: "There's no SSD (/dev/sda or /dev/sdb)" in your first post you told that the box is equiped with PCIe M.2 SSDs maybe I'm wrong (course no experiences with raid stuff), but I guest you should see your single disks as /dev/nvme0 and /dev/nvme1 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: any grub/dracut wizz here? - how to move everything but boot to a new NVMe
my answer probably may be incomplete, but I guess your UUID for your root partition in /boot/grub/grub.cfg still points to the old root partition on the old disk. I don't know if it adequate to change this by hand via vi or an another editor. other question I'm thinking about are - is your PCIe adaptor seen at all by your system ( => lspci) and - is it bootable first step: you should still be able to boot your system from your old disk, but I guess only via BIOS boot menu (on MSI boards: F11-Key) [in my Bios M2-nvme became the very first boot device, so default boot device has changed and needs adjustments] => lspci => PCIe adaptor and nvme seen: yes/no ? => blkid => UUID from your new root partition on the nvme next step: after making a backup of your old grub.cfg and changing the UUID in grub.cfg on your ssd (!!!, needs to mount extra). after reboot you should able to load your system from the root partition on the nvme. - maybe via Bios boot menu fetching the ssd as first boot device - next step: with some luck you are able boot (via Bios Boot menue) from your nvme after adjustments in grub.cfg ON the nvme - don't know if it works cause no experience with PCIe-adaptor - open question: === - sudo grub2-install ... ? - sudo dracut -f /boot/initramfs-$(uname -r).img $(uname -r) with parameter of the root partition on the nvme ? => man dracut ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: any grub/dracut wizz here? - how to move everything but boot to a new NVMe
... - I'm getting old - ... /etc/fstab needs adjustments (UUID) too !!! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: sane : how to remove old scanners ?
I'm no expert, but I guess config's to/ for (?) old scanners are also stored in one of your hidden user directory. Crtl + h will unhide e.g. /home// .xsane in my case ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
F30 and php 7.3
Hallo upgrade and running F30 without any trouble. ***a big thanks folks !!!*** one inconvenience: I'm runnning baikal to sync calendars, etc. between thunderbird and my android smartphone. => http://sabre.io/baikal/ baikal currently doesn't support php 7.3.x (only 7.2.x) ! there are some info's in the wild that workaround's being in worked on (not tested so far: a VM with F29 serves my F30 Thunderbird since yesterday) Questions, esp. to the php experts: = 1. Is it feasibility to temporally "downgrade" ( e.g. F29 packages) to php 7.2 *without* breaking my really smooth running F30 ??? my box is a workstation running httpd only to sync between box/smartphone, so I guess nothing really special 2. any hints ? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: smartmontools issue
I'm NO expert with raid array's and I don't know how long it will last to check a 12 TB disk, but maybe this could be an option: SeaTools from Seagate https://www.seagate.com/support/downloads/seatools/seatools-win-master/ ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: smartmontools issue
sorry wrong link ! this one should do: https://www.seagate.com/support/downloads/seatools/ ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: smartmontools issue
As you are replying to my contribution I guess (?) you did that test with SeaTools ?! So, in my view it's clear that there is something up with that disk cause the tests failed even with the *vendor specific tool*. I would request the vendor to replace it ! did you save the output of that tool (log, photo) ? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: tracker-extract keeps crashing and flooding journal
cit: "I wasn't able to disable it completely..." sudo sed -i 's/X-GNOME-Autostart-enabled=.*/X-GNOME-Autostart-enabled=false/' /etc/xdg/autostart/tracker-store.desktop be aware: setting gets overwritten by next tracker install and/or sudo rpmconf -a ! AND it want help to catch tracker bugs... ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: 30 upgrade does not take
can't find your post on test-list, so I answer here I did some days ago: 1. sudo dnf upgrade --refresh 2. sudo dnf install dnf-plugin-system-upgrade 3. sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing - the above is ONE line with a blank between "=30" and "--setopt" - 4. sudo dnf system-upgrade reboot 5. sudo dnf system-upgrade clean ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Feature request: pre-tweaking
@ Seth Kenlon a separat and during install untouched (just mount it) /home partition could save the sync time too :-) @ Beartooth 1. after install: dnf list installed | sort -u >> rpm_to_delete.txt 2. edit rpm_to_delete.txt and clean it up so that only the rpm are left over you want to delete. hint 1: you could shorten the entries in the delete list e.g. for all intel wifi firmware I don't need to iwl\* 3. then: for i in $(cat rpm_to_delete.txt); do sudo dnf remove $i; done 4. keep rpm_to_delete.txt for later use e.g. Fedora 31, ... hint 2: analog for an list of additional to install rpm's ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Feature request: pre-tweaking
Urrrggghhh in 1. you need to generate the list via: dnf list installed | cut -d " " -f1 | sort -u >> rpm_to_delete.txt ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Feature request: pre-tweaking
> > ...I haven't had any upgrade issues for a long time. +++1 yep, the "proven packager" did it very well since several Releases ! ;-) "Beta-Release-Day is *MY* Release-Day" ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: clean-up after upgrade.
If you are able to boot with F29 last kernels without errors you might want remove old F2x kernels and their devel/module packages too. dmesg|grep -iEw 'bad|bug|conflict|corrupted|error|fail|failed|fault|fatal|Lock|NULL|segfault|stack|trace|warn' "uname -a" will tell you the release version of your booted kernel and what module version is needed for your nvidia card. if I pick it right removing kmod-nvidia-5.0.7-200.fc29 could be a problem. it seems 5.0.7-200 is the last released F29 kernel: https://bodhi.fedoraproject.org/updates/?packages=kernel to be save save the above output in a file, remove the above packages and play with your application if they are still running. If not reinstall the needed packages. maybe java could be the case if you are running java programs which need old java. install the old java packages and reconfigure your java with "alternatives --config java" *I* usually do after an upgrade: sudo dnf autoremove sudo dnf distrosync handle with care ! Q.'s: what does "@@commandline" mean ? kmod-nvidia installed by hand ? is rpmfusion on your box enabled ? https://rpmfusion.org/Configuration ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: clean-up after upgrade.
... > See here: > "https://paste.fedoraproject.org/paste/LrdPf~bE3iIlDkAPXHaPaw"; ... there are errors mostly regarding ACPI, but it doesn't seems to me that the box has difficulties to run. ... > -bash.14[~]: uname -a > Linux [sys. name] 5.0.7-200.fc29.x86_64 ... as I thought kmod-nvidia-5.0.7-200 belongs to your running kernel. I guess it's in your remove list cause it was installed by hand and NOT via dnf from rpmfusion. at the rpmfusion website is a howto how to install nvidia modules. https://rpmfusion.org/Howto/NVIDIA?highlight=%28CategoryHowto%29 ... > Seems risky. ... I don't think so - if handled with care - man dnf (cit.): "dnf [options] autoremove Removes all "leaf" packages from the system that were originally installed as dependencies of user-installed packages, but which are no longer required by any such package." > > Thank-you, "sixpack13". never mind ! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: clean-up after upgrade.
I forgot one point: ... > > Seems risky. Suppose I myself never used (for example) python, > but it's > "under the hood" of other packages (such as dnf). Would that command > remove python? ... un-needed python only, I would like to say. dnf is self-protected and -I guess- all dependent packages (python ?) too to make sure dnf is normally able to run see ls -l /etc/dnf/protected.d/ and prove: "sudo dnf remove dnf" => "Error: Problem: The operation would result in removing the following protected packages: dnf (try to add '--skip-broken' to skip uninstallable packages)" in generall: there is an history regarding executed dnf commands: - sudo dnf history - sudo dnf history info - sudo dnf history undo man dnf for more dnf history lives under /var/lib/dnf ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
I say thanks for a new release !
anyone ?! ;-) ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: Updated info about disabling tracker related processes?
cit: "Let's see if it hogs again my cpu as before" if so: sudo sed -i 's/X-GNOME-Autostart-enabled=.*/X-GNOME-Autostart-enabled=false/' /etc/xdg/autostart/tracker-*.desktop note: .../tracker-*... to disable all tracker stuff ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: PSA: All Firefox extensions are getting disabled, one by one
you were all heared: https://koji.fedoraproject.org/koji/buildinfo?buildID=1263621 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: how to have dual boot on new laptop
you should backup /dev/nvme0n1p4 (Windows recovery), save the disk layout (fdisk -l...) and maybe save your boot sector too (don't know if this relevant for UEFI) esp. if you got a function key (F2, F?, ..) during boot to recover you disk/windows. think of the case if you want to sell the laptop in some years or recover a somehow damaged windows (Virus, broken disk, ...) ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: how to have dual boot on new laptop
is this the same as what's in the recovery partition, *the complete configured Win-Installation* (with all vendor driver's/settings and the bloatware, too) ? don't know, my experiences are somewhat aged and only from win7 netbooks (Samsung). ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: how to have dual boot on new laptop
regarding Samsung - and I guess other vendors too - in the recovery partition resides a disk image (like dd..., or the like tools) from /dev/nvme0n1p1 up to p3 with that image you are able to reset the laptop to a state before first use in few minutes, so I guess it's different to an usb recovery stick ! usually there is a - tool to refresh/update the disk images in the recovery partition. - maybe a Function Key shown during boot to start recovering/resetting the laptop to initial configured(!!!) state. convenient ! re-creating the recovery partition, boot a windows usb stick/CD, starting the recovery tool in the recovery partition and you are fine if something bad happens to windows. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: OT - Antivirus clean up USB
you could never ever be to 100 % sure that you fetch all viruses, etc. ! So my advice (in case you got an recovery partition with an full configured and imaged win installation in): 1. backup C:\Users (complete folder) to an external disk (maybe disk d: ..., too) 2. virus scan only that backup from the previous step 3. take a screenshot of what applications/drivers are installed 4. recover the laptop maybe there is a Bios Boot key/Option or a Program in your start menue (=> maybe vendor forum, ,,,) 5. cherry pick the user files (NOT directories !) from your backup and restore them to the right folders - YOU NEVER EVER SHOULD copy the complete old c:\Users to new C:\Users (it won't work !) - an application with dual Windows for directories "TotalCommander" (Win) or MC (Linux) could help - user generated files mainly are under: C:\Users\https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: OT - Antivirus clean up USB
maybe you mixed Windows Rescue and Vendors Rescue/recovery. the first comes from M$ and is able to boot the box and do some simple tasks (Win 7, don't know if Win 10 can do more) analogous to F30 rescue. the second is an disk image (like dd) from the vendor and contains: - a complete Windows installation with drivers, application, bloatware, etc. - a set of tools to freshen and/or to restore that recovery and maybe a change to the boot sector to provide an function key to start recovery out of the boot sreen restore overwrites the hole disk or at least the windows partition with that contents, an image, in the (normally) hidden recovery partition. It simply reset the box to the state when you bought it. P.S. we discussed that already weeks ago. when do you want to start remembering it ? - askes a 58 year old sixpack13 with the beginning indication of "weared out memory", Hrmph ! - :-P ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: OT - Antivirus clean up USB
> According to the threading, it appears you're replying to me. > yup. ...> > Vendors (almost?) never provide media. ... But vendor fills the recovery partition and provides the recovery software https://www.youtube.com/watch?v=VXvoUbhf1mc https://www.samsung.com/uk/support/model/NP-NC10-JC02SE/ => Recovery Solution ... > Do note that I've done this very rarely and I've had very limited > success with using recovery images. Usually I've just ended up using > the full installer instead. Not so here with HP/Samsung laptops full install is to much time consuming, if I got a recovery. ~20 Minutes to restore + time for updates versus several hours: win install, driver, application, updates you are from germany ? and read heise c't, esp. if they provide article/software for WinPE and drivesnapshot within ? http://www.drivesnapshot.de/en/ image creation is limited to 1 year, but restore is unlimited what heise provides. creates images on a running windows ! > > > Too many threads to keep track of. If you want me to remember, provide > a link to the archive. https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/thread/QRT2W2CQQLFOOGEXQ2PCQYJEJTM5QCSO/#QRT2W2CQQLFOOGEXQ2PCQYJEJTM5QCSO thread called: "how to have dual boot on new laptop" from @Gianluca Cecchi from 10.05.2019 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Re: dnf workstation collection
=> dnf grouplist was sudo dnf groupinstall "Fedora Workstation" meant ? maybe followed by an sudo dnf autoremove/distrosync ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Question regarding bash scripting
hallo I usallay run vanilla kernels and build them with a suffix "_MY" to save some works when cleaning /boot if that kernels gets outdated and a new one gets installed. /boot looks like this ll /boot : ... -rw---. 1 root root 20M 22. Jun 15:04 initramfs-5.1.14_MY.img -rw-r--r--. 1 root root 4,7M 22. Jun 15:04 System.map-5.1.14_MY -rw-r--r--. 1 root root 15M 22. Jun 15:04 vmlinuz-5.1.14_MY ... and ll /boot/loader/ : drwx--. 2 root root 4,0K 22. Jun 15:04 entries and sudo ls -l /boot/loader/entries/ : -rw-r--r--. 1 root root 242 22. Jun 15:04 0637b2e09df64d90bd0c13dc10d1da70-5.1.14_MY.conf to clean /boot a use a script: #!/bin/bash set -vx; sudo rm -rf /boot/loader/entries/*MY*; sudo rm -rf /boot/*MY* /lib/modules/*MY*; sudo grub2-mkconfig -o /boot/grub2/grub.cfg; and now my problem: the first sudo rm -rfv command does NOTHING, means the loader entry is still there and I need to rm it by hand. whereas the second rm command does what I espect. What I'm doing wrong / where is the/my bug ? ___ 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: Question regarding bash scripting
thanks $ALL bash -c ... did the trick ! P.S. I forebode (right word/spelt ?) it already that the combination of user rights and expansion was my bug, but didn't know how to fix. ___ 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: Question regarding bash scripting
I guess "foresaw it" explains it at best. In german it's called "Ahnung". A sort of "partly (!) knowledge", not exclusively rational (maybe a feel or an idea), what's going on, but without a / the deep, 100 % clearness to name it "realized / knew / understood it". But this thread goes philosophic ... and the solution was found already. Thanks again ! ___ 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
somethings gone wrong with last qt updates
Hallo I compile homebrewed vanilla kernels and configure them via "make xconfig". I guess the F30 updates since last friday [1] damaged something regarding qt (???). all menue options in the output of the above command are gone and the upper panel is nearly completey blank, without any font ! I checked against another kernel which was working some days before, now I get the same above error, so I guess the bug is NOT in the kernel tree (qconf ...). please, could someone check this ? and/or any hint ? [1] I guess something with the following updates is gone wrong (NOT sure, though): adwaita-qt4 adwaita-qt5 qt-settings ___ 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: somethings gone wrong with last qt updates
... I forgot: I'm running "Gnome on Xorg" and in wayland it is without error ... ___ 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: somethings gone wrong with last qt updates
thanks Tom the update packages in your BZ fixed my problem ! ___ 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: Amarok song list seems to be white on white
there new updates for qt: https://bugzilla.redhat.com/show_bug.cgi?id=1727986 and/or https://koji.fedoraproject.org/koji/buildinfo?buildID=1310362 ___ 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: dnf system-upgrade download + reboot does not finish upgrade.
moon's ago I read about / upgraded with one of the following commands: sudo dnf system-upgrade download --releasever=30 --setopt=module_platform_id=platform:f30 --allowerasing OR sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing I don't remember which one and I don't know if it will help here ... ___ 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: Failed to upgrade to F-30
- it seems rpmfusion is currently offline ! and I upgraded with command: sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing or without " ' " after "setopt=" and "f30" ___ 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: Failed to upgrade to F-30
it seems rpmfusion is currently offline workaround: - sudo dnf list installed | grep rpmfusion | cut -d " " -f1 > fusion_packs - sudo dnf remove rpmfusion\* OR simply disable (enabled=0) all rpmfusion repo's in /etc/yum.repos.d/ - sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing - sudo dnf system-upgrade reboot - wait until rpmfusion is online again - then install rpmfusion repos config's from here: http://rpmfusion.org/Configuration - sudo dnf install $(cat fusion_packs) ___ 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: Failed to upgrade to F-30
... Urggghhh, cutted my reply, here the rest: workaround = 1. sudo dnf list installed | grep rpmfusion | cut -d " " -f1 > fusion_packs 2. sudo dnf remove rpmfusion-\* OR 2b. disable all rpmfusion repo's (enabled=0) under /etc/yum.repos.d 3. sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing 4. sudo dnf system-upgrade reboot 5. wait until rpmfusion is online again 6. install rpmfusion repo config from here: http://rpmfusion.org/Configuration OR (depending from your decision, see 2. or 2b. !) 6b. enable rpmfusion repo's again and run sudo dnf update 7. sudo dnf install $(cat fusion_packs) rpmconf 8. sudo rpmconf -a (!!! handle with care !!!) 9. sudo dnf system-upgrade clean 10. have fun ! :-) ___ 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: Failed to upgrade to F-30
... and this was a draft... ...first vanished and re-appeared ... today IS NOT my day !!! :-( - a edit function for this forum software could be a win to lower (or prevent ?) a lot of "not-my-day days" ! - ___ 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: Failed to upgrade to F-30
> ... > file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-30 ... > If they are downloaded, where are they located?? > see above ! P.S. rpmfusion is ONLINE again ! try sudo dnf upgrade rpmfusion-\* ___ 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: What to do instead of using rc.local?
wasn't su disallowed during the last fedora upgrades ? ___ 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: What to do instead of using rc.local?
thanks for clarification. greetings ___ 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: Enlarging the swap partition
If I were you I would get rid off that partion schema and would change it to GUID partioning ! I don't know if it's able to do without new installation ! In my view/with my understanding: if you ever get in the position/the need to do an new install with new partioning your /home on an logical partition is in danger. - maybe I'm wrong ?! - If you move to GUID partioning you circumvent the barrier of 4 primary partions OR 3 prim. plus x logical. You simply get more then 4 primary partitions. - don't know the limit - And you are able - during a later new install - to leave your /home in an primary partition untouched and just mount it during an new install. For the other partitions (/, swap, ...) you are free to format /re-partitioning them without putting /home in danger. - no need to tell that a user data backup is important anyway - Hints: - you need a partition named "Bios Boot" with 1-2 MB size as a first (?) partition. - you need (I'm unsure if this still relevant !!!) "inst.gpt" as boot parameter for your install media https://docs.fedoraproject.org/en-US/Fedora/25/html/Installation_Guide/sect-boot-options-advanced.html - leave some space (10-15 %) on your ssd un-partitioned ( again, don't know if this still valid) my config: sudo fdisk -l /dev/nvme0n1 : Disk /dev/nvme0n1: 465,8 GiB, 500107862016 bytes, 976773168 sectors Disk model: Samsung SSD 970 EVO Plus 500GB Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type: gpt Disk identifier: F881C380-A695-4C12-BD2E-73B0D205EFAC Device Start End Sectors Size Type /dev/nvme0n1p1 2048 6143 40962M BIOS boot /dev/nvme0n1p2 6144 97662975 97656832 46,6G Linux filesystem /dev/nvme0n1p3 97662976 781258751 683595776 326G Linux filesystem /dev/nvme0n1p4 781258752 820322303 39063552 18,6G Linux filesystem swap is on another disk ! mount|grep ext4 : /dev/nvme0n1p2 on /home type ext4 (rw,relatime,seclabel) /dev/nvme0n1p3 on /home/ron/DATA type ext4 (rw,relatime,seclabel) /dev/nvme0n1p4 on / type ext4 (rw,relatime,seclabel) .../DATA - an extra partition carries movies/mp3/iso's, etc. mostly big data I'm lazy to move around during new installs. - extra partition cause it allows to format /home too during new installs, if needed /home and .../DATA are backup-ed weekly ! a drawback with .../DATA if I format /home: /home/ is created during first gnome login, e.g. I can't mark it to mount it during install => a need to edit /etc/fstab AFTER first login/user creation, but I do it anyway to mount /var/tmp as tmpfs to ! cat /etc/fstab : UUID=... / ext4defaults1 1 UUID=... /home ext4defaults1 2 UUID=... swap swapdefaults,discard=pages0 0 # UUID= / /home/ron/DATA ext4defaults1 2 # tmpfs /var/tmp tmpfsdefaults,nosuid,nodev,noexec,mode=1777 0 0 ___ 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: Enlarging the swap partition
sure the OP doesn't need GPT. Not strongly/imperative ! and my suggestions are far away from just "extend swap". but he needs to save his data anyway (backup) before he moves his partitions with gparted. - I never would manipulate partition WITHOUT an backup ! - a second backup is needed again if he - in the future - needs to change something within his first three primary partitions and of cause a gparted run. a extended partition with logical's in and on top of that /home (with the dearest data) as one of the logical partition was always - in my experiences - obstructive and time comsuming ! even if the OP decides in the future to run windows in addition to linux on his ONE disk box: he is fxxked: windows claims the first (and the second ?) primary partition as it's install target. what do you do if you need to update your bios and the vendor only provides windows based bios updates ? WinPE might work and what if not ? second disk ? available ? sure with the current partition layout it might be doable again with gparted, too. (but why to spend the time again for the same tasks ? I'm lazy !) I was pissed often to move data lasting for hours caused by an aged limit of 4 primary partitions only (or 3x primary and 1x extended with x logical) before GPT was introduced/avaiable for linux. my suggestion/intentions was/is "do it once, but do it (mostly) right then" with the view of most time saving/flexibility/etc for the future. the time you need to move full partitions with gparted is - in my view - "simular" maybe longer then the time needed to do an fresh install (< 1 h) AND the pending user configuration/restore data (time depends on user needs) ?! agreed ? sure if you move empty partitions (backuped and then erased) OR erase sda5, sda4, resize sda{1,2,3} and create new sda{4,5, ..} you won't agree. quiet clear ! But you need to restore the data (/home on sda5), anyway. Why not restore it on an nicer partition layout ? so, if I need to do so much work (error prone for my taste: nobody warrants gparted won't fail ! - it hadn't in past though, but ... -) spending additional < 1 h for an new install on an clean/non-obstructive/etc. partition layout (GPT) is not much additional time. (the time for the restore is needed in any case [gparted without backup: no go !]) The time the OP needs to successfully perform the tasks I suggest is - maybe - somewhat higher then to just "extend swap". But maybe it might be shorter (I can't guess the time needed for user configurations after install to the current state) even if gparted fails somehow (no electron out of the wall for a second, ...). I just try to prevent the OP for maybe bad, time consumming, un-needed, reiterating experiences I maid years ago with a one disk box. That all ! ___ 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: Enlarging the swap partition
> When you have a notebook install, you are locked into the drive you have > and whatever you did on the partitioning, you are stuck with, for the > most part. No adding a new drive with additional partitions. > Exactly, that was my main point: that YOU get more flexibilty with GPT on an one-disk only box - maybe with the cost of new install AND re-partition ! - The time you need to spent now is the time you save in the future - in my view - > I originally deleted the default LVM setup and then created the ext4 > partitions you see in the original post. The Fedora installer created > those partitions. It was my oversight in not making swap larger in the > 1st place; I was controling the install knobs. > I never use "automatic partitioning", cause I need to leave my /home un-touched. Otherwise you get LVM (still valid ?) or msdos partition scheme. In your current case LVM had been a win too, it also bring flexibility regarding re-partioning/re-sizing I know/have learned if you don't start the installer without parameter inst.gpt (?) and choose manual partitioning you get the current partition scheme. Maybe one should think about to make inst.gpt a default boot parameter for the installer ? ___ 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: Enlarging the swap partition
> sixpack13 composed on 2019-07-27 14:24 (UTC): ... > ... DFSee[1]... > And it still supports IBM OS/2, neat, that brings up some good and some bad memories. worked on/with it 25 years ago ! What would be - with respect to Win10 user brainfxxk now- if IBM weren't so blind to give away the market to M$ ? .. > IIRC, 256. ... > Technically, much less than 1MB is needed, but not using a multiple of 1MB > would > normally disrupt conventional partitioning's sector alignment: > https://en.wikipedia.org/wiki/BIOS_boot_partition > Thanks for clarification ! ___ 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: Final on enlarging swap - I really needed more memory
your is an ThinkPad X140e ? according to this https://forums.lenovo.com/t5/ThinkPad-X-Series-Laptops/Unofficial-Max-RAM-Capacity-for-x120e/m-p/3717347/highlight/true#M77742 and https://forums.lenovo.com/t5/forums/v3_1/forumtopicpage/board-id/tp02_en/thread-id/37966/page/3 and https://imgur.com/a/Y5xrC it seems there is NOT a vendor limit of 2 x 4GB only ! they are talking about an X120e with last bios, though ... ___ 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: Improper shutdown, now Kernel panic.
e2fsck is for ext -partitions AFAIK /boot/efi is fat ! ___ 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: kernel module can't link to static lib.a on fedora 30.
saw a simular error month ago - can't find it anymore - the solution was to sudo dnf install glibc-static - don't know if it helps here too - ___ 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: How do I zero out my swap space?
if you reformat your swap partition you need adjust /etc/default/grub => new UUID from swap. a subsequent run of grub2-mkconfig is needed. OR you give the old UUID as parameter to mkswap -U (man mkswap) btw: you're able to zero your swap part. with gnome disk => format => owerwrite existung data wirg zero ___ 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: System upgrade from F30 to F31-beta error messages
..., but it was a F30 Question *too* ! btw: I get somewhat "nervous" about your "don't do this and that on this and that list(s)"-shit ! sixpack ___ 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: System upgrade from F30 to F31-beta error messages
... > > ... If you're here (on > this list) over any length of time, you might notice that there's only > about two or three people who have answers to test-related questions. I'm here - with interruption - since fc1 (Yarrow) ! ;-) ___ 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: mkexfatfs doesn't work?
/dev/sdb1 still mounted ? ___ 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: Bootable USB and a Windows ISO-file
i you got an second windows box or an windows-VM with usb access: in windows: open an terminal/powershell with admin rights 1. run diskpart run all the following comands step by step: 2. list disk 3. select disk N (N is your usb stick) 4. detail disk (to check if it's the right drive) 5. clean (all contents of the stick is lost !!!) 6. create partition primary 7. format fs=ntfs quick 8. assign 9. active 10. copy the whole contents of the mounted iso (windows installer dvd) to the usb stick hints: https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart maybe you need to integrate some driver (USB3, NVMe) into the iso before copy /usb afterwards USB3 only for Win7; Win > 8 ist buildin. NVMe ??? MSI provides a tool => "MSI Smart Tool": https://www.msi.com/Motherboard/support/B250-PC-MATE.html#down-driver&Win10%2064 tool should (?!) run on non-MSI-boxes too ___ 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: Migration strategy to F33 w/ btrfs?
I currently don't know if the installer could be forced to install grub to an destined disk/ssd when two are in the box: so I would place the new ssd in the right place *before* installation. I also don't know if "over-provisioning" is (still) necessary. is that on your radar ? hint: I'm used to tag the edited files under /etc with # to find them all quickly with fgrep -R /etc/* ___ 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: Migration strategy to F33 w/ btrfs?
thanks for clarification. I wasn't sure. It want hurt to put the disks in the right place even it is planed to do so in any case afterwards. ___ 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: errors during update.
same here ___ 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: auditd log processing tools?
could sudo dnf install setroubleshoot-server setroubleshoot and/or https://docs.fedoraproject.org//en-US/Fedora/25/html/SELinux_Users_and_Administrators_Guide/index.html - actuality ??? - help ? ___ 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: auditd log processing tools?
in the OP's text: - 1. sentence, last part: "...would like to get more involved with auditd." - in the 2. sentence, 2. part: "..., but are there any tools to process the audit.log..." - in the 4. paragraph, last part of the sentence: "..., but what do people do with this information ..." wrong ? if yes: 1. sorry, my bad 2. english is not my native language, so I'm not everytime able to pick the whole/right sense and need to collect the words out of an dictionary. 3. I'm old, sometimes blind, lazy esp. in terms of "producing long stories on obvious things [*]" (here: the OP "has a shortage of knowledge" and in terms of efficiency, even when I've read a lot of news and blog's over hours (before). [*] my 6 h A-Level finals (Abitur) in german (Deutsch) was just two DIN-A 4 pages or one with both sides described and it was a "2" ("Gut"), where others wrote > 50 pages. teacher's comment: "everything 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: auditd log processing tools?
Aha ! THX, something learned ___ 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: auditd log processing tools?
@Alex obviously I provides wrong info's trying to answer your questions. 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
Re: auditd log processing tools?
> On Fri, 2021-01-29 at 21:59 +, sixpack13 wrote: > > And once again, you didn't quote what you are replying to. > > poc to me it seems completely unnecessary. My comment is right under the comment I replied to. that is the case now here in hyperkitty and - IIRC- was the same when I read this list via thunderbird. ___ 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: auditd log processing tools?
s/provides/provided/ ___ 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: [RFC] delta-repository-metadata
Apr 27 21:59:38 INFO Delta RPMs reduced 87.7 MB of updates to 10.7 MB (87.1% saved) thx ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: suspends shutdowns system instead of suspending
https://linux.die.net/man/1/pm-is-supported http://www.linuxfromscratch.org/blfs/view/cvs/general/pm-utils.html in combination with dnf history undo 1. check your /etc/default/grub: GRUB_CMDLINE_LINUX=" resume=/dev/sdXN rhgb quiet" 2. run all three pm-is-supported [{--suspend | --hibernate | --suspend-hybrid}] now (echo $?) 3. dnf history undo ( does this work for kernels too ?) up to the date where your system hibernates/suspends 4. single re-install the packages one by one and test between each install again with pm-is-supported P.S. I don't know why pm-utils isn't packaged for Fedora 25, maybe redeemed by another package ??? https://koji.fedoraproject.org/koji/packageinfo?packageID=580 ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: /var/cache
I assume - that you don't use Fedora elder than 25 any more' - you don't need aged log messages any more - PackageKit re-creates it's directory under /var/cache during each run as dnf does then: sudo rm -rf /var/log/journal/*/*; sudo systemctl kill --signal=SIGUSR2 systemd-journald; sudo rm -rf /var/cache/{dnf,mock,yum,system-upgrade,PackageKit}; ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: /var/cache
If I understand this command correct: it deletes /var/cache/{cups,ibus,libvirt,man}/* too ... ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: F25 -> F26 printer problems
https://fedoraproject.org/wiki/How_to_debug_printing_problems ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
micro dropout's playing video's / card games or just scrolling in an terminal.
Hallo is it just me ? in an terminal running "man man" constantly scrolling the pages up or down: it scrolls some line/a page (~2 seconds), stops, scrolls some lines, stops ... Also if I play video's or card games I notice micro dropout's. Video plays 2 seconds fluidly, then pauses/stucks for a ~1/4 second, plays 2 seconds fluidly, pauses/stucks for a ~1/4 second, and so on. it seems like a video-buffer isn't constantly filled to play videos smooth. I exclude hardware error cause: - the box is just an half year old and I tested a card game under windows 7 without dropouts. - I tested with another monitor. I tested an elder kernel ~4.13.x without an solution. I tested under wayland and Xorg-Gnome. F27 is up date. Any hints to debug/troubleshoot this ? Or is it just me ? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: micro dropout's playing video's / card games or just scrolling in an terminal.
... Intel HD Graphics 530 (GT2) 6 th Generation Intel Gnome terminal ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: micro dropout's playing video's / card games or just scrolling in an terminal.
Thanks @stan for testing. top is without any hints. Games is xskat. anyone with an intel IGP (i915) who could test ? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: micro dropout's playing video's / card games or just scrolling in an terminal.
thanks again. and a happy new year ! It is sufficing to watch card dealing to see many problem. I see a dropout or interrupt on the way a player get his cards during dealing: deal, moving cards, -stuck/delay-, moving cards further. Anyway I think one with a intel onboard graphic need to test this. for the record I opened a bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1529986 P.S. the card game isn't that complicated. It's about mathematics and strategy... ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org
Re: /dev/null is full ???
there a tool to test usb sticks/sdcards https://fightflashfraud.wordpress.com/2008/11/24/h2testw-gold-standard-in-detecting-fake-capacity-flash/ h2testw is a M$-Windows tool, but at the end of the article there is the linux tool "F3" with the same tests. sudo dnf install f3 or sudo dnf search f3: " f3.x86_64 : Utility to test for fake flash drives and cards" more to read: https://fight-flash-fraud.readthedocs.io/en/stable/ Attention: take care to NOT overwrite your data !!! I never used f3 so far, always did it with h2testw, so I can't say how and what ! ___ 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: Boot order use the oldest kernel
/etc/default/grub is used during kernel updates there GRUB_DEFAULT= should be 0 or saved (I guess it's the default after fresh OS install) GRUB_DEFAULT=saved reads /boot/grub2/grubenv - if I get that right - ___ 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: Boot order use the oldest kernel
s/reads/is related to/ ___ 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: Boot order use the oldest kernel
@Tim thanks for clarification ! @Jon set in /etc/default/grub GRUB_DEFAULT=0 and run [ -d /sys/firmware/efi/efivars ] && sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg || sudo grub2-mkconfig -o /boot/grub2/grub.cfg ___ 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 to f30: how to recover lost Thunderbird data?
No one on the list apart from you can tell if your hope comes true... ;-) did they ? I hope so, but as always: no backup more "fun" ! at least it will burn in FOR EVER to always take backups BEFORE doing any task which could touch important user data. if your hope came full true: remove the new ~/.thunderbird and restore your backup-ed .thunderbird save it before removing ! maybe there's something in which could be useful. cause my upgrade weeks ago with the elder thunderbird didn't change anything regarding ~/.thunderbird. maybe your hope became "half true" and only a new profile dir was created beside the old one ??? then ~/.thunderbird/profiles.ini could be your friend. sixpack13, a proven super-user who scratched and hand-sorted ~15 files after the installer decided to install on an still connected usb backup disk. in short: I had a backup, but not that long. :) fun, fun, fun, for 3 weeks opening/sorting files by hand ... pulling unnecessary cable is burnt in too. ___ 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 to f30: how to recover lost Thunderbird data?
> I tried it. It did not work. And what does this mean ? You do have a backup and copy over doesn't work or you don't have a backup ? you should be more specific, cause nobody knows what's currently up with your box ! if you got a backup: === do you have the *elder* files ~/.thunderbird/profiles.ini and ~/.thunderbird/installs.ini, too ? if so my profiles.ini looks like this (cat ~/.thunderbird/profiles.ini): [Profile0] Name=default IsRelative=1 Path=hzy3mb56.default Default=1 [General] StartWithLastProfile=1 Version=2 [Install3DDF446CE6CB1A45] Default=hzy3mb56.default my installs.ini looks like this (cat ~/.thunderbird/installs.ini): [3DDF446CE6CB1A45] Default=hzy3mb56.default - I currently don't know what this files is for - ls -al ~/.thunderbird/ : drwx--. 3 ron ron 4096 7. Okt 19:30 . drwx--. 19 ron ron 4096 4. Okt 22:28 .. drwx--. 7 ron ron 4096 11. Okt 08:31 hzy3mb56.default -rw-r--r--. 1 ron ron 45 7. Okt 19:30 installs.ini -rw-r--r--. 1 ron ron 166 7. Okt 19:30 profiles.ini hzy3mb56.default is a directory and the name of *my* profile. normally under that directory lives thunderbird (mails, calendars, adressbook, settings, etc.) - "normally" means NO DAV, etc. - you need to fill that directory with *your* elder contents from your backup !!! your profile name is different and needs to be exchanged with your *elder* profile name in the files profiles.ini and installs.ini (see above Path= and Default=) ! also important user rights and ownership: rights: chmod 700 ~/.thunderbird/*.default (assuming your elder profile name ends on ".default") chmod 644 ~/.thunderbird/*.ini ownership: run the following command as user chown -R . ~/.thunderbird "your-group-name" is usually the same as "your-user-name" and in my case the command is: chown -R ron.ron ~/.thunderbird thunderbird should *NOT* run during the whole above work !!! please report ! ___ 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 to f30: how to recover lost Thunderbird data?
.. > 5. I removed the restored .thunderbird (rm -rf .thunderbird). > 6. I restored the new .thunderbird (mv thunderbird_new .thunderbird) > I've since again restored the back-up .thunderbird to my home directory > as "thunderbird_old". > Currently, in thunderbird_old, I have this: ... to me the above seems to be the problematic part. the thunderbird directory should named .thunderbird NO "_old" or other endings ! it should named as it was before thunderbird upgrade ! I would do the follwoing: === 1. - assuming your old profile named "1tfov4t1.default" ! - restore your backuped .thunderbird so that the directory contains one directory and two files: 1tfov4t1.default installs.ini profiles.ini the variables in the two *.ini for Path= and Default= should be set to "1tfov4t1.default" ! 2. run the chown and chmod commands from my previous comment, so that the rights and ownship are correct. - I don't know how you backuped and restored .thunderbird, so I only want make sure that a possible ownership/rights mis-setting does NOT introduce more trouble - 3. rpm -qa| grep thunderbird to see what is installed regarding thunderbird 4. sudo dnf remove < the file(s) you see from step 3.> 5. go to https://koji.fedoraproject.org/koji/packageinfo?packageID=39 go in the directory/link for the lastest thunderbird-60.8.0.x for your fedora-version (30 ?) it should be https://koji.fedoraproject.org/koji/buildinfo?buildID=1310886 60.8.x.y NOT 68.x.y !!! 6. download the package(s) you had seen in step 3. for your cpu-architecture (x86_64 ?) that could be: thunderbird-60.8.0-1.fc30.x86_64.rpm thunderbird-wayland-60.8.0-1.fc30.x86_64.rpm 7. go to the directory where you download the packages (~/Downloads ?) 8. run in an terminal sudo dnf localinstall ./thunderbird* 9. open your thunderbird from the gnome menu 10. check if all your data are in place and complete (calendar, mails, adressbook) if this is the case or if you got any trouble please report ! what have we done so far ? restore to the old state BEFORE update/upgrade and verify if all data complete ! next step is to export all data, update to the newer thunderbird and re-import the data. where I got one point of trouble: migrating the mails !!! I for myself would do it via imap account, but ... @home user, what typ of mail account do you have at your mail provider (pop or imap) ? is imap something you know ? Anyone out there who has experiences with mail migration, esp. without going via imap account, a tool to ex-/import mails from TB, etc. ??? ___ 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 to f30: how to recover lost Thunderbird data?
arrrggghhh, I overlooked this ! ___ 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 to f30: how to recover lost Thunderbird data?
> > Calendar data exported. > Paths to filters recorded. > Address book saved. > > * 6 of my e-mail accounts are free yahoo > accounts; in Thunderbird they > are imap. > * 1 of my accounts is a comcast account; in Thunderbird it's imap. > That's all: 7 altogether. > All are set up to *not* save messages locally, so I think there's no > migration to be done. (Am I correct?) > I'm somewhat confused ! Up to now I thought you were unable to run Thunderbird, so exporting was unable too. Now, since you successful exported your data and your email accounts are all imap I would only do the following: - forget all I wrote up so far - 1. save your passwords of your email accounts: - if you don't know them out of your head - in TB: Menue "Edit" => "Preferences" => "Security" => Tab "Passwords" => "Saved Passwords" => "Show Passwords" right click on the entries => copy Username AND right click on the entries again => copy Password save them in a text file. 1b. take a screenshot of your TB AddOn's, if you got one 2. remove all under ~/.thunderbird 3. start thunderbird => a new profile is created TB should be the lastest you can get via dnf upgrade 4. setup all your email accounts with the user name and user password from step 1. you need to know the IMAP server adresses, too ! 5. import all your calendars, adressbooks, etc. mail filter should go, too via: Menue "Tools" => import => Filter => point to your old TB profile ? - never done, so I done know - 6. reinstall your TB AddOn's 7. configure your printer under TB 8. adjust all your TB-Preferences to your need advantage: all old gruft collected over years under the TB profile, which could cause trouble, is removed too. Your are up with a shiny new TB and a shiny new AND clean profile and hopefully there is any trouble left. 9. at last: a backup of the shiny new configured state ! 10. be prepared for F31 in two weeks or so !!! ___ 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: How to shut off org.freedesktop.trackers
maybe not the best solution, but it works for me gsettings set org.freedesktop.Tracker.Miner.Files crawling-interval -2 gsettings set org.freedesktop.Tracker.Miner.Files enable-monitors false - the above fetched from this list some time ago. question was the same: How to shut up tracker ? - sudo sed -i 's/X-GNOME-Autostart-enabled=.*/X-GNOME-Autostart-enabled=false/' /etc/xdg/autostart/tracker-*.desktop; the last command needs to be done every time tracker gets updated ! The first both only once. And the last command does NOT prevent that tracker gets started during login, but it stops after some time. see after some seconds: ps aux|grep -i tracker I'm currently NOT sure what tracker stops. I didn't dig in it that deep, but Tom Horsley did... extra: as user ! rm -rf ~/.cache/tracker && ln -s /tmp/ ~/.cache/tracker rm -rf ~/.local/share/tracker && ln -s /tmp/ ~/.local/share/tracker why ? /tmp is tmpfs and lives in my RAM, so no extra writing on my ssd ! btw: there are some more entries in ~/.cache I link to /tmp (on my single user box) ~/.cache/thunderbird ~/.cache/mozilla/firefox ___ 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.
... > Can I remove all these without causing any problems with the Fedora-29 > or rescue options in the grub menu? good question ! cause to me it's not clear on what 1. architecture you are (x86_64 or i686) ? see your first post cit.: "...libcap-2.26-5.fc30.i686 needs..." => "i686" ! 2. kernel you are ? uname -a (show us the answers of this two questions) 3. fedora version you are ? your run of "dnf list extras" shows that you are somehow/partly on F30. But the main problem was - if I'm right - that the upgrade F29 => F30 hasn't worked ! according to the answer of my question 2. you need to be carefull if you remove the wrong kmod-nvidia for your running kernel ! I guess you could - remove all packages lower than F29 if you are currently on F29 - remove all i686 packages if you are on x86_64, with one exception - at least it was true in the past - (I guess it was named- don't know -) "glib-something.i686 ! you are on the save side if you exclude all packages with "lib" in it's name sudo dnf remove *.i686 --exclude=*lib* ... something like that... general: dnf history shows you what you have done with packages (install, upgrade, remove) in the past. see man dnf and search for "history" what I'm after is "dnf history undo ", means you are able to undo a remove in the sense of re-install. But - I guess - you can't undo a package from F28 repo if you are currently on F30 repo (see answer question 3.) If it would be clear on what Fedora version you are I would do the following see [**] - df -f (space before cleanage, just for the record) - clean up the above mess (remove i686 packages and all packages lower then F29) - sudo dnf clean all (delete the cache, means: to be downloaded again later, but maybe fewer packages - sudo dnf distro-sync (brings the box to a clean state on the current fedora version) - maybe a subsequent sudo dnf autoremove (handle with care !) - df -h (space after cleanage) - at least THE upgrade: 1. sudo dnf install dnf-plugin-system-upgrade (if anymore installed since cleanage) 2. sudo dnf system-upgrade download --refresh --releasever=30 --setopt='module_platform_id=platform:f30' --allowerasing command in 2. is ONE line (sudo ... allowerasing) ! 3. sudo dnf system-upgrade reboot 4. sudo dnf system-upgrade clean Does this clean the upgrade log's too ??? then 4. later until all is correct ! specials: 5. sudo dnf install rpmconf 6. sudo rpmconf -a (resets all configs under /etc/ to it's default state, handle with care !, maybe take a backup BEFORE) if you haven't edit the config file rpmconf is working on, i or y is a save option (you will be asked) 7. sudo touch /.autorelabel (selinux label to defaults) 8. reboot 9. boot errors ?: dmesg|grep -iEw 'bad|bug|conflict|corrupted|error|fail|failed|fault|fatal|invalid|Lock|NULL|segfault|stack|trace|warn' command in 9. is ONE line (dmesg ... warn') ! ALLWAYS think twice before hitting the "y"-key while cleaning with dnf remove/distro-sync/autoremove ! [**] apart from doing a new install and removing all the old cruft, cause so much work for an so old box ! => fc26 from above "mozjs24.x86_6424.2.0-11.fc26 @@commandline" ___ 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.
and I say to my self: "ALLWAYS read twice AND the whole thread, sixpack13, that you, sixpack13, would have realized that's ONLY "cleanup" AFTER successful upgrade is all about ...! Thank you sixpack13 for the kindly advice, thanks ! ;-) ___ 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.
> (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