Fedora 30 - setting IP addresses

2019-05-22 Thread Kevin Wilson
HI all,
I had installed Fedora 30 and
 /etc/network-scripts/ is empty, there are no ifcfg-eth* files.

In Fedora 29, I had set eth0 to be a dhclient interface by editing
/etc/sysconfig/network-scripts/ifcfg-eth0
(or /etc/sysconfig/network-scripts/ifcfg-enp182s0f1)
and setting
BOOTPROTO=dhcp
...
ONBOOT=yes

How can I achieve similar outcome in Fedora 30 ?

Regards,
Kevin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Fedora 30, BootLoaderSpec and generating entries under /boot/loader/entries

2019-05-22 Thread Kevin Wilson
Hi all,

I had installed Fedora 30,  on a dual boot machine which has a second
partition with Fedora 28.
Fedora 30  comes by default with a new boot loader spec.

I found under /boot/loader/entries/ the following:

ls /boot/loader/entries/

ec1b8b7719964c8b9a1d8db430c63fd6-0-rescue.conf
ec1b8b7719964c8b9a1d8db430c63fd6-5.0.9-301.fc30.x86_64.conf0

I want to be able to boot by default into Fedora 28.

Is there a way by some utility to generate entries under
/boot/loader/entries/ for the
Fedora 28  and choose Fedora 28 as the default ?

Or should I disable the boot loader spec in order to boot to Fedora 28
on this machine ?

Regards,
Kevin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Adding and removing a user in F28

2018-10-04 Thread Kevin Wilson
Hi, all.

On F28, when I am running
useradd test10
A new folder is generated:
/home/test10/

But when I run:
userdel test10
this folder remains.

This same is when
adduser test11
and them
userdel test11

/home/test11 remains.

Is this an expected behaviour ?
Is there a way to cause the home folder of a user to be removed when
removing a user ?

Regards,
KevinW
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Changing the LABEL of an iso9660 file system

2018-09-19 Thread Kevin Wilson
Hello,
I have a USB stick on which I had in the past an Ubunutu installatilon.
When I run "e2label /dev/sdb" I get:

e2label /dev/sdb
e2label: Bad magic number in super-block while trying to open /dev/sdb
/dev/sdb contains a iso9660 file system labelled 'Ubuntu-Server 17.04 amd64'

Now, I did not need this installation anymore, so I created a single
Linux partition on the USB stick (/dev/sdb1)
with fdisk, and labeled it as sandiskUSB.
When I run:
e2label /dev/sdb1
I get
sandiskUSB

Is there a way to change also the lablel of /dev/sdb to be sandiskUSB ?

Tying
e2label /dev/sdb sandiskUSB
does not work, it gives:
e2label: Bad magic number in super-block while trying to open /dev/sdb
/dev/sdb contains a iso9660 file system labelled 'Ubuntu-Server 17.04 amd64'

Regards,
Kevin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


Setting console font from terminal fails ("cannot open font file")

2018-09-15 Thread Kevin Wilson
Hello all,
I want to enlarge the fonts I am using in terminal (when logging as
non root) on Fedora 28.
I installed the terminus-fonts rpm on fedora 28 (dnf install terminus-fonts)

When I try from a terminal (I mean not gnome-terminal, but the
terminal you get into when logging in
without GUI/X windows)
setfont ter-132b
I get
"cannot open font file"

I tried
cp /usr/share/fonts/terminus/ter-132b.pcf.gz /lib/kbd/consolefonts/
and running again the same setfont command, still it fails.
I am usign GNOME, not KDE (not sure it matters in this case).

Any ideas ?
Regards,
Kevin
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org


changing mount point of USB dongle on Fedora when using automount

2018-03-09 Thread Kevin Wilson
Hello, Fedora users,

How do I change the mount point of a USB dongle on Fedora when using automount ?
When I insert a USB dongle, it is automounted under /run/media/root/4031-0655
I want it to be automounted on /mnt/sdb1

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


Copy on right click with gnome terminal

2017-12-05 Thread Kevin Wilson
Hello, Fedora users,

I am working with gnome-terminal under Fedora 27. I want to be able to
select text with the right click of a mouse, and to
paste it immediately when pressing the left button (not the middle
button). I am used to this with apps like putty, mRmoteNG and others
apps.

There was a patch that can be applied to gnome-terminal source for Fedora 15,
in the following link:
https://github.com/jbholland/gnome-terminal-right-click

It is based on an Ubuntu patch:
http://www.taika.org/~tomba/gnome-terminal/index.html

It does not apply on F27 as this is a different version. I tried to
add the patch code
manually but it did not work for me - I am not an expert at all about
coding gnome apps.

Any ideas ?

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


Re: Setting biosdevname=0 netif.names=0 in Fedora 25 seems no to work

2016-12-03 Thread Kevin Wilson
Hi Patrick,

>Try net.ifnames=0
Not sure what you mean; the cat /proc/cmdline in my post mentioned
that it includes:
"biosdevname=0 netif.names=0"

Do you mean to use netif.names=0 in the kernel command line without
biosdevname=0?

Regards,
Kevin


On Sat, Dec 3, 2016 at 3:42 PM, Patrick Laimbock <patr...@laimbock.com> wrote:
> On 03-12-16 13:46, Kevin Wilson wrote:
>>
>> Hello,
>> There is a way to avoid using the enp2s* naming conventions for
>> ethernet cards and use eth*  instead by adding
>> biosdevname=0 netif.names=0
>
>
> Try net.ifnames=0
>
> HTH,
> Patrick
>
> ___
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org


Setting biosdevname=0 netif.names=0 in Fedora 25 seems no to work

2016-12-03 Thread Kevin Wilson
Hello,
There is a way to avoid using the enp2s* naming conventions for
ethernet cards and use eth*  instead by adding
biosdevname=0 netif.names=0
to the kernel command line.
I used it in earlier Fedora distros, but with F25 it does not work.
My Kernel command line now after adding "biosdevname=0 netif.names=0" is:
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.8.6-300.fc25.x86_64
root=UUID=2d422951-00af-4b9b-94d2-c7661beeea33 ro rhgb quiet
biosdevname=0 netif.names=0

Still "ifconfig -a" shows devices like enp0s25, enp2s0f0. enp2s0f1 and
so on, and not eth* devices.

Any ideas ?

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


Booting from SSD or not

2016-09-01 Thread Kevin Wilson
Hi all,
I have several machines in my lab, all of them running Fedora.
Some of the have both SSD and non SSD drivers.
Since the setup is dynamic (sometimes I transfer disks from machine to
machine), there are cases that the SSD drive is one machine is
disconnected/moved to a different machine, and the boot is done
from the other non SSD driver (on which also Fedora is installed).

Is there a way to know whether to boot was done from SSD or not ?
(I know I can try to read the product name of the device from which
boot was done, but in many cases this is not enough to know straight
away whether it is SSD or not.

Regards,
Kevin

is not
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-11 Thread Kevin Wilson
Hi,
Thanks Todd.
The thing is that now CentOS is installed and it is the current
control and it indeed uses an older grub. So what do you suggest ?
That I will reinstall Ubuntu on Fedora on the current machine so they
will the "current control"? It is quite a hassle as there is no free
partition for it (unless I will resize it); and already there are 3 OS
installed on that machine. I believe there should be another way to do
it with the old grub without installing another OK on the same
machine,

Regards,
Kevin

On Sun, Jul 10, 2016 at 9:40 PM, Tod Merley  wrote:
> I mean run "update-grub" from the Ubuntu distribution.  It is the control.
>
> On Sun, Jul 10, 2016 at 11:38 AM, Tod Merley  wrote:
>>
>> On a multi-boot machine the big question is “who controls the boot
>> process”.
>>
>>
>> My “big box” has two SSD (Ubuntu, CentOS) a 1T HDD (eight Linux partitions
>> if memory serves) and a small clunky HDD with W7.
>>
>>
>> In this case I choose Ubuntu to control the boot process and understand
>> that if I update the Kernel in any of the other distros I will not be able
>> to boot to it unless I run update-grub (Ubuntu script similar to your
>> mkconfig command) which will look at all the partitions and disks to boot to
>> the most recent first.
>>
>>
>> Likely CentOS is your current control and it likely uses an older grub.
>>
>>
>> Choose a recent “grub2” distro and make it your “boot control”.
>
>
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
>
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


parallel of grub2-mkconfig in older fedora release which has grub and not grub2

2016-07-10 Thread Kevin Wilson
Hello,

On a machine with Fedora 23 grub2, I use "grub2-mkconfig -o
/boot/grub2/grub.cfg" in order to update
/boot/grub2/grub.cfg if there are changes in /etc/default/grub.
Running this command also
sees to it that if there are other installations of Linux on the
machine, and if the respective partitions are mounted,
then if there are no entries in the /boot/grub2/grub.cfg, then entries
for these other installations of Linux are added.

I have a machine which have Fedora 22 and windows. I installed
CentOs 6.8 on this machine. After installation, I do not see the F22
in the /boot/grub/grub.conf.

I do see the windows installation  in /boot/grub/grub.conf.

On Cetnos 6.8, "grub" is the bootloader, not "grub2":
rpm -qa | grep grub
grub
grubby

What should I rub to add the Fedora 22 entries to /boot/grub/grub.conf?

Regards,
Kevin
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Import pxssh failed in Fedora 24 (worked in Fedora 23 and earlier vresions)

2016-06-26 Thread Kevin Wilson
Hi all,

I ran a python 2 script which works fine for Fedora 23 and earlier,
with python-2.7. It stopped
to work on Fedoera 24 ; following are details:

python
Python 2.7.10 (default, Sep  8 2015, 17:20:17)
[GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pexpect
>>> import pxssh
>>>

...
rpm -q python-pexpect
python-pexpect-3.1-4.fc23.noarch

In fedora 24, I don't have python-pexpect, it seems that
python2-pexpect replaced it.
But python2-pexpect does include pexpect.py and pxssh.py
rpm -ql  python2-pexpect | grep pexpect.py
/usr/lib/python2.7/site-packages/pexpect/fdpexpect.py
...
cghost:~$rpm -ql  python2-pexpect | grep pxssh.py
/usr/lib/python2.7/site-packages/pexpect/pxssh.py

However, I get ImportError: No module named pxssh when running the same script:
The error is about pxssh; please not that  import pexpect succeeded.

$> python
Python 2.7.11 (default, Jun 21 2016, 09:15:12)
[GCC 6.1.1 20160510 (Red Hat 6.1.1-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pexpect
>>> import pxssh
Traceback (most recent call last):
  File "", line 1, in 
ImportError: No module named pxssh
>>>


Any ideas ?

Regards,
Kevin
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Mounting (or preparing) LiveCD as a read-write

2016-04-16 Thread Kevin Wilson
Thanks, Mike, but this fails:
mount -o loop,rw
/work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop
mount: /dev/loop0 is write-protected, mounting read-only

s:/$mount -o remount,rw /mnt/loop
mount: cannot remount /dev/loop0 read-write, is write-protected

Kevin


On Sun, Apr 17, 2016 at 7:42 AM, Mike Wright
<nob...@nospam.hostisimo.com> wrote:
> On 04/16/2016 09:32 PM, Kevin Wilson wrote:
>>
>> Hi,
>>>
>>> 'loop' mount iso, change grub.config, save as new iso, install to usb.
>>
>>
>> Thanks for the advice, but this seems not to work:
>>
>> $mount -o loop /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso
>> /mnt/loop
>> mount: /dev/loop0 is write-protected, mounting read-only
>>
>> then unmounting and mounting with "rw" option fails:
>>
>> mount -o loop,rw
>
>
> Once mounted the first time try:
>
> mount -o remount,rw /mnt/loop
>
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Mounting (or preparing) LiveCD as a read-write

2016-04-16 Thread Kevin Wilson
Hi,
> 'loop' mount iso, change grub.config, save as new iso, install to usb.

Thanks for the advice, but this seems not to work:

$mount -o loop /work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso
/mnt/loop
mount: /dev/loop0 is write-protected, mounting read-only

then unmounting and mounting with "rw" option fails:

mount -o loop,rw
/work/down/setup/Fedora-Live-Workstation-x86_64-21-5.iso /mnt/loop
Still Again:
mount: /dev/loop0 is write-protected, mounting read-only

So obviously I cannot make any change to the mounted images.

Any idea how can I get rid of the "write protect" of the iso?

Regards,
Kevin


On Sat, Apr 16, 2016 at 4:21 PM, g <gel...@bellsouth.net> wrote:
>
>
> On 04/16/16 07:40, Kevin Wilson wrote:
>> Hi,
>> Thanks, but this does not seem to solve the problem.
>> Once I put the live on part 1, as suggested, it will be written as
>> read only. And the grub.conf
>> is there, so it seems that again I will not be able to write to it as
>> part 1 is read only.
>> Or am I wrong ?
>>
> ===>
> ok, i read you intent, but brain followed a diff path. 8=(
>
> 'loop' mount iso, change grub.config, save as new iso, install to usb.
>
> has been a will, do not recall if has to be done as 'root' user or 'sudo',
> so, from bookmarks, see;
>
> http://www.linuxquestions.org/questions/fedora-35/mounting-an-iso-image-and-editing-it-463906/
>
>
> --
> 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.7
>
> tc,hago.
>
> g
> .
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Mounting (or preparing) LiveCD as a read-write

2016-04-16 Thread Kevin Wilson
Hi,
Thanks, but this does not seem to solve the problem.
Once I put the live on part 1, as suggested, it will be written as
read only. And the grub.conf
is there, so it seems that again I will not be able to write to it as
part 1 is read only.
Or am I wrong ?

Regards,
Kevin

On Sat, Apr 16, 2016 at 2:24 PM, g <gel...@bellsouth.net> wrote:
>
>
> On 04/16/16 05:27, Kevin Wilson wrote:
>> Hello,
>> After copying an ISO of fedora 23 x86_64 into a USB key with the dd
>> command, everything is fine - I can boot with that USB
>> key.
>> However, there is one machine where I have to use nosmp so that it
>> will boot. There is some hw problem with this issue but
>> this machine is only for simple tests so I don't mind that it will
>> work as a non SMP machine,
>> So I want to change the grub of the USB disk on key (add "nosmp" to
>> the kernel command line)
>>
>> When I boot into fedora from hard disk and try to mount it, it is
>> mounted as read-only. Also specifying "rw" and a boot options does not
>> change
>> it - it refuses to do so:
>> mount /dev/sdc1 -o rw /mnt/sdc1
>>
>> Failed to execute operation: Access denied.
>>
>> Any ideas if there is anything I can do make this USB read-write ? or
>> is there a way to perapare Live Fedora USB  key so that it could be
>> mounted from the Hard Disk as read-write ?
>>
> ===>
> consider partitioning usb. live on part 1, format part 2, mount part 2
> after part 1 is up.
>
>
> --
> 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.7
>
> tc,hago.
>
> g
> .
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> Have a question? Ask away: http://ask.fedoraproject.org
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Mounting (or preparing) LiveCD as a read-write

2016-04-16 Thread Kevin Wilson
Hello,
After copying an ISO of fedora 23 x86_64 into a USB key with the dd
command, everything is fine - I can boot with that USB
key.
However, there is one machine where I have to use nosmp so that it
will boot. There is some hw problem with this issue but
this machine is only for simple tests so I don't mind that it will
work as a non SMP machine,
So I want to change the grub of the USB disk on key (add "nosmp" to
the kernel command line)

When I boot into fedora from hard disk and try to mount it, it is
mounted as read-only. Also specifying "rw" and a boot options does not
change
it - it refuses to do so:
mount /dev/sdc1 -o rw /mnt/sdc1

Failed to execute operation: Access denied.

Any ideas if there is anything I can do make this USB read-write ? or
is there a way to perapare Live Fedora USB  key so that it could be
mounted from the Hard Disk as read-write ?

Regards,
Kevin
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Missing node0 under /sys/devices/system/node

2016-03-24 Thread Kevin Wilson
Thanks!

Sorry for my ignorance, what is m/c?
Rami

On Thu, Mar 24, 2016 at 1:15 PM, Ron Leach <ronle...@tesco.net> wrote:
> On 24/03/2016 08:16, Kevin Wilson wrote:
>>
>>
>> Any idea what can be the reason for this ?
>>
>
> I've been a bit concerned about this, too.  I get this on a notebook running
> F23/XFCE (upgraded from F22 using dnf).
>
> Missing node0 under /sys/devices/system/node
>
> On my m/c, this appears at F23 load time, and the m/c pauses for around 30
> secs or so, then continues to start up.  Everything seems to start ok so I
> have been letting it happen, but if there's a wider occurrence, it might be
> something systemic.  Is it a symptom of anything problematic?
>
> (I'm offsite today but I could post additional log info etc tomorrow, if
> needed.)
>
> Regards, Ron
> --
> 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


Missing node0 under /sys/devices/system/node

2016-03-24 Thread Kevin Wilson
Hi all,
On a Fedora 23 machine running the original kernel from distro, I see
/sys/devices/system/node/node1
but I **do not** see /sys/devices/system/node/node0.

On other Fedora 23 machines I do see **both** /sys/devices/system/node/node0 and
/sys/devices/system/node/node1

Any idea what can be the reason for this ?

Regards,
Kevin
-- 
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


Finding the date on which a Fedora 23 was installed on a given machine

2016-01-14 Thread Kevin Wilson
Hello all,

Is there a way to find out the date on which a Fedora distro was
installed on a given machine (assuming that the date was set correctly
on the machine when it was installed)?

Regards,
Kevin
-- 
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


Burning Fedora to iso

2015-10-26 Thread Kevin Wilson
Hello,
I want to install Fedora 22 on x86_63
I had downloaded the iso of workstation.

I know I can burn it with k3b, I did this in the past with other releases.

Is there a way I can burn it from the linux command line so the DVD
can be bootable and so that I
will  be able to install from it ? for example, with
cdrecord ?

I will appreciate if somebody can guide me as to the exact command
line parameters
which I should set in such a case.


Regards,
kevin
-- 
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: Disabling auditd on Fedora 22

2015-06-22 Thread Kevin Wilson
Dan,
Thanks a lot for your reply.
In fact, I ran
pm -e selinux-policy-targeted
rpm -e selinux-policy
And after reboot I got some message about freeze from systemd, I could
not login (tried twice), so I reinstalled Linux on this machine.
The question is: what do you mean by If you disable SELinux.

Does that mean adding selinux=0 on command line?
Or is it enough to set,  in /etc/selinux/config

SELINUX=disabled

(or maybe better is SELINUX=permissive, as Ali suggested ).
Regards,
Kevin
-- 
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: Disabling auditd on Fedora 22

2015-06-21 Thread Kevin Wilson
Hi,
Thanks Sam, Tom and Ranjan!
Going further:

In /etc/selinux/config

I set
SELINUX=disabled
Which means that I do not use in fact SElinux, so it seems to me.

So will it be OK to run:
rpm -e selinux-policy-targeted
rpm -e selinux-policy

Regards,
Kevin




On Sat, Jun 20, 2015 at 3:26 AM, Ranjan Maitra
maitra.mbox.igno...@inbox.com wrote:
 On Fri, 19 Jun 2015 19:19:15 -0400 Tom Horsley horsley1...@gmail.com wrote:

 On Fri, 19 Jun 2015 19:14:56 -0400
 Sam Varshavchik wrote:

  My totally unscientific assessment of auditd is that it's a massive syslog
  spammer, and won't be missed.

 There are a few obscure questions you can answer about your
 system using auditd, but it is almost impossible to discover
 how to use it to find out the info even if you suspect it might
 be useful :-).

 Personally, I also set audit=0 on the kernel command line
 to prevent anyone from even trying to talk to auditd.

 I just removed auditd from the system using dnf erase auditd. We will see 
 what happens, but no issue so far.

 Oh, I removed libreport too, a while ago.

 Ranjan

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


 --
 Important Notice: This mailbox is ignored: e-mails are set to be deleted on 
 receipt. Please respond to the mailing list if appropriate. For those needing 
 to send personal or professional e-mail, please use appropriate addresses.

 
 FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks  orcas on your 
 desktop!
 Check it out at http://www.inbox.com/marineaquarium


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


Disabling auditd on Fedora 22

2015-06-19 Thread Kevin Wilson
Hi all,
Will I miss something critical if I will disable auditd on Fedora 22
by systemctl disable auditd ?


Regards,
Kevin
-- 
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


Installing Fedora KDE Plasma Desktop spin, Fedora 22

2015-06-07 Thread Kevin Wilson
Hi, Fedora users,

I downloaded and burned on a DVD the following image:
Fedora KDE Plasma Desktop
from Fedora website:
http://spins.fedoraproject.org/en/kde/

Now, I want to install it on my disk.
However, when booting from the DVD, it starts a screen where I see
Live user session (as default) and when I enter this session, I do
not reach a place from where I can install it on hard disk (as opposed
to the case when I install Fedora workstation, which let me choose
between LiveCD and Installation)
The same is if I chooses other session.

Any idea how can I install the Fedora KDE Plasma Desktop on disk
from this DVD?
or could it be that this spin is only a live DVD, and does not support
installing on disk?

Regards,
Kevin
-- 
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


How to remove virbr0

2015-06-03 Thread Kevin Wilson
Hi,
I recently installed Fedora 20 on x86_64 machine . I
also installed several packages on this machine. When I boot my Fedora
20 machine, ifconfig -a  shows that there is virbr0 and it is up.
It is probably due to some rpm/service which I installed.
Any idea which rpm/service could it be ? is there a way I could find
(apart from guessing) which
rpm/service is that one ?

Regards,
Kevin
-- 
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


last updatedb

2015-06-01 Thread Kevin Wilson
Hi,
Is there a way to know when the last updatedb was performed on a system ?

Regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 22 - Switched to KDE on Fedora, still starts with GNOME

2015-05-30 Thread Kevin Wilson
Hi, all,

I had installed Fedora 22 on x86_64 machine.
I had installed kde by dnf install -y @kde.

I had selected kde by  swithcdesk.
I had rebooted and still it starts in GNOME.

switchdesk from x windows shows that KDE is selected.

I made another reboot, selecting plasma from the scroll option
dialog in the boot screen, still
it logged into Gnome and not KDE.

Any ideas ? something similar to this used to work in Fedora 21, IIRC.

Regards,
Kevin
-- 
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 - Switched to KDE on Fedora, still starts with GNOME

2015-05-30 Thread Kevin Wilson
Hi,
Yup, I tried now removing gdm and using sddm, and rebooted, and it
enters a different screen (No KDE icon). It seems to me that this
should be KDE, as I see KDE System Settings, frin Applications,
but not the one that I had in previous F20.

Regards,
Kevin

On Sat, May 30, 2015 at 4:37 PM, bitlord bitlord0...@gmail.com wrote:
 On Saturday, May 30, 2015 04:23:30 PM Kevin Wilson wrote:
 Hi,

 Thanks for you answers.

 First, dnf install @kde-desktop told me that it is already installed.

 Eventually I ran
 dnf group install KDE Plasma Workspaces

 And after reboot I can start KDE.

 However, when I reach the login boot menu, and enter a user, by
 default it tries to boot into GNOME. Only if I press the gear icon (to
 the right of the password box) and select Plasma,  does it enter
 KDE.

 Is there a way to change the default which is displayed by that
 gear so it be Plasma always  ? (for cases when I forget to select it)

 Regards,
 Kevin

 By design all display/login managers save last session used, so if you use
 Plasma session, and restart or logout/login it should be selected by default
 next time, so if it doesn't, it looks like a bug (if you are running gnome
 (aka workstation) default login manager is gdm), as a workaround 'sddm' should
 be installed by @kde-desktop, so you can try to switch to sddm if there is
 nothing specific you need gdm for.
 --
 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: Fedora 22 - Switched to KDE on Fedora, still starts with GNOME

2015-05-30 Thread Kevin Wilson
Hi,

Thanks for you answers.

First, dnf install @kde-desktop told me that it is already installed.

Eventually I ran
dnf group install KDE Plasma Workspaces

And after reboot I can start KDE.

However, when I reach the login boot menu, and enter a user, by
default it tries to boot into GNOME. Only if I press the gear icon (to
the right of the password box) and select Plasma,  does it enter
KDE.

Is there a way to change the default which is displayed by that
gear so it be Plasma always  ? (for cases when I forget to select it)

Regards,
Kevin






On Sat, May 30, 2015 at 10:33 AM, bitlord bitlord0...@gmail.com wrote:
 On Sat, 30 May 2015 09:34:03 +0300
 Kevin Wilson wkev...@gmail.com wrote:

 Hi, all,

 I had installed Fedora 22 on x86_64 machine.
 I had installed kde by dnf install -y @kde.

 I had selected kde by  swithcdesk.
 I had rebooted and still it starts in GNOME.

 switchdesk from x windows shows that KDE is selected.

 I made another reboot, selecting plasma from the scroll option
 dialog in the boot screen, still
 it logged into Gnome and not KDE.

 Any ideas ? something similar to this used to work in Fedora 21, IIRC.

 Regards,
 Kevin

 #2...
 at the wiki/KDE [1], it says to install group 'kde-desktop'
 # dnf install @kde-desktop
 I don't know what @kde and @kde-desktop have, could be that @kde is not
 complete desktop (currently not on a fedora system to check this :(


 [1] https://fedoraproject.org/wiki/KDE
 --
 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


One of the configured repositories failed (Fedora 21 - x86_64) when running docker build on F21:

2015-04-03 Thread Kevin Wilson
Hi,

I have the follwing problem, running on Fedora 21, with
docker-io-1.5.0-2.fc21.x86_64:

I have this Dockerfile:

cat Dockerfile
FROM fedora
MAINTAINER tester
RUN yum -y update  yum clean all
RUN yum -y install httpd

When I am running
docker build -t test .
I get:
Sending build context to Docker daemon 3.072 kB
Sending build context to Docker daemon
Step 0 : FROM fedora
 --- 834629358fe2
Step 1 : MAINTAINER tester
 --- Using cache
 --- 16e9f95d5ab0
Step 2 : RUN yum -y update  yum clean all
 --- Running in 88b98222885a


 One of the configured repositories failed (Fedora 21 - x86_64),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work fix this:

 1. Contact the upstream for the repository and get them to fix the problem.

 2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

 3. Disable the repository, so yum won't use it by default. Yum will then
just ignore the repository until you permanently enable it again or use
--enablerepo for temporary usage:

yum-config-manager --disable fedora

 4. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=fedora.skip_if_unavailable=true

Cannot retrieve metalink for repository: fedora/21/x86_64. Please
verify its path and try again
INFO[0042] The command [/bin/sh -c yum -y update  yum clean all]
returned a non-zero code: 1


Any ideas what can be the reason for this?


Regards,
Kevin
-- 
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


What are *.xz compressed kernel modules for (Fedora 21)

2015-02-02 Thread Kevin Wilson
Hi,

I have Fedora 21 (x86_64).
Under /usr/lib/modules/3.17.4-302.fc21.x86_64/kernel, all the kernel
module are in compressed form.
(xz files).
Under
 /usr/lib/modules/3.17.4-302.fc21.x86_64/kernel, the kernel modules
are in the *.ko form

What are the *.xz compressed kernel modules for ? In fedora 20 we had
only *.ko files under /lib/modules.

It seems to me that after booting, when running modprobe, only the
*.ko modules are used.

Just wonder what would happen If I would (accidentally or by purpose)
delete the /lib/modules folder in fedora 21 (I don't intend to do it
before getting an answer here...)

Regards,
Kevin
-- 
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


fsck each time booting the system in Fedora 21

2015-01-17 Thread Kevin Wilson
Hello,
I had installed Fedora 21. Each time I boot the system,
fsck is running, which takes almost 5 minutes.

What is the reason ? Can I avoid it ?


Regards,
Kevin
-- 
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: fsck each time booting the system in Fedora 21

2015-01-17 Thread Kevin Wilson
 I should have mentioned also, that after fsck is completed, the
following messages is displayed:
Welcome to emergency mode! After logging in, type:
journalctl -xb to view system logs,
Give toot password for maintenance
(or press Control-D to continue)

On Sat, Jan 17, 2015 at 10:46 AM, Kevin Wilson wkev...@gmail.com wrote:
 Hello,
 I had installed Fedora 21. Each time I boot the system,
 fsck is running, which takes almost 5 minutes.

 What is the reason ? Can I avoid it ?


 Regards,
 Kevin
-- 
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: fsck each time booting the system in Fedora 21

2015-01-17 Thread Kevin Wilson
=n/a destination=org.freedesk
Jan 02 02:42:04 amd systemd[1]: Sent message type=method_return
sender=n/a destination=:1.1 objec
Jan 02 02:42:04 amd systemd[1]: Sent message type=signal sender=n/a
destination=n/a object=/org/f
Jan 02 02:42:04 amd systemd[1]: Sent message type=signal sender=n/a
destination=n/a object=/org/f
Jan 02 02:42:04 amd systemd[1]: Starting Session 2 of user root.
-- Subject: Unit session-2.scope has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-2.scope has begun starting up.
Jan 02 02:42:04 amd systemd[1]: session-2.scope changed dead - running
Jan 02 02:42:04 amd systemd[1]: Job session-2.scope/start finished, result=done
Jan 02 02:42:04 amd systemd[1]: Started Session 2 of user root.
-- Subject: Unit session-2.scope has finished start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- 
-- Unit session-2.scope has finished starting up.
-- 
-- The start-up result is done.
Jan 02 02:42:04 amd systemd-logind[499]: New session 2 of user root.
-- Subject: A new session 2 has been created for user root
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
-- 
-- A new session with the ID 2 has been created for the user root.
-- 
-- The leading process of the session is 614.
Jan 02 02:42:04 amd systemd-logind[499]: Sent message type=signal
sender=n/a destination=n/a obje
Jan 02 02:42:04 amd systemd-logind[499]: Sent message type=signal
sender=n/a destination=n/a obje
Jan 02 02:42:04 amd systemd-logind[499]: Got message type=signal
sender=:1.0 destination=n/a obje
Jan 02 02:42:04 amd systemd-logind[499]: Sending reply about created
session: id=2 object_path=/o
Jan 02 02:42:04 amd systemd-logind[499]: Sent message
type=method_return sender=n/a destination=:
Jan 02 02:42:04 amd systemd-logind[499]: Got message type=signal
sender=org.freedesktop.DBus dest
Jan 02 02:42:04 amd systemd[1]: Sent message type=signal sender=n/a
destination=n/a object=/org/f
Jan 02 02:42:04 amd systemd[1]: Sent message type=method_call
sender=n/a destination=org.freedesk
Jan 02 02:42:04 amd systemd-logind[499]: Got message type=signal
sender=:1.0 destination=n/a obje
Jan 02 02:42:04 amd systemd[1]: Sent message type=signal sender=n/a
destination=n/a object=/org/f
Jan 02 02:42:04 amd systemd[1]: Sent message type=signal sender=n/a
destination=n/a object=/org/f
Jan 02 02:42:04 amd systemd-logind[499]: Got message type=signal
sender=:1.0 destination=n/a obje
Jan 02 02:42:04 amd systemd[1]: Got message type=signal
sender=org.freedesktop.DBus destination=n
Jan 02 02:42:04 amd sshd[614]: pam_unix(sshd:session): session opened
for user root by (uid=0)
Jan 02 02:42:25 amd systemd[1]: Got notification message for unit
systemd-logind.service
Jan 02 02:42:25 amd systemd[1]: systemd-logind.service: Got
notification message from PID 499 (WA
Jan 02 02:42:25 amd systemd[1]: systemd-logind.service: got WATCHDOG=1
Jan 02 02:42:25 amd systemd[1]: Got notification message for unit
systemd-journald.service
Jan 02 02:42:25 amd systemd[1]: systemd-journald.service: Got
notification message from PID 336 (
Jan 02 02:42:25 amd systemd[1]: systemd-journald.service: got WATCHDOG=1
lines 4366-4402/4402 (END)


On Sat, Jan 17, 2015 at 11:01 AM, Ed Greshko ed.gres...@greshko.com wrote:
 On 01/17/15 16:55, Kevin Wilson wrote:
  I should have mentioned also, that after fsck is completed, the
 following messages is displayed:
 Welcome to emergency mode! After logging in, type:
 journalctl -xb to view system logs,
 Give toot password for maintenance
 (or press Control-D to continue)

 What file system was being checked?  And did you type  journalctl -xb to 
 view system logs


 --
 If you can't laugh at yourself, others will gladly oblige.
 --
 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: fsck each time booting the system in Fedora 21

2015-01-17 Thread Kevin Wilson
Chris,
Thanks for your quick resonse!

I do have /work in my /etc/fstab:
/dev/sda3 /work   ext3
   defaults1 1

I will run the e2fsck -f on it very soon,,
Regards,
Kevin


On Sat, Jan 17, 2015 at 11:38 AM, Chris Murphy li...@colorremedies.com wrote:
 On Sat, Jan 17, 2015 at 2:29 AM, Kevin Wilson wkev...@gmail.com wrote:
 It is ext4 on /work

 OK so it's not root, which means you can just umount it and run e2fsck
 without booting from alternate media.

 I can't tell from the journal output, which appears incomplete as it
 has no mention of the fsck at all, why you're dropped to rescue
 kernel. If /work is in fstab then it's required for basic.target
 unless you have nofail or noauto as a mount option, so I'm guessing
 the fsck preen failed to fix the problem and so basic.target fails.

 So yeah, run e2fsck -f on this volume, and then take a cell phone
 photo and put it up somewhere. That's easier than typing it all out.


 --
 Chris Murphy
 --
 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: Restarting windows manager under KDE (newbie)

2015-01-08 Thread Kevin Wilson
systemctl restart sddm.service
Yup, this did the job in F21  @ home

Kevin


On Thu, Jan 8, 2015 at 7:48 AM, Ed Greshko ed.gres...@greshko.com wrote:
 On 01/08/15 13:40, Kevin Wilson wrote:
 I have F21 with KDE (installed by getting KDE defaults, (yum install
 @kde). How do I restart the windows manager ?

 logout/login is usually sufficient

 If that doesn't achieve your goal

 systemctl restart sddm.service


 --
 If you can't laugh at yourself, others will gladly oblige.
 --
 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


Restarting windows manager under KDE (newbie)

2015-01-07 Thread Kevin Wilson
Hi,
I have F21 with KDE (installed by getting KDE defaults, (yum install
@kde). How do I restart the windows manager ?

Regards,
Kevin
-- 
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


F21 src rpm iso on Fedora mirrors - missing ?

2014-12-14 Thread Kevin Wilson
Hello, Fedora users,

I looked in the fedora mirror sites for DVD of F21 src rpms, and could not find.
For F20 there were DVD of F21 src rpms on fedora mirrors.

There are vailable single src rpms in Fedora mirror sites.


For fedora 21, are these source rpms DVD not exist anymore on fedora mirrors?

Regards,
Kevin
-- 
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


F21 server and vesa

2014-12-11 Thread Kevin Wilson
Hello,

I installed F21 server, x86_64.

Now, as expected from a server, it does not contain kde or gnome.

I know that server usually does not need to run XWindows applications.
However, I need from time to time to use xwindows applications on the
server, like some
monitoring tools (wireshark and others).

So I ran yum install -y @kde and after it completer, I ran:
startx.

However, I got this error:
...
(EE) Failed to load module vesa (module does not exist)
...

And X windows did not start.


Is there any way to resolve this and enable running XWindows ?


Regards,
Kevin
-- 
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: F21 server and vesa

2014-12-11 Thread Kevin Wilson
Hi,
yum install -y @base-x
solved it

Thanks.


On Thu, Dec 11, 2014 at 9:47 PM, Kevin Fenzi ke...@scrye.com wrote:
 On Thu, 11 Dec 2014 20:49:35 +0200
 Kevin Wilson wkev...@gmail.com wrote:

 Hello,

 I installed F21 server, x86_64.

 Now, as expected from a server, it does not contain kde or gnome.

 I know that server usually does not need to run XWindows applications.
 However, I need from time to time to use xwindows applications on the
 server, like some
 monitoring tools (wireshark and others).

 So I ran yum install -y @kde and after it completer, I ran:
 startx.

 However, I got this error:
 ...
 (EE) Failed to load module vesa (module does not exist)
 ...

 And X windows did not start.


 Is there any way to resolve this and enable running XWindows ?

 You may need some more groups/packages... perhaps:

 @base-x @fonts

 Try installing those?

 kevin

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


Using journalctl to view kernel log

2014-11-07 Thread Kevin Wilson
Hi,

I am using
journalctl -kf or journalctl -k
to see kernel log messages.

However, messages of pr_debug are not shown by this commands.

Is there some way to view pr_debug kernel messages with journalctl -k ?


regards,
Kevin
-- 
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: Get rid of the message: session opened for user

2014-09-01 Thread Kevin Wilson
Hi,
 I'm curious - why?
The reason is quite simple:
I am a kernel developer and sometimes ssh into my machine in
several ssh sessions, many times during work sessions I monitor the
kernel log by tail -f /var/log/messages, and any clutter of text
simply distracts me and is not needed as I am working in an isolated
LAN in a LAB, there is no outside access and no risk of penetration.
I am sure there is a way to avoid this messages.

Any ideas anyone?


regards,
Kevin

On Mon, Sep 1, 2014 at 8:18 PM, Pete Travis li...@petetravis.com wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 08/30/2014 08:58 AM, Kevin Wilson wrote:
 Hi,
 Thanks. I checked all three options Rick suggested and none of them
 worked.
 Does anybody know about a solution which works ?

 regards,
 Kevin


 On Thu, Aug 21, 2014 at 10:57 PM, Rick Stevens ri...@alldigital.com
 wrote:
 On 08/21/2014 11:33 AM, Kevin Wilson issued this missive:

 HI,
 Each time I ssh with a putty client from windows to Linux Fedora 20, I
 get the following
 messages in the /var/log/messages file:
 sshd[772]: pam_unix(sshd:session): session opened for user xxx by
 (uid=yyy)

 Is there a way to prevent this messages ?


 Try editing /etc/ssh/sshd_config. set LogLevel to QUIET, FATAL
 or ERROR (default is INFO) and restart sshd via systemctl restart
 sshd.service
 --


 Hey Kevin,

 I'm curious - why?  I've found these messages to be very useful when
 troubleshooting or auditing remote connection attempts.  If you're
 looking at the logs and only want to see messages from a specific
 service, you can simply filter based on your needs at the time, ie
 `journalctl --since today --unit NetworkManager`.

 - --
 - -- Pete Travis
  - Fedora Docs Project Leader
  - 'randomuser' on freenode
  - immanet...@fedoraproject.org
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1

 iQEcBAEBAgAGBQJUBKp1AAoJEL1wZM0+jj2ZPMsIAKLLTolhUXvns+X7SdpGEvvU
 wVRcPEKaxIP2ePk5MGmoiXKm42zNWAXtTkZsdovOnAm3iPf1APQAI3r1PEpR38pn
 Tih67ixYiFHtYOBGHndTUvGAoz3+27a/nEbf1XhOWYCB6H/Cpi8myiYbKdogG9Rq
 dxy6EGBwKQ573e4rdoOUZau/M1bab823NS9IS16QQqfdL5GPqCu9Y4Zvt+M1Rtj1
 DBnF0859C+POPr1JXF5BWngsBM64C9qSvk9V90mKCoP4IDqCtwF0DcD+nR+yoCIG
 JPDbdthCMJbIvH7ajpbKlJ0w1sp9VdkijbJ/hLvEAnjm6elUK4sUksuKMN+03NE=
 =v52O
 -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
-- 
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: Get rid of the message: session opened for user

2014-08-30 Thread Kevin Wilson
Hi,
Thanks. I checked all three options Rick suggested and none of them
worked.
Does anybody know about a solution which works ?

regards,
Kevin


On Thu, Aug 21, 2014 at 10:57 PM, Rick Stevens ri...@alldigital.com wrote:
 On 08/21/2014 11:33 AM, Kevin Wilson issued this missive:

 HI,
 Each time I ssh with a putty client from windows to Linux Fedora 20, I
 get the following
 messages in the /var/log/messages file:
 sshd[772]: pam_unix(sshd:session): session opened for user xxx by
 (uid=yyy)

 Is there a way to prevent this messages ?


 Try editing /etc/ssh/sshd_config. set LogLevel to QUIET, FATAL
 or ERROR (default is INFO) and restart sshd via systemctl restart
 sshd.service
 --
 - Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
 - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
 --
 -  Men occasionally stumble over the truth, but most of them pick  -
 - themselves up and hurry off as if nothing had happened.   -
 -  -- Winston Churchill  -
 --
 --
 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


Get rid of the message: session opened for user

2014-08-21 Thread Kevin Wilson
HI,
Each time I ssh with a putty client from windows to Linux Fedora 20, I
get the following
messages in the /var/log/messages file:
sshd[772]: pam_unix(sshd:session): session opened for user xxx by (uid=yyy)

Is there a way to prevent this messages ?

Regards,
Kevin
-- 
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


running a specified binary across reboots

2014-08-08 Thread Kevin Wilson
Hello, Fedora users,

I want to run a binary of some Fedora application I wrote immediately
after reboot.

I know that as a workaround I can wrap it as a systemd daemon, but I
prefer not to.

In previous fedora distros, making it run across reboots was enabled
by adding an entry
in /etc/rc.local.

What is a good practice to achieve it in Fedora 20 ? there is no
/etc/rc.local in my fedora 20, and trying to add an entry in
/etc/rc.local does not cause it be be run across boots.

regards,
Kevin
-- 
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: running a specified binary across reboots

2014-08-08 Thread Kevin Wilson
Hi,
Thanks a lot!
Should it have #!/bin/bash as its first line ?

Kevin

On Fri, Aug 8, 2014 at 12:33 PM, Ed Greshko ed.gres...@greshko.com wrote:
 On 08/08/14 17:28, Kevin Wilson wrote:
 I want to run a binary of some Fedora application I wrote immediately
 after reboot.

 I know that as a workaround I can wrap it as a systemd daemon, but I
 prefer not to.

 In previous fedora distros, making it run across reboots was enabled
 by adding an entry
 in /etc/rc.local.

 What is a good practice to achieve it in Fedora 20 ? there is no
 /etc/rc.local in my fedora 20, and trying to add an entry in
 /etc/rc.local does not cause it be be run across boots.

 Yes, Fedora does support an rc.local concept

 From

 http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Changes_for_Sysadmin.html

 3.2.4. rc.local no longer packaged
 The /etc/rc.d/rc.local local customization script is no longer included by 
 default. Administrators who need this functionality merely have to create 
 this file, make it executable, and it will run on boot.

 --
 If you can't laugh at yourself, others will gladly oblige.
 --
 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


Apparmor on Fedora

2014-03-21 Thread Kevin Wilson
Hi,
I saw that there is apparmor support for Ubuntu and for openSuse.

I could not find rpm packages for Fedora.
Is it possible to use Apparmor on Fedora  20 by building
from source code ?

regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 20 on i686 machine

2014-01-14 Thread Kevin Wilson
Hi,
I installed today Fedora 20 on i686 machine.
When I ran uname -r I so that the kernel
I have is: 3.11.10-301.fc20.i686 + PAE

Is the PAE kernel for i686 the default one ? or maybe I missed
something in the installation ?

regards,
Kevin
-- 
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


avoiding renaming of the wlan0 device

2014-01-04 Thread Kevin Wilson
I have fedora 20, and when I connect a wireless usb nic, I get this messages:

Jan  4 21:33:08 localhost kernel: [  273.797184] ieee80211 phy0:
rt2x00_set_chip: Info - Chipset detected - rt: 2573, rf: 0002, rev:
000a
Jan  4 21:33:09 localhost kernel: [  273.893135] usbcore: registered
new interface driver rt73usb
Jan  4 21:33:09 localhost systemd-udevd[1712]: renamed network
interface wlan0 to wlp0s29f7u5u1

and with iwconfig I indeed see wlp0s29f7u5u1 (was wlan0 in fedora 18)

Is there a way to avoid it ?

I saw here:
https://mailman.archlinux.org/pipermail/arch-dev-public/2013-January/024231.html
this suggestion:
mask the rule: ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules

But I do not have /etc/udev/rules.d/80-net-name-slot.rules.

The other suggestion in the link above is to create a udev rule, but I
do not know how to do it.

rpm -q systemd gives:
systemd-208-9.fc20.x86_64

regards,
Kevin
-- 
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


A question about chromium (not related to installation)

2013-12-28 Thread Kevin Wilson
Hello,
Following the question about chromium installation in F20 recently in
this mailing list, but not related directly to it (and this is the
reason that I post it as a separate thread):

What are the benefits of using Chroimium over using google stable
chrome on Fedora ? Especially, are there any chances that using
chromium will play some audio streams which will not be played with
google stable chrome? I am asking it because I had some problems
with playing some mms content (but not all), which I **could** play
with firefox.

Regards,
Kevin
-- 
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


F20 and playing from firefox a Microsoft Media Server (MMS) file

2013-12-21 Thread Kevin Wilson
Hello,
I installed Fedora 20 on x86_64.
I try to access with firefox a radio audio broadcast that was recorded
and is on the site now.
I see this message:
The following plugin is required: Microsoft Media Server (MMS) protocol source.
Do you want to search for this now ? 

I press yes
and I get:
Failed to search for plugins
Could not find plugin in any configured software source 

Any ideas? what should I do to hear it ?

Best regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 20 installation on Lenovo N500 fails

2013-12-20 Thread Kevin Wilson
Hello all,
I tried to install Fedora 20 on Lenovo N500 laptop (x86_64) from a DVD.

I verified the DVD media and also I had installed a desktop today with this
DVD.
When I try to install it on Lenovo N500 laptop (x86_64) it fails - it reboots.
I tried several times.

I also tried in text mode (linux text) and again it fails.

Any ideas ?
Regards,
Kevin
-- 
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: fdisk/dh -f do not show the SanDisk sdc of and SD reader

2013-12-07 Thread Kevin Wilson
Hi,
Update from the front:
I tried the same SD reader on Ubuntu and I could not see it with fdisk -l.
However, when I put the SD card in a different slot in this reader, it worked!
I will try the same on Fedora and let you know...
KW


On Sat, Dec 7, 2013 at 3:13 AM, lee l...@yun.yagibdah.de wrote:
 Kevin Wilson wkev...@gmail.com writes:

 Hi
  inserting the card after the reader is plugged in did not change
 anything, still cannot read it.
 It is 2GB SD card of SanDisk.

 Take the card out and put it back in until it is detected --- give it a
 few seconds to detect the card.  Try to plug the card reader into a
 different USB port.

 If you cannot find a combination of the USB port the reader is plugged
 into and whether to plug the card in after the reader is plugged in or
 before plugging in the reader and taking out the card and putting it
 back in while the reader is plugged in, just get another card reader.


 --
 Fedora release 19 (Schrödinger’s Cat)
 --
 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


fdisk/dh -f do not show the SanDisk sdc of and SD reader

2013-12-06 Thread Kevin Wilson
Hello,
I have fedore 18.
When I insert an SD reader with an sdc card (SanDisk), I get the
following messages in syslog (however, fdisk -l or df -h do not show
the sd device, only one hard disk sata device):

Dec  6 20:02:51 a kernel: [   85.667051] usb 1-10: new high-speed USB
device number 4 using ehci_hcd
Dec  6 20:02:51 a kernel: [   85.782821] usb 1-10: New USB device
found, idVendor=0cf2, idProduct=6230
Dec  6 20:02:51 a kernel: [   85.782828] usb 1-10: New USB device
strings: Mfr=1, Product=2, SerialNumber=4
Dec  6 20:02:51 a kernel: [   85.782835] usb 1-10: Product: UB623X
Dec  6 20:02:51 a kernel: [   85.782840] usb 1-10: Manufacturer: ENE Flash
Dec  6 20:02:51 a kernel: [   85.782845] usb 1-10: SerialNumber: 606569746801
Dec  6 20:02:51 a mtp-probe: checking bus 1, device 4:
/sys/devices/pci:00/:00:02.1/usb1/1-10
Dec  6 20:02:51 a mtp-probe: bus: 1, device: 4 was not an MTP device
Dec  6 20:02:51 a kernel: [   85.839162] Initializing USB Mass Storage driver...
Dec  6 20:02:51 a kernel: [   85.839472] scsi6 : usb-storage 1-10:1.0
Dec  6 20:02:51 a kernel: [   85.839643] usbcore: registered new
interface driver usb-storage
Dec  6 20:02:51 a kernel: [   85.839646] USB Mass Storage support registered.
Dec  6 20:02:52 a kernel: [   86.842137] scsi 6:0:0:0: Direct-Access
  USB2.0   CardReader CF0100 PQ: 0 ANSI: 0
Dec  6 20:02:52 a kernel: [   86.842601] scsi 6:0:0:1: Direct-Access
  USB2.0   CardReader SM XD 0100 PQ: 0 ANSI: 0
Dec  6 20:02:52 a kernel: [   86.843504] scsi 6:0:0:2: Direct-Access
  USB2.0   CardReader MS0100 PQ: 0 ANSI: 0
Dec  6 20:02:52 a kernel: [   86.843992] scsi 6:0:0:3: Direct-Access
  USB2.0   CardReader SD0100 PQ: 0 ANSI: 0
Dec  6 20:02:52 a kernel: [   86.846126] sd 6:0:0:0: Attached scsi
generic sg1 type 0
Dec  6 20:02:52 a kernel: [   86.846453] sd 6:0:0:1: Attached scsi
generic sg2 type 0
Dec  6 20:02:52 a kernel: [   86.846805] sd 6:0:0:2: Attached scsi
generic sg3 type 0
Dec  6 20:02:52 a kernel: [   86.847157] sd 6:0:0:3: Attached scsi
generic sg4 type 0
Dec  6 20:02:52 a kernel: [   86.857981] sd 6:0:0:0: [sdb] Attached
SCSI removable disk
Dec  6 20:02:52 a kernel: [   86.858993] sd 6:0:0:1: [sdc] Attached
SCSI removable disk
Dec  6 20:02:52 a kernel: [   86.859994] sd 6:0:0:2: [sdd] Attached
SCSI removable disk
Dec  6 20:02:52 a kernel: [   86.860979] sd 6:0:0:3: [sde] Attached
SCSI removable disk

any ideas?
-- 
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: fdisk/dh -f do not show the SanDisk sdc of and SD reader

2013-12-06 Thread Kevin Wilson
Hi
 inserting the card after the reader is plugged in did not change
anything, still cannot read it.
It is 2GB SD card of SanDisk.
-- 
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: fdisk/dh -f do not show the SanDisk sdc of and SD reader

2013-12-06 Thread Kevin Wilson
Running
[~]# lsblk
shows no sdc:
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda  8:00 232.9G  0 disk
ââsda1   8:10  29.3G  0 part
ââsda2   8:20  19.5G  0 part /
ââsda3   8:30 146.5G  0 part
ââsda4   8:40 1K  0 part
ââsda5   8:50   9.8G  0 part
ââsda6   8:60 2G  0 part
ââsda7   8:70  25.9G  0 part

Running
[~]# dd if=/dev/sdc count=1 2/dev/null | hexdump -C

shows nothing

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


libreswan on Feodra

2013-08-09 Thread Kevin Wilson
Hi,
I have installed libreswan 3.3-1 on fc18 from RPM.
How do I start the libreswan service on Fedora ?

I tried:
systemctl status libreswan.service
libreswan.service
   Loaded: error (Reason: No such file or directory)
   Active: inactive (dead)

regards,
Kevin
-- 
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


gnome desktop - enters idle and requires password

2013-07-17 Thread Kevin Wilson
Hello,
I have fedora 18 with Gnome on a laptop.
After some short time (few minutes) of inactivity it enters the idle
state , and when clicking it asks for a password.
Is there a way to make that time interval longer ?


regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: disable ssdp

2013-07-06 Thread Kevin Wilson
Hi,
You are right! it is from an Edimax wireless router.
I know now for sure because with sniffer I see the address of
192.168.2.1 as a source address, and the 192.168.2.1 address is the
address of the Edimax wireless router.

However:

There is a UPnP setting - I can reach it from the web interfaces.
But it is disabled !

So I am quite bewildered.

Could it be that it is from an Android phone connected over a Wifi
with the wireless router as a gateway ?


Regards,
Kevin

On Sat, Jul 6, 2013 at 2:12 PM, Andrey Ivanov anviva...@gmail.com wrote:
 Maybe it's a router-generated traffic.
 e.g. an Asus router has Enable UPnP option in IP settings.


 2013/7/5 Kevin Wilson wkev...@gmail.com

 Hello,
 I see that from time to time I get in fedora 18 this traffic:

 SSDP - Simple Service Discovery Protocol

  every 2-3 minutes a couple of frames for address: 239.255.255.255.

 I tried to disable bluetooth with no help.

 google shows that this might be some upnp client, but I don't know how
 to find it and disable it

 any ideas?

 regards,
 Kevin
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org




 --
 Andrey V Ivanov

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


disanle ssdp

2013-07-05 Thread Kevin Wilson
Hello,
I see that from time to time I get in fedora 18 this traffic:

SSDP - Simple Service Discovery Protocol

 every 2-3 minutes a couple of frames for address: 239.255.255.255.

I tried to disable bluetooth with no help.

google shows that this might be some upnp client, but I don't know how
to find it and disable it

any ideas?

regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


ping -R on Fedora 18 d does not work (firewalld problem?)

2013-06-16 Thread Kevin Wilson
Hello,
I try:
 ping -R www.google.com

I get:
PING www.google.com (173.194.113.112) 56(124) bytes of data.


but the list of nodes does not appear, and I wait for more than 5 minutes.

traceroute www.google.com gives immediately the list of nodes.

This is fedora 18, iptables  stopped (and flushed), firewalld stopped.

Could it be somehow due to not flushing firewalld rules ? (I don't
know much about firewalld)

regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Switching between languages in Fedora 18.

2013-05-11 Thread Kevin Wilson
Hi all,
I am trying to assign key to switching between
languages on Fedora 18.
With previous Fedora releases, 17 and down, I did it with both shift keys.
Now, when I go to Regional and Language settings-shortcuts,
Switch to next source is defined as Alt+1
Pressing Alt+1 indeed change languages; however, it does not let me change
the shortcut to both shift keys.

Is it possible to set both shift keys to switching to next source in
Fedora 18 ?

I use MUTT desktop


Regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Switching between languages in Fedora 18.

2013-05-11 Thread Kevin Wilson
Hi,
... It is Mate...

rgs,
Kevin

On Sat, May 11, 2013 at 6:55 PM, Patrick O'Callaghan
pocallag...@gmail.com wrote:
 On Sat, 2013-05-11 at 16:55 +0300, Kevin Wilson wrote:
 Hi all,
 I am trying to assign key to switching between
 languages on Fedora 18.
 With previous Fedora releases, 17 and down, I did it with both shift keys.
 Now, when I go to Regional and Language settings-shortcuts,
 Switch to next source is defined as Alt+1
 Pressing Alt+1 indeed change languages; however, it does not let me change
 the shortcut to both shift keys.

 Is it possible to set both shift keys to switching to next source in
 Fedora 18 ?

 I use MUTT desktop

 Say again? Mutt is an email client. Your desktop is something else
 (Gnome, KDE, Mint, ...)

 poc

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fax management sw for HP 4500 -G510n-z printer

2013-04-24 Thread Kevin Wilson
Hi,
I have HP 4500 -G510n-z printer

what are fax management sw which are capable for
sending/getting fax ?

I saw on the web that efax is not so good and is limited to certain models.

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


fuse mount after boot

2013-04-21 Thread Kevin Wilson
Hello,
I have fedora 18.
After boot, running mount | grep  fuse
shows:
gvfsd-fuse on /run/user/0/gvfs type fuse.gvfsd-fuse
(rw,nosuid,nodev,relatime,user_id=0,group_id=0)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)


do I need the second mount (fusectl mount ) ? How can I disable it in
boot in case it is not important ?

for what do I need the first (gvfsd-fuse) on /run/user/0/gvfs type
fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0) after
boot ?
How can I disable it in boot in case it is not important ?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


F18 - restart the X server

2013-03-05 Thread Kevin Wilson
Hi,
What is the shortcut for restarting the X server?
In old fedora distros it was alt + ctrl + left arrow.
Now it does not work and there is no such shortcut in System
setting-keyboard-shortcuts.

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: F18 - restart the X server

2013-03-05 Thread Kevin Wilson
Hi
Thnks!
1)  the AltGR + SysRQ + K suggested in that link does not
restart the X server; it does make some screen refresh for less then
1/10 of a second.
2) No xorg.conf under F18 : not /etc/X11/xorg.conf and not according
to what locate shows.
Any ideas? I miss that shortcut.
rgs
Kevin




On Tue, Mar 5, 2013 at 1:34 PM, Reindl Harald h.rei...@thelounge.net wrote:


 Am 05.03.2013 12:32, schrieb Kevin Wilson:
 Hi,
 What is the shortcut for restarting the X server?
 In old fedora distros it was alt + ctrl + left arrow.
 Now it does not work and there is no such shortcut in System
 setting-keyboard-shortcuts

 http://www.webupd8.org/2009/04/ctrl-alt-backspace-disabled-in-most.html


 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Switch between languages in F18 (Panel keyboard indicator is missing)

2013-02-24 Thread Kevin Wilson
Hi , all,
I am working with Fedora 18 in fallback mode (classical mode) of gnome.

I cannot set a panel keyboard indicator. There is no such option from the panel
dialog. In older Fedora distributions there was such an option.

Is there a way to achieve this ?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: UEFI support from command line

2013-02-22 Thread Kevin Wilson
Hi,
What do you mean by telling if UEFI is active you can't run
dmidecode. What happens when you run dmidecode on a console of a
machine where UEFI is active? do you get an an
error ?
rgs
Kevin

On Tue, Feb 19, 2013 at 11:41 PM, Bill Davidsen david...@tmr.com wrote:
 Kevin Wilson wrote:

 Hi,
 Is there a way to know without entering BIOS, whether your machine
 supoports
 UEFI or not ? I would appreciate if someone with a machine with UEFI
 support will check whether when running dmidecode you see UEFI in the
 output.

 Based purely on what I have observed, as opposed to standards, claims, or
 official pronouncements (which may be more correct), if you can boot Linux
 now you do not have a UEFI enabled system.

 I have seen claims that FC18 will boot on UEFI, based on a sample size of
 one and Live-CD (x86_64) booting off a USB thumb drive, that is not the
 case. It seems that UEFI is not required to recognize the token MS sold
 Linux, so some don't.

 If UEFI is active you can't run dmidecode, so the question may boil down to
 if anything shows when UEFI is present but not enabled, like SElinux in
 advicory mode.

 --
 Bill Davidsen david...@tmr.com
   We have more to fear from the bungling of the incompetent than from
 the machinations of the wicked.  - from Slashdot

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: UEFI support from command line

2013-02-22 Thread Kevin Wilson
Thanks Steven.
Following Bill Davidsen comment - did you ran it on a machine
where UEFI is not active ? And if the answer is yes, do you known what
do you get when you run it on a machine where
UEFI is active ?

regards,
Kevin

On Wed, Feb 20, 2013 at 12:11 AM, Steven Stern
subscribed-li...@sterndata.com wrote:
 On 02/18/2013 07:30 AM, Kevin Wilson wrote:
 Hi,
 Is there a way to know without entering BIOS, whether your machine supoports
 UEFI or not ? I would appreciate if someone with a machine with UEFI
 support will check whether when running dmidecode you see UEFI in the 
 output.

 Regards,
 Kevin Wilson

 See next to last line:

 $ sudo dmidecode
 # dmidecode 2.11
 # SMBIOS entry point at 0xd9e59698
 SMBIOS 2.7 present.
 35 structures occupying 1523 bytes.
 Table at 0xD9E3D018.

 Handle 0x, DMI type 0, 24 bytes
 BIOS Information
 Vendor: American Megatrends Inc.
 Version: P01-A1
 Release Date: 03/12/2012
 Address: 0xF
 Runtime Size: 64 kB
 ROM Size: 3072 kB
 Characteristics:
 PCI is supported
 APM is supported
 BIOS is upgradeable
 BIOS shadowing is allowed
 Boot from CD is supported
 Selectable boot is supported
 BIOS ROM is socketed
 EDD is supported
 5.25/1.2 MB floppy services are supported (int 13h)
 3.5/720 kB floppy services are supported (int 13h)
 3.5/2.88 MB floppy services are supported (int 13h)
 Print screen service is supported (int 5h)
 8042 keyboard services are supported (int 9h)
 Serial services are supported (int 14h)
 Printer services are supported (int 17h)
 ACPI is supported
 USB legacy is supported
 BIOS boot specification is supported
 Targeted content distribution is supported
 UEFI is supported
 BIOS Revision: 4.6
// snip

 --
 -- Steve
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


installing LXR on fedora 18/17

2013-02-21 Thread Kevin Wilson
Hi all,
Did anyone tried to install LXR on  fedora 18/17?
I am following the manual, and starting the httpd service with no errors.
But browsing http://local/lxr does not show the lxr templates as expected.

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


wakeup after pm-hibernate

2013-02-20 Thread Kevin Wilson
Hi,
How should I wake up after pm-hibernate on Fedora 18 ?
Is there some button/special combination of  buttons I should use ?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: wakeup after pm-hibernate

2013-02-20 Thread Kevin Wilson
Hi,
I suspected this is the case.
But is there a way (for the future) to register some button
for wakeup event? And is is the same not with pm-hibernate but with pm-suspend ?

rgs,
Kevin


On Wed, Feb 20, 2013 at 6:36 PM, Jan Litwiński jlitwin...@vp.pl wrote:
 Dnia 2013-02-20, o godz. 18:12:09
 Kevin Wilson wkev...@gmail.com napisał(a):

 Hi,
 How should I wake up after pm-hibernate on Fedora 18 ?
 Is there some button/special combination of  buttons I should use ?

 rgs,
 Kevin

 power on computer

 --
 Jan Litwiński
 http://netsjanek.blogspot.com/
 http://netsjanek.bloog.pl/
 Linux is like a wigwam no gates no windows but apache inside
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: wakeup after pm-hibernate

2013-02-20 Thread Kevin Wilson
Hi,
The same is with my desktop - can only be waken up from
suspend by the power-on button.

kw

On Wed, Feb 20, 2013 at 7:31 PM, Andras Simon sza...@gmail.com wrote:
 2013/2/20, Jan Litwiński jlitwin...@vp.pl:

 with pm-hibernate you can power on computer, with pm-suspend press any
 keyboard key

 Not necessarily. I have a netbook that can only be waken up from
 suspend by the power-on button.

 Andras
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Bluetooth 4.0 support - for Fitbit

2012-12-18 Thread Kevin Wilson
Hi,
Fitbit Unix thread on their forum
Excuse me for my ignorance - can you give a link to this forum?
rgs
Kevin

On Tue, Dec 18, 2012 at 8:20 PM, Robert Moskowitz r...@htt-consult.com wrote:
 to
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


building ppp from src rpm failed in f17

2012-12-16 Thread Kevin Wilson
Hello,
I did the following on x86_64 fedora machine:

- downloaded ppp-2.4.5-22.fc17.src.rpm
ran: rpm -ivh ppp-2.4.5-22.fc17.src.rpm
then
rpmbuild -bp --target=x86_64 /root/rpmbuild/SPECS/ppp.spec

then
cd /root/rpmbuild/BUILD/ppp-2.4.5
./configure
make
got this error:
d chat; make  all
make[1]: Entering directory `/root/rpmbuild/BUILD/ppp-2.4.5/chat'
cc -c  -DTERMIOS -DSIGTYPE=void  
-UNO_SLEEP 
-DFNDELAY=O_NDELAY   -o chat.o chat.c
cc -pie -o chat chat.o
/bin/ld: chat.o: relocation R_X86_64_32 against `.rodata' can not be
used when making a shared object; recompile with -fPIC
chat.o: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[1]: *** [chat] Error 1
make[1]: Leaving directory `/root/rpmbuild/BUILD/ppp-2.4.5/chat'
make: *** [all] Error 2

why is this error ?

I tried, just out of interest, also
rpmbuild -bp --target=i686 /root/rpmbuild/SPECS/ppp.spec
and got:

cc -pie -o chat chat.o
/bin/ld: chat.o: relocation R_X86_64_32 against `.rodata' can not be
used when making a shared object; recompile with -fPIC
chat.o: could not read symbols: Bad value

Any ideas? this things should have work, or am I doing something wrong?


rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: building ppp from src rpm failed in f17

2012-12-16 Thread Kevin Wilson
Hi,
Thanks, I thought so.
But wasn't the process of installing the src rpm as I did
was supposed to look for it? isn't the src.rpm is the origin when
preparing rpm in the Fedora project release process ?
Let met rephrase my question: When I take any src.rpm,
can't I rely on preparing an rpm out of it (in the standard way,
as I described above). Why can't I rely on that there will be know
errors and no manual intervention as needed in the ppp case ?

rgs
Kevin

On Sun, Dec 16, 2012 at 12:50 PM, Heinz Diehl h...@fritha.org wrote:
 On 16.12.2012, Kevin Wilson wrote:

 make[1]: Entering directory `/root/rpmbuild/BUILD/ppp-2.4.5/chat'
 cc -c  -DTERMIOS   -DSIGTYPE=void  
 -UNO_SLEEP
 -DFNDELAY=O_NDELAY -o chat.o chat.c
 cc -pie -o chat chat.o
 /bin/ld: chat.o: relocation R_X86_64_32 against `.rodata' can not be
 used when making a shared object; recompile with -fPIC

 You're trying to build a shared library and the build fails in
 creating shared objects. The solution is in the text above:
 recompile with -fPic.

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: building ppp from src rpm failed in f17

2012-12-16 Thread Kevin Wilson
Hello,
rpmbuild --rebuild ppp-2.4.5-22.fc17.src.rpm WORKED for me;
the executables were generated under /root/rpmbuild/BUILD/ppp-2.4.5


I don't know the difference between
rpmbuild -bb ppp.spec or at least
and rpmbuild -bc ppp.spec.

rgs
Kevin
On Sun, Dec 16, 2012 at 5:00 PM, Michael Schwendt mschwe...@gmail.com wrote:
 rpmbuild --rebuild ppp-2.4.5-22.fc17.src.rpm
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: building ppp from src rpm failed in f17

2012-12-16 Thread Kevin Wilson
Hi,
Thanks for the advice. I am well aware of it. This machine is a
testing machine with very
little which is important and it is backed up and I intend to isntall
there f18 in a month anyway.
Forgive me my ignorance: quick question: does
rpmbuild --rebuild
includes running make install? I did not notice

rgs
Kevin


On Sun, Dec 16, 2012 at 8:26 PM, Reindl Harald h.rei...@thelounge.net wrote:
 rpmbuild --rebuild
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: building ppp from src rpm failed in f17

2012-12-16 Thread Kevin Wilson
Thanks!
Last one, really:
suppose I want to build a source rpm. I do not
want to run make install as I do want to keep my orig binaries.
So what should I do ?
this is in fact the reason that I tried
rpmbuild -bp specFile
and the moving to BUILD/ppp-2.4.5 and ./configure  make from there.
But with ppp it failed.
Is there a flag which tells rpbuild not to build but not to run make install ?

rgs
KW

Do

On Sun, Dec 16, 2012 at 8:38 PM, Reindl Harald h.rei...@thelounge.net wrote:


 Am 16.12.2012 19:33, schrieb Kevin Wilson:
 Thanks for the advice. I am well aware of it.

 so why ignore it?

 This machine is a testing machine with very
 little which is important and it is backed up

 does not matter

 there is no clean buildroot guaranteed if running as root

 Forgive me my ignorance: quick question: does
 rpmbuild --rebuild
 includes running make install? I did not notice

 for sure, try to understand how rpmbuild works

 * unpack the sources
 * run configure
 * make install in the buildroot
 * pack the RPM is all files are existing and listed in the %files section

 and that is why running as root makes pretty no sense
 / from the view of the build-rpcoess is the clean buildroot
 under rpmbuild and anything which tries ot break out there
 is simply a bug which must not happen

 so if all is working normal there is no need for root permissions
 and if there comes a permission denied something was not normal
 and thank god for not allow whatever it tried to run



 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: building ppp from src rpm failed in f17

2012-12-16 Thread Kevin Wilson
Hi
Thanks a lot for this info!
Ok, I was afraid that somehow my binaries will be replaced
by the --rebuild. Now I know that without installing the rpm
nothing will occur to  them, so it is safe and solves my problem.
rgs
Kevin

On Sun, Dec 16, 2012 at 9:28 PM, Matthew Miller
mat...@fedoraproject.org wrote:
 On Sun, Dec 16, 2012 at 09:24:21PM +0200, Kevin Wilson wrote:
 Last one, really:
 suppose I want to build a source rpm. I do not
 want to run make install as I do want to keep my orig binaries.
 So what should I do ?
 this is in fact the reason that I tried
 rpmbuild -bp specFile
 and the moving to BUILD/ppp-2.4.5 and ./configure  make from there.
 But with ppp it failed.
 Is there a flag which tells rpbuild not to build but not to run make install 
 ?

 It's important to note that while building an RPM _can_ mess up your
 installed system if the spec file is bad, it _shouldn't_. The RPM build
 process will run make install with a special temporary build directory as
 the target, and it won't overwrite your actual current binaries until you
 actually install the RPM.

 --
 Matthew Miller  ☁☁☁  Fedora Cloud Architect  ☁☁☁  mat...@fedoraproject.org
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: building ppp from src rpm failed in f17

2012-12-16 Thread Kevin Wilson
Thanks.

What do you mean by repeatable environment.?

KW

On Sun, Dec 16, 2012 at 9:37 PM, Matthew Miller
mat...@fedoraproject.org wrote:
 repeatable environment.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


How to connect fedora 17 to android with bluetooth

2012-12-09 Thread Kevin Wilson
Hi,
Status is:
hciconfig on the fedora machine shows that the bt device is UP RUNNING
PSCAN
and has a valid BD address.

I can make a bluetooth scan from Fedora (hcitools scan) and see the Android
phone.
On the other hand, scannning from Android does not find the fedora machine.

Any advice on why is it so ?

Second, is it a valid state ? can I make a connection in this state between
Fedora machine
and Android with bluetooth ?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 17, hostapd and avoiding DHCPDISCOVER requests

2012-10-13 Thread Kevin Wilson
Hi,
I am running hostapd on top of backfire (hostapd) on WRT54GL LinkSys device
with b43 driver.

I have very simple, minimalistic hostapd configuration.
Now , I run on the LinkSys device:
hostapd /etc/hostapd.conf

and it starts OK.

On a nearby Fedora 17 Linux machine I insert wifi USB card, and the
Network Manager identifies the BSS (of the hostaod on the LinkSys device).

When I try to connect with Network Manager to the LinkSys device I see
, in the kernel log of the Linux machine, these messages:
...
...
 dhclient[2872]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67
interval 9 (xid=0x9dd84e4)
 dhclient[2872]: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67
interval 8 (xid=0x9dd84e4)
 NetworkManager[540]: warn (wlan0): DHCPv4 request timed out.
 NetworkManager[540]: info (wlan0): canceled DHCP transaction, DHCP
client pid 2872
...
...

Over and over again.

Now what I understand is that since there is no DHCP server on the
LinkSys device, the DHCP requests the the network manager sends
are not replied.

My question is:
 Is there a way to tell the Network Manager **not** to send DHCP
requests in such a case
 (when connecting to the AP) ?

 rgs
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: mount path for disk on key

2012-09-18 Thread Kevin Wilson
Hi,
Thanks!
Why do you think that disk manager is better than
static entry in /etc/fstab ?

rgs,
Kevin


On Tue, Sep 18, 2012 at 12:52 AM, Mateusz Marzantowicz
mmarzantow...@osdf.com.pl wrote:
 On 17.09.2012 19:47, Kevin Wilson wrote:
 Hello,
 When I insert a disk on key into a desktop running
 Fedora release 17 it is mounted under
 /run/media/root/B5A2-5890

 Is there a way for setting a different path when inserting a disk on key
 into fedora 17 ?



 Yes, but the path will be only slightly different. Simplest way to
 change this ugly B5A2-5890 is to relabel disk partition using e.g.
 dosfslabel or disk manager utility. Removable disk will be mounted
 under: /run/media/USER/LABEL. More advanced options could be found in
 disk manager tool under mount options (related to specific partition).

 You can always add static entry in /etc/fstab that will mount this
 particular ugly looking partition in some nice directory anywhere in the
 file system. But I strongly recommend using disk manager for that.


 Mateusz Marzantowicz
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


mount path for disk on key

2012-09-17 Thread Kevin Wilson
Hello,
When I insert a disk on key into a desktop running
Fedora release 17 it is mounted under
/run/media/root/B5A2-5890

Is there a way for setting a different path when inserting a disk on key
into fedora 17 ?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


add a language in Ferdora 17

2012-09-01 Thread Kevin Wilson
Hi
I am trying to add a language in Ferdora, but the new language is not kept

I go to
System Settings
   Region and language
Press + and select Dansih from the list.
Then close the dialog window.
After I open the dialog window again, the new language I added does not appear
I tried the same with other languages like Czech and more, and I still have the
problem.

Another thing is this
In the Region and Language window, some languages appear (Like French, German,
Spanish and more). But the minus button is disabled and I cannot
remove any of them. Any idea why ?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


application menu disappeared - fedora 15

2012-07-29 Thread Kevin Wilson
hi,
my application menu disappeared from the panel in fedora 15.
what should I do to restore it ?
rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: application menu disappeared - fedora 15

2012-07-29 Thread Kevin Wilson
Gnome
(gnome 3 i believe , whatever comes with F15)  I forget how to check
which version of gnome is it)

On Sun, Jul 29, 2012 at 3:35 PM, Ed Greshko ed.gres...@greshko.com wrote:
 On 07/29/2012 08:14 PM, Kevin Wilson wrote:
 my application menu disappeared from the panel in fedora 15.
 what should I do to restore it ?

 Are you talking GNOME, KDE, or some other desktop?

 --
 Never be afraid to laugh at yourself, after all, you could be missing out on 
 the joke of the century. -- Dame Edna Everage
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Fedora 18 and UEFI

2012-07-07 Thread Kevin Wilson
Hi, everyone,
I have a question about UEFI in fedora 18: I see in lwn.net article:

Fedora's strategy is to enroll in Microsoft's developer program,
which allows the project to purchase an approved $99 key through
Verisign, a key which will be recognized by UEFI secure boot. The key
will be used to sign the shim bootloader, which is a trivial UEFI
first-stage bootloader whose only job is to boot GRUB2. Fedora will
also sign the GRUB2 bootloader and the kernel, although the latter two
binaries can be signed with the Fedora project's own keys.

see
http://lwn.net/Articles/503803
 That this means that from F18 on, fedora will cost 99$ for every installation?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Fedora 18 and UEFI

2012-07-07 Thread Kevin Wilson
Hi,
Than a lot for your quick answer!
kevin
On Sat, Jul 7, 2012 at 11:07 AM, Frank Murphy frankl...@gmail.com wrote:
 On 07/07/12 08:57, Kevin Wilson wrote:

 see
 http://lwn.net/Articles/503803
   That this means that from F18 on, fedora will cost 99$ for every
 installation?


 Discussion on fedora-devel is still ongoing:
 https://lists.fedoraproject.org/pipermail/devel/2012-June/167732.html

 But from what I gather,
 the fedoraproject as vendor,
 will pay Microsoft who will provide a signing service.

 The fedora end-use will pay nothing.
 But read the thread for the to and fro.

 --
 Regards,
 Frank
 Jack of all, fubars


 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 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
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


VLC as a root

2012-01-15 Thread Kevin Wilson
Hi,
I know that this is strongly discouraged; Yet, I am working in a
closed WAN and I want to
run VLC as root. How can I achieve it ?  Is there a way (beside building VLC ?)
rgs,
Kevin.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Create an application launcher in gnome3 fallback mode - F15

2011-08-13 Thread Kevin Wilson
Hi,
I have a laptop on which I have fedora 15. This laptop is not strong,
so I prefer having gnome-3 fallback mode on it.
I tried to create an application launcher on the desktop.
when I click the right button, when the mouse is on the desktop,
nothing happens.
With Fedora 14, this opened the create launcher dialog.

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


disabling automount of diskonkey on Fedora 15

2011-07-24 Thread Kevin Wilson
Hi,
Is there a way to disable automount of diskonkey on Fedora 15?

Whenever I insert diskOnKey, it is automounted. I want to avoid it.
How ?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Add to Favorites in gnome 3

2011-07-20 Thread Kevin Wilson
Hi,
I tried twice in fedora 15, gnome 3 , to add an application launcher
to favorites of the  side panel  by right-click on an application
launcher and select dd To Favorites.
An application launcher was indeed added to favorites of the  side panel.
However, after boot, the  application launcher disappeared from
favorites of the  side panel!
Any idea why ?

rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Accessing MS Exchange 5.5 mailbox from Fedora 15

2011-07-16 Thread Kevin Wilson
Hello,
 Is there a way to access MS Exchange 5.5 mail server from Fedora 15?

I saw that for previous versions of Evolution there was a plugin called
evolution-brutus plugin - for exchange 5.5 server
but from what I found, this plugin is not available for fedora 15.

I also tried with thunderbird, but I did not find out how.

I want to add that I don't need to sync a calander, only to read mail.
another thing is, a solution which will enable me to only read mail
(and not send) is also
good for me.



Rgs,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Accessing MS Exchange 5.5 mailbox from Fedora 15

2011-07-16 Thread Kevin Wilson
Hi,
Thanks, can you/someone elaborate a bit ? what should I do to get mail
with IMAP?
rgs,
kevin

On Sat, Jul 16, 2011 at 8:14 PM, Steven Stern
subscribed-li...@sterndata.com wrote:
 On 07/16/2011 05:56 AM, Kevin Wilson wrote:
 Hello,
  Is there a way to access MS Exchange 5.5 mail server from Fedora 15?

 I saw that for previous versions of Evolution there was a plugin called
 evolution-brutus plugin - for exchange 5.5 server
 but from what I found, this plugin is not available for fedora 15.

 I also tried with thunderbird, but I did not find out how.

 I want to add that I don't need to sync a calander, only to read mail.
 another thing is, a solution which will enable me to only read mail
 (and not send) is also
 good for me.



 Rgs,
 Kevin


 IMAP

 --
 -- Steve
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Assigning an action to to windows left button (Super_L)

2010-03-28 Thread Kevin Wilson
Hello,
I want to assign the action Hide all normal windows and set
focus to the desktop to the windows left button (Super_L).

I have Fedora 12 with Gnome and metacity. In previous Fedora releases,
like 8 or 8 (or maybe also 10/11, not sure ), I could do this by
simply going to system-Preferences-Keyboard shortcuts, and from there
assign Super_L to  Hide all normal windows and set focus to the desktop
simply by pressing the left windows button when asked to enter a key for this
action. With Fedora 12, this is not possible! When I press the windows left key,
(Super_L), nothing happens ! it stays blank ! I am **able** to enter a
combinatin
of keys, however. When I press windowskey + M I get Mod4 + M and then , when
I press the windowskey + M combination indeed I get a toggle of
hiding/showing
the desktop.

I tried configuring with gconf-editor and also with editing /etc/X11/Xmodmap
but it did not succeed.
I would appreciate any advice on it.

Regards,
Kevin
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines