Re: Odd DNF output

2016-09-13 Thread Samuel Sieb
On 09/13/2016 06:33 PM, Ian Pilcher wrote: The odd thing is that none of the "problematic" packages -- gnupg2-smime, libguestfs-xfs, pinentry -- are installed. I have install_weak_deps=false in /etc/dnf/dnf.conf, so it shouldn't be trying to install weak dependencies. Anyone know what the heck

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Sam Varshavchik
Tom Horsley writes: On Tue, 13 Sep 2016 19:10:13 -0400 Tom Horsley wrote: > I'm not exactly sure about any of that though. If I > look at some maps files, there always seems to be > one of these ---p regions somewhere in the middle > of each shared library. I found this:

Odd DNF output

2016-09-13 Thread Ian Pilcher
I've been seing this for several days now: [pilcher@ian ~]$ sudo dnf update Last metadata expiration check: 1:27:54 ago on Tue Sep 13 19:00:42 2016. Dependencies resolved.

Re: bash/regex question..

2016-09-13 Thread cs
On 13Sep2016 14:27, bruce wrote: I'm doing 100s/1000s of these.. Still a smallish number. but.. the othe parts of th operation are longer/more compute expensive.. this is essentially noise in the scheme of things.. and i'm fairly certain the resource usage is a wash as

Re: OT: what does this expression mean?

2016-09-13 Thread cs
On 13Sep2016 16:54, todd zullinger wrote: for f in *.mp4; do ffmpeg -i "$f" -c:a libmp3lame "${f%.mp4}.mp3"; done While we're at it, I might suggest that "${f%.mp4}.mp3" isn't as clear as "${f/.mp4/.mp3}" for this particular for loop. I think that's a little subjective; I

Re: nedit

2016-09-13 Thread Samuel Sieb
On 09/13/2016 02:20 PM, Patrick Dupre wrote: After an update to fc24, I lost the numerical keyboard with nedit on 2 computers. Could you confirm this glitch ? Assuming you mean the number pad, is your numlock on? Do those keys work in any other app or is it just nedit that doesn't work? --

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Tom Horsley
On Tue, 13 Sep 2016 19:10:13 -0400 Tom Horsley wrote: > I'm not exactly sure about any of that though. If I > look at some maps files, there always seems to be > one of these ---p regions somewhere in the middle > of each shared library. I found this:

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Tom Horsley
On Tue, 13 Sep 2016 18:46:50 -0400 Sam Varshavchik wrote: > half of them are "---p" mappings, which I do not > understand, a private mapping without read and write privileges? I think that corresponds to an intentional "hole" in the address space where attempted access results in a segfault

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Sam Varshavchik
Rick Stevens writes: On 09/13/2016 04:06 AM, Sam Varshavchik wrote: > > Freshly restarted named: > > 4.7.2: > > PID USER PR NIVIRTRESSHR S %CPU %MEM TIME+ COMMAND > 29156 named 20 0 702528 83324 6360 S 12.5 2.1 0:00.23 named > > 4.6.7: > > PID USER PR

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Sam Varshavchik
Tom Horsley writes: On Tue, 13 Sep 2016 09:56:08 -0700 Rick Stevens wrote: > Yeah, the virtual usage is significantly bigger, the resident part > slightly bigger and the shared segment is actually smaller. Weird. You could compare the /proc/pid/maps files for both cases and see which memory

Re: Playing Flash based DRM videos on Hotstar.com

2016-09-13 Thread Samuel Sieb
On 09/13/2016 02:36 PM, Sumit Bhardwaj wrote: Yes, I tried Chrome as well. The problem is on Linux, DRM in flash is implemented using HAL libraries as per what I have read, and that lib is no longer used. So whether it's Chrome or Firefox, its not working, The new version of Flash plugin that

Re: Playing Flash based DRM videos on Hotstar.com

2016-09-13 Thread Sumit Bhardwaj
Hi Christopher, Yes, I understand and I use Netflix too which works properly. It's just that Hotstar has a lot of Indian movies and TV Series that Netflix doesn't, in fact no other service has. So I was kinda hoping if I can go with a workaround till the time they switch to HTML5. Hi Samuel

nedit

2016-09-13 Thread Patrick Dupre
Hello, After an update to fc24, I lost the numerical keyboard with nedit on 2 computers. Could you confirm this glitch ? Regards. === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire de

Re: dnf update package from specific repo

2016-09-13 Thread Kevin Cummings
On 09/13/16 16:37, joev.8450 wrote: > I still use priorities as I did with yum. it was an extension under yum. > then any packages that are in that lower priority repo will not > over-upgrade the same package in another repo. Which might fail if the lower priority repo updates before the higher

Re: OT: what does this expression mean?

2016-09-13 Thread Todd Zullinger
Anthony Joseph Messina wrote: On Monday, September 12, 2016 12:22:48 PM CDT Mike Wright wrote: for f in "$(ls *.mp4)"; do ffmpeg -i "$f" -c:a libmp3lame "${f%.mp4}.mp3"; done You shouldn't need ls... Indeed. Parsing ls is almost never a good idea. for f in *.mp4; do ffmpeg -i

Re: dnf update package from specific repo

2016-09-13 Thread joev.8450
I still use priorities as I did with yum. it was an extension under yum. then any packages that are in that lower priority repo will not over-upgrade the same package in another repo. regards, Joe Verreau Durand, MI On 09/13/2016 02:33 PM, Kevin Cummings wrote: > On 09/13/16 11:48, Roman

Re: Google Chrome always asking me to enter the password to unlock my login keyring

2016-09-13 Thread Paul Smith
On Tue, Sep 13, 2016 at 1:10 PM, Ahmad Samir wrote: Yes, I do use the same password for my account and for the gnome-keyring. Yet, the reported problem persists. But, bear in mind, that I do not use Gnome; I use XFCE. I would not like to have my

Re: dnf update package from specific repo

2016-09-13 Thread Rick Stevens
On 09/13/2016 12:11 PM, Roman Vyacheslavovich wrote: > В Вт, 13/09/2016 в 18:14 +0200, Jon Ingason пишет: >> Den 2016-09-13 kl. 17:48, skrev Roman Vyacheslavovich: >>> >>> Hi All! >>> >>> I have two repos with the same named package. How can i set to >>> ignore >>> it from one of them? >>> >>>

Re: Playing Flash based DRM videos on Hotstar.com

2016-09-13 Thread Samuel Sieb
On 09/13/2016 10:57 AM, Sumit Bhardwaj wrote: I searched about this issue and found few things to try like using freshplayer to get PepperFlash or installing the HAL shim library. But none of these methods seems to work with Fedora 24. Can anybody hep me out with this? It is so frustrating to go

Re: dnf update package from specific repo

2016-09-13 Thread Roman Vyacheslavovich
В Вт, 13/09/2016 в 18:14 +0200, Jon Ingason пишет: > Den 2016-09-13 kl. 17:48, skrev Roman Vyacheslavovich: > > > > Hi All! > > > > I have two repos with the same named package. How can i set to > > ignore > > it from one of them? > > > > repo1:package > > repo2:package > > > > i want

Re: Playing Flash based DRM videos on Hotstar.com

2016-09-13 Thread Christopher
On Tue, Sep 13, 2016 at 1:58 PM Sumit Bhardwaj wrote: > Hi Everyone, > > I have a paid subscription of an online streaming service Hotstar.com in > India. The problem is, they are using some Flash based DRM technique with > their videos due to which they don't play on

Re: dnf update package from specific repo

2016-09-13 Thread Kevin Cummings
On 09/13/16 11:48, Roman Vyacheslavovich wrote: > Hi All! > > I have two repos with the same named package. How can i set to ignore > it from one of them? > > repo1:package > repo2:package > > i want completely ignore package from repo2. is it possible with dnf? With YUM, you used to be able

Re: bash/regex question..

2016-09-13 Thread bruce
Hey Gordon. I'm doing 100s/1000s of these.. but.. the othe parts of th operation are longer/more compute expensive.. this is essentially noise in the scheme of things.. and i'm fairly certain the resource usage is a wash as well for the diff approaches On Tue, Sep 13, 2016 at 1:19 PM, Gordon

Mate DT does not switch to VTY

2016-09-13 Thread jd1008
Cntrl-Alt-F[234567] do not switch me to vty AFTER I login to the gui. Before logging to the GUI, I am able to, but not after. Any hints about this? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Playing Flash based DRM videos on Hotstar.com

2016-09-13 Thread Sumit Bhardwaj
Hi Everyone, I have a paid subscription of an online streaming service Hotstar.com in India. The problem is, they are using some Flash based DRM technique with their videos due to which they don't play on Fedora 24 Workstation. I only get a movie not loaded message in context menu of flash

FYI: systemd as pid one on an unprivileged container.

2016-09-13 Thread Daniel J Walsh
http://developers.redhat.com/blog/2016/09/13/running-systemd-in-a-non-privileged-container/ -- 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:

Re: bash/regex question..

2016-09-13 Thread Gordon Messmer
On 09/13/2016 09:54 AM, bruce wrote: everything's working as needed.. if i get a few spare cycles i'll run a few tests to see what the time/diff would be between a few of the posts.. Your use case is small enough that it might be difficult to illustrate the potential problems. The question

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Tom Horsley
On Tue, 13 Sep 2016 09:56:08 -0700 Rick Stevens wrote: > Yeah, the virtual usage is significantly bigger, the resident part > slightly bigger and the shared segment is actually smaller. Weird. You could compare the /proc/pid/maps files for both cases and see which memory segment(s) were bigger.

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Rick Stevens
On 09/13/2016 04:06 AM, Sam Varshavchik wrote: > Rick Stevens writes: > >> On 09/10/2016 08:09 AM, Sam Varshavchik wrote: >> > Sam Varshavchik writes: >> > >> >> Tom Horsley writes: >> >> >> >>> On Sat, 10 Sep 2016 10:20:57 -0400 >> >>> Sam Varshavchik wrote: >> >>> >> >>> > All-righty, this must

Re: bash/regex question..

2016-09-13 Thread bruce
I thank all you guys! everything's working as needed.. if i get a few spare cycles i'll run a few tests to see what the time/diff would be between a few of the posts.. thanks (hopefully the answers will help others in the future.!) On Tue, Sep 13, 2016 at 12:32 PM, Boris Epstein

Re: bash/regex question..

2016-09-13 Thread Boris Epstein
Good points. I wonder if it wouldn't be best to do it all in awk. Saves CPU cycles and complexity, IMHO. Cheers, Boris. On Tue, Sep 13, 2016 at 12:26 PM, Gordon Messmer wrote: > On 09/12/2016 04:37 PM, bruce wrote: > >> awk -F': ' '{print $2}' | tail -1 | sed

Re: bash/regex question..

2016-09-13 Thread Gordon Messmer
On 09/12/2016 04:37 PM, bruce wrote: awk -F': ' '{print $2}' | tail -1 | sed 's/.*storeId=\(.*\).&/\1/' You've got good answers, especially Cameron's. It had one error, though. If the URL is in a variable, it needs to be an argument to printf:

Re: dnf update package from specific repo

2016-09-13 Thread Jon Ingason
Den 2016-09-13 kl. 17:48, skrev Roman Vyacheslavovich: > Hi All! > > I have two repos with the same named package. How can i set to ignore > it from one of them? > > repo1:package > repo2:package > > i want completely ignore package from repo2. is it possible with dnf? Yes you can! In your

dnf update package from specific repo

2016-09-13 Thread Roman Vyacheslavovich
Hi All! I have two repos with the same named package. How can i set to ignore it from one of them? repo1:package repo2:package i want completely ignore package from repo2. is it possible with dnf? Thanks. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

Re: Apache and umask for document root

2016-09-13 Thread Tim
Allegedly, on or about 09 September 2016, Alex sent: > The reason I was exploring other possibilities is because generally > speaking the apache user shouldn't have write privileges in the > document root. If there was ever an apache compromise leading to a > shell, it would put in jeopardy the

Re: Google Chrome always asking me to enter the password to unlock my login keyring

2016-09-13 Thread Ahmad Samir
On 12 September 2016 at 23:05, Paul Smith wrote: > On Mon, Sep 12, 2016 at 2:13 PM, Ahmad Samir wrote: If by autologin you mean that my computer automatically login the default user after bootup, no, I do not have autologin enabled.

Re: bash/regex question..

2016-09-13 Thread Lorenzo Sutton
On 13/09/2016 01:37, bruce wrote: Hey. Simple question. Got a basic string.. http://venturacollege.bncollege.com/webapp/wcs/stores/servlet/BNCBHomePage?storeId=78236=78236=-1002=10001=http:BNCBMultiCampusPageCmd trying to get the internal sub-string "78236" If Python is available you can

Re: kernel 4.7.2 update broke bind

2016-09-13 Thread Sam Varshavchik
Rick Stevens writes: On 09/10/2016 08:09 AM, Sam Varshavchik wrote: > Sam Varshavchik writes: > >> Tom Horsley writes: >> >>> On Sat, 10 Sep 2016 10:20:57 -0400 >>> Sam Varshavchik wrote: >>> >>> > All-righty, this must be something about this particular named-chroot >>> > configuration… >>>

Gsmartcontrol doesn't start

2016-09-13 Thread jack smith
Hello, Gsmartcontrol doesn't start. There is no error message. But it start from a terminal. When launched from a terminal it ask for root permission. Maybe it's the problem, I don't know. https://bugzilla.redhat.com/show_bug.cgi?id=1368430 Thanks ! -- users mailing list