Re: make a bootable dvd

2024-07-08 Thread Klaus-Peter Schrage via users

Am 08.07.2024 um 17:41 schrieb Patrick Dupre via users:


There is a fedora tool
Fedora Media Writer (see fedora web site)
also
unebootin




On 7/8/24 10:01 AM, François Patte wrote:

Bonjour,

I downloaded the f40 iso for a worksation, but I did not see on the
fedora website how to burn a bootable DVD with this iso file

Maybe someone can tell me how to proceed.

google indicates this for windows  no windows at home.

I prefer to use command line.

Thank you.

The easiest way is to just dd the iso file to a USB stick and boot off that.

This shows you the USB drive. On my system, I have two drives internal
drives, so my USB drive shows up as sdc:

lsblk

Once you've identified the USB drive, use dd to write it to the USB. In
my case, it's /dev/sdc:

dd if=/path/to/Fedora-Workstation-Live-x86_64-40-1.14.iso of=/dev/sdc

Make sure your USB drive is large enough for the whole ISO file to be
written to it.

I also recommend Ventoy for booting off multiple ISO files:

https://www.ventoy.net/en/index.html

Hope this helps!


The OP definitely asked for a tool to create a bootable dvd.

With a gui, this may be done through k3b. As a commandline tool, wodim
should work, even the dd command:

https://discussion.fedoraproject.org/t/how-to-burn-iso-image-to-dvd/79250

--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-10 Thread Klaus-Peter Schrage via users

Am 10.06.24 um 18:39 schrieb Go Canes:

On Mon, Jun 10, 2024 at 11:17 AM Klaus-Peter Schrage via users
 wrote:

Thanks!

You're welcome!


Well, I followed

https://fedoramagazine.org/setting-kernel-command-line-arguments-with-fedora-30/

and

# grubby --update-kernel=ALL
--remove-args="resume=UUID=8e895273-b3ca-465e-b991-b7a0e4e10345"

was all I had to do, which (hopefully) should work on every present and
future kernel.

My understanding is that dracut will pull in the parameters from
/etc/kernel/cmdline, so keep an eye on it.


I observed, that the grubby command did (at least) three things:

- Change the line GRUB_CMDLINE_LINUX in /etc/default/grub

- Recreate /etc/kernel/cmdline (which I had deleted before)

- Adjust all entries in /boot/loader/entries/

In all these places reference to the kernel command line was altered - I
don't know which changes were really crucial, but all present kernels
now boot as expected. The initramfs files in /boot were left unchanged.
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-10 Thread Klaus-Peter Schrage via users


Am 10.06.24 um 13:05 schrieb Go Canes:

On Mon, Jun 10, 2024 at 5:31 AM Klaus-Peter Schrage via users
 wrote:

Am 09.06.2024 um 20:09 schrieb Go Canes:

On Sun, Jun 9, 2024 at 7:47 AM Klaus-Peter Schrage via users
 wrote:

What I don't understand: What produced the entry "resume=UUID=8e895..."
in the file /etc/default/grub which was created on the install date, May
3rd?

Do you have a /etc/kernel/cmdline file?  I was tripped-up recently
because that file existed and had data that was not correct for what I
was trying to do - an old kernel would boot, newer kernels would not.

Yes, I have. I includes the "resume=" parameter as well, and, according
to the time stamp, was created (like /etc /default/grub) at install
time. So Anaconda should have created it.

If the "resume=" parameter is causing the problem, remove it from
/etc/kernel/cmdline and rebuild one of the failing initramfs.  If the
rebuilt initramfs boots, rebuild the rest and you should be good.


Thanks! Well, I followed

https://fedoramagazine.org/setting-kernel-command-line-arguments-with-fedora-30/

and

# grubby --update-kernel=ALL
--remove-args="resume=UUID=8e895273-b3ca-465e-b991-b7a0e4e10345"

was all I had to do, which (hopefully) should work on every present and
future kernel.
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-10 Thread Klaus-Peter Schrage via users

Am 09.06.2024 um 20:09 schrieb Go Canes:

On Sun, Jun 9, 2024 at 7:47 AM Klaus-Peter Schrage via users
 wrote:

What I don't understand: What produced the entry "resume=UUID=8e895..."
in the file /etc/default/grub which was created on the install date, May
3rd?

Do you have a /etc/kernel/cmdline file?  I was tripped-up recently
because that file existed and had data that was not correct for what I
was trying to do - an old kernel would boot, newer kernels would not.


Yes, I have. I includes the "resume=" parameter as well, and, according
to the time stamp, was created (like /etc /default/grub) at install
time. So Anaconda should have created it.

I try to sum up what I have learned from the diskussion in this thread:
Still on F39, I have rearranged my system with partitions scattered on
three drives (in another thread, I reported problems with grub that I
supposed to have aroused from that). At that time, I had an old and
small swap partition hanging around, which I hadn't used for years
(meaning that it wasn't listed in fstab). Now it is no longer present,
but a suppose it was at install time of F40.

I definitely did not include the old swap in the manual partition
scheme, but I guess that Anaconda found it and included it into the
files responsible for the resume kernel parameter. That was no problem
until recent kernels which, as Barry stated, require that resume= refers
to a physical partition.

Thanks to all who contributed!
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-09 Thread Klaus-Peter Schrage via users


Am 09.06.2024 um 15:22 schrieb Felix Miata:

Klaus-Peter Schrage via users composed on 2024-06-09 13:47 (UTC+0200):


What I don't understand: What produced the entry "resume=UUID=8e895..."
in the file /etc/default/grub which was created on the install date, May
3rd

Does your fstab or installation media or any other media used during or prior to
F40 installation include that UUID fragment?

Sorry, I am rather clueless. I installed F40 from a live spin "KDE
PLASMA DESKTOP", created with Fedora Media Writer which erased all
previuos data on the USB media.
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-09 Thread Klaus-Peter Schrage via users

Am 08.06.24 um 22:27 schrieb Jeffrey Walton:

On Sat, Jun 8, 2024 at 12:20 PM Klaus-Peter Schrage via users
  wrote:

Since kernel 6.8.10-300.fc40.x86_64, boot hangs on KDE Plasma (kernel
6.8.9-300.fc40.x86_64 was the last good one).
I found that there is a job running infinitely:

'Job dev-disk-by\x2duuid-8e895running ...'
The above mentioned UUID (8e895 ...) corresponds to the kernel
'resume=uuid=...' command line parameter.

A small nit... Boot is probably not hanging. You have not waited long
enough for the timeouts and the fschk.


It surely hangs ... The other day, I left boot unattended for more than
an hour - Never Ending Tour.

You should either (1) ensure disk UUIDs are correct, or (2) disable
suspend. A good discussion in the context of Ubuntu is at
<https://askubuntu.com/a/1087262>.

I've also seen a missing swap file cause the condition. In my case, I
deleted the swap file, extended the physical size of the drive, and
then created a new swap file at the end of the free space. The swap
file's UUID changed, and it caused the slow boot waiting for timeouts
and the fschk.

What I already mentioned: It doesn't hang on kernel 6.8.9, only on more
recent ones, with everything else left constant (e. g. no boot partition).
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-09 Thread Klaus-Peter Schrage via users

Am 08.06.24 um 22:04 schrieb Samuel Sieb:

On 6/8/24 9:20 AM, Klaus-Peter Schrage via users wrote:

This is a rather fresh install of fedora 40 (running on ext4):

da  8:0    0 232,9G  0 disk
├─sda1   8:1    0   1,1G  0 part /boot
├─sda2   8:2    0  49,1G  0 part /
├─sda3   8:3    0  31,7G  0 part /home
└─sda4   8:4    0   151G  0 part /mnt/Daten3

I have no swap partition, resume after hibernation works without errors.


If you have no swap, then how can you resume after hibernation? Do you
mean suspend?


Of course, please excuse my bad terminology.
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-09 Thread Klaus-Peter Schrage via users

Am 08.06.24 um 19:52 schrieb Michael D. Setzer II:

On 8 Jun 2024 at 18:20, Klaus-Peter Schrage via users wrote:

might want to run blkid and see what it reports.


The output is similar to yours, but

# blkid | grep -i 8e8952
#
shows that there isnt any device with an UUID containing 8e8952... (the
one that is part of the resume parameter of my kernel command line).
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Boot hangs on recent kernels

2024-06-09 Thread Klaus-Peter Schrage via users

Am 08.06.24 um 19:04 schrieb Felix Miata:

Klaus-Peter Schrage composed on 2024-06-08 18:20 (UTC+0200):

Does any device within your system actually include 8e895whatever within it?

No, there isn't any block device with an UUID (or PARTUUID) that
includes 8e895

Did you previously have a swap partition whose UUID included 8e895?

I once had a swap partition (of course, I don't remember its UUID), but
it no longer existed when doing the fresh install of F40 on May 3rd.

# lsinitrd /boot/initramfs-6.8.11-300.fc40.x86_64.img | grep resume
#
If you run the above on 6.8.9, do you get the response I do? If yes, then it was
creating a process destined to timeout and delay complete boot success. If no,
then the resume= parameter in Grub was merely an override of that existing 
within
your initramfs. Do you get the same result running the command on 6.8.10? When 
you
removed it from Grub, you stopped creating what had not been specified in your 
initrd.

With 6.8.9, the output is empty like yours, on 6.8.10 an 6.8.11 I get
those four lines:

resume

... usr/lib/systemd/systemd-hibernate-resume

... usr/lib/systemd/system-generators/systemd-hibernate-resume-generator

... usr/lib/systemd/system/systemd-hibernate-resume.service

IOW what I think happened is that whether resume= existed within your initrd was
changed from 6.8.9 to 6.8.10. Since I always have noresume instead of resume=, I
don't think I ever have had resume=in any of my initrds.

What I don't understand: What produced the entry "resume=UUID=8e895..." 
in the file /etc/default/grub which was created on the install date, May
3rd?
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Boot hangs on recent kernels

2024-06-08 Thread Klaus-Peter Schrage via users

Since kernel 6.8.10-300.fc40.x86_64, boot hangs on KDE Plasma (kernel
6.8.9-300.fc40.x86_64 was the last good one).
I found that there is a job running infinitely:

'Job dev-disk-by\x2duuid-8e895running ...'
The above mentioned UUID (8e895 ...) corresponds to the kernel
'resume=uuid=...' command line parameter.

When I comment it out in GRUB2, as suggested in

https://discussion.fedoraproject.org/t/solved-boot-hang-job-dev-disk-by-x2uuid-no-limit/

then the system boots as expected.

This is a rather fresh install of fedora 40 (running on ext4):

da  8:0    0 232,9G  0 disk
├─sda1   8:1    0   1,1G  0 part /boot
├─sda2   8:2    0  49,1G  0 part /
├─sda3   8:3    0  31,7G  0 part /home
└─sda4   8:4    0   151G  0 part /mnt/Daten3

I have no swap partition, resume after hibernation works without errors.

Although there is an obvious workaround (permanently removing the resume
parameter from the kernel command line), I still wonder what has happened?
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Unwanted dialogs when starting Dolphin file manager

2024-05-02 Thread Klaus-Peter Schrage via users

On a fresh install of Fedora 40 KDE Plasma, after opening Dolphin, two
windows pop up:
"Online Accounts", asking "+ Add New Account"
"Authentication Dialog", asking for a password

What happened before:
I had been struggling for a while to automount a smb sare via /etc/fstab
(in fact, the share is on a thumb drive attached to our router, mainly
used to receive scanned documents from a network MFC).
There seemed to be a race condition in systemd between smb3 mounting and
the network being up fully.
I finally got it figured out. Here is the corresponding line in
/etc/fstab (the game changer was adding the last option:
x-systemd.automount):

//fritz.box/NAS/FUSB/Scanordner /mnt/Scanordner smb3
vers=3.1.1,uid=1000,credentials=/root/mount_smb3.conf,x-systemd
.automount

Now the"Authentication Dialog" pops up, even though the password is
given in the credentials file, and after the share being mounted r/w.
Nothing severe happens when I simply shut the dialog, I can access the
share as well.

The other dialog "Online Accounts" is even more strange to me.
I'd simply like to prevent both windows from popping up ...
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Stuck at grub prompt after reordering partitions

2024-04-22 Thread Klaus-Peter Schrage via users

Am 21.04.24 um 18:34 schrieb Go Canes:

On Sun, Apr 21, 2024 at 12:15 PM Klaus-Peter Schrage via users
 wrote:

/boot/efi/EFI/fedora/grub.cfg:
 search --no-floppy --root-dev-only --fs-uuid --set=dev
 206c0b5f-eddf-42e8-96f1-e666c5635cd0
 set prefix=($dev)/grub2
 export $prefix
 configfile $prefix/grub.cfg

Mine is:
search --no-floppy --fs-uuid --set=dev c5f18a2c-ee16-454e-b85d-6d7f03b86532
set prefix=($dev)/grub2
export $prefix
configfile $prefix/grub.cfg

Note the difference in the "search" line.  Mine does not have the
--root-dev-only argument.  Other than that they appear to be the same
(other than the UUID of course),  Try editing that out?

I am really stunned now - thank you for this shot in the dark!
I have checked/rechecked three times:
/boot/efi/EFI/fedora/grub.cfg with flag "--root-dev-only": grub goes to
prompt, $prefix is obviously not set.
/boot/efi/EFI/fedora/grub.cfg without "--root-dev-only": grub menu is
displayed, $prefix is correctly set to (hd0,1)/grub2.

After that I think you are deeper into grub2 than my experience goes.
I.e., is $dev getting set correctly? etc.

Well, I am deeper into grub2 since two day or so. The discussion in this
thread (and further reading induces) gave me a faint insight.
(I really was a fan of the ancient grub and its simple possibility to
add custom splash pictures to the grub menu:
http://www.schragehome.de/splash/ - but that is truely outdated).

Some googling about "--root-dev-only" showed that it has been introduced
in very recent grub packages (mine are 2.06-118) to cure a certain
vulnerability (CVE-2023-4001). I found a bugzilla about that:
https://bugzilla.redhat.com/show_bug.cgi?id=2263369

So I am not sure if this is a real solution, but for me at least a
viable workaround.
Thanks to all who contributed!



--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Stuck at grub prompt after reordering partitions

2024-04-21 Thread Klaus-Peter Schrage via users

Am 20.04.24 um 23:16 schrieb George N. White III:

I assume you can still boot with manual grub commands.

Yes, linux ..., initrd ..., boot
or: >configfile (hd0,1)/grub2/grub.cfg
which immediately brings back the grub menu.


Retrace your steps and double check UUID's, other typos, and
misplaced quotes.

Recheck /etc/fstab and /etc/default/grub.   You can also check
for errors in the /etc/grub.d/10_linux section of /boot/grub2/grub.cfg.


The only configuration file that I had edited manually was /etc/fstab,
all the other ones were created/altered by commands to update grub. As
far as I remember, the system simply wouldn't boot if there were a typo
in fstab.
As described earlier, I always ended up at the grub prompt.

What I found: If I write the "real" grub.conf directly to the efi
partition (*|grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg), then I
boot to the grub menu as desired (I have read in the fedora wiki that I
should refrain from this ...).
If I reinstall the grub rpms (|*dnf reinstall shim-* grub2-efi-*
grub2-common), then a small grub.cfg is written to the efi partition,
which simply should point to the location of grub.cfg in /boot/grub2/ -
but it doesn't. So the errors seems to be in this file
/boot/efi/EFI/fedora/grub.cfg:

   search --no-floppy --root-dev-only --fs-uuid --set=dev
   206c0b5f-eddf-42e8-96f1-e666c5635cd0
   set prefix=($dev)/grub2
   export $prefix
   configfile $prefix/grub.cfg

But here I am stuck. The UUID above definitely points to the boot partition:
[root@localhost ~]# blkid|grep 206c0b5f-eddf-42e8-96f1-e666c5635cd0
/dev/sda1: LABEL="Boot" UUID="206c0b5f-eddf-42e8-96f1-e666c5635cd0"
BLOCK_SIZE="1024" TYPE="ext4" PARTUUID="2924c08b
-e043-4e4c-94e8-317dfab8b84e"

So, writing the actual grub.cfg to the efi partition as mentioned above
might be a workaround, but I don't know if this will survive an update
of the grub binaries.








*||*
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Stuck at grub prompt after reordering partitions

2024-04-20 Thread Klaus-Peter Schrage via users


Am 20. April 2024 20:51:04 MESZ schrieb Lester Petrie :
>
>
>On 4/20/2024 1:14 PM, Klaus-Peter Schrage via users wrote:
>> I am really grateful for your detailed explanation!
>> I went through all the steps, checked the IDs from efibootmgr and blkid
>> with respect to the various configuration files - and found no mismatch,
>> but again I ended up with the grub prompt.
>> Tomorrow I am going to spend another rainy afternoon double-checking -
>> and then I'll give up and do a fresh fedora install on blank /dev/sda
>> (which might be a good idea anyway after all those years of
>> system-upgrade). Things that matter to me (home partition, VMs) are all
>> stored on other devices anyway.
>> Usually I want to find out thing (and nearly always got there), but now
>> I am stuck.
>
>I seem to recall that you duplicated the UUID's of the original partitions. If 
>so, did you change them after you had moved the data? If not, you have 2 
>partitions with the same UUID, and how is grub supposed to know which one it 
>should use?
>
>-- 
>Lester Petrie
>--
>___
>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
>Do not reply to spam, report it: 
>https://pagure.io/fedora-infrastructure/new_issue

No, the IDs should be unique. I have moved the partitions by Gparted, which 
kept the UUIDS (in detail: I copied the respective partition and deleted the 
origin immediately after).--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Stuck at grub prompt after reordering partitions

2024-04-20 Thread Klaus-Peter Schrage via users

Am 19.04.24 um 16:58 schrieb Go Canes:

The basic process is EFI is using its variables (which you can examine
with efibootmgr) to find a device and the file on the device to use
for the boot.  That should be on the *.efi files in
/boot/efi/EFI/fedora/.  That in term should load grub2, which will
then use /boot/efi/EFI/fedora/grub.cfg.  It then uses this to find the
device with /boot/grub2/grub.cfg.

[...]

--> Confirm your entries are correct.  Double-check file system type.
If grub.cfg was created by grub2-mkconfig I would expect them to be
correct.

I am really grateful for your detailed explanation!
I went through all the steps, checked the IDs from efibootmgr and blkid
with respect to the various configuration files - and found no mismatch,
but again I ended up with the grub prompt.
Tomorrow I am going to spend another rainy afternoon double-checking -
and then I'll give up and do a fresh fedora install on blank /dev/sda
(which might be a good idea anyway after all those years of
system-upgrade). Things that matter to me (home partition, VMs) are all
stored on other devices anyway.
Usually I want to find out thing (and nearly always got there), but now
I am stuck.
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Stuck at grub prompt after reordering partitions

2024-04-19 Thread Klaus-Peter Schrage via users

Am 17.04.24 um 18:45 schrieb Felix Miata:

Klaus-Peter Schrage via users composed on 2024-04-17 16:48 (UTC+0200):


After many years of maintaing dual boot setups (Fedora/Windows) my
harddisk layout got a bit confusing: Linux and Windows partition were
scattered on mainly two harddisks (all gpt). I was able to free a third
harddisk (ssd) and copied the linux partitions boot, root and home over
to the new disk, where they now reside as /dev/sda1, /dev/sda2
and /dev/sda3.
I left the efi-partition on the disk /dev/sdc together with Windows 11.
As in /etc/fstab all partitions are identified by their UUID, I didn't
feel a need to adjust that file.
Trying to boot brought me to the grub command line prompt. After some
trial and error, the appropriate sequence of grub commands (set
root=..., linux ..., initrd ...) made the system boot into a fully
working Fedora 39 installation.
  From there I tried to repair GRUB2, following the guidelines at
https://fedoraproject.org/wiki/GRUB_2?rd=Grub2#Updating_GRUB_2_configuration_on_UEFI_systems
namely those three steps:
# rm /boot/efi/EFI/fedora/grub.cfg
# rm /boot/grub2/grub.cfg
# dnf reinstall shim-* grub2-efi-* grub2-common
But rebooting still gets me to the dreaded grub>.
So what am I missing?
BTW, I did NOT use the grub2-install command which shoud not be used on
UEFI systems.

It seems like you're using UEFI, yet remain unaware of the efibootmgr command.

Thank you for pointing me to efibootmgr, quite new to me up to now.
I am not sure if they might be related to my problem, But I have made
some observations written down in my recent reply to Go Canes which i
quote below:

   But, as Felix had proposed in his post, I dived a bit deeper into
   efibootmgr (also new to me up to know), and found out that entries
   point to PARTUUIDs, in my case:
   
FedoraHD(3,GPT,1ca6f5eb-cbea-11e9-a525-4ccc6ad8789c,0x24fc9800,0x32000)/\EFI\FEDORA\SHIM.EFI424f

   Windows Boot Manager
 
HD(1,GPT,1ca6f5ea-cbea-11e9-a525-4ccc6ad8789c,0x800,0x24c6)/\EFI\Microsoft\Boot\bootmgfw.efi424f

   And I found, that two partitions (EFI, Windows) on my third harddisk
   have the same PARUUID:
   /dev/sdc1: LABEL="WIN" BLOCK_SIZE="512" UUID="A1C61D016294FB66"
   TYPE="ntfs" PARTUUID="1ca6f5ea-cbea-11e9-a525-4ccc6ad8789c"
   /dev/sdc3: UUID="BEAD-09C3" BLOCK_SIZE="512" TYPE="vfat"
   PARTLABEL="EFI System Partition"
   PARTUUID="1ca6f5eb-cbea-11e9-a525-4ccc6ad8789c"
   I don't know if that really matters ...
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Stuck at grub prompt after reordering partitions

2024-04-19 Thread Klaus-Peter Schrage via users

Am 17.04.24 um 17:51 schrieb Go Canes:
Step by step:

I recently had similar problems.  These are the things to check:
o use blkid to get the current UUID(s)

The current UUIDs correspond to the ones in /etc/fstab, that hadn't been
changed btw.

o check /etc/kernel/cmdline if it exists - make sure the UUID (if
used) is correct for the new root disk

root=UUID=047db84f-e100-4696-9c6b-b2e48fb11c55 ro
That points to the new (and old) root partition

o check /boot/efi/EFI/fedora/grub.cfg for correct UUID(s) - as far as
I am aware you would have to edit the file to fix

"search --no-floppy --root-dev-only --fs-uuid --set=dev
ea60d506-7eb7-4174-ae54-5b47c7d08e17
set prefix ..."
This UUID points to my /boot paretition - that should be ok?

o check /boot/grub2/grub.cfg for correct UUID(s) - you should be able
to update if needed with "grub2-mkconfig -o /boot/grub2/grub.cfg"

There was one suspicious UUID concerning the kernel resume parameter. It
pointed to a swap partition which was no longer present for a while. I
deleted the corresponding line from /etc/default/grub and updated
/boot/grub2/grub.cfg

o update /etc/fstab with any changed UUIDs

see above

o these things get recorded in the initramfs - update with "dracut
--force --regenerate-all"  [or use "man dracut" for commands to just
regenerate a single initramfs]

I did that again, no success

In your other post, you mentioned PARTUUIDs. Frankly, I didn't know much
about them, and I definitely didn't use them.
But, as Felix had proposed in his post, I dived a bit deeper into
efibootmgr (also new to me up to know), and found out that entries point
to PARTUUIDs, in my case:
FedoraHD(3,GPT,1ca6f5eb-cbea-11e9-a525-4ccc6ad8789c,0x24fc9800,0x32000)/\EFI\FEDORA\SHIM.EFI424f
Windows Boot Manager
 
HD(1,GPT,1ca6f5ea-cbea-11e9-a525-4ccc6ad8789c,0x800,0x24c6)/\EFI\Microsoft\Boot\bootmgfw.efi424f

And I found, that two partitions (EFI, Windows) on my third harddisk
have the same PARUUID:

/dev/sdc1: LABEL="WIN" BLOCK_SIZE="512" UUID="A1C61D016294FB66"
TYPE="ntfs" PARTUUID="1ca6f5ea-cbea-11e9-a525-4ccc6ad8789c"
/dev/sdc3: UUID="BEAD-09C3" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI
System Partition" PARTUUID="1ca6f5eb-cbea-11e9-a525-4ccc6ad8789c"
I don't know if that really matters ...


--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Stuck at grub prompt after reordering partitions

2024-04-17 Thread Klaus-Peter Schrage via users

Thanks for your quick reply!

I faintly remembered the dracut thing, so I tried that first - but it
didn't help.

I will look into the UUID stuff tomorrow, although I had already checked
that gparted really did not change UUIDs when  moving partitions around.
And as I said, I can get into Fedora after fiddling with the Grub
commandline.

And, as an aside, when I simply exit the grub command line without doing
anything else, I boot into Windows immediately!?

But, as I said, I will recheck everything you mentioned.
Cheers

Am 17.04.2024 um 17:51 schrieb Go Canes:

On Wed, Apr 17, 2024 at 10:48 AM Klaus-Peter Schrage via users
 wrote:

But rebooting still gets me to the dreaded grub>.
So what am I missing?
BTW, I did NOT use the grub2-install command which shoud not be used on
UEFI systems.

I recently had similar problems.  These are the things to check:
o use blkid to get the current UUID(s)
o check /etc/kernel/cmdline if it exists - make sure the UUID (if
used) is correct for the new root disk
o check /boot/efi/EFI/fedora/grub.cfg for correct UUID(s) - as far as
I am aware you would have to edit the file to fix
o check /boot/grub2/grub.cfg for correct UUID(s) - you should be able
to update if needed with "grub2-mkconfig -o /boot/grub2/grub.cfg"
o update /etc/fstab with any changed UUIDs
o these things get recorded in the initramfs - update with "dracut
--force --regenerate-all"  [or use "man dracut" for commands to just
regenerate a single initramfs]

As I recall at least one of the above things has tripped me up in the
past when moving disks/partitions around.
--

--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Stuck at grub prompt after reordering partitions

2024-04-17 Thread Klaus-Peter Schrage via users

After many years of maintaing dual boot setups (Fedora/Windows) my
harddisk layout got a bit confusing: Linux and Windows partition were
scattered on mainly two harddisks (all gpt). I was able to free a third
harddisk (ssd) and copied the linux partitions boot, root and home over
to the new disk, where they now reside as /dev/sda1, /dev/sda2
and /dev/sda3.
I left the efi-partition on the disk /dev/sdc together with Windows 11.
As in /etc/fstab all partitions are identified by their UUID, I didn't
feel a need to adjust that file.
Trying to boot brought me to the grub command line prompt. After some
trial and error, the appropriate sequence of grub commands (set
root=..., linux ..., initrd ...) made the system boot into a fully
working Fedora 39 installation.
From there I tried to repair GRUB2, following the guidelines at
https://fedoraproject.org/wiki/GRUB_2?rd=Grub2#Updating_GRUB_2_configuration_on_UEFI_systems
namely those three steps:

# rm /boot/efi/EFI/fedora/grub.cfg
# rm /boot/grub2/grub.cfg
# dnf reinstall shim-* grub2-efi-* grub2-common

But rebooting still gets me to the dreaded grub>.
So what am I missing?
BTW, I did NOT use the grub2-install command which shoud not be used on
UEFI systems.

--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Network: Limited Connectivity since upgrade to Fedora 39

2023-12-29 Thread Klaus-Peter Schrage via users

Am 29.12.23 um 17:48 schrieb Jeffrey Walton:



But an issue remains: Why got mysystem mal-labelled? I didn't do many things to 
it after the upgrade,
and shouldn't be labelling be part of the system-upgrade process?
But thanks again for your help.

There are several post-upgrade steps that may be useful to you:

and 
.
There are usually lots of dangling symlinks, so you may want to clean
up the dangling links.

Since relabeling is under the section "Resolving post-upgrade issues,"
I'm guessing relabeling does not occur as part of the upgrade process.

Jeff

Thanks Jeff, I knew about these docs, and I usually follow some of post
upgrade steps, but I missed relabelling, which I will never forget 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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Network: Limited Connectivity since upgrade to Fedora 39

2023-12-29 Thread Klaus-Peter Schrage via users

Am 29.12.23 um 16:36 schrieb Barry Scott:

On 29 Dec 2023, at 11:12, Klaus-Peter Schrage via users 
 wrote:

Recently, I did an upgrade to F39 via dnf system-upgrade. For the first
time in Fedora (I think I started around version 1), on booting into KDE
I get a message saying "limited network connectivity", which means, my
wired network is up but can't reach the outside world.

The journals tell me that the name resolution is not working (see
attached log). I didn't find out why it failed, but restarting
systemd-resolved usually cures the problem. The problem that the service
fails on startup still remains, but not on every boot. Sometimes, say in
10 % of bootings, the problem doesn't occur.
If those things matter:
- Desktop computer with KDE-Plasma (X11)
- kernel 6.6.8-200.fc39.x86_64
- NIC: Intel 82574L with kernel driver e1000e

I have the faint idea thast there might be a race condition between
services on startup,
Any pointers to debug that further would be welcome.
--

That is very odd. | have seen a number of people seeing odd things failing
as a result of selinux labelling errors. You could try to the auto relabelling 
and
see if that fixes it.

touch /.autorelabel
reboot

Other then that you could try running /usr/lib/systemd/systemd-resolved as root
in debug mode and see if reports any errors.

systemctl stop systemd-resolved
SYSTEMD_LOG_LEVEL=debug /lib/systemd/systemd-resolved


Thanks, Barry, you were right in suspecting selinux: After
autorelabelling, I booted the system for several times without the
problem ever reoccurring. So for me, there is sufficient statistical
evidence that my problem is solved. But an issue remains: Why got my
system mal-labelled? I didn't do many things to it after the upgrade,
and shouldn't be labelling be part of the system-upgrade process?
But thanks again for your 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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Network: Limited Connectivity since upgrade to Fedora 39

2023-12-29 Thread Klaus-Peter Schrage via users

Recently, I did an upgrade to F39 via dnf system-upgrade. For the first
time in Fedora (I think I started around version 1), on booting into KDE
I get a message saying "limited network connectivity", which means, my
wired network is up but can't reach the outside world.

The journals tell me that the name resolution is not working (see
attached log). I didn't find out why it failed, but restarting
systemd-resolved usually cures the problem. The problem that the service
fails on startup still remains, but not on every boot. Sometimes, say in
10 % of bootings, the problem doesn't occur.
If those things matter:
- Desktop computer with KDE-Plasma (X11)
- kernel 6.6.8-200.fc39.x86_64
- NIC: Intel 82574L with kernel driver e1000e

I have the faint idea thast there might be a race condition between
services on startup,
Any pointers to debug that further would be welcome.
░ 
░░ The unit systemd-resolved.service has entered the 'failed' state with result 'exit-code'.
Dez 29 11:55:57 localhost.localdomain systemd[1]: Failed to start systemd-resolved.service - Network Name Resolution.
░░ Subject: A start job for unit systemd-resolved.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-resolved.service has finished with a failure.
░░ 
░░ The job identifier is 799 and the job result is failed.
Dez 29 11:56:04 localhost.localdomain systemd[1]: systemd-resolved.service: Start request repeated too quickly.
Dez 29 11:56:04 localhost.localdomain systemd[1]: systemd-resolved.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit systemd-resolved.service has entered the 'failed' state with result 'exit-code'.
Dez 29 11:56:04 localhost.localdomain systemd[1]: Failed to start systemd-resolved.service - Network Name Resolution.
░░ Subject: A start job for unit systemd-resolved.service has failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ A start job for unit systemd-resolved.service has finished with a failure.
░░ 
░░ The job identifier is 2110 and the job result is failed.
--
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Printing a pdf in booklet format

2023-08-09 Thread Klaus-Peter Schrage

Am 08.08.2023 um 21:53 schrieb Robert Moskowitz:

I cannot figure out how to get the equiv of Acrobat reader to print a
pdf in booklet format.

That is to print 2 pages per side, double-sided but in an order that
you just staple along the middle and have a booklet.

I am using F38 and Xfce.

I have Okular, Atril, and Xfce's pdf viewer.

Anyone experienced with this?


thanks.

Sorry to jump on this thread a bit late, but I have been using
Libreoffice' brochure feature for that purpose:
https://help.libreoffice.org/latest/lo/text/swriter/guide/print_brochure.html

Even if you didn't write your original text with LO, you can load a
multipage PDF to LO's draw module and print it as a brochure from there.
KP
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Duplex Printer Problem

2022-09-06 Thread Klaus-Peter Schrage

Am 05.09.22 um 23:11 schrieb Jonathan Ryshpan:

On Tue, 2022-08-30 at 07:14 -0700, Jonathan Ryshpan wrote:

Whenever I try to print from Okular, a box with this message appears:
There are conflicts in duplex settings. Do you want to fix them?
And printing is in fact funky: the options for double sided printing:
Okular->Print->Options
are strange. The option "Long Side Printing" is selected (though
greyed out); the option "Off" is selectable, but if selected, no
other option can be selected afterward. Firefox doesn't allow control
of duplex printing using its native print dialog, but duplex can be
controlled using the system dialog.

Does anyone know what's going on or how to fix it.

Printer:
HP Color Laserjet M255dw

Cups Version:
cups-2.4.2-4.fc36.x86_64

System Info:
Operating System: Fedora Linux 36
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5
Kernel Version: 5.19.4-200.fc36.x86_64 (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-4790K CPU @ 4.00GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 4600


I tried running
$ hp-check --run
which appears to be largely undocumented, and which produced the
following errors. The list looks very strange. Does anyone know what's
going on? The entire output is attached as hp-check.log .

---
| SUMMARY |
---

Missing Required Dependencies
-
error: 'cups' package is missing or 'cups' service is not running.
error: 'libjpeg-devel' package is missing/incompatible
error: 'cups-devel' package is missing/incompatible
error: 'cups-devel' package is missing/incompatible
error: 'libusb1-devel' package is missing/incompatible
error: 'sane-backends-devel' package is missing/incompatible
error: 'avahi-devel' package is missing/incompatible
error: 'net-snmp-devel' package is missing/incompatible
error: 'python3-devel' package is missing/incompatible
error: 'libtool' package is missing/incompatible
error: 'rpm-build' package is missing/incompatible

Missing Optional Dependencies
-
error: 'polkit' package is missing/incompatible
error: 'polkit-gnome' package is missing/incompatible
error: 'PKG_FROM_PIP:notify2' package is missing/incompatible

Total Errors: 12
Total Warnings: 0


FWIW, hp-check gives me just the same errors about missing dependencies
(some details in the log are different because my device HP Color
LaserJet MFP M277dw includes scanning). So these messages are probably
useless in your case - as far as I understand it, those dependencies are
essential if you want to BUILD the hp libraries.

Interesting enough, hp-toolbox tells me that no hp devices can be found,
although I definitely can use my printer/scanner. I found that my
printer uses "driverless printing" through "IPP Everywhere". So you
might investigate further in this direction:
https://docs.fedoraproject.org/en-US/quick-docs/cups-useful-tricks/

___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Duplex Printer Problem

2022-08-30 Thread Klaus-Peter Schrage

Am 30.08.22 um 16:14 schrieb Jonathan Ryshpan:

Whenever I try to print from Okular, a box with this message appears:
There are conflicts in duplex settings. Do you want to fix them?
And printing is in fact funky: the options for double sided printing:
Okular->Print->Options
are strange. The option "Long Side Printing" is selected (though
greyed out); the option "Off" is selectable, but if selected, no other
option can be selected afterward. Firefox doesn't allow control of
duplex printing using its native print dialog, but duplex can be
controlled using the system dialog.

Does anyone know what's going on or how to fix it.

Printer:
HP Color Laserjet M255dw

Cups Version:
cups-2.4.2-4.fc36.x86_64


No such problem with a may be similar device:
HP Color Laserjet MFP M277dw
(in contradiction to yours, it's a multifunction printer, as the name
implies).

In Okular's printing dialogue, "off" is selected in double side
printing, but I can select long/short side binding (and it works).
So, I am sorry to say that I don't know how to fix your problem :-(
Yours
Klaus-Peter

Operating System: Fedora Linux 36
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.18.16-200.fc36.x86_64 (64-bit)
Graphics Platform: X11
___
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: dnf update teamviewer.

2021-07-03 Thread Klaus-Peter Schrage
Sorry, link was copied badly:
https://computingforgeeks.com/how-to-install-teamviewer-on-fedora/


Am 3. Juli 2021 21:05:51 MESZ schrieb Klaus-Peter Schrage :
>Perhaps this guide might help:
>https://coteamviewermputingforgeeks.com/how-to-install--on-fedora/
>
>Am 3. Juli 2021 18:54:11 MESZ schrieb Ger van Dijck
>:
>>Hi all,
>>
>>
>>
>>
>>When giving dnf update I get the following message:invalid value 
>>failovermethod = priority in /etc/yum.repo.d/teamviewer.repo . 
>>Configuration : Optionbinding with failovermethod does not excist.
>>
>>
>>
>>What does it mean ? and  how can I prevent it ?
>>
>>
>>
>>Ger van Dijck.
>>___
>>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
>>Do not reply to spam on the list, report it:
>>https://pagure.io/fedora-infrastructure
>
>-- 
>Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: dnf update teamviewer.

2021-07-03 Thread Klaus-Peter Schrage
Perhaps this guide might help:
https://coteamviewermputingforgeeks.com/how-to-install--on-fedora/

Am 3. Juli 2021 18:54:11 MESZ schrieb Ger van Dijck :
>Hi all,
>
>
>
>
>When giving dnf update I get the following message:invalid value 
>failovermethod = priority in /etc/yum.repo.d/teamviewer.repo . 
>Configuration : Optionbinding with failovermethod does not excist.
>
>
>
>What does it mean ? and  how can I prevent it ?
>
>
>
>Ger van Dijck.
>___
>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
>Do not reply to spam on the list, report it:
>https://pagure.io/fedora-infrastructure

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Install Clonezilla on Fedora 34.

2021-06-28 Thread Klaus-Peter Schrage

Am 28.06.2021 um 16:35 schrieb Ger van Dijck:

On Wed, 23 Jun 2021 at 13:36, Ger van Dijck mailto:ger.vandi...@edpnet.be>> wrote:

Hi all,


I tried to install Clonezilla on Fedora 34 .



But no luck : I need help.

That doesn't tell us what you tried or how it failed. Are you trying
to install this package:

https://fedora.pkgs.org/34/rpm-sphere-noarch/clonezilla-3.35.2-1.noarch.rpm.html



Hi George ,

A bit late but :

How to install Clonezilla:
===

1 . rpmfusion-(non)(free)-release-34.noarch.rpm is inslalled.
2 . https://github.com/rpmsphere/noarch/tree/master/r gives no such
file or directory.

3 . rpm -Uvh rpmsphere-release*rpm gives file not found by
glob:rpmsphere-release*rpm.

4 . dnf install clonezilla therefore gives no result.


Be so kind to inform me,


Ger van Dijck.
George N. White III


You probably had a look at https://clonezilla.org/ to learn that there
are three variants of clonezilla:
- A live version (which I have been using for years), best installed on
an USB drive
- two server editions for mass deployment of saved images (unimportant
for me).
So what version are you trying to install? To use the live version ,
simply download the iso and install it on an USB stick. No need for a
Fedora rpm in this case.
KP
___
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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: inkscape

2018-02-10 Thread Klaus-Peter Schrage

Am 09.02.2018 um 13:44 schrieb Patrick Dupre:

Hello,

I use inkscape, but the behavior that I get is not that is explained
in line. Typically, I do not get the palette tool box.
https://www.wikihow.com/Use-the-Fill-and-Stroke-Functions-in-Inkscape

It results that I cannot open a fill and stroke, and I cannot set an
arrow for example.

Is is a bug or a configuration issue?

Please give some more informations about what you actually did and what 
happened:

Is there anything showing up when you select "Object - Fill and Stroke"?
If you see the "Fill an Stroke" palette, are all items greyed out? Then 
you probably did not select any object (line, circle, ...).


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Problem updating wine-core in FC25

2017-06-22 Thread Klaus-Peter Schrage

Am 22.06.2017 um 13:06 schrieb Jon Ingason:

I get following error message when running "dnf update":
...

Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful
transactio
n.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
   file /usr/share/doc/wine-core/ANNOUNCE from install of
wine-core-2.10-1.fc25.i
686 conflicts with file from package wine-core-2.9-1.fc25.x86_64
   file /usr/share/doc/wine-core/VERSION from install of
wine-core-2.10-1.fc25.i6
86 conflicts with file from package wine-core-2.9-1.fc25.x86_64

Error Summary
-

Someone having same problem? Some solution?

Just did dnf update including wine-core 2.10-1 for both architectures 
(x86_64 and i686) with no problem, as usual. Sorry that I can't offer a 
solution to your problem;-(

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Video editing disaster

2017-05-28 Thread Klaus-Peter Schrage
Recently, I had some  (not too extensive) sessions in video editing - 
cutting an mp4 file, adding some transitions, recode to mp4 again, 
without a single crash, using

Flowblade.
See also:
https://opensource.com/life/16/9/10-reasons-flowblade-linux-video-editor?sc_cid=7016000QyBkAAK


Am 27.05.2017 um 02:53 schrieb Wade Hampton:
I am trying out multiple video editors on Fedora, with very poor 
results and a ton of crashes.
Anyone have recommendations on how to stablize one of these or can you 
recommend a
video editor that just works (like kdenlive used to when I used it 
last a year ago)?


I am having the same results on two Fedora 25, 64-bit systems, fully 
updated.  The packages
are from rpmfusion and on one of the two systems from unitedrpms.  My 
main system is an

older 6-core AMD with 8G of RAM so it should handle it.

The files I am testing with are:
  JPG images from a DSLR
  Quicktime from my DSLR (MVI_xxx.MOV),
  Movie from my Android phone x.m2ts
  Movie from a DVD xxx.mpg
  Movie from a digital camcorder (Sony AVCHD):   .MTS

KDENLIVE:
My goto editor was Kdenlive, but it won't open files.  I keep getting 
"clip is invalid".

The terminal outputs:

mlt_repository_init: failed to dlopen /usr/lib64/mlt/libmltavformat.so
  (/lib64/libavdevice.so.57: symbol 
av_buffersink_get_sample_aspect_ratio, version LIBAVFILTER_6 not 
defined in file libavfilter.so.6 with link time reference)


I think there is a lib miss-match.

PITIVI:
Pitivi is nice, but I can't keep it running.  Multiple core dumps.

OPENSHOT:

I really love OpenShot.  I tried the one from rpmfusion and it crashed 
all the time,
for example when trying transitions.  I also tried the latest version 
via AppImage:


  OpenShot-v2.3.3-x86_64.AppImage

This seemed much more stable, but I could still crash it with 
transitions, adding

an MP3 file for audio, etc.

Anyone have a good, stable video editor or have suggestions on how to 
run one of these

in a stable platform?

Note, I am filing bug reports on many of these crashes

Thanks,
--
Wade Hampton


___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org



--
Klaus-Peter Schrage
Fridtjof-Nansen-Str. 21
D-38108 Braunschweig
Tel.:  +49 531 355178
Fax:   +49 531 3557473
Mobil: +49 171 1940 497
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: firefox on fedora 25 unable to apply css rules?

2017-01-07 Thread Klaus-Peter Schrage

Am 07.01.2017 um 14:34 schrieb François Patte:

Le 07/01/2017 13:45, Tim a écrit :

Allegedly, on or about 07 January 2017, François Patte sent:

I just installed fedora 25 on my laptop. firefox 50 (or 49) is unable
to
display fonts if I put this css instruction:

* {
   font-family: Freeserif, Helvetica, sans-serif;
}

If I comment this in the css file, I can see the text if not: all
decorations, and images are displayed but no text appears!

I tried with google-chrome and the page is correctly rendered.

Are you using the same file for both, or just typing the same
information into each browser's CSS files?  If they're separate files,
check carefully for any typing errors.

For what it's worth, specifying a serif, then two sans-serif fall-backs,
is a bit odd.  Not that /that/ should have anything to do with your
issue.


I read this:

http://www.math-info.univ-paris5.fr/~patte/projet-ycart/

No problem with firefox 42 on fedora 21, no problem with firefox 50.1.0
on fedora 24.

Problem occurs with firefox 49 or 50 on fedora 25 but no problem on this
platform with google-chrome.

On fedora 25 I have the same problem if I read localy the same files
through httpd server running on localhost public_html

For me, this site is rendered identically by Firefox (50.1.0) and Chrome 
(55.0.2883.87 (64-bit)) in Fedora 25 (KDE).


In Firefox, the fonts font instruction ( font-family: Freeserif, 
Helvetica, sans-serif;}) is obviosly applied, you can switch it on and 
off with Firefox' web developer tools.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Converting XML files to Libreoffice Calc

2016-12-02 Thread Klaus-Peter Schrage

Am 01.12.2016 um 18:48 schrieb Max Pyziur:


Greetings,

A data site provides downloadable data in xml format; the header reads:


xmlns:o="urn:schemas-microsoft-com:office:office" 
xmlns:x="urn:schemas-microsoft-com:office:excel" 
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" 
xmlns:html="http://www.w3.org/TR/REC-html40;>


2016-12-01T15:08:55Z
1





It imports seamlessly into MS Excel. I'm flummoxed as to how to do the 
same in Libreoffice. I've searched for LibreOffice XML filters, but I 
haven't come across anything yet.


Much thanks for any guidence.

Max Pyziur
p...@brama.com 


In LibreOffice spreadsheet you'll find in the Data menu:  "XML Source" - 
perhaps this can do what you want?

See: https://wiki.documentfoundation.org/Development/Calc/XMLSource

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: how to login to the list

2016-10-24 Thread Klaus-Peter Schrage

Am 24.10.2016 um 22:14 schrieb Kevin Fenzi:

On Mon, 24 Oct 2016 21:41:37 +0200
Klaus-Peter Schrage <kpschr...@gmx.de> wrote:


I am totally bewildered now: I just wanted to interrupt delivery of
mails for four weeks (going on a visit to India), wanted to edit my
subscription correspondingly like I did for years. Couldn't log in to
anything (trying my Google account). I choose to reset my password
and received a password reset mail, telling me that my user name was
kpschrage. But this user seems to be unknown, can't log in with the
new password. What a mess ...

It's not so bad. Just login with aany method (google account is fine),
and then go to your profile and add the email address you use on the
list. You will get a confirm email and then you can manage that email
address in the interface.

kevin
Thanks, Kevin, I somehow really succeeded in getting into a page where I 
could manage my subsciption as desired (change my delivery status). But 
this was more or less on trial and error based ...


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: how to login to the list

2016-10-24 Thread Klaus-Peter Schrage
I am totally bewildered now: I just wanted to interrupt delivery of 
mails for four weeks (going on a visit to India), wanted to edit my 
subscription correspondingly like I did for years. Couldn't log in to 
anything (trying my Google account). I choose to reset my password and 
received a password reset mail, telling me that my user name was 
kpschrage. But this user seems to be unknown, can't log in with the new 
password. What a mess ...


Am 21.10.2016 um 02:07 schrieb Matthew Miller:

On Thu, Oct 20, 2016 at 05:01:06PM -0700, Rick Stevens wrote:

Not to my mind. SSO (single sign on) is, IMHO, a really bad thing. Yes,
it's easier to administer because the authentication is being handled by
someone else and you "don't have to be bothered". However, now your
security is now ENTIRELY dependent on the security of that provider. If
they're breached, YOU'RE breached. Relying on someone else to provide
your security is, again IMHO, a truly idiotic thing to do.

Note that with the options provided, you could use your *own* open
identity provider.




---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: Reverting to nouveau

2016-10-05 Thread Klaus-Peter Schrage
FWIW, I have reverted from the NVIDIA driver to nouveau quite often by 
simply doing

$ sudo dnf remove xorg-x11-drv-nvidia
which also removed most of the dependencies you have mentioned. After 
that I could reboot into nouveau without any other alterations - just to 
notice that nouveau is not my friend. So reverted to NVIDIA  again in a 
similar way:

$ sudo dnf install xorg-x11-drv-nvidia
(which, on reboot, was followed by some lenghty stop/start jobs from 
akmod but worked in the end)



Am 05.10.2016 um 12:02 schrieb Patrick O'Callaghan:

Due to ongoing problems with non-functioning hibernation (or rather
resuming) I decided to reduce the number of variables by removing the
proprietary Nvidia drivers. I did the following:

- Removed all Nvidia-related rpms (i.e. everything with Nvidia in the
name, i.e.:

kmod-nvidia-340xx-4.7.5-200.fc24.x86_64-340.96-3.fc24.x86_64
xorg-x11-drv-nvidia-340xx-libs-340.96-2.fc24.x86_64
xorg-x11-drv-nvidia-340xx-340.96-2.fc24.x86_64
kmod-nvidia-340xx-4.7.3-200.fc24.x86_64-340.96-3.fc24.x86_64
xorg-x11-drv-nvidia-340xx-kmodsrc-340.96-2.fc24.x86_64
xorg-x11-drv-nvidia-340xx-libs-340.96-2.fc24.i686
akmod-nvidia-340xx-340.96-3.fc24.x86_64
kmod-nvidia-340xx-4.7.4-200.fc24.x86_64-340.96-3.fc24.x86_64
kmod-nvidia-340xx-4.7.2-201.fc24.x86_64-340.96-3.fc24.x86_64
xorg-x11-drv-nvidia-kmodsrc-367.44-1.fc24.x86_64

- Deleted /etc/X11/*nvidia*
- Deleted the Nvidia blacklist file from /etc/modprobe.d
- Rebooted

I now have a VGA system (640x480). The Nouveau module is not loading at
boot. xrandr says "Failed to get size of gamma for output default".

So, two questions:

a) What am I forgetting?
b) Why is switching video drivers so fscking difficult?

poc

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Re: No sound in F24 with Intel onboard audio (RealTek ALC887)

2016-09-06 Thread Klaus-Peter Schrage

Am 06.09.2016 um 20:06 schrieb Mike Wright:

On 09/06/2016 10:54 AM, Klaus-Peter Schrage wrote:

It has been years that I had problems with audio in Fedora, so I am no
longer used in debugging alsa/pulsaudio problems. But recently, after a
fresh install of Fedora 24, I can't hear anything from my setup:
- Audio device: Intel Corporation 8 Series/C220 Series Chipset High
Definition Audio Controller (rev 05)
- Audio device: NVIDIA Corporation GF108 High Definition Audio
Controller (rev a1)
(the second one, of course, is a video card).

When playing any audio file, pavucontrol indicates that there is
something playing to "Analog Stereo Duplex" (which was the appropriate
device in former Fedora versions), but now I can't hear anything.
And before you ask: All relevant controls in alsamixer are unmuted.


In pavucontrol it is possible for the playback tab to indicate 
something playing but if the output tab is be muted there will be no 
sound.  Have you check that? (I've been bitten before that way).


Thanks, Mike, it was all so easy! Unmuting "Line Out" in the output tab 
did the trick ...

--
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


No sound in F24 with Intel onboard audio (RealTek ALC887)

2016-09-06 Thread Klaus-Peter Schrage
It has been years that I had problems with audio in Fedora, so I am no 
longer used in debugging alsa/pulsaudio problems. But recently, after a 
fresh install of Fedora 24, I can't hear anything from my setup:
- Audio device: Intel Corporation 8 Series/C220 Series Chipset High 
Definition Audio Controller (rev 05)
- Audio device: NVIDIA Corporation GF108 High Definition Audio 
Controller (rev a1)

(the second one, of course, is a video card).

When playing any audio file, pavucontrol indicates that there is 
something playing to "Analog Stereo Duplex" (which was the appropriate 
device in former Fedora versions), but now I can't hear anything.

And before you ask: All relevant controls in alsamixer are unmuted.

There is no error message from journalctl that seems to be sound related.


- Content of /proc/asound/cards:
 0 [PCH]: HDA-Intel - HDA Intel PCH
  HDA Intel PCH at 0xf721 irq 29
 1 [NVidia ]: HDA-Intel - HDA NVidia
  HDA NVidia at 0xf708 irq 17

- Output from aplay -l:
Karte 0: PCH [HDA Intel PCH], Gerät 0: ALC887-VD Analog [ALC887-VD Analog]
  Sub-Geräte: 0/1
  Sub-Gerät #0: subdevice #0
Karte 0: PCH [HDA Intel PCH], Gerät 1: ALC887-VD Digital [ALC887-VD Digital]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 3: HDMI 0 [HDMI 0]
  Sub-Geräte: 0/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 7: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 8: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0
Karte 1: NVidia [HDA NVidia], Gerät 9: HDMI 0 [HDMI 0]
  Sub-Geräte: 1/1
  Sub-Gerät #0: subdevice #0

Thanks in advance for any pointer!

--
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: Decent picture viewer

2016-08-17 Thread Klaus-Peter Schrage

Am 17.08.2016 um 14:57 schrieb Jon Danniken:



On 8/17/16 3:50 AM, Fernando Cassia wrote:

On 8/17/16, Fernando Cassia  wrote:

Anyway, Ristretto in Xfce is really not adequate, so I am asking 
really

nicely, please for recommendations.
What picture viewer do you use on F24?


Irfanview under WINE.

http://www.boekhoff.info/?pid=linux=install-irfan-view-on-linux


This post is newer and has more info -wrt winetricks, and 64bit-
https://techblog.jeppson.org/2016/05/use-irfanview-linux-wine/


Have you been able to have IrfanView open an image when just 
double-clicking on the image in your file explorer?  My previous 
attempts at this failed, although the IrfanView application itself, 
once opened through the wine menu, worked without a hitch.


You can associate any file type (eg pictures like .tif, .png, ...) to 
applications installed through wine, see eg:

 
http://unix.stackexchange.com/questions/227195/how-to-create-a-custom-command-in-linux-for-a-wine-pdf-application.
In short:
Create a shellscript "iviewstart" somewhere (in my case: ~/bin/):

 #!/bin/sh
   QUICKPARLOCATION="C:\Programme\IrfanView\i_view32.exe"
   PARAM=`winepath -w "$*"`
   wine "$QUICKPARLOCATION" "$PARAM"
   exit 0

Make it executable and change the file associations of your desktop 
envirement for the respective image types to iviewstart.

I used a a similar technique to associate "Foxit Reader" with pdf-files.
--
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: Nouveau, Oh No!

2016-07-02 Thread Klaus-Peter Schrage

Am 02.07.2016 um 00:09 schrieb Tom Horsley:

On Fri, 1 Jul 2016 14:56:47 -0600
Robin Laing wrote:


Until you install a 4.6 kernel, of course, then the nvidia driver won't
compile because the helpful linux kernel devs have been changing the
internal kernel interfaces again :-).

(I'm booted back on the 4.5 kernel now).
--

Thanks for the heads up.  Just about to update a new machine that
requires the nVidia closed source drivers.


For me, the nvidia driver from rpmfusion works with kernel 
4.6.3-300.fc24.x86_64 after today's updates of akmod-nvidia and 
xorg-x11-drv-nvidia*.

--
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: copying images out of pdfs

2016-06-10 Thread Klaus-Peter Schrage

Am 10.06.2016 um 11:42 schrieb Robert Moskowitz:



On 06/10/2016 04:41 AM, Klaus-Peter Schrage wrote:

Am 09.06.2016 um 19:58 schrieb Robert Moskowitz:

I want to pull out specific figures to include in a presentation. 
Not convert the entire pdf to an image.


Like this fig 9-2:
If you really want to pull a vector graphic like this in a clean way, 
you can do it with Inkscape (any other vector editing tool capable of 
handling pdf works as well, but I often use this one):


 * as Inkscape only seems to be able to open a single pdf page, first
   extract the page in question (e. g. page 39) with a tool of your 
liking

 * open page39.pdf in Inkscape
 * with the selection tool, draw a rectangle which covers all elements
   of your figure
 * copy and paste the selection to a new empty drawing
 * save as fig9_2.svg or fig9_2.eps


I will look into Inkscape, I see it in the F22 repo.  But what is a 
svg or eps file?  Can they be imported into a Libreoffice 
presentation?  And then Powerpoint?


Thanks 

They are both vector graphics formats:
https://en.wikipedia.org/wiki/Scalable_Vector_Graphics
https://en.wikipedia.org/wiki/Encapsulated_PostScript
Libreoffice impress can import svg files, but for reasons I dont know, 
it doesn't read eps, at least the ones created with Inkscape.

Powerpoint (2010), on the other hand, imports eps, but not svg ...

If you want to try the files, you can download fig 9-2 in eps and svg 
format from here:

https://www.dropbox.com/sh/8c1ua34sxv27dth/AACpb_fM3ieiwzvV_OyVxefRa?dl=0
--
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: copying images out of pdfs

2016-06-10 Thread Klaus-Peter Schrage

Am 09.06.2016 um 19:58 schrieb Robert Moskowitz:

I want to pull out specific figures to include in a presentation. Not 
convert the entire pdf to an image.


Like this fig 9-2:
If you really want to pull a vector graphic like this in a clean way, 
you can do it with Inkscape (any other vector editing tool capable of 
handling pdf works as well, but I often use this one):


 * as Inkscape only seems to be able to open a single pdf page, first
   extract the page in question (e. g. page 39) with a tool of your liking
 * open page39.pdf in Inkscape
 * with the selection tool, draw a rectangle which covers all elements
   of your figure
 * copy and paste the selection to a new empty drawing
 * save as fig9_2.svg or fig9_2.eps
--
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: copying images out of pdfs

2016-06-09 Thread Klaus-Peter Schrage

Am 09.06.2016 um 18:34 schrieb Robert Moskowitz:

Again Fedora 22 Xfce.

It seems Evince lacks being able to copy an image out of a pdf so I 
can paste said image into a presentation.  Select text seems to be the 
only option.



It was sad when we lost Acrobat reader for Linux.


What other tool can read in pdfs and provide selecting an image (e.g. 
a figure in an IEEE standard) that I can then copy over to Libre Office?


Okular seems to be able to accomplish waht you want to do (right click 
on image, copy etc.).

Klaus
--
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: VLC VideoLAN

2016-02-23 Thread Klaus-Peter Schrage

Am 22.02.2016 um 19:10 schrieb Rick Stevens:


Angelo, I can see two possible reasons VLC may not see the insertion of
a CD or DVD once it's running:

As far as I remember (I really don't want to rescan this thread) Angelo 
has a much more fundamental problem with VLC: no graphical interface 
comes up. Solutions to this have been offered, but he didn't react.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: VLC VideoLAN

2016-02-19 Thread Klaus-Peter Schrage

Am 19.02.2016 um 15:29 schrieb Angelo Moreschini:

thank you for answering me



this is the output tah I get for the command vlc

vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.1-161-g360f42e)
[00d4d118] core libvlc: Running vlc with the default 
interface. Use 'cvlc' to use vlc without interface.

[00e6c038] [cli] lua interface: Listening on host "*console".
VLC media player 2.2.2 Weatherwax
Command Line Interface initialized. Type `help' for help.
>


Hello, Angelo,

'vlc' should give you the graphical interface and not, like in your 
case, the cli.


So either you have
- a misconfiguration
- a broken installation.

So at first you can try to reset your configuration by
vlc --reset-config

If that does not help, go the brutal way:
rm -rf ~/.config/vlc/

If your installation is broken, uninstall vlc and install it again (I 
guess you received vlc from rpmfusion?)


HTH
KP




--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: VLC VideoLAN

2016-02-19 Thread Klaus-Peter Schrage

Am 19.02.2016 um 10:34 schrieb Angelo Moreschini:
I installed VLC on my computer (fedora 21) with the purpose to play 
.VOB files.


Actually I can run LVL on the line command, but I am not able to do 
anything in this way...  The help command  give me this output :


When you enter "vlc" into the command line, does the gui start? Do you 
get any messages?


By the way, VOB is the file format for video material inside a video 
dvd, so is watching a dvd that what you want to do?

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: F22 - audacity-freeworld crashed on opening an amr recording

2016-02-13 Thread Klaus-Peter Schrage

Am 13.02.2016 um 01:49 schrieb stan:

On Fri, 12 Feb 2016 13:25:54 -0500
Robert Moskowitz  wrote:

[snip]

I did a web search and found someone recommending sox for amr
conversion.  I've used sox for batch conversions in the past, it's
really handy for that.

There was mention of another conversion program that handled amr
(mik???), but I hadn't heard of it before so recommended sox instead.


amr support for sox (amr-nb and amr-wb) is in sox-plugins-nonfree, which 
you can install from the the RPM Fusion nonfree repo:

http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-23.noarch.rpm.

BTW, audacity-freeworld loads an amr-wb file quite well for me, so your 
crashes might have other reasons. Perhaps this thread about audacity 
crashes might help:

https://lists.fedoraproject.org/pipermail/users/2015-August/464231.html

Robert might try removing ~/.audacity-data.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: texlive

2016-01-25 Thread Klaus-Peter Schrage

Am 25.01.2016 um 16:50 schrieb Bernardo Sulzbach:

On Mon, Jan 25, 2016 at 1:45 PM, Klaus-Peter Schrage <kpschr...@gmx.de> wrote:

when being forced by my
customers to use Word.

Would you mind sharing how common this was?

The publishing house I had been working for usually does their 
typesetting with InDesign, and when it comes to math, they use an 
InDesign plugin called mt.editor.
They also produce materials for teachers like worksheets etc. which are 
supposed to be editable, that's when Word comes into the play - but I 
think now we are drifting a bit OT ...

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: texlive

2016-01-25 Thread Klaus-Peter Schrage

Am 25.01.2016 um 16:21 schrieb Bernardo Sulzbach:

Just an addition to George's impressive answer: I only tried Word
equations on 2013 (the version) and it was painfully bad, sometimes
blocking the program for as much as two or three seconds when I was
entering a complex fraction.

However, maybe it was just a bad installation or something that got
fixed in the latest releases.


Having edited math textbooks for students 5-12 in my professional live 
and still doing so occasionally after retirement, I found out that I had 
to bite the bullet and pay some Euros for MathType (the formula editor 
Word was a light version of this plugin until 2003, I think) when being 
forced by my customers to use Word.  Only this way  I achieved to 
smoothly integrate formulas into the document fonts.

As far as I know, the MathType engine is tex based.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Audio CD burner question

2016-01-24 Thread Klaus-Peter Schrage

Am 23.01.2016 um 03:39 schrieb jd1008:

Tried a few audio cd burners, but none of them seem to have
an option to automagically include each track title as CD text for 
each track.
If anyone knows of such a burner (Open Source), would like to hear 
about it.


Thanx.
I have had quite a few burners in the last 15 years or so, and as far as 
I can remember, none of them was NOT capable of writing CD Text.

K3B has an option of editing and burning CD Text.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Audacity

2015-11-13 Thread Klaus-Peter Schrage

Am 13.11.2015 um 15:48 schrieb jarmo:

With new upgrade to F23 Audacity didn't start at all, got tons of
errors. This morning update, got new Audacity-Freeworld. Something new,
no errors, but Audacity won't start. Anyone else met this?

Jarmo


Perhaps this thread might help:
https://lists.fedoraproject.org/pipermail/users/2015-August/464231.html
(in short: remove the directory ~/.audacity-data)
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Fedora 23 and VirtualBox: VBox Guest Additions not working properly

2015-11-05 Thread Klaus-Peter Schrage

Am 05.11.2015 um 16:41 schrieb SternData:

On 11/05/2015 09:11 AM, Klaus-Peter Schrage wrote:

I have just upgraded to 23 from 22 in a virtual machine using dnf as
decribed in the Fedora Wiki, which went rather smoothly for me.

After manually installing the Guest Additions, the features "seemless
windows" and "automatic resize of the guest desktop" don't work (the
respective options in the views menu are greyed out).

The VBox kernel modules are built ok, but I get a warning saying:
"unsupported pre-release version of X.Org server installed. Not
installing the X.Org drivers."

The X log says that there is X.Org X Server 1.17.99.902 installed, which
*is* a pre-release. I guess downgrading might cure the problem, but how?

Any advice from the wise persons on this list would be greatly 
appreciated.



Are you using VirtualBox from the virtualbox repos or from rpmfusion? 
I'm using the VirtualBox repo version (Oracle version) and it's 
working for me.
I am using the VBox repo version as well (to be precise: 
VirtualBox-5.0-5.0.8_103449_fedora22-1.x86_64).

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Fedora 23 and VirtualBox: VBox Guest Additions not working properly

2015-11-05 Thread Klaus-Peter Schrage

Am 05.11.2015 um 17:00 schrieb Klaus-Peter Schrage:

Am 05.11.2015 um 16:41 schrieb SternData:

On 11/05/2015 09:11 AM, Klaus-Peter Schrage wrote:

I have just upgraded to 23 from 22 in a virtual machine using dnf as
decribed in the Fedora Wiki, which went rather smoothly for me.

After manually installing the Guest Additions, the features "seemless
windows" and "automatic resize of the guest desktop" don't work (the
respective options in the views menu are greyed out).

The VBox kernel modules are built ok, but I get a warning saying:
"unsupported pre-release version of X.Org server installed. Not
installing the X.Org drivers."

The X log says that there is X.Org X Server 1.17.99.902 installed, 
which
*is* a pre-release. I guess downgrading might cure the problem, but 
how?


Any advice from the wise persons on this list would be greatly 
appreciated.



Are you using VirtualBox from the virtualbox repos or from rpmfusion? 
I'm using the VirtualBox repo version (Oracle version) and it's 
working for me.
I am using the VBox repo version as well (to be precise: 
VirtualBox-5.0-5.0.8_103449_fedora22-1.x86_64).


FWIW, I found how to downgrade X.Org-server to version 1.17 here:
http://forums.fedoraforum.org/showthread.php?t=306929

It's just:
# dnf --showduplicates --allowerasing --releasever=22 downgrade 
xorg-x11-server-Xorg
After doing so and manually installing the VBox Additions again, they 
work as expected.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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


Fedora 23 and VirtualBox: VBox Guest Additions not working properly

2015-11-05 Thread Klaus-Peter Schrage
I have just upgraded to 23 from 22 in a virtual machine using dnf as 
decribed in the Fedora Wiki, which went rather smoothly for me.


After manually installing the Guest Additions, the features "seemless 
windows" and "automatic resize of the guest desktop" don't work (the 
respective options in the views menu are greyed out).


The VBox kernel modules are built ok, but I get a warning saying:
"unsupported pre-release version of X.Org server installed. Not 
installing the X.Org drivers."


The X log says that there is X.Org X Server 1.17.99.902 installed, which 
*is* a pre-release. I guess downgrading might cure the problem, but how?


Any advice from the wise persons on this list would be greatly appreciated.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: ImageMagick: possibly OT

2015-09-17 Thread Klaus-Peter Schrage

  
  
Am 17.09.2015 um 19:36 schrieb Bill
  Oliver:

On Thu, 17 Sep 2015, Timothy Murphy wrote:
  
  
  Shaheen Bakhtiar wrote:

  
  
  You can also write a little script for gimp if you don't want to
  do it
  
  interactively.  See:
  
  
http://superuser.com/questions/216177/command-line-to-automatically-crop-an-image
  
  
  
  Personally, I don't like scripting gimp, but to each his own.
  
  
  
  billo
  
  

It's not a Gimp script mentioned there, but an ImageMagick command
(convert).
By the way, there are nice tutorials on using ImageMagick from IBM
(yes!), rather old, but not outdated:
http://www.ibm.com/developerworks/linux/library/l-graf/index.html
http://www.ibm.com/developerworks/linux/library/l-graf2/index.html
  

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: ImageMagick: possibly OT

2015-09-17 Thread Klaus-Peter Schrage

Am 17.09.2015 um 20:09 schrieb Bill Oliver:

On Thu, 17 Sep 2015, Klaus-Peter Schrage wrote:



It's not a Gimp script mentioned there, but an ImageMagick command 
(convert).
By the way, there are nice tutorials on using ImageMagick from IBM 
(yes!), rather old, but not outdated:

http://www.ibm.com/developerworks/linux/library/l-graf/index.html
http://www.ibm.com/developerworks/linux/library/l-graf2/index.html





The first answer was for convert.  The second answer was a gimp 
script.  I was referring to that because the question asked for tools 
other than ImageMagick.

I stand corrected - you should always read further ...
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Nvidia GeForce Gt 705

2015-08-16 Thread Klaus-Peter Schrage

Am 16.08.2015 um 16:17 schrieb Paul Cartwright:

ok, so I got a new computer, was windows 10, now dual-boot with fedora
22 x86_64. I have had AMD Radeon card for my last computer, but this one
comes with a Nvidia GeForce Gt 705. I seem to remember this from long
ago, I downloaded the NVIDIA-Linux.run .
are there any gotcha's or anything I need to know before I do this??
should I install this?? this is a new Dell Inspiron with core-I5 Intel
chip..


I found installing the nvidia binary driver from rpmfusion rather 
hassle-free (okay, I have a somewhat older card, but that shouldn't matter):

http://rpmfusion.org/Howto/nVidia
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Nvidia GeForce Gt 705

2015-08-16 Thread Klaus-Peter Schrage

Am 16.08.2015 um 22:09 schrieb Joe Zeff:

On 08/16/2015 12:50 PM, Patrick O'Callaghan wrote:

The workaround is to check/var/cache/akmods/nvidia/.last.log after a
new kernel has been installed but before booting. If it shows an error
(jump to the end of the file) you still have time to manually install
the new rpm before rebooting.


Two things: first, doesn't akmod run at boot, which would mean that 
the lock is gone.  Second, why not just use last 
/var/cache/akmods/nvidia/.last.log to go right to the part you need to 
see?


For reasons I don't know this doesn't work after a kernel upgrade. What 
I have to do in this case:

Konsole output
sudo /usr/sbin/akmods --force
and then rboot.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: grub2

2015-05-04 Thread Klaus-Peter Schrage

Am 03.05.2015 um 20:42 schrieb Paul Cartwright:

On 05/03/2015 11:02 AM, Klaus-Peter Schrage wrote:

Am 03.05.2015 um 15:59 schrieb Patrick Dupre:

Hello,

After I run
 grub2-mkconfig -o /boot/grub2/grub.cfg
 grub2-install /dev/sda

First thought: Shouldn't these two commands be interchanged?

no, you run the mkconfig FIRST, then install it in /dev/sda ..




I am a bit stumbled: I always thought that it is a good idea to install 
a feature before configuring it ... Following Fedora's Grub2 
documentation, I did it this way for quite a long time whenever I needed 
to update my grub configuration:
The configuration format has evolved over time, and a new configuration 
file might be slightly incompatible with the old bootloader. It is thus 
often/always a good idea to run grub2-install before grub2-mkconfig for 
some reason is run.
But, I admit, in most situations the order of the two command may not 
matter.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: grub2

2015-05-04 Thread Klaus-Peter Schrage

Am 04.05.2015 um 13:19 schrieb Paul Cartwright:

mmm, well if it has already been installed , why would you ever have to
run grub-2-install again?? all you would have to do is modify the
grub.cfg whenever you add a new kernel.. I guess the only way to test
would be to add/remove a kernel, then JUST run grub2-mkconfig, reboot 
see if the changes were updated..
or am I missing the point..

Usually, I don't have to fiddle with grub. The cases I remember were 
when I had repaired windows installations (in a dual boot situation) 
which refused to boot. By restoring the windows boot mechanism via the 
rescue console, the MBR had been overwritten, and I had to re-install 
grub to get back dual booting; and I did that in the order I had 
mentioned: grub2-install first, then grub2-mkconfig. Perhaps the 
reversed order might work as well in this use case, but I never tried that.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: grub2

2015-05-04 Thread Klaus-Peter Schrage

Am 04.05.2015 um 14:18 schrieb Paul Cartwright:

On 05/04/2015 08:13 AM, Klaus-Peter Schrage wrote:



Usually, I don't have to fiddle with grub. The cases I remember were
when I had repaired windows installations (in a dual boot situation)
which refused to boot. By restoring the windows boot mechanism via the
rescue console, the MBR had been overwritten, and I had to re-install
grub to get back dual booting; and I did that in the order I had
mentioned: grub2-install first, then grub2-mkconfig. Perhaps the
reversed order might work as well in this use case, but I never tried
that.

I found a very nice utility called boot-repair. I boot from that CD  it
remakes the boot file including all bootable OSes on the drive(S).
I have fedora booting from sdb  windows booting from sda, and I also
had that issue when I tried to reinstall windows.

http://sourceforge.net/projects/boot-repair-cd/

Thank you, that looks very promising. I hope not to have to use it, but 
you never know ...

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: grub2

2015-05-03 Thread Klaus-Peter Schrage

Am 03.05.2015 um 15:59 schrieb Patrick Dupre:

Hello,

After I run
grub2-mkconfig -o /boot/grub2/grub.cfg
grub2-install /dev/sda

First thought: Shouldn't these two commands be interchanged?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Youtube-dl problem/question

2015-04-20 Thread Klaus-Peter Schrage

Am 20.04.2015 um 17:50 schrieb jd1008:

ERROR: l1zNZjH1KJk: YouTube said: The uploader has not made this video
available in your country. 
This message says it all, and I doubt that you can watch this video in 
your browser.


FWIW, I don't get this error message, and the download with youtube-dl  
works for me here (Germany).

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Youtube-dl problem/question

2015-04-20 Thread Klaus-Peter Schrage

Am 20.04.2015 um 19:53 schrieb jd1008:



On 04/20/2015 11:37 AM, Klaus-Peter Schrage wrote:

Am 20.04.2015 um 17:50 schrieb jd1008:

ERROR: l1zNZjH1KJk: YouTube said: The uploader has not made this video
available in your country. 
This message says it all, and I doubt that you can watch this video 
in your browser.


FWIW, I don't get this error message, and the download with 
youtube-dl  works for me here (Germany).
So, would it work in the browser,if I first connected to youtube.de or 
whatever url

you use when you are in germany?


No, it was the very url that you reported which I have used - one the 
very rare exceptions to benefit from using Youtube from within Germany. 
Quite often, when I try to open a music video, I get blocked: Sorry, 
due to ... it is not possibly to watch this video in your country 
(there is a controversy between youtube/google and GEMA,  a German 
collecting company for music royalties, going on).


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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 blank dvd/rw media

2015-03-08 Thread Klaus-Peter Schrage

Am 08.03.2015 um 04:18 schrieb Ed Greshko:

I err'd when I wrote the above as I actually found 2 DVD's in the drawer and the one I 
used was an off-brand from Melody Group here in Taiwan and blanking worked.

The Philips brand DVD+RW does *not* support the blank option when using the 
dvd+rw-format tool...

[egreshko@meimei ~]$ dvd+rw-format -blank=full /dev/sr0
* BD/DVD±RW/-RAM format utility by ap...@fy.chalmers.se, version 7.1.
* 4.7GB DVD+RW media detected.
- illegal command-line option for this media.


I found the dvd+rw-format man page quite readable (unlike some others) 
and helpful in explaining the difference between  DVD-RW and DVD+RW 
media with respect to blanking/formatting:


quote
To blank a DVD-RW and put in the incremental sequential mode, run:
dvd+rw-format -blank=full /dev/dvd
...

-force[=full]
Perform formatting even if the medium is formatted already. This is not 
recommended for  BD-RE  and  DVD+RW media, since  they  need to be 
formatted only once. Use -format=full to perform full (lengthy) reformat 
in case of DVD-RAM ...

...

Note that DVD+RW re-formatting procedure does not substitute for 
blanking. If you want to nullify the media, e.g. for privacy reasons, do 
it explicitly with 'growisofs -Z /dev/dvd=/dev/zero'.

/quote
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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 blank dvd/rw media

2015-03-07 Thread Klaus-Peter Schrage

Am 07.03.2015 um 15:15 schrieb Ed Greshko:


I hardly use optical media these days.  But I happen to find an old Philips 
DVD+RW disk in a drawer.  I used the cdrecord -v blank=all command on it and it 
worked just fine.  I didn't save the output it created but there was a HINT 
telling me I really should be using the dvd+rw-format command.



Perhaps this depends on the types of drive or media. I used 'cdrecord -v 
blank=all' on two different DVD+RW brands and got error outputs similar 
to the op's, whereas the same command erased a CD-RW just fine.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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 blank dvd/rw media

2015-03-07 Thread Klaus-Peter Schrage

Am 07.03.2015 um 03:18 schrieb jd1008:

This drive or media does not support the 'BLANK media' command
cdrecord: Cannot blank disk, aborting. 


These lines say it all, see the BLANK command applies to CDs, not to 
DVD-rw's (cdrecord --help).
Usually you *format* these media once, then, unlike CDs, you simply 
overwrite them.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: fedora21 and french version of firefox

2015-03-02 Thread Klaus-Peter Schrage

Am 02.03.2015 um 15:53 schrieb Ed Greshko:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 03/02/15 16:25, François Patte wrote:

Bonjour,

On fresh install of fedora-21 (with French as default language) I
wanted to install firefox and ran:

yum install firefox

Which succeeded but it is the English version which has been
installed... How to install the French version using yum?

Thank you


Go to http://en.kioskea.net/faq/7263-firefox-how-to-change-language-settings and follow 
Method 2 to install the appropriate language pack.

Then make sure your locale is set correctly

[egreshko@meimei ~]$ locale
LANG=fr_FR.UTF-8
LC_CTYPE=fr_FR.UTF-8
LC_NUMERIC=fr_FR.UTF-8
LC_TIME=fr_FR.UTF-8
LC_COLLATE=fr_FR.UTF-8
LC_MONETARY=fr_FR.UTF-8
LC_MESSAGES=fr_FR.UTF-8
LC_PAPER=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LC_IDENTIFICATION=fr_FR.UTF-8
LC_ALL=fr_FR.UTF-8

Sorry this isn't a yum solution.
- -- 
If you can't laugh at yourself, others will gladly oblige.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlT0eXgACgkQ4JnKjVbCBvpTIACfZPKMNDm9uzAHoOYwM8/M8g94
bvUAn22JQ3PXh/fT0Krtp5cDFlh+5lyI
=7bul
-END PGP SIGNATURE-
The langpack xpi's seem to be present already in a regular yum install 
of firefox:

[kp@localhost ~]$ rpm -ql firefox |grep langpack-fr
/usr/lib64/firefox/langpacks/langpack...@firefox.mozilla.org.xpi

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: question about cd text

2015-01-25 Thread Klaus-Peter Schrage

Am 24.01.2015 um 06:34 schrieb Tim:

On Fri, 2015-01-23 at 12:09 +0100, Klaus-Peter Schrage wrote:

you can't build an iso, as there are no isos for audio cds,
but I may be corrected

Not an iso, as such, but it's possible to build an image of what will
be burnt onto an audio CD, though I can't remember if there's a specific
name for that.  That used to be how it was done (an audio data image,
with a table of contents file), until things got nicely automated for
users.  Unfortunately, the automated burner thingies tend to omit giving
you a way to burn more than one disc without recreating each one, each
time, wasting a hell of a lot of time.


You might be thinking of a cue sheet, which ist a plain text file with a 
reference to an audio file (or multiple files).
Here are the first lines of an example (this way I make backups of my 
audio cd collection on my computer, each cd image consisting of a 
single flac file and the corresponding cue file):


   REM GENRE World
   REM DATE 2008
   REM DISCID D40F320F
   REM COMMENT ExactAudioCopy v1.0b1
   CATALOG 0825646927876
   PERFORMER Amadou  Mariam
   TITLE Welcome To Mali
   FILE Welcome to Mali.flac WAVE
  TRACK 01 AUDIO
TITLE Sabali
PERFORMER Amadou  Mariam
INDEX 01 00:00:00
  TRACK 02 AUDIO
TITLE Ce N'Est Pas Bon
PERFORMER Amadou  Mariam
INDEX 01 03:16:47
   ...


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Virtual CD/DVD burner for Fedora

2015-01-23 Thread Klaus-Peter Schrage


Am 23. Januar 2015 20:28:47 MEZ, schrieb jd1008 jd1...@gmail.com:

On 01/23/2015 12:14 PM, Rick Stevens wrote:
 On 01/23/2015 10:43 AM, jd1008 wrote:
 googled for a virtual cd/dvd burner but all I could find
 was cdemu, which is not a burner but a rom.

 Any info on a virtual cd/dvd burner would be greatly appreciated.

 cdemu V3.0.x emulates a burner now, but I don't see what use a
virtual
 burner is unless you're writing your own burning software and want to
 see how it handles fake hardware. The only real test is on real
 hardware and as many different makes as you can get your grubby mitts
 on!

 If all you're trying to do is create an ISO image, just use brasero
or
 xfburn to create the image. Mount that .iso using a loopback and the

I am using k3b, which incorporates cd-text.
Unfortunately, k3b insists on the presence of media in the device.
Even if I losetup /dev/loop0  someFileofAppropriateSize
and edit k3brc and change sr0 to loop0, k3b still wants media
in the device.
So, that is why I am looking for a burner emulator.
cdemu is not available for fedora. I found its sources on
on sourceforge, but there is no info on how to integrate all that
into a single install file. As it is, it is way to fragmented.
Not clear if all one needs is the client or the daemon or both,
not to mention the other 3 or more packages listed on sourceforge,
If you have info on a fedora cdemu for fedora, please share.

Thanx.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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

For me it is not clear what you really want to accomplish. I thought you want 
to burn an audio CD with CD Text, k3b will do that, but what's the beef in 
doing that in an emulated CD Burnet?-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Virtual CD/DVD burner for Fedora

2015-01-23 Thread Klaus-Peter Schrage


Am 24. Januar 2015 01:24:57 MEZ, schrieb T.C. Hollingsworth 
tchollingswo...@gmail.com:
On Fri, Jan 23, 2015 at 12:28 PM, jd1008 jd1...@gmail.com wrote:
 I am using k3b, which incorporates cd-text.
 Unfortunately, k3b insists on the presence of media in the device.

Check Only create image on the right-hand side of the Settings tab
of the final burn screen where it asks for a medium and all the
media-related options will be instantly greyed out.  You can then set
the path of your virtual CD on the Image tab.

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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

When creating an audio CD, this option only converts the audio files, mp3 e. 
g., to wave files. There is not a notion similar to an data cd  image for 
audio cds, perhaps cue sheets, but that is a different story.-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: question about cd text

2015-01-23 Thread Klaus-Peter Schrage

Am 23.01.2015 um 04:42 schrieb jd1008:


On 01/22/2015 01:30 PM, poma wrote:



If I understand you want a Data CD/DVD image which should keep a
complete files structure together with ID3, not an Audio CD with CD-Text.



I want to create an audio cd with cd-text.
wodim and cdrecord may be invoked with args like
-useinfo -text  *.wav



As poma has pointed out before: k3b is a way to go. You can create an 
audio cd directly from mp3 files, without converting to wave format 
before (you can't build an iso, as there are no isos for audio cds, 
but I may be corrected):


After starting k3b, select New Audio CD Project, then simply drop your 
audio files into it, they will show up as tracks with artist and 
title taken from what is written into the id3 tags of your mp3s.


Hitting the Burn tab, you find a CD-Text tab where you can make your 
choices. Then you may burn your audio cd, k3b makes all the neccessary 
audio conversions.


In order to make this work, certain conditions have to be met:
1. k3b-extras-freeworld (and it's dependencies) from rpmfusion have to 
be installed (you probably don't need them if you use wave or ogg files).
2. There have to be id3 tags in your mp3 files at least for artist and 
title.


This all may be achieved with command line tools, but ...

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2015-01-19 Thread Klaus-Peter Schrage
Upstream (freedesktop.org): il silencio

Am 19. Januar 2015 20:39:05 MEZ, schrieb poma pomidorabelis...@gmail.com:

Guys, do not forget to show interest in what's going on, to folks
upstream!

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Wine installation

2015-01-01 Thread Klaus-Peter Schrage

Am 31.12.2014 um 19:00 schrieb Angelo Moreschini:

Hi,


 I used_*gnome-software*_ to install Wine. Now I have on the desk top
 an icon of wine that I can launch. If I search for wine, I have
 this output: -- [angelo_user@zorro ~]$ sudo find / -iname q4wine
 [sudo] password for angelo_user: /usr/bin/q4wine /usr/lib64/q4wine
 /usr/share/doc/q4wine /usr/share/q4wine find: ‘/run/user/1000/gvfs’:
 Permission denied /home/angelo_user/.config/q4wine 

 The problem come when I use the application (when I launch wine)...

 ...then I get some messages of error that say the application is not
 properly installed. The first one is: --- Cannot find or execute
 the 'wine' binary. Make sure that this binary is available by search
 PATH variable and see also INSTALL file for application depends.
 --- After this messages come a wizard to help me to do the set up
 of Wine... The first steps of the wizard ask me :

 * wine bin: * wine server: * wine loader: * wine libs ..:

 I am not able to set correctly this data  (for example wine
 server in not installed).

 So I am confused .. because gnome-software  don't seem it made the
 installation also gnome-software didn't get me a .rpm file to use
 for the installation...

 What I have to do ???

Honestly, I never heard about q4wine before, obviously kind of a gui for 
wine, although I have been using wine for more than a decade now. Wine 
doesn't need q4wine, but q4wine needs wine, so:

#yum install wine

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2014-12-24 Thread Klaus-Peter Schrage

Am 23.12.2014 um 23:39 schrieb poma:

On 21.12.2014 18:34, Heinz Diehl wrote:

On 21.12.2014, Klaus-Peter Schrage wrote:


I first tried the latest and greatest nouveau driver from
freedesktop.org as is, but the fan problem remains, so I still
have to apply my patch to the nouveau source..

I think you should file a bug against the nouveau driver on
bugs.freedesktop.org (xorg - driver - nouveau).



PWM fan speed too high
https://lists.fedoraproject.org/pipermail/users/2014-July/452287.html

You forgot, and Mr. Fantomas fan finally joined upstream bugzilla after five 
months later. :)
Battle of Marathon.

Lars, the more people report, sooner will be resolved.

https://bugs.freedesktop.org/show_bug.cgi?id=80901#c25

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2014-12-22 Thread Klaus-Peter Schrage

Am 22.12.2014 um 00:11 schrieb poma:

On 21.12.2014 19:45, Klaus-Peter Schrage wrote:

Am 21.12.2014 um 18:34 schrieb Heinz Diehl:

On 21.12.2014, Klaus-Peter Schrage wrote:


I first tried the latest and greatest nouveau driver from
freedesktop.org as is, but the fan problem remains, so I
still have to apply my patch to the nouveau source..


I think you should file a bug against the nouveau driver on
bugs.freedesktop.org (xorg - driver - nouveau).


Yes, I'll do so when I have figured out how to apply the patch to
the nouveau driver from freedesktop.org. The patch is *againsts the
kernel source*, like: --- a/drivers/gpu/drm/nouveau/core/... +++
b/drivers/gpu/drm/nouveau/core/... but the structure of the driver
from git is: nouveau/drm/core/... (sorry for being so clueless, but
I never dealt with kernel modules ...)



Check rhbz #1121331, recent comments.


Thank you for your detailed instructions on bugzilla, they were easy to
follow - but on reboot, the gpu fan began to roar like before, although 
no errors occurred during the process of building and installing the 
nouveau module:


1. The nouveau source from git got patched by your patchfile in exactly 
the same way as the kernel source tree got patched by my patchfile. 
The four respective files were identical.


2. The make process of the nouveau module finished without error, I 
copied nouveau.ko to

/lib/modules/3.17.6-300.fc21.x86_64/updates/

3. After depmod, modinfo -n showed the appropriate location of the module:
/lib/modules/3.17.6-300.fc21.x86_64/updates/nouveau.ko

So I really can't figure out what happened, I repeated the process of 
rebuilding the complete kernel tree and got a quiet fan again ...





--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2014-12-22 Thread Klaus-Peter Schrage

Am 22.12.2014 um 17:52 schrieb Klaus-Peter Schrage:

Am 22.12.2014 um 00:11 schrieb poma:

On 21.12.2014 19:45, Klaus-Peter Schrage wrote:

Am 21.12.2014 um 18:34 schrieb Heinz Diehl:

On 21.12.2014, Klaus-Peter Schrage wrote:


I first tried the latest and greatest nouveau driver from
freedesktop.org as is, but the fan problem remains, so I
still have to apply my patch to the nouveau source..


I think you should file a bug against the nouveau driver on
bugs.freedesktop.org (xorg - driver - nouveau).


Yes, I'll do so when I have figured out how to apply the patch to
the nouveau driver from freedesktop.org. The patch is *againsts the
kernel source*, like: --- a/drivers/gpu/drm/nouveau/core/... +++
b/drivers/gpu/drm/nouveau/core/... but the structure of the driver
from git is: nouveau/drm/core/... (sorry for being so clueless, but
I never dealt with kernel modules ...)



Check rhbz #1121331, recent comments.


Thank you for your detailed instructions on bugzilla, they were easy to
follow - but on reboot, the gpu fan began to roar like before, although
no errors occurred during the process of building and installing the
nouveau module:

1. The nouveau source from git got patched by your patchfile in exactly
the same way as the kernel source tree got patched by my patchfile.
The four respective files were identical.

2. The make process of the nouveau module finished without error, I
copied nouveau.ko to
/lib/modules/3.17.6-300.fc21.x86_64/updates/

3. After depmod, modinfo -n showed the appropriate location of the module:
/lib/modules/3.17.6-300.fc21.x86_64/updates/nouveau.ko

So I really can't figure out what happened, I repeated the process of
rebuilding the complete kernel tree and got a quiet fan again ...

There is even more magic: I repeated the proposed build process of the 
patched nouveau driver after an update to the most recent kernel 
(3.17.7-300) - result again: a noisy fan.


Than (after booting into a different kernel) I removed 
kernel-3.17.7-300.fc21.x86_64 (and the corresponding kernel-core and 
kernel-modules), this, btw., left /lib/modules/3.17.7-300.fc21.x86_64/ 
untouched, including the module binary nouveau.ko.


Next step was an update to kernel-3.17.7-300.fc21.x86_64 again, and 
after booting into it, the fan was silent! modinfo -n nouveau says:

/lib/modules/3.17.7-300.fc21.x86_64/updates/nouveau.ko,
which is the binary that had survived the erasure of 3.17.7-300.

I really have no idea about the way modules get installed during a 
kernel update, but there seems to be something more than a simple 
depmod command that I gave after the initial modules build.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2014-12-22 Thread Klaus-Peter Schrage

Am 22.12.2014 um 19:05 schrieb Rick Stevens:

On 12/22/2014 09:58 AM, Klaus-Peter Schrage wrote:

Am 22.12.2014 um 17:52 schrieb Klaus-Peter Schrage:

Am 22.12.2014 um 00:11 schrieb poma:

On 21.12.2014 19:45, Klaus-Peter Schrage wrote:

Am 21.12.2014 um 18:34 schrieb Heinz Diehl:

On 21.12.2014, Klaus-Peter Schrage wrote:



Oh, yeah. Forgot. I suspect you'll need to rebuild the initramfs after
patching your driver. The depmod verifies that all the module
dependencies were met so if you were to modprobe nouveau it'd work,
but I believe nouveau goes into the initramfs so the boot was still
using the original one from the kernel update. So:

1. Patch
2. Build
3. Move to appropriate spot
4. Depmod
5. Rebuild initramfs...make sure the new module is included
6. Reboot


Rick, I think that's it: lsinitrd lists the nouveau driver and points to 
the newly built binary in /lib/modules/.../updates/.


In older versions of the initramfs image in my /boot directory, the 
original driver is listed.


So, in your step 5, a simple dracut should do the trick (with the 
--force-option when the initramfs version corresponds to the running 
kernel). I found that dracut finds and includes the binary in 
/lib/modules/ .../updates/.


Thank you for pointing me into this direction!


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2014-12-22 Thread Klaus-Peter Schrage

Am 22.12.2014 um 19:48 schrieb Heinz Diehl:

On 22.12.2014, Lars E. Pettersson wrote:


I then compiled it for the new kernel, but for me the problem is still
there, a noisy fan. I will investigate further...


How about finding the first official kernel with the faulty behaviour,
bisecting the offending commit and reporting it to the lkml people?


Heinz, it was you who pointed me to the offending patch:
http://tinyurl.com/mz4vsr8
As far as I can see, the nouveau driver hasn't changed much since then.



Continuously patching away an obvious bug can't be the solution (and
someday it won't work any longer or need a manual merge)..


As you have suggested, I will file a bug on freedesktop.org against the 
nouveau driver.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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


[OT] Compiling a module for the Fedora kernel

2014-12-21 Thread Klaus-Peter Schrage

I am having a permanent fan problem with my obviously esoteric graphics
card (NVIDIA GeForce GT 630, see [1], [2]) for which I found a viable,
but tediuos workaround:
- get the kernel src.rpm
- apply a specific patch to the nouveau driver
- build and install new kernel rpms (see [3]).

I still have to do this on Fedora 21 with the actual kernel version
3.17.6-300, and I fear it will last a while until this problem might be
addressed (if ever).

Now doing this the way described in [3] always means copying and moving
GBs of code (not to mention the build time), although just a few lines
of code are affected.
So I thought about rebuilding only the nouveau module instead of
compiling the complete kernel source each time the Fedora kernel gets an
update. Of course, there are lots of instructions available on building
kernel modules, but I found none that refers to a Redhat/Fedora kernel
source (there is a section 'Building Only Kernel Modules' in the wiki
[3], but this is sort of inapprehensible for me and seems to be outdated).

So any hint would be greatly appreciated.
Klaus

[1]https://lists.fedoraproject.org/pipermail/users/2014-July/452276.html
[2]https://bugzilla.redhat.com/show_bug.cgi?id=1121331
[3]http://fedoraproject.org/wiki/Building_a_custom_kernel
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2014-12-21 Thread Klaus-Peter Schrage

Am 21.12.2014 um 16:27 schrieb poma:

On 21.12.2014 15:09, Klaus-Peter Schrage wrote:

... So I thought about rebuilding only the nouveau module instead
of compiling the complete kernel source each time the Fedora kernel
gets an update. Of course, there are lots of instructions available
on building kernel modules, but I found none that refers to a
Redhat/Fedora kernel source (there is a section 'Building Only
Kernel Modules' in the wiki [3], but this is sort of
inapprehensible for me and seems to be outdated).



https://lists.fedoraproject.org/pipermail/test/2014-November/123954.html

 The only difference with regard to 3.17 compatibility, point to 3.17
branch i.e. git clone -b linux-3.17
git://people.freedesktop.org/~darktama/nouveau


Thank you, poma, that was easier than I thought. I first tried the 
latest and greatest nouveau driver from freedesktop.org as is, but the 
fan problem remains, so I still have to apply my patch to the nouveau 
source - which I didn't do yet, but which is, of course, a much easier 
task now than before.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: [OT] Compiling a module for the Fedora kernel

2014-12-21 Thread Klaus-Peter Schrage

Am 21.12.2014 um 18:34 schrieb Heinz Diehl:

On 21.12.2014, Klaus-Peter Schrage wrote:


I first tried the latest and greatest nouveau driver from
freedesktop.org as is, but the fan problem remains, so I still
have to apply my patch to the nouveau source..


I think you should file a bug against the nouveau driver on
bugs.freedesktop.org (xorg - driver - nouveau).


Yes, I'll do so when I have figured out how to apply the patch to the 
nouveau driver from freedesktop.org. The patch is *againsts the kernel 
source*, like:

--- a/drivers/gpu/drm/nouveau/core/...
+++ b/drivers/gpu/drm/nouveau/core/...
but the structure of the driver from git is:
nouveau/drm/core/...
(sorry for being so clueless, but I never dealt with kernel modules ...)

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: downloading a stream

2014-12-04 Thread Klaus-Peter Schrage

Am 04.12.2014 um 11:35 schrieb jd1008:



 On 12/04/2014 01:09 AM, Klaus-Peter Schrage wrote:
 Am 03.12.2014 um 23:15 schrieb jd1008:

 On 12/03/2014 02:52 PM, Peter Reed wrote:
 On Wed, 03 Dec 2014 11:39:07 -0700 jd1008 jd1...@gmail.com
 wrote:

 fc20. using vlc, or wget or smplayer, how do I download a
 stream which the FF plugin downloadhelper says is made of
 many files, each one of which has the extension .f4f

 When I download the .f4f files, they are not playable by any
 media player.


 .f4f is a broken or incomplete .flv file and that would be why
 it is not playable. Peter
 Alright, so how do I download the stream? I see on the web some
 ideas, among them livestreamer, a package which is not provided
 by fedora nor by rpmfusion.

 Try youtube-dl, a command line tool available from Fedora, and easy
 to use, e.g.: youtube-dl
 https://www.youtube.com/watch?v=tIdIqbv7SPo

 Should also work with flash videos.


 I did try it before I posted my question. It quits and says report
 this problem to yt-dl etc

Nevertheless, in general yt-dl is worth a try, even if it might not help 
with your special video stream. It gets updated very frequently.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Guest OS on VBox and key bindings

2014-11-29 Thread Klaus-Peter Schrage

Am 26.11.2014 um 23:55 schrieb jd1008:

Is there a way to alter key bindings so that key sequences
like Ctl+Alt+Fn  (n=19) can be intercepted by GUEST and
be able to see a GUEST virtual tty?

Thanx.
HOST (usually ctrl-right) + F2 gives you tty 2 immediatly, without 
altering anything, HOST + F1 switches back to your desktop.


--
Klaus-Peter Schrage
Fridtjof-Nansen-Str. 21
D-38108 Braunschweig
Tel.:  +49 531 355178
Fax:   +49 531 3557473
Mobil: +49 171 1940 497

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: wine and Apple Safari 5.1.7

2014-11-13 Thread Klaus-Peter Schrage

Am 12.11.2014 um 19:53 schrieb jd1008:

Has anyone successfully installed it with wine?


Wine application db:
https://appdb.winehq.org/objectManager.php?sClass=versioniId=20398

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Alternative for acroread (Adobe Reader) in LINUX?

2014-10-20 Thread Klaus-Peter Schrage

Am 18.10.2014 um 01:41 schrieb Bill Oliver:

On Fri, 17 Oct 2014, Ranjan Maitra wrote:


Hi,


On Fri, 17 Oct 2014 14:30:08 + Bill Oliver
ven...@billoblog.com wrote:



3) One specific statistics package that I use about four times a
year


Just curious: what is this specific statistics package that you use
 about four times a year? R can not substitute for this?

Ranjan


R is good, and I love it.  However, fitting distributions is a pain,
 because you basically have to do it by hand.  So, I use EasyFit:

http://www.mathwave.com/easyfit-distribution-fitting.html


FWIW, easyfit runs quite well under the wine version supplied by
Fedora. As a test, I just downloaded it, double clicked on the installer 
which fired up wine, and now the test version works without obvious 
glitches (but I only tested it with some fake data).


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Convert MP4 video file to Image file

2014-09-02 Thread Klaus-Peter Schrage

Am 02.09.2014 17:14, schrieb Mickey:

Fedora20/KDE

How do you convert a Video.mp4 to a Image to burn in K3B or Brasero ?
What kind of image? I suppose you want to create a DVD playable in a 
standard player.
I found dvdstyler very helpful to accomplish this (and more complicated) 
task:

http://www.dvdstyler.org
I think it's in the RpmFusion repos.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Convert MP4 video file to Image file

2014-09-02 Thread Klaus-Peter Schrage

Am 02.09.2014 19:07, schrieb Mickey:


On 09/02/2014 12:55 PM, Sudhir Khanger wrote:

On Tuesday, September 02, 2014 12:50:44 PM Mickey wrote:

Yes a Video DVD

You can do that directly from K3b. Google k3b video dvd should get you
plenty of help.


In K3B I selected DVD video project and K3B gave me a Error message
Could not determine size of resulting image file

the file i submitted is video.mp4 file.


Into a K3b video-dvd project, you cant't submit a video.mp4 file 
directly (I maybe corrected). K3b expects the transcoded VOB, IFO, BUP, 
... files in its VIDEO_TS directory.


So again, I recommend dvdstyler, which is not difficult to handle if you 
don't need complicated stuff like titles and menues in your dvd. Just 
start a new project, drop in your mp4 and click the burn button.

There you'll find an option to create an iso file for your video dvd.




--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Convert MP4 video file to Image file

2014-09-02 Thread Klaus-Peter Schrage

Am 02.09.2014 19:40, schrieb Sudhir Khanger:

On Tuesday, September 02, 2014 01:07:16 PM Mickey wrote:

In K3B I selected DVD video project and K3B gave me a Error message
Could not determine size of resulting image file

the file i submitted is video.mp4 file.


What version of k3b are you using? I am on Fedora 20 KDE and using 2.0.2.

Do you get this error when you click New Video DVD Project in file menu? Where
is the Video.mp4 file saved? locally or on network?

File  New Project  New Video DVD Project

This will open a video DVD dialog in botton panel of k3b. You drag you video
file in the VIDEO_TS folder and hit burn.



I fear that does not work. See what goes into the VIDEO_TS folder:
http://en.wikipedia.org/wiki/DVD-Video#Directory_and_file_structure


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Convert MP4 video file to Image file

2014-09-02 Thread Klaus-Peter Schrage

Am 02.09.2014 20:14, schrieb Mickey:

This will open a video DVD dialog in botton panel of k3b. You drag you
video
file in the VIDEO_TS folder and hit burn.


I did just exactly what you said and got the small window and checked
'create image' and the video.mp4 was dragged into K3B and  I still got
the same Error message

Could not determine size of resulting image file


DVD Styler is looking for DVD XML files only.

???
- Start a new project
- in the lower part of the project window you read:
  Drag here your video files from file browser
- burn

In the xml files you mentioned (or .dvds files) data from dvdstaler 
projects are stored.




I did get k3b to copy the video.mp4 file to the DVD and I can play it
with VLC.


Ok, this should work on your computer (but why then burn the mp4 on 
dvd?). It will not play on stand-alone video players.


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: PWM fan speed too high

2014-07-25 Thread Klaus-Peter Schrage

Am 25.07.2014 10:04, schrieb Heinz Diehl:

On 24.07.2014, Klaus-Peter Schrage wrote:


But I can refrain from trying a kernel recompile which I last
did a decade or so ago (although, as far as I can remember, this is not such
a kind of rocket science as one might guess from the recent thread on new
kernel  rebooting).


This would be a perfect chance to update your kernel skills :-)


As there was nothing else to do due to very bad weather conditions this 
afternoon, I dived into a kernel compile, following the guidelines in

https://fedoraproject.org/wiki/Building_a_custom_kernel
What an effort in time and disk space just to change a few bytes of code!
But I finally succeeded in building and installing a (reversely) patched 
kernel package: kernel-3.15.6-200.fan.fc20.x86_64, with the hopefully 
expected result.

Thanks
Klaus

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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


CPU fan running at full speed

2014-07-24 Thread Klaus-Peter Schrage
As of updating to kernel-3.15.5-200.fc20.x86_64, the cpu fan (and 
probably the case fan too) continuously runs at full speed, right from 
the system start.
This behaviour is still present with the the most recent kernel 
3.15.6-200..., but it wasn't with the former version 3.14.8-200... (I 
re-checked this by downloading this package from Koji and manually 
installing it).


It's a desktop system with an Asus B85M-G board and an Intel i3-4330 CPU.

The symptoms might be similar to a recent bugzilla report, which hasn't 
been commented yet:

https://bugzilla.redhat.com/show_bug.cgi?id=1121331

Has anyone experienced something similar?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: CPU fan running at full speed

2014-07-24 Thread Klaus-Peter Schrage

Am 24.07.2014 12:48, schrieb poma:


https://bugzilla.redhat.com/show_bug.cgi?id=1121331


That is GPU fan
The error report is somewhat ambiguous in the respect, other fans might 
be affected too.

https://bugzilla.redhat.com/show_bug.cgi?id=1121331#c3
https://bugzilla.redhat.com/attachment.cgi?id=919330

The fan is really LOUD all the time. How do I make it more quiet?
http://nouveau.freedesktop.org/wiki/FAQ/#index25h3



Has anyone experienced something similar?



Your is CPU fan?

Yes

Paste here output of
$ sensors

output of sensors with 3.15.6-200.fc20.x86_64
(for reasons I don't know, fan speed of the graphics card GeForce GT 630 
is not reported):

acpitz-virtual-0
Adapter: Virtual device
temp1:+27.8°C  (crit = +105.0°C)
temp2:+29.8°C  (crit = +105.0°C)

nouveau-pci-0100
Adapter: PCI adapter
temp1:+35.0°C  (high = +95.0°C, hyst =  +3.0°C)
   (crit = +105.0°C, hyst =  +5.0°C)
   (emerg = +135.0°C, hyst =  +5.0°C)

coretemp-isa-
Adapter: ISA adapter
Physical id 0:  +33.0°C  (high = +80.0°C, crit = +100.0°C)
Core 0: +32.0°C  (high = +80.0°C, crit = +100.0°C)
Core 1: +32.0°C  (high = +80.0°C, crit = +100.0°C)


output of sensors with 3.14.8-200.fc20.x86_64 (no noise):
acpitz-virtual-0
Adapter: Virtual device
temp1:+27.8°C  (crit = +105.0°C)
temp2:+29.8°C  (crit = +105.0°C)

nouveau-pci-0100
Adapter: PCI adapter
temp1:+34.0°C  (high = +95.0°C, hyst =  +3.0°C)
   (crit = +105.0°C, hyst =  +5.0°C)
   (emerg = +135.0°C, hyst =  +5.0°C)

coretemp-isa-
Adapter: ISA adapter
Physical id 0:  +31.0°C  (high = +80.0°C, crit = +100.0°C)
Core 0: +30.0°C  (high = +80.0°C, crit = +100.0°C)
Core 1: +29.0°C  (high = +80.0°C, crit = +100.0°C)
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: CPU fan running at full speed

2014-07-24 Thread Klaus-Peter Schrage

Am 24.07.2014 13:31, schrieb Klaus-Peter Schrage:

Am 24.07.2014 12:48, schrieb poma:

Your is CPU fan?

Yes
I have to correct myself: It is definitely the graphics adapter fan 
which is going berserk since kernel-3.15.6-200.fc20.x86_64



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: PWM fan speed too high

2014-07-24 Thread Klaus-Peter Schrage

Am 24.07.2014 16:35, schrieb poma:

https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/gpu/drm/nouveau/core/subdev/therm/fan.c?h=linux-3.14.y#n195

static void
nouveau_therm_fan_set_defaults(struct nouveau_therm *therm)
{
struct nouveau_therm_priv *priv = (void *)therm;

priv-fan-bios.pwm_freq = 0;
priv-fan-bios.min_duty = 0;
priv-fan-bios.max_duty = 100;
priv-fan-bios.bump_period = 500;
priv-fan-bios.slow_down_period = 2000;
/*XXX: talk to mupuf */
#if 0
priv-fan-bios.linear_min_temp = 40;
priv-fan-bios.linear_max_temp = 85;
#endif
}

https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/tree/drivers/gpu/drm/nouveau/core/subdev/therm/fan.c?h=linux-3.15.y#n195

static void
nouveau_therm_fan_set_defaults(struct nouveau_therm *therm)
{
struct nouveau_therm_priv *priv = (void *)therm;

priv-fan-bios.pwm_freq = 0;
priv-fan-bios.min_duty = 0;
priv-fan-bios.max_duty = 100;
priv-fan-bios.bump_period = 500;
priv-fan-bios.slow_down_period = 2000;
priv-fan-bios.linear_min_temp = 40;
priv-fan-bios.linear_max_temp = 85;
}

drm/nouveau/therm: let the vbios decide on the automatic fan
management mode
https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/drivers/gpu/drm/nouveau/core/subdev/therm/fan.c?h=linux-3.15.yid=0e994d6

This should fix automatic fan management on fermi cards who do not
have 0x46 entries in the thermal table.
On my nve6, the blob sets the default linear range from 40°C to
100°C but my nvcf's default values are 40°C to 85°C.
Let's keep 85 as a default for everyone.

Here refers to NVCF, your is NV108 (GK208) i.e. GeForce GT 630
http://nouveau.freedesktop.org/wiki/CodeNames/

The fan is really LOUD all the time. How do I make it more quiet?
http://nouveau.freedesktop.org/wiki/FAQ/#index25h3
... In the mean time, if you are interested, you can read
PowerManagement and/or contact mupuf on the #nouveau freenode IRC
channel.



Fan at full speed on Dell T1650
https://bugzilla.redhat.com/show_bug.cgi?id=1121331

[NVCF] PWM fan speed too high
https://bugs.freedesktop.org/show_bug.cgi?id=80901

[Nouveau] hwmon: question about the sysfs interface
http://lists.freedesktop.org/archives/nouveau/2014-July/018012.html


nouveau funky fan club


Thank you, Mr. Fantomas, for your thorough analysis, which gave some 
insight even to me! But I can refrain from trying a kernel recompile 
which I last did a decade or so ago (although, as far as I can remember, 
this is not such a kind of rocket science as one might guess from the 
recent thread on new kernel  rebooting).


So I'll wait until a clever patch finds its way into the 
(Fedora-)kernel. Meanwhile I stick to the 3.14-kernel.



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: removing plymouth

2014-07-12 Thread Klaus-Peter Schrage

Am 12.07.2014 01:10, schrieb Rahul Sundaram:

Hi


On Fri, Jul 11, 2014 at 6:17 PM, Sam Varshavchik wrote:


I have no idea what HW is a problem; or if it's even the hardware.
Could be a race condition due to the different software packages.
Different modules being started by systemd, in different order


Is there a bug report?


Reminds me of this oldie:
https://bugzilla.redhat.com/show_bug.cgi?id=1006386
Klaus

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Thunderbird--find messages

2014-05-17 Thread Klaus-Peter Schrage

Am 17.05.2014 10:31, schrieb g:



On 05/17/14 04:52, Doug wrote:

I didn't know what list to send this to, but since there has been

 some discussion about Mozilla products here, I'll try this one.


I get a large number of messages every day, in addition to those I
filter out and don't see.  Unfortunately, some of these messages

 seem to come in out of time sync, for one reason or another.
 I don't send everything on the incoming list to trash as soon as I
 read it. Some of the letters I keep for later reference. Some are
 tagged, some not.

emails are shown by time they arrive to you. when they are out of
time order, it is because of delays reaching your email provider.


Thunderbird's date colummn in fact seems to show the date the messages 
are sent. Your actual message, eg, is indicated in my date field as 
10:31 (my local time), whereas the received field shows 10:32, which 
correspondends to the respective entries in the message header.
If you want to sort your emails by date received, you can set this in 
the View | Sort by | Order Received-


--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Upgrading Windows on a Linux laptop

2014-05-12 Thread Klaus-Peter Schrage

Am 11.05.2014 23:52, schrieb Timothy Murphy:

Klaus-Peter Schrage wrote:

http://fedoraproject.org/wiki/GRUB_2#Updating_GRUB_2_configuration_on_BIOS_systems

I'm not sure if I completely understood the advice in this URL,
or rather you would apply it, as you say, with a Live CD.

As I understand it, I boot my Live Fedora USB stick,
open a terminal window and type
   grub2-mkconfig -o /boot/grub2/grub.cfg

I presume this is after mounting the /boot partition on my machine,
so perhaps this should be (?)
   grub2-mkconfig -o /mnt/boot/grub2/grub.cfg

Then I say
   grub2-install /dev/sda
or should this be
   grub2-install --directory=/mnt /dev/sda
?


Sorry for having been a bit unspecific.
So I try to recall what I did after an installation of Windows 7 to the 
place (/dev/sda1) where XP had resided before (you can't upgrade from XP 
to 7, it has to be a fresh install).
This installation resulted in a loss of the grub2 boot menue, because 
the windows installer had overritten the mbr. So:

1. Booted from a Fedora Live medium (in fact, a USB stick)
2. Chose Troubleshooting, went directly to a console (not mounting
   anything on /mnt/sysimage, no chrooting)
3. As I had a seperate boot-partition on /dev/sda2, I gave:
mount /dev/sda2 /boot
4.  grub2-install /dev/sda
   (I didn't do grub2-mkconfig at this stage, that would not work
   properly, because the config files in /etc were not available).
5. Reboot

This gave me back the grub2 prompt with the option to boot into Fedora. 
I don't remember, if there was the an entry to boot into win7 ('Windows 
7 (loader) (on /dev/sda1)', probably not, but now, from a running Fedora 
system, you can update the grub2 configuration by:

grub2-mkconfig -o /boot/grub2/grub.cfg

HTH

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Upgrading Windows on a Linux laptop

2014-05-11 Thread Klaus-Peter Schrage

Am 11.05.2014 17:14, schrieb Timothy Murphy:

I rarely use Windows on my dual-boot Fedora-20/KDE laptop,
but I'd like to update Windows XP to Windows 7 now.

I found when I did this on a CentOS machine
I was unable to get back to Linux,
and had to re-install CentOS.
I don't understand why, as I had saved and re-installed the MBR.

Am I wrong in thinking that this should be sufficient?
If not, what else do I need to save?

I don't intend to make any partition changes.

All suggestions and advice gratefully received.



When I had this problem recently reinstalling grub2 from a live linux cd 
did the trick, see also:

http://fedoraproject.org/wiki/GRUB_2#Updating_GRUB_2_configuration_on_BIOS_systems

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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: Thunderbird can't read Mail

2014-04-25 Thread Klaus-Peter Schrage

Am 25.04.2014 17:01, schrieb Mickey:





ls -l ~/.thunderbird

drwx--. 2 mickey mickey 4096 Apr 22 17:28 Crash Reports
drwx--. 5 mickey mickey 4096 Apr 25 05:27 kqe760mh.default
-rw-rw-r--. 1 mickey mickey   94 Apr 22 17:28 profiles.ini




Below is the profile.ini files

.thunderbird/profies.ini
[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=kqe760mh.default



Below is the /Mail folder , the mail.comcast-1.net has the new
messages which I can read.


The mail.comcast.net folder has the old emails they are the ones I
bought over from F18, and Thunderbird IS NOT Displaying Those so I can
not read them.


.thunderbird/kqe760mh.default/Mail/

Local Folders
Local Folders-1
mail.comcast-1.net
mail.comcast.net
smart.mailboxes


Just a shot in the dark (I had a similar problem when migrating TB from 
one install to another): What about permissions of the directory that 
you brought over from F18? Perhaps TB can't access it.

Klaus

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
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


  1   2   >