[OT] Usage of VirualBox from UnitedRpms for installing VB VM's in F24

2016-07-18 Thread Joachim Backes
Hi all F24 users, Having problems to use a simple CD/DVD drive for the usage in VirtualBox from UnitedRpms: The correspondent storage dialog only accepts iso files for a virtual CD/DVD. Devices as /dev/sr0 are not accepted. No such problems with VB from oracle. Anybody sees this too? Kind r

Re: BIOS Boot partition

2016-07-18 Thread Samuel Sieb
On 07/18/2016 01:07 PM, Chris Murphy wrote: On Mon, Jul 18, 2016, 1:40 PM Samuel Sieb mailto:sam...@sieb.net>> wrote: Since you are creating a bios boot partition, you must be using the non-GPT partition table. BIOS Boot is where the core.img is embedded when using GPT partitioning with

Re: BIOS Boot partition

2016-07-18 Thread Oliver Paukstadt
On Mon, 2016-07-18 at 20:04 +, Chris Murphy wrote: > Use gdisk, partition type code EF02. Do this on both disks, install > normally, post install do > > grub2-install /dev/SDA /dev/and > > Done. > Setting the partition type using gdisk was the necessary step to make  grub2-install happy. I

Re: BIOS Boot partition

2016-07-18 Thread Chris Murphy
On Mon, Jul 18, 2016, 1:40 PM Samuel Sieb wrote: > > Since you are creating a bios boot partition, you must be using the > non-GPT partition table. BIOS Boot is where the core.img is embedded when using GPT partitioning with BIOS firmware. --- Chris Murphy -- users mailing list users@lists.fed

Re: BIOS Boot partition

2016-07-18 Thread Chris Murphy
Use gdisk, partition type code EF02. Do this on both disks, install normally, post install do grub2-install /dev/SDA /dev/and Done. --- Chris Murphy -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/use

Re: BIOS Boot partition

2016-07-18 Thread Samuel Sieb
On 07/18/2016 12:05 PM, Oliver Paukstadt wrote: I did a f24 installation using swraid on 4TB disks (predefined swraid because I am still unhappy with complex tasks and the level disk abstraction in anaconda, but thats not the point). I assume you are using raid on the individual partitions and n

BIOS Boot partition

2016-07-18 Thread Oliver Paukstadt
Hi I did a f24 installation using swraid on 4TB disks (predefined swraid because I am still unhappy with complex tasks and the level disk abstraction in anaconda, but thats not the point). I was not able to write bios boot twice (sda and sdb), it was only written on sda (there is plenty of space

Re: RedHat popup advert

2016-07-18 Thread Tim
Allegedly, on or about 18 July 2016, Mark Haney sent: > I'd install an ad-blocker just to prevent any ads since Browsers are making that harder, now. I used to use dead-zones in my DNS server to kill obnoxious adverts and tracking (e.g. all doubleclick traffic gets fatally killed). But Google is

Re: processes sates values

2016-07-18 Thread Tim
Allegedly, on or about 18 July 2016, Angelo Moreschini sent: > Audacity not respond anymore on my computer... > > That in not a problem for me now.. I only would kill his process. You could try the brute-force and ignorance method: killall audacity Sometimes you have to do that more than once

Re: RedHat popup advert

2016-07-18 Thread Samuel Sieb
On 07/18/2016 10:33 AM, Les Howell wrote: Hi, guys, I was just looking at some links as I do everyday, and came across this one: http://venturebeat.com/2016/07/17/forget-learning-to-code-every-employee-should-know-data-analysis/ Where a popup advert for RedHat popped up and covered more than one

Re: RedHat popup advert

2016-07-18 Thread Mark Haney
I'm not certain RH has any say in how the popup is handled. I know they should (almost certainly) control the size of the ad, however. Unfortunately, BS like that is an unfortunate event in online advertising. I'd install an ad-blocker just to prevent any ads since you have vision issues. Not exac

RedHat popup advert

2016-07-18 Thread Les Howell
Hi, guys, I was just looking at some links as I do everyday, and came across this one: http://venturebeat.com/2016/07/17/forget-learning-to-code-every-employe e-should-know-data-analysis/ Where a popup advert for RedHat popped up and covered more than one third of the page. Moreov

Re: processes sates values

2016-07-18 Thread Samuel Sieb
On 07/18/2016 12:00 AM, Angelo Moreschini wrote: What can be the connection from a program and his process ...What possibility I can have to know the name of a proces generate from a program ? There are a few ways. The simplest way is to do "ps auxw | grep -i ". But sometimes th

Re: can't use tftp

2016-07-18 Thread Jose Maria Terry Jimenez
El 18/7/16 a las 14:55, ransha...@gmail.com escribió: Hello, I am trying to install tftp on 6.8 version. But I can't pull any file from tftp. 1. /etc/xinet.d/conf: service tftp { disable = no socket_type = dgram protocol= udp

version 2 liberation fonts install?

2016-07-18 Thread Neal Becker
I'm looking here: https://fedorahosted.org/liberation-fonts/ I'm interested in trying these new fonts, but don't see how to install. I thought maybe leave existing rpm packages for liberation v1 fonts (dnf would want to remove a crapload of packages to uninstall them) and just put them in person

can't use tftp

2016-07-18 Thread ranshalit
Hello, I am trying to install tftp on 6.8 version. But I can't pull any file from tftp. 1. /etc/xinet.d/conf: service tftp { disable = no socket_type = dgram protocol= udp wait= yes user

Re: processes sates values

2016-07-18 Thread Patrick O'Callaghan
On Mon, 2016-07-18 at 13:19 +0300, Angelo Moreschini wrote: > that require to know the pid...  and this is what I am looking for... :-) Your original question did not make this clear. You asked about the meaning of various process states, so it's natural to assume you know what process you're look

Re: processes sates values

2016-07-18 Thread Angelo Moreschini
that require to know the pid... and this is what I am looking for... :-) I understand that for my purpose I have to identify the process ... for this purpose we have to know something more about the program, the directory where is installed is already enough . Thanks anyway, this talk has helpe

Re: The selected menu items cannot be seen in gtk3 applications

2016-07-18 Thread Paul Smith
On Sat, Jul 16, 2016 at 2:41 AM, Stephen Morris wrote: >> >> I am running F24 on my machine, and having problems with gtk3 >> applications. A very annoying problem is that the background color of >> menus seem to coincide with the highlighted menu item. So, one cannot >> see which menu item is bei

Re: processes sates values

2016-07-18 Thread Patrick O'Callaghan
On Mon, 2016-07-18 at 09:32 +0300, Angelo Moreschini wrote: > Hi, > > Audacity not respond anymore on my computer... > > That in not a problem for me now.. I only would kill his process. > > Using the command ps ax I get the list of the processes and also their > state (S, S<, SN, SNsl, Ssl,

Re: processes sates values

2016-07-18 Thread Angelo Moreschini
OK ! You are right I understand... So i try another way ... What can be the connection from a program and his process > ...What possibility I can have to know the name of a proces generate from > a program ? > Thank you for answering me On Mon, Jul 18, 2016 at 9:42 AM, Samuel Sieb