Mouse wheel acceleration problem

2015-07-19 Thread Heinz Diehl
Hi,

after updating F21-F22, I noticed immediately that the mouse wheel
has got some nasty acceleration. Example: I open a large pdf
document, and as soon as I begin to scroll, I'm on the last
page. After that, scrolling works at normal speed. The same happens
when scrolling a website in Firefox: at first wheel action the scroll
speed is extremely high, and at the next touch, all is back to normal.

This behaviour is driving me insane, and I could't find a solution so far.
Is it something with XFCE, Xorg, whatever? I don't know.

Is anybody here encountering the same phenomenon, and what to do about
it?

What I know so far is that it came with the F22 update.

Thanks,
 Heinz
 
-- 
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


dnf update just now seems to have broken dnf

2015-07-19 Thread Robert P. J. Day

  dnf update just now updated, among other things,
dnf-langpacks.noarch 0.11.0-1.fc22, at which point running dnf
update again produces:

# dnf update
Traceback (most recent call last):
  File /bin/dnf, line 36, in module
main.user_main(sys.argv[1:], exit_code=True)
  File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 185, in 
user_main
errcode = main(args)
  File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 84, in main
return _main(base, args)
  File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 115, in _main
cli.configure(map(ucd, args))
  File /usr/lib/python2.7/site-packages/dnf/cli/cli.py, line 984, in configure
self.base.plugins.run_init(self.base, self)
  File /usr/lib/python2.7/site-packages/dnf/plugin.py, line 104, in run_init
plugin = p_cls(base, cli)
  File /usr/lib/python2.7/site-packages/dnf-plugins/langpacks.py, line 692, 
in __init__
conflist = config.get('main', 'langpack_locales')
  File /usr/lib/python2.7/site-packages/iniparse/compat.py, line 222, in get
value = RawConfigParser.get(self, section, option, vars)
  File /usr/lib/python2.7/site-packages/iniparse/compat.py, line 125, in get
raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option u'langpack_locales' in section: u'main'
#
  *that* doesn't look good ...

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday

-- 
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: dnf update just now seems to have broken dnf

2015-07-19 Thread Joachim Backes
On 19.07.2015 11:09, Robert P. J. Day wrote:
 
   dnf update just now updated, among other things,
 dnf-langpacks.noarch 0.11.0-1.fc22, at which point running dnf
 update again produces:
 
 # dnf update
 Traceback (most recent call last):
   File /bin/dnf, line 36, in module
 main.user_main(sys.argv[1:], exit_code=True)
   File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 185, in 
 user_main
 errcode = main(args)
   File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 84, in main
 return _main(base, args)
   File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 115, in _main
 cli.configure(map(ucd, args))
   File /usr/lib/python2.7/site-packages/dnf/cli/cli.py, line 984, in 
 configure
 self.base.plugins.run_init(self.base, self)
   File /usr/lib/python2.7/site-packages/dnf/plugin.py, line 104, in run_init
 plugin = p_cls(base, cli)
   File /usr/lib/python2.7/site-packages/dnf-plugins/langpacks.py, line 692, 
 in __init__
 conflist = config.get('main', 'langpack_locales')
   File /usr/lib/python2.7/site-packages/iniparse/compat.py, line 222, in get
 value = RawConfigParser.get(self, section, option, vars)
   File /usr/lib/python2.7/site-packages/iniparse/compat.py, line 125, in get
 raise NoOptionError(option, section)
 ConfigParser.NoOptionError: No option u'langpack_locales' in section: u'main'
 #
   *that* doesn't look good ...
 
 rday
 

See thread

https://lists.fedoraproject.org/pipermail/users/2015-July/463108.html

Joachim Backes
-- 

Fedora release 22 (Twenty Two)
Kernel-4.1.2-200.fc22.x86_64


Joachim Backes joachim.bac...@rhrk.uni-kl.de
https://www-user.rhrk.uni-kl.de/~backes
-- 
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: dnf update just now seems to have broken dnf

2015-07-19 Thread Robert P. J. Day
On Sun, 19 Jul 2015, Joachim Backes wrote:

 On 19.07.2015 11:09, Robert P. J. Day wrote:
 
dnf update just now updated, among other things,
  dnf-langpacks.noarch 0.11.0-1.fc22, at which point running dnf
  update again produces:
 
  # dnf update
  Traceback (most recent call last):
File /bin/dnf, line 36, in module
  main.user_main(sys.argv[1:], exit_code=True)
File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 185, in 
  user_main
  errcode = main(args)
File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 84, in main
  return _main(base, args)
File /usr/lib/python2.7/site-packages/dnf/cli/main.py, line 115, in 
  _main
  cli.configure(map(ucd, args))
File /usr/lib/python2.7/site-packages/dnf/cli/cli.py, line 984, in 
  configure
  self.base.plugins.run_init(self.base, self)
File /usr/lib/python2.7/site-packages/dnf/plugin.py, line 104, in 
  run_init
  plugin = p_cls(base, cli)
File /usr/lib/python2.7/site-packages/dnf-plugins/langpacks.py, line 
  692, in __init__
  conflist = config.get('main', 'langpack_locales')
File /usr/lib/python2.7/site-packages/iniparse/compat.py, line 222, in 
  get
  value = RawConfigParser.get(self, section, option, vars)
File /usr/lib/python2.7/site-packages/iniparse/compat.py, line 125, in 
  get
  raise NoOptionError(option, section)
  ConfigParser.NoOptionError: No option u'langpack_locales' in section: 
  u'main'
  #
*that* doesn't look good ...
 
  rday
 

 See thread

 https://lists.fedoraproject.org/pipermail/users/2015-July/463108.html

  thank you kindly.

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday

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


which images is docker pull supposed to pull by default?

2015-07-19 Thread Robert P. J. Day

  more nitpicky pedantry regarding docker on fedora 22 ... if i read
the man page for docker-pull on my f22 system, i see:

This command pulls down an image or a repository from a registry. If
there is more than one image for a repository (e.g., fedora) then all
images for that repository name are pulled down including any tags.

  note the reference to all images being pulled down. and the
example given seems to reinforce the notion that, if you specify
simply a repository, you'll get all corresponding tagged images:

  docker pull fedora
  Pulling repository fedora
  ad57ef8d78d7: Download complete
  105182bb5e8b: Download complete
  511136ea3c5a: Download complete
  73bd853d2ea5: Download complete

  Status: Downloaded newer image for fedora

  docker images
  REPOSITORY   TAG IMAGE IDCREATED  VIRTUAL SIZE
  fedora   rawhide ad57ef8d78d75 days ago   359.3 MB
  fedora   20  105182bb5e8b5 days ago   372.7 MB
  fedora   heisenbug   105182bb5e8b5 days ago   372.7 MB
  fedora   latest  105182bb5e8b5 days ago   372.7 MB

  *however*, the explanation of the -a option seems to disagree with
that:

OPTIONS
   -a, --all-tags=true|false
  Download all tagged images in the repository. The default is false.

which suggests that, by default, you *don't* get all tagged images
unless you specify -a.

  and a quick test shows that, if i run docker pull fedora, all i
appear to get is:

# docker images
REPOSITORY  TAG IMAGE IDCREATED 
VIRTUAL SIZE
docker.io/fedoralatest  ded7cd95e0597 weeks ago 
186.5 MB
#

  so ... what am i misreading here? the man page seems just a touch
confusing and contradictory.

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday

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


Disk partition

2015-07-19 Thread Patrick Dupre
Hello,

I have a disk that I would like to modify the partition table.
Right now it has 18 partitions.
I would like to keep the partitions 1 to 6, 8, 9 and 14 to 18 unchanged
and I would like to reorganize the other ones partitions:
7, 10 to 13, for example the 10 to 13 would become only 2.
Can I keep the numbering of the partitions that I wish to keep the
same?

Thank for your help.

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===
-- 
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


Systemd user services

2015-07-19 Thread Suvayu Ali
Hi,

I wanted to run systemd user services, in linger mode, meaning they run
as a regular user and hang around without an active session.  This
worked nicely for the default target.  When I changed to a different
target however, the systemd user is not working anymore.  Any thoughts?

This is what I did step by step:
- Enable linger mode and reboot:
  # loginctl enable-linger user
- Now from a console login when I do:
  $ systemctl --user status
  I see systemd user service is running.
- I add a service like this:
  $ systemctl --user enable emacs
  $ systemctl --user start emacs
  Looking at the status now, I see emacs is running as expected.

This was just a test, I actually want to run mpd, but I was not getting
any sound without a graphical session, so temporarily I switched to a
graphical target with:
# systemctl isolate graphical.target # my default is runlevel3

IIUC, when I do this all services get restarted.  So I wasn't surprised
when there was not running emacs (checked with pgrep).  I was surprised
however to see I cannot query the user session anymore.

$ systemctl --user enable emacs.service
Failed to get D-Bus connection: No such file or directory

It is even more surprising since the systemd user service is still running!

$ ps -uf -p 14301
USER   PID %CPU %MEMVSZ   RSS TTY  STAT START   TIME COMMAND
lightdm  14301  0.0  0.1  45004  4864 ?Ss   10:18   0:00 
/usr/lib/systemd/systemd --user

What is wrong?  Am I mistaken somewhere, or is this a bug?

Thanks for any thoughts.

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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: Disk partition

2015-07-19 Thread Paul Cartwright
On 07/19/2015 05:56 AM, Patrick Dupre wrote:
 Hello,

 I have a disk that I would like to modify the partition table.
 Right now it has 18 partitions.
 I would like to keep the partitions 1 to 6, 8, 9 and 14 to 18 unchanged
 and I would like to reorganize the other ones partitions:
 7, 10 to 13, for example the 10 to 13 would become only 2.
 Can I keep the numbering of the partitions that I wish to keep the
 same?

 Thank for your help.
if you use gparted, it is a nice graphical interface  shows you the
existing partitions, and what you can do.. until you hit APPLY nothing
is changed, so you can play around with it...
you might need to install gparted..

-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587

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


which plugin to listen at some radio with firefox?

2015-07-19 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bonjour,

I have a problme to listen at some radio with firefox:

http://www.francemusique.fr/player

I can't get it working whatever I have tried: I disabled all
extensions, I opened a test account, I change the flash-plugin to the
last version given by adobe...

I did not succeed

How can I know what plugin is missing in my config?

My installed plugins:

Codec vidéo openH264

IcedTeaWeb-plugin

Shockwave-Flash

NPAPI Plugins Wrapper

BTW: in fc21 repo there is no x86_64 version of flash-plugin, only
i386 version which does not fully work with the wrapper

Thank you
- -- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlWreDIACgkQdE6C2dhV2JUwGQCfR0u/hzQDTF3e7ujAmw5jiGns
GnoAn3J8bA4ikN8BJ+7b2bA25kO1sUOM
=kB0P
-END PGP SIGNATURE-
-- 
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: rebooting with new kernel

2015-07-19 Thread Paul Cartwright
On 07/12/2015 10:47 PM, Gordon Messmer wrote:
 On 07/12/2015 03:43 AM, Paul Cartwright wrote:
 rebooted and... a blinking cursor on a black background..
 this seems to happen everytime now when I get a new kernel in F22

 Next time you update, save a copy of /boot/efi/EFI/fedora/grub.cfg,
 then run grub2-mkconfig.

 You can compare them to see the changes:
 diff -u saved-grub.cfg /boot/efi/EFI/fedora/grub.cfg

 That should tell you what's breaking when you update.
 -- 
ok, I got a new kernel today, 8-300 . so I copied the grub.cfg to
grub.8-300 and did another grub2-mkconfig -o /boot/grub2/grub.cfg and
the new grub.cfg is different that what the system made after it
installed the new kernel.. I am not sure what the difference is..


-rw-r--r--  1 root root 23880 Jul 19 07:45 grub.8-300
-rw-r--r--  1 root root 25550 Jul 19 07:46 grub.cfg

[root@pauls-server grub2]# diff grub.8-300 grub.cfg
diff grub.8-300 grub.cfg
72c72
 menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)'
--class fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.7-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
---
 menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two)' --class
fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
84,85c84,85
 linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
LANG=en_US.UTF-8
 initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64+debug.img
---
 linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
 initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64.img
87c87
 menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two)' --class
fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.7-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
---
 menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two) (recovery
mode)' --class fedora --class gnu-linux --class gnu --class os
--unrestricted $menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64-recovery-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
99c99
 linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
LANG=en_US.UTF-8
---
 linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro single  rhgb quiet
114c114
 linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
 linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
144c144
 linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
 linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
161a162,191
 menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)'
--class fedora --class gnu-linux --class gnu --class os --unrestricted
$menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64+debug-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
 load_video
 set gfxpayload=keep
 insmod gzio
 insmod part_msdos
 insmod ext2
 set root='hd1,msdos6'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6
--hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 --hint='hd1,msdos6' 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
 else
   search --no-floppy --fs-uuid --set=root
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
 fi
 linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
 initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64+debug.img
 }
 menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)
(recovery mode)' --class fedora --class gnu-linux --class gnu --class os
--unrestricted $menuentry_id_option
'gnulinux-4.0.8-300.fc22.x86_64+debug-recovery-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
{
 load_video
 set gfxpayload=keep
 insmod gzio
 insmod part_msdos
 insmod ext2
 set root='hd1,msdos6'
 if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6
--hint-efi=hd1,msdos6 --hint-baremetal=ahci1,msdos6 --hint='hd1,msdos6' 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
 else
   search --no-floppy --fs-uuid --set=root
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
 fi
 linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro single  rhgb quiet
 initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64+debug.img
 }
174c204
 linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64+debug
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
---
 linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64+debug

Re: which plugin to listen at some radio with firefox?

2015-07-19 Thread stan
On Sun, 19 Jul 2015 12:13:06 +0200
François Patte francois.pa...@mi.parisdescartes.fr wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Bonjour,
 
 I have a problme to listen at some radio with firefox:
 
 http://www.francemusique.fr/player
 
 I can't get it working whatever I have tried: I disabled all
 extensions, I opened a test account, I change the flash-plugin to the
 last version given by adobe...

I have the latest firefox from the F21 repositories.  I use noscript,
so I had to temporarily enable the website and jquery.  I then clicked
on the noscript symbol in the page, and it started playing.  I have the
latest flash plugin from the adobe site installed, but I'm not sure if
this page uses flash.  With html5, I find more and more sites work
without flash.  For sure, it doesn't use flash (LSO) cookies, as I have
better privacy installed, and it doesn't erase any flash cookies when I
close the browser.

-- 
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: which plugin to listen at some radio with firefox?

2015-07-19 Thread Carlos A. Carnero Delgado
Bonjour,

from a quick network check, you can see they're using MP3 for the audio
stream. So you may want to install that codec. Personally, I just installed
Fedy a while ago and then the multimedia codecs.

HTH,
Carlos.
-- 
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: Disk partition

2015-07-19 Thread Joe Zeff

On 07/19/2015 11:06 AM, g wrote:

if such is critically related to /etc/fstab, partition magic has a
live cd you can boot to restructure partitions and the open fstab to
edit changes.


Even better, edit /etc/fstab to refer to partitions by UUID instead of 
device name if it doesn't already.  The various drives don't always 
respond to probing in the same order (No, I don't know why.) meaning 
that the numbering might change from one boot to the next, but the UUID 
remains stable.

--
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: rebooting with new kernel

2015-07-19 Thread Gordon Messmer

On 07/19/2015 12:37 PM, Gordon Messmer wrote:
Please use diff -u.  Standard diff format is mostly unreadable. 
Unified diff is much more comprehensible.


... and maybe output to a file and attach that file.  Your client is 
wrapping lines, making it hard to read the output.

--
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: where do dnf plugins go?

2015-07-19 Thread stan
On Sun, 19 Jul 2015 14:07:40 -0400
Tom Horsley horsley1...@gmail.com wrote:

 The DNF documentation desperately attempts to avoid actually
 saying anything :-(. For pluginpath it says:
 
 List of directories that are searched for plugins to load. Plugins
 found in any of the directories in this configuration option are
 used. The default contains a Python version-specific path.
 
 The installed /etc/dnf/dnf.conf file doesn't explicitly say anything
 about pluginpath, so it must be hard coded somewhere.
 
 So what the heck is the actual contents of this pluginpath config
 setting on fedora 22? Where do I install a .py module if I'm
 trying to write my own plugin?

Maybe install a dnf plugin package.  Then run 
rpm -q --files [plugin pkg name]
to see where it put its files?  Not an answer to your question, but
might get you closer.

-- 
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-22 KDE panel

2015-07-19 Thread Stephen Morris

On 15/07/15 03:26, Timothy Murphy wrote:

Ed Greshko wrote:


Go to System-Settings---Workspace---Desktop Behavior---Virtual
Desktops to define your desired settings.

I don't have Workspace in my System-Settings -
I only have Personal, Hardware and System.
I seem to be missing something ...

You setup is nothing like mine  Sounds like you've actually installed
GNOME.

Yes, it seems like a hybrid of KDE and Gnome.
What I did was to install Fedora KDE Live on a USB stick,
and then click on Install on Hard Disk.

I was asked later to choose between Fedora Workstation and Fedora Server,
and chose the first.

I did think after I might have been better to start with Network Install,
which is my usual route.
I started off going down the netinst path when I installed F22, but had 
to go down the live dvd path because the netinst process did not enable 
my wireless network so I couldn't do the install at all.


regards,
Steve


attachment: samorris.vcf-- 
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: SE alert

2015-07-19 Thread jd1008



On 07/18/2015 09:11 PM, Joe Zeff wrote:

On 07/18/2015 08:02 PM, jd1008 wrote:

egid=0 sgid=0 fsgid=0 ses=37 tty=(none) comm=sa1 exe=/usr/bin/sh
subj=system_u:system_r:sysstat_t:s0-s0:c0.c1023


Right there's you're answer: /usr/bin/sh, AKA bash.

Well, who, or more exactly, what is forking a bash script to read /root ?
--
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: Disk partition

2015-07-19 Thread Robert Nichols

On 07/19/2015 02:44 PM, Gordon Messmer wrote:

On 07/19/2015 11:36 AM, g wrote:

Logical partitions within the extended partition will always be
numbered consecutively starting with 5. If you delete or merge
some logical partitions, all of the higher partition numbers will
shift down.

if you can post a mutual site that i can upload a jpg, i would be more
than happy to upload a shot of 'disk utility' showing;

sdb1sdb2 sdb3sdb6sdb5
12 GB NTFS  2.1 GB Swap  11 GB ext4  32 GB ext4  23 GB ext4


In your case, sdb5 appears to be listed in the logical partition table
before sdb6, but describe an area that appears further into the disk.

That doesn't contradict what Robert wrote.


Indeed. Partitions 5 and 6 are _numbered_ consecutively, they just
aren't _arranged_ consecutively on the disk. Some tools will list
them in disk order, some in numerical order. A GUI tool that shows
a graphical map of the disk will, of course, be showing them in
disk order.

--
Bob Nichols NOSPAM is really part of my email address.
Do NOT delete it.

--
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: SE alert

2015-07-19 Thread jd1008



On 07/18/2015 09:18 PM, Ed Greshko wrote:

On 07/19/15 11:12, Ed Greshko wrote:

If they are enabled, disable them for the time being and check to see if the 
sealerts cease.

I should have said stop and disable them.


Done! and problem solved!!!
Thanx a lot!!!
Much 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: SE alert

2015-07-19 Thread Ed Greshko
On 07/20/15 07:31, jd1008 wrote:


 On 07/18/2015 09:18 PM, Ed Greshko wrote:
 On 07/19/15 11:12, Ed Greshko wrote:
 If they are enabled, disable them for the time being and check to see if 
 the sealerts cease.
 I should have said stop and disable them.

 Done! and problem solved!!!
 Thanx a lot!!!
 Much appreciated!!!

Well, it didn't solve the problem.  It masked it.  Those services run just 
fine here and elsewhere.

-- 
If I wanted a blog or social media I'd go elsewhere
-- 
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: Building/loading dahdi from asterisk

2015-07-19 Thread Alex
HI,

On Sun, Jul 19, 2015 at 11:04 AM, Bruno Wolff III br...@wolff.to wrote:
 On Sat, Jul 18, 2015 at 19:21:37 -0400,
  Alex mysqlstud...@gmail.com wrote:


 I'm really stuck with getting asterisk started. I've built and install
 the dahdi asterisk modules, but they don't load automatically on boot.

 The asterisk-dahdi package includes /etc/rc.d/init.d/dahdi which runs
 /bin/systemctl start dahdi.service but it fails to load the modules.

 I have been seeing this for a while, but haven't figured out what change
 caused it.

I figured it out, but it's really weird.

The file /etc/init.d/functions contains a bunch of shell script
functions, of course. However, it runs one of those functions called
strstr() and checks to see if /proc/cmdline contains rc.debug. If it
doesn't, it returns 1, and apparently the dahdi script doesn't
anticipate that, and just exits.

If someone can confirm my logic is correct, I'll open a bug report. In
the meantime, commenting out that last line of /etc/init.d/functions,
where strstr() is called, fixes it.

#strstr $(cat /proc/cmdline) rc.debug  set -x

Thanks for any ideas.
Alex
-- 
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: dnf update vs Software Udpates

2015-07-19 Thread Javier Perez
Ok, just did a dnf clean all , and the dnf update and the updates showed up

Weird.

JP

On Sun, Jul 19, 2015 at 8:32 PM, Javier Perez pepeb...@gmail.com wrote:

 This is weird.
 Software Updates on the Control Panel says that there are 39 updates
 available
 But when I run dnf update it says Nothing to do. What gives?

 JP

 --
 --
  /\_/\
  |O O|  pepeb...@gmail.com
   Javier Perez
    While the night runs
    toward the day...
   m m   Pepebuho watches
 from his high perch.




-- 
--
 /\_/\
 |O O|  pepeb...@gmail.com
  Javier Perez
   While the night runs
   toward the day...
  m m   Pepebuho watches
from his high perch.
-- 
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: SE alert

2015-07-19 Thread jd1008



On 07/19/2015 07:00 PM, Ed Greshko wrote:

On 07/20/15 08:47, jd1008 wrote:


On 07/19/2015 05:45 PM, Ed Greshko wrote:

On 07/20/15 07:31, jd1008 wrote:

On 07/18/2015 09:18 PM, Ed Greshko wrote:

On 07/19/15 11:12, Ed Greshko wrote:

If they are enabled, disable them for the time being and check to see if the 
sealerts cease.

I should have said stop and disable them.


Done! and problem solved!!!
Thanx a lot!!!
Much appreciated!!!

Well, it didn't solve the problem.  It masked it.  Those services run just 
fine here and elsewhere.


If I re-enable them and the problem returns, then I have to look elsewhere
as to the real cause of the problem - but I would still disable them.



Did you check the label on /usr/lib64/sa/sa1  ?

You could also consider going through a relabel of your entire system.  I've 
not run into problems with selinux but I've know others who have done things 
which, over time, necessitated a relabel as opposed to playing whack-a-mole.

You choice, but just like rust spots on a car, problems plastered over often 
cause greater headaches later.
  
I forgot the file I touch in / to force a relabel, something like 
.relabel=true ???


--
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: Building/loading dahdi from asterisk

2015-07-19 Thread Bruno Wolff III

On Sun, Jul 19, 2015 at 21:21:42 -0400,
 Alex mysqlstud...@gmail.com wrote:


I figured it out, but it's really weird.

The file /etc/init.d/functions contains a bunch of shell script
functions, of course. However, it runs one of those functions called
strstr() and checks to see if /proc/cmdline contains rc.debug. If it
doesn't, it returns 1, and apparently the dahdi script doesn't
anticipate that, and just exits.

If someone can confirm my logic is correct, I'll open a bug report. In
the meantime, commenting out that last line of /etc/init.d/functions,
where strstr() is called, fixes it.

#strstr $(cat /proc/cmdline) rc.debug  set -x

Thanks for any ideas.


That's helpful, and I recommend going ahead with the bug report.
Really the init scripts should get converted to systemd, but in the short 
run it would be nice to get it working again.


Thanks for looking into this.
--
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: Silencing auditd in fedora22

2015-07-19 Thread Alex Regan

Hi,


Since upgrading from fedora22, auditd is drowning /var/log/messages
with useless information such as this:

Jul 18 19:02:19 orion audit: audit-2404 pid=6002 uid=0
auid=4294967295 ses=4294967295 msg='op=destroy kind=server
fp=SHA256:b5:7b:76:df:38:16:f3:f5:cd:2f:67:54:9a:2e:68:15:ae:9c:40:50:4f:6d:81:43:0d:54:bd:e2:c5:a0:43:7f

direction=? spid=6002 suid=0  exe=/usr/sbin/sshd hostname=?
addr=64.1.XX.18 terminal=? res=success'

I've enabled rsyslog because the logs are so much easier to access,
but I'm not using auditd so would like to just turn it off.


/etc/rsyslog.conf BEFORE:
*.info;mail.none;authpriv.none;cron.none/var/log/messages

add:
if $programname == 'audit' then {
   action(type=omfile file=/var/log/kernel.audit.log)
#  if $syslogseverity = 4 then stop# warning
   if $syslogseverity = 5 then stop# notice
#  if $syslogseverity = 6 then stop# info
}


Very helpful, thanks.


Ideas for using journalctl to show me the following would be appreciated:

- start at the end of the log
- use shortened hostname
- shows only info in the former /var/log/maillog or /var/log/messages
- piped through a searchable pager

Typing less /var/log/maillog requires far less typing, more easily
remembered, and is easily searchable.


Even easier:
alias fmail='/usr/bin/tail -f /var/log/maillog'
alias lmail='/usr/bin/less /var/log/maillog'

Now try:
fmail
lmail


Yes, of course. I was referring to journalctl shortcuts (equivalents) 
here. Ideas still welcome :-)


thanks,
alex
--
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: Silencing auditd in fedora22

2015-07-19 Thread Alex Regan

Hi,


Since upgrading from fedora22, auditd is drowning /var/log/messages
with useless information such as this:

Jul 18 19:02:19 orion audit: audit-2404 pid=6002 uid=0
auid=4294967295 ses=4294967295 msg='op=destroy kind=server
fp=SHA256:b5:7b:76:df:38:16:f3:f5:cd:2f:67:54:9a:2e:68:15:ae:9c:40:50:4f:6d:81:43:0d:54:bd:e2:c5:a0:43:7f

direction=? spid=6002 suid=0  exe=/usr/sbin/sshd hostname=?
addr=64.1.XX.18 terminal=? res=success'

I've enabled rsyslog because the logs are so much easier to access,
but I'm not using auditd so would like to just turn it off.

In another thread some one said they added audit=0 to grub.cfg and
rebooted.
I have done the same about a week ago with no apparent problems.
You can also use the command:
autditctl -e 0
  to turn it off for current running kernel.


Great, thanks for the info.

Thanks,
Alex


--
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: SE alert

2015-07-19 Thread Ed Greshko
On 07/20/15 09:39, jd1008 wrote:

   I forgot the file I touch in / to force a relabel, something like 
 .relabel=true ???

touch /.autorelabel

google would have found that for you.

-- 
If I wanted a blog or social media I'd go elsewhere
-- 
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: where do dnf plugins go?

2015-07-19 Thread Patrick O'Callaghan
On Sun, 2015-07-19 at 14:07 -0400, Tom Horsley wrote:
 The DNF documentation desperately attempts to avoid actually
 saying anything :-(. For pluginpath it says:
 
 List of directories that are searched for plugins to load. Plugins 
 found in any of the directories in this configuration option are 
 used. The default contains a Python version-specific path.
 
 The installed /etc/dnf/dnf.conf file doesn't explicitly say anything
 about pluginpath, so it must be hard coded somewhere.
 
 So what the heck is the actual contents of this pluginpath config
 setting on fedora 22? Where do I install a .py module if I'm
 trying to write my own plugin?

Here they're in /usr/lib/python2.7/site-packages/dnf-plugins but I
wouldn't regard that as stable once Python 3 becomes the default.

poc
-- 
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: SE alert

2015-07-19 Thread Ed Greshko
On 07/20/15 08:47, jd1008 wrote:


 On 07/19/2015 05:45 PM, Ed Greshko wrote:
 On 07/20/15 07:31, jd1008 wrote:

 On 07/18/2015 09:18 PM, Ed Greshko wrote:
 On 07/19/15 11:12, Ed Greshko wrote:
 If they are enabled, disable them for the time being and check to see if 
 the sealerts cease.
 I should have said stop and disable them.

 Done! and problem solved!!!
 Thanx a lot!!!
 Much appreciated!!!
 Well, it didn't solve the problem.  It masked it.  Those services run just 
 fine here and elsewhere.

 If I re-enable them and the problem returns, then I have to look elsewhere
 as to the real cause of the problem - but I would still disable them.


Did you check the label on /usr/lib64/sa/sa1  ?

You could also consider going through a relabel of your entire system.  I've 
not run into problems with selinux but I've know others who have done things 
which, over time, necessitated a relabel as opposed to playing whack-a-mole.

You choice, but just like rust spots on a car, problems plastered over often 
cause greater headaches later.
 
-- 
If I wanted a blog or social media I'd go elsewhere
-- 
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


dnf update vs Software Udpates

2015-07-19 Thread Javier Perez
This is weird.
Software Updates on the Control Panel says that there are 39 updates
available
But when I run dnf update it says Nothing to do. What gives?

JP

-- 
--
 /\_/\
 |O O|  pepeb...@gmail.com
  Javier Perez
   While the night runs
   toward the day...
  m m   Pepebuho watches
from his high perch.
-- 
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


GRUB_DISABLE_RECOVERY=true

2015-07-19 Thread jd1008

What is the significance/effect of setting
GRUB_DISABLE_RECOVERY=  to true or false ?

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


Re: where do dnf plugins go?

2015-07-19 Thread Joe Zeff

On 07/19/2015 03:34 PM, Tom Horsley wrote:

http://tomhorsley.com/game/Mjolnir.html  :-).


That's a nice idea, but the hammer you're using is a tad puny, don't you 
think?  If you want to use a really, really big hammer, consider using 
Lucifer's: https://en.wikipedia.org/wiki/Lucifer%27s_Hammer

--
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: SE alert

2015-07-19 Thread jd1008



On 07/19/2015 05:45 PM, Ed Greshko wrote:

On 07/20/15 07:31, jd1008 wrote:


On 07/18/2015 09:18 PM, Ed Greshko wrote:

On 07/19/15 11:12, Ed Greshko wrote:

If they are enabled, disable them for the time being and check to see if the 
sealerts cease.

I should have said stop and disable them.


Done! and problem solved!!!
Thanx a lot!!!
Much appreciated!!!

Well, it didn't solve the problem.  It masked it.  Those services run just 
fine here and elsewhere.


If I re-enable them and the problem returns, then I have to look elsewhere
as to the real cause of the problem - but I would still disable 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: rebooting with new kernel

2015-07-19 Thread Paul Cartwright
On 07/19/2015 03:39 PM, Gordon Messmer wrote:

 Please use diff -u.  Standard diff format is mostly unreadable.
 Unified diff is much more comprehensible.

 ... and maybe output to a file and attach that file.  Your client is
 wrapping lines, making it hard to read the output. 
diff -u attached. It looks worse ( to me ) than the last one.

-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587

--- grub.cfg2015-07-19 07:46:32.105534489 -0400
+++ grub.8-300  2015-07-19 07:45:44.066151663 -0400
@@ -69,7 +69,7 @@
 ### END /etc/grub.d/00_header ###
 
 ### BEGIN /etc/grub.d/10_linux ###
-menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two)' --class fedora 
--class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 
'gnulinux-4.0.8-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957' {
+menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)' --class 
fedora --class gnu-linux --class gnu --class os --unrestricted 
$menuentry_id_option 
'gnulinux-4.0.7-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957' {
load_video
set gfxpayload=keep
insmod gzio
@@ -81,10 +81,10 @@
else
  search --no-floppy --fs-uuid --set=root 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
fi
-   linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet 
-   initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64.img
+   linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64+debug 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet LANG=en_US.UTF-8
+   initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64+debug.img
 }
-menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two) (recovery mode)' 
--class fedora --class gnu-linux --class gnu --class os --unrestricted 
$menuentry_id_option 
'gnulinux-4.0.8-300.fc22.x86_64-recovery-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957' {
+menuentry 'Fedora (4.0.8-300.fc22.x86_64) 22 (Twenty Two)' --class fedora 
--class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 
'gnulinux-4.0.7-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957' {
load_video
set gfxpayload=keep
insmod gzio
@@ -96,7 +96,7 @@
else
  search --no-floppy --fs-uuid --set=root 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
fi
-   linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro single  rhgb quiet
+   linux16 /boot/vmlinuz-4.0.8-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet LANG=en_US.UTF-8
initrd16 /boot/initramfs-4.0.8-300.fc22.x86_64.img
 }
 menuentry 'Fedora (4.0.7-300.fc22.x86_64) 22 (Twenty Two)' --class fedora 
--class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 
'gnulinux-4.0.7-300.fc22.x86_64-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957' {
@@ -111,7 +111,7 @@
else
  search --no-floppy --fs-uuid --set=root 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
fi
-   linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet 
+   linux16 /boot/vmlinuz-4.0.7-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
initrd16 /boot/initramfs-4.0.7-300.fc22.x86_64.img
 }
 menuentry 'Fedora (4.0.7-300.fc22.x86_64) 22 (Twenty Two) (recovery mode)' 
--class fedora --class gnu-linux --class gnu --class os --unrestricted 
$menuentry_id_option 
'gnulinux-4.0.7-300.fc22.x86_64-recovery-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957' {
@@ -141,7 +141,7 @@
else
  search --no-floppy --fs-uuid --set=root 
a1f0e69f-f7b4-41b3-8a88-adbc6d59d957
fi
-   linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet 
+   linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro  rhgb quiet
initrd16 /boot/initramfs-4.0.6-300.fc22.x86_64.img
 }
 menuentry 'Fedora (4.0.6-300.fc22.x86_64) 22 (Twenty Two) (recovery mode)' 
--class fedora --class gnu-linux --class gnu --class os --unrestricted 
$menuentry_id_option 
'gnulinux-4.0.6-300.fc22.x86_64-recovery-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957' {
@@ -159,36 +159,6 @@
linux16 /boot/vmlinuz-4.0.6-300.fc22.x86_64 
root=UUID=a1f0e69f-f7b4-41b3-8a88-adbc6d59d957 ro single  rhgb quiet
initrd16 /boot/initramfs-4.0.6-300.fc22.x86_64.img
 }
-menuentry 'Fedora (4.0.8-300.fc22.x86_64+debug) 22 (Twenty Two)' --class 
fedora --class gnu-linux --class gnu --class os --unrestricted 
$menuentry_id_option 
'gnulinux-4.0.8-300.fc22.x86_64+debug-advanced-a1f0e69f-f7b4-41b3-8a88-adbc6d59d957'
 {
-   load_video
-   set gfxpayload=keep
-   insmod gzio
-   insmod part_msdos
-   insmod ext2
-   set root='hd1,msdos6'
-   if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos6 

Re: w/out clean all, dnf does nto find packages to be updated

2015-07-19 Thread Michael Schwendt
On Sun, 19 Jul 2015 21:56:46 +0200, Maurizio Marini wrote:

 Here is F22
 Maybe this was already posted on list.
 
 I have plugin that notify some packges should be updated:
 Software Updates
 You have 19 new updates

That one doesn't use dnf but PackageKit as a backend. You would
need to compare with the pkcon tool, not dnf.

 using dnf update 
 or dns upgrade
 it does not find anything:
 
 
 # dnf update
 Last metadata expiration check performed 1:27:33 ago on Sun Jul 19 19:54:29
 2015.

!!! Have you noticed this status message?
You haven't commented on it. :-(

 Dependencies resolved.
 Nothing to do.
 Complete!
 
 
 then I do a clean all

Please! For years, Yum users have thought they would need to run a
clean all when all they really wanted was clean metadata only.
It's the same with DNF. Consult the manual page. There are enough
commands available that would make DNF delete the local cache and
redownload metadata from the repo. Notice dnf clean expire-cache and
dnf clean metadata and also the dnf --refresh … option to add
to any command.

Also look up dnf clean all to understand what it does.
-- 
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: where do dnf plugins go?

2015-07-19 Thread Tom Horsley
On Sun, 19 Jul 2015 23:10:28 +0100
Patrick O'Callaghan wrote:

 Here they're in /usr/lib/python2.7/site-packages/dnf-plugins but I
 wouldn't regard that as stable once Python 3 becomes the default.

Yea, I ran dnf under strace to see what directories it poked
around in and that appears to be the only place it looks.
I had hoped to see it looking in some additional place
like /etc/dnf/dnf-plugins, but I didn't notice anything
like that.

Anyway, I appear to have managed to write an afterdnf
plugin that starts a background job to wait for the
pid that ran the plugin to go away, then runs some hooks
once dnf has exited. For adapting my big hammer to
fedora 22:

http://tomhorsley.com/game/Mjolnir.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: which plugin to listen at some radio with firefox?

2015-07-19 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 19/07/2015 16:13, Carlos A. Carnero Delgado a écrit :
 Bonjour,
 
 from a quick network check, you can see they're using MP3 for the 
 audio stream. So you may want to install that codec. Personally, I 
 just installed Fedy a while ago and then the multimedia codecs.

I can listen to mp3 files, so I think that these codecs are
installed Moreover, google-chrome has no problem with this
site I don't know what to do...

Thank you

- -- 
François Patte
UFR de mathématiques et informatique
Laboratoire CNRS MAP5, UMR 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlWr49IACgkQdE6C2dhV2JU5hACfXCnWf64nPLjQNOnMH7bV5/Im
c3sAn223UB874Zo5DLxmhrcbCUI1CJeV
=4NQM
-END PGP SIGNATURE-
-- 
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


where do dnf plugins go?

2015-07-19 Thread Tom Horsley
The DNF documentation desperately attempts to avoid actually
saying anything :-(. For pluginpath it says:

List of directories that are searched for plugins to load. Plugins found in any 
of the directories in this configuration option are used. The default contains 
a Python version-specific path.

The installed /etc/dnf/dnf.conf file doesn't explicitly say anything
about pluginpath, so it must be hard coded somewhere.

So what the heck is the actual contents of this pluginpath config
setting on fedora 22? Where do I install a .py module if I'm
trying to write my own plugin?
-- 
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: Disk partition

2015-07-19 Thread g


On 07/19/15 09:47, Patrick Dupre wrote:
 Are the partition numbers will stay the same?

i do believe they remain.

at least that is what i had happen with a primary partition.

iirc, extended partitions will also maintain partition assignment.

if such is critically related to /etc/fstab, partition magic has a
live cd you can boot to restructure partitions and the open fstab to
edit changes.

hth.


-- 

peace out.

-+-
If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.
-+-

CentOS GNU/Linux 6.6

tc,hago.

g
.

-- 
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: which plugin to listen at some radio with firefox?

2015-07-19 Thread John Pilkington

On 19/07/15 11:13, François Patte wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Bonjour,

I have a problme to listen at some radio with firefox:

http://www.francemusique.fr/player

I can't get it working whatever I have tried: I disabled all
extensions, I opened a test account, I change the flash-plugin to the
last version given by adobe...

I did not succeed

How can I know what plugin is missing in my config?

My installed plugins:

Codec vidéo openH264

IcedTeaWeb-plugin

Shockwave-Flash

NPAPI Plugins Wrapper

BTW: in fc21 repo there is no x86_64 version of flash-plugin, only
i386 version which does not fully work with the wrapper

Thank you
- --
François Patte


AIUI the FAQ suggests Real Player or vlc, with the .ram file type. 
about:addons for my version of FF (in SL7) doesn't list .ram


http://www.radiofrance.fr/boite-a-outils/faq#rf_faq-block-5





--
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: Disk partition

2015-07-19 Thread Patrick Dupre
I can manage /etc/fstab
However, I am wondering about the /etc/boot/grub.cfg

How can I change the  msdos16 (/boot)?
Actually e245f2fc-ef1e-4811-88a2-e64be3a010cb would be OK (UUID)


   set root='hd0,msdos16'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos16 
--hint-efi=hd0,msdos16 --hint-baremetal=ahci0,msdos16 --hint='hd0,msdos16'  
e245f2fc-ef1e-4811-88a2-e64be3a010cb
else
  search --no-floppy --fs-uuid --set=root 
e245f2fc-ef1e-4811-88a2-e64be3a010cb
fi


===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Sunday, July 19, 2015 at 8:15 PM
 From: Joe Zeff j...@zeff.us
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: Disk partition

 On 07/19/2015 11:06 AM, g wrote:
  if such is critically related to /etc/fstab, partition magic has a
  live cd you can boot to restructure partitions and the open fstab to
  edit changes.
 
 Even better, edit /etc/fstab to refer to partitions by UUID instead of 
 device name if it doesn't already.  The various drives don't always 
 respond to probing in the same order (No, I don't know why.) meaning 
 that the numbering might change from one boot to the next, but the UUID 
 remains stable.
 -- 
 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

-- 
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: Disk partition

2015-07-19 Thread Gordon Messmer

On 07/19/2015 11:36 AM, g wrote:

Logical partitions within the extended partition will always be
numbered consecutively starting with 5. If you delete or merge
some logical partitions, all of the higher partition numbers will
shift down.

if you can post a mutual site that i can upload a jpg, i would be more
than happy to upload a shot of 'disk utility' showing;

sdb1sdb2 sdb3sdb6sdb5
12 GB NTFS  2.1 GB Swap  11 GB ext4  32 GB ext4  23 GB ext4


In your case, sdb5 appears to be listed in the logical partition table 
before sdb6, but describe an area that appears further into the disk.


That doesn't contradict what Robert wrote.
--
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: Disk partition

2015-07-19 Thread Patrick Dupre
Thank.

Are the partition numbers will stay the same?

===
 Patrick DUPRÉ | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale   | |
 Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===


 Sent: Sunday, July 19, 2015 at 2:06 PM
 From: Paul Cartwright pbcartwri...@gmail.com
 To: users@lists.fedoraproject.org
 Subject: Re: Disk partition

 On 07/19/2015 05:56 AM, Patrick Dupre wrote:
  Hello,
 
  I have a disk that I would like to modify the partition table.
  Right now it has 18 partitions.
  I would like to keep the partitions 1 to 6, 8, 9 and 14 to 18 unchanged
  and I would like to reorganize the other ones partitions:
  7, 10 to 13, for example the 10 to 13 would become only 2.
  Can I keep the numbering of the partitions that I wish to keep the
  same?
 
  Thank for your help.
 if you use gparted, it is a nice graphical interface  shows you the
 existing partitions, and what you can do.. until you hit APPLY nothing
 is changed, so you can play around with it...
 you might need to install gparted..
 
 -- 
 Paul Cartwright
 Registered Linux User #367800 and new counter #561587
 
 -- 
 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

-- 
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: Disk partition

2015-07-19 Thread Robin Laing

On 2015-07-19 12:15, Joe Zeff wrote:

On 07/19/2015 11:06 AM, g wrote:

if such is critically related to /etc/fstab, partition magic has a
live cd you can boot to restructure partitions and the open fstab to
edit changes.


Even better, edit /etc/fstab to refer to partitions by UUID instead of
device name if it doesn't already.  The various drives don't always
respond to probing in the same order (No, I don't know why.) meaning
that the numbering might change from one boot to the next, but the UUID
remains stable.


I will second this comment.  Ran into the problem in the past.

Since I started using UUID, then I have not had any issues.

You can find out the partition UUID by
ls -l /dev/disk/by-uuid/

As an example in /etc/fstab change

/dev/sdb3   /opt/Steam  ext4  defaults 1 2

to

UUID=bb998e5b-a9ad-4539-825f-41b6e1c665b0 /opt/Steam 
  ext4defaults1 2



Once you do this, you can add or remove partitions and drives as you 
wish and the correct partition will be found each time.  No need to 
worry about the order they show up in.


I would also use gparted as explained in another post.

You can move and resize partitions around as needed.  DO BACKUP if you 
are going to resize partitions just in case.  I have resized and moved 
partitions with gparted on both Linux and Windows 8.1 machines with no 
issues yet.



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


w/out clean all, dnf does nto find packages to be updated

2015-07-19 Thread Maurizio Marini
Here is F22
Maybe this was already posted on list.

I have plugin that notify some packges should be updated:
Software Updates
You have 19 new updates

using dnf update 
or dns upgrade
it does not find anything:


# dnf update
Last metadata expiration check performed 1:27:33 ago on Sun Jul 19 19:54:29
2015. Dependencies resolved.
Nothing to do.
Complete!


then I do a clean all

# dnf clean all
Cleaning repos: fedora updates
Cleaning up Everything


Now dns find 19 packages to be updated:

---
# dnf update
Fedora 22 -
x86_64  
   300 kB/s |  
41 MB 02:20
Fedora 22 - x86_64 -
Updates 
  530 kB/s |  12 MB 
00:23
Last metadata expiration check performed 0:00:25 ago on Sun Jul 19 21:28:39
2015.
Dependencies resolved.
[]
Upgrade  19 Packages

Total download size: 2.9 M
Is this ok [y/N]:
-


-m


smime.p7s
Description: S/MIME cryptographic signature
-- 
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: rebooting with new kernel

2015-07-19 Thread Gordon Messmer

On 07/19/2015 04:52 AM, Paul Cartwright wrote:

[root@pauls-server grub2]# diff grub.8-300 grub.cfg
diff grub.8-300 grub.cfg


Please use diff -u.  Standard diff format is mostly unreadable. 
Unified diff is much more comprehensible.

--
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: Disk partition

2015-07-19 Thread Paul Cartwright
I am not sure, given that you want to remove some in the middle. BUT,
you can TWEAK partitions with gparted, maybe add a small filler
partition somewhere, to get your numbers where they need to be..
 Thank.

 Are the partition numbers will stay the same?

 ===
  Patrick DUPRÉ | | email: pdu...@gmx.com
  Laboratoire de Physico-Chimie de l'Atmosphère | |
  Université du Littoral-Côte d'Opale   | |
  Tel.  (33)-(0)3 28 23 76 12   | | Fax: 03 28 65 82 44
  189A, avenue Maurice Schumann | | 59140 Dunkerque, France
 ===


 Sent: Sunday, July 19, 2015 at 2:06 PM
 From: Paul Cartwright pbcartwri...@gmail.com
 To: users@lists.fedoraproject.org
 Subject: Re: Disk partition

 On 07/19/2015 05:56 AM, Patrick Dupre wrote:
 Hello,

 I have a disk that I would like to modify the partition table.
 Right now it has 18 partitions.
 I would like to keep the partitions 1 to 6, 8, 9 and 14 to 18 unchanged
 and I would like to reorganize the other ones partitions:
 7, 10 to 13, for example the 10 to 13 would become only 2.
 Can I keep the numbering of the partitions that I wish to keep the
 same?

 Thank for your help.
 if you use gparted, it is a nice graphical interface  shows you the
 existing partitions, and what you can do.. until you hit APPLY nothing
 is changed, so you can play around with it...
 you might need to install gparted..

 -- 
 Paul Cartwright
 Registered Linux User #367800 and new counter #561587

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



-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587

-- 
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: Silencing auditd in fedora22

2015-07-19 Thread Bill Shirley



On 7/18/2015 7:08 PM, Alex wrote:

Hi,
Since upgrading from fedora22, auditd is drowning /var/log/messages
with useless information such as this:

Jul 18 19:02:19 orion audit: audit-2404 pid=6002 uid=0
auid=4294967295 ses=4294967295 msg='op=destroy kind=server
fp=SHA256:b5:7b:76:df:38:16:f3:f5:cd:2f:67:54:9a:2e:68:15:ae:9c:40:50:4f:6d:81:43:0d:54:bd:e2:c5:a0:43:7f
direction=? spid=6002 suid=0  exe=/usr/sbin/sshd hostname=?
addr=64.1.XX.18 terminal=? res=success'

I've enabled rsyslog because the logs are so much easier to access,
but I'm not using auditd so would like to just turn it off.


/etc/rsyslog.conf BEFORE:
*.info;mail.none;authpriv.none;cron.none/var/log/messages

add:
if $programname == 'audit' then {
  action(type=omfile file=/var/log/kernel.audit.log)
#  if $syslogseverity = 4 then stop# warning
  if $syslogseverity = 5 then stop# notice
#  if $syslogseverity = 6 then stop# info
}

/etc/logrotate.d/syslog add:
/var/log/kernel.audit.log


Ideas for using journalctl to show me the following would be appreciated:

- start at the end of the log
- use shortened hostname
- shows only info in the former /var/log/maillog or /var/log/messages
- piped through a searchable pager

Typing less /var/log/maillog requires far less typing, more easily
remembered, and is easily searchable.


Even easier:
alias fmail='/usr/bin/tail -f /var/log/maillog'
alias lmail='/usr/bin/less /var/log/maillog'

Now try:
fmail
lmail

add the aliases to ~/.bashrc to always have them available.

Thanks,
Alex



Bill
--
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: which plugin to listen at some radio with firefox?

2015-07-19 Thread John Pilkington

On 19/07/15 15:13, Carlos A. Carnero Delgado wrote:

Bonjour,

from a quick network check, you can see they're using MP3 for the audio
stream. So you may want to install that codec. Personally, I just
installed Fedy a while ago and then the multimedia codecs.

HTH,
Carlos.


Despite the FAQ that I quoted in my earlier post, I have no immediate 
trouble in playing music from this site, originally broadcast earlier 
today, in FF on a laptop running kubuntu trusty.  The Page Info shows an 
.mp3 audio file.


During experiments playback seems to stop after 5 minutes.  I don't know 
if this will always happen.


The only plugins shown are ShockwaveFlash and OpenH264

John P

--
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: Disk partition

2015-07-19 Thread g


On 07/19/15 13:15, Robert Nichols wrote:
 On 07/19/2015 04:56 AM, Patrick Dupre wrote:
 I have a disk that I would like to modify the partition table.
 Right now it has 18 partitions.
 I would like to keep the partitions 1 to 6, 8, 9 and 14 to 18 unchanged
 and I would like to reorganize the other ones partitions:
 7, 10 to 13, for example the 10 to 13 would become only 2.
 Can I keep the numbering of the partitions that I wish to keep the
 same?

 Logical partitions within the extended partition will always be
 numbered consecutively starting with 5. If you delete or merge
 some logical partitions, all of the higher partition numbers will
 shift down.

if you can post a mutual site that i can upload a jpg, i would be more
than happy to upload a shot of 'disk utility' showing;

   sdb1sdb2 sdb3sdb6sdb5
   12 GB NTFS  2.1 GB Swap  11 GB ext4  32 GB ext4  23 GB ext4

originally partition was;

   sdb1   sdb2   sdb5   sdb6   sdb7


-- 

peace out.

-+-
If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.
-+-

CentOS GNU/Linux 6.6

tc,hago.

g
.

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


Problem pluggin smartphone

2015-07-19 Thread Sergio Belkin
Hi Dear community,

I have a problem when pluggin smartphone, as journalctl shows below:

jul 19 17:28:43 newhope.belkin.home kernel: usb 1-1: new full-speed USB
device number 2 using xhci_hcd
jul 19 17:28:43 newhope.belkin.home kernel: usb 1-1: device descriptor
read/64, error -71
jul 19 17:28:43 newhope.belkin.home kernel: usb 1-1: device descriptor
read/64, error -71
jul 19 17:28:44 newhope.belkin.home kernel: usb 1-1: new full-speed USB
device number 3 using xhci_hcd
jul 19 17:28:44 newhope.belkin.home kernel: usb 1-1: device descriptor
read/64, error -71
jul 19 17:28:44 newhope.belkin.home kernel: usb 1-1: device descriptor
read/64, error -71
jul 19 17:28:44 newhope.belkin.home kernel: usb 1-1: new full-speed USB
device number 4 using xhci_hcd
jul 19 17:28:44 newhope.belkin.home kernel: usb 1-1: Device not responding
to setup address.
jul 19 17:28:44 newhope.belkin.home kernel: usb 1-1: Device not responding
to setup address.
jul 19 17:28:45 newhope.belkin.home kernel: usb 1-1: device not accepting
address 4, error -71
jul 19 17:28:45 newhope.belkin.home kernel: usb 1-1: new full-speed USB
device number 5 using xhci_hcd
jul 19 17:28:45 newhope.belkin.home kernel: usb 1-1: Device not responding
to setup address.
jul 19 17:28:45 newhope.belkin.home kernel: usb 1-1: Device not responding
to setup address.
jul 19 17:28:45 newhope.belkin.home kernel: usb 1-1: device not accepting
address 5, error -71
jul 19 17:28:45 newhope.belkin.home kernel: usb usb1-port1: unable to
enumerate USB device

lsusb output is as follows:

[sergio@newhope ~]$ lsusb
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 005: ID 1bcf:289a Sunplus Innovation Technology Inc.
Bus 003 Device 004: ID 0cf3:e004 Atheros Communications, Inc.
Bus 003 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card
Reader Controller
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Also, youn can take a look to the usb-devices output at
http://pastebin.com/NHD5WBSu

Please could you help me?

Using Fedora 22: kernel 4.0.8-300.fc22.x86_64

Thanks in advance!

-- 
--
Sergio Belkin
LPIC-2 Certified - http://www.lpi.org
-- 
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: Building/loading dahdi from asterisk

2015-07-19 Thread Bruno Wolff III

On Sat, Jul 18, 2015 at 19:21:37 -0400,
 Alex mysqlstud...@gmail.com wrote:


I'm really stuck with getting asterisk started. I've built and install
the dahdi asterisk modules, but they don't load automatically on boot.

The asterisk-dahdi package includes /etc/rc.d/init.d/dahdi which runs
/bin/systemctl start dahdi.service but it fails to load the modules.


I have been seeing this for a while, but haven't figured out what change 
caused it.

--
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: Disk partition

2015-07-19 Thread Robert Nichols

On 07/19/2015 04:56 AM, Patrick Dupre wrote:

I have a disk that I would like to modify the partition table.
Right now it has 18 partitions.
I would like to keep the partitions 1 to 6, 8, 9 and 14 to 18 unchanged
and I would like to reorganize the other ones partitions:
7, 10 to 13, for example the 10 to 13 would become only 2.
Can I keep the numbering of the partitions that I wish to keep the
same?


Logical partitions within the extended partition will always be
numbered consecutively starting with 5. If you delete or merge
some logical partitions, all of the higher partition numbers will
shift down.

--
Bob Nichols NOSPAM is really part of my email address.
Do NOT delete it.

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