Help which firefox and fedora 19

2013-10-22 Thread Karl-Olov Serrander

Hi !
All i need is a this to full screen/normal mode.

--
Karl-Olov Serrander m11...@abc.se
--
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: NFS mounts - temporary failure in name resolution

2010-06-20 Thread Karl-Olov Serrander
On Sat, 19 Jun 2010, Steve Searle wrote:

 I have installed Fedora 13 on two machines now, and am getting the same
 problem when mounting nfs shares at boot time on both machines. The
 problem happens most of the time when I boot, but not always.

 I have four nfs mounts and when the problem occurs the following message
 is displayed four times, at the Mounting NFS filesystems: point:
  mount.nfs: Failed to resolve server albacore: Temporary failure in
  name resolution.

 However, even when the messages are displayed, the nfs shares are always
 mounted.

 Although this means it is not a serious problem, it is anoying becasue
 the machines flag that there are boot messages that need to be looked
 at.

 Does anyone have any ideas?

I would guess that the network interface is not up yet.

https://bugzilla.redhat.com/show_bug.cgi?id=595386 might help.

regards
-- 
Karl-Olov Serrander m11172.abc.se
-- 
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: OpenAFS on Fedora laptop

2010-06-16 Thread Karl-Olov Serrander
On Tue, 15 Jun 2010, William John Murray wrote:


   Hello all,
   I run openafs on my Fedora laptop. Works very nicely.
 However, there is one problem: the startup scripts come up before NM has
 had a chance to open any interfaces, so it seems no internet and
 switches off at boot time. I can hack the scripts to ignore this and
 bring it up anyway - in which case it works like a charm. But I have to
 remember to re-hack any time there is an update.
  Is there a good reason the default is not to start with no I/F?
   How can I avoid having to do this every so often?

  Thanks,
   Bill

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

regards
-- 
Karl-Olov Serrander m11172.abc.se
-- 
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: First NFS entry in fstab not mounting at boot

2010-05-17 Thread Karl-Olov Serrander
On Mon, 17 May 2010, Wolfgang S. Rupprecht wrote:
 BadMagic badma...@foo-unix.org writes:
 On 05/17/2010 12:16 AM, Tim wrote:
 On Sun, 2010-05-16 at 22:05 +1000, BadMagic wrote:
 Basically, whichever entry goes first, doesn't get mounted.
 Are the clients connecting to the network using network manager?
 Perhaps the network isn't up at the time the first mount is attempted,
 but is by the time the next two are.
 Possible - if this were the problem, what can be
 done to investigate/fix this?

 echo NETWORKWAIT=yes   /etc/sysconfig/network

 reboot

 I'm not sure why networkwait isn't the default.  Running without it
 causes quite a bit of the stuff that relies on the network to fail.

 -wolfgang

Is this documented somewhere ?

It is not in /usr/share/doc/initscripts-9.02.1/sysconfig.txt for Fedora 12
or /usr/share/doc/initscripts-9.12/sysconfig.txt for Fedora 13.

Regards
-- 
Karl-Olov Serrander m11172.abc.se
-- 
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: How to compare two text files [SOLVED]

2010-05-06 Thread Karl-Olov Serrander
On Thu, 6 May 2010, W.H. Kalpa Pathum wrote:

 On Thu, May 6, 2010 at 6:53 PM, g gel...@bellsouth.net wrote:

 Thanks for all your help

 The way of NoSpaz with grep worked fine.
 g's method gave me a unique list but it also had rows from file B. I
 want them excluded.

 Anyway thanks for all.

man comm

regards
-- 
Karl-Olov Serrander m11172.abc.se
-- 
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: How to list what users are in a group

2010-04-22 Thread Karl-Olov Serrander
On Wed, 21 Apr 2010, Aaron Konstam wrote:

 On Wed, 2010-04-21 at 15:59 +0200, Karl-Olov Serrander wrote:
 On Wed, 21 Apr 2010, Natxo Asenjo wrote:

 On Wed, Apr 21, 2010 at 12:39 AM, David Bartmess dingod...@edingo.net 
 wrote:
 This is a basic linux question, but how do I find out what users are
 included in a given group?

 Thanks!

 getent group groupname should do the trick.

 But that doeas not show users which has groupname as the primary group.

 Regards
 --
 Karl-Olov Serrander m11172.abc.se

 But that was not requested by the OP.
 --
 ===
 A well adjusted person is one who makes the same mistake twice without
 getting nervous.
 ===
 Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

I was trying to make the point that if you have groupname as primary group you 
are a
member of group groupname, even if you're not listed when doing getent group 
groupname.

Regards
-- 
Karl-Olov Serrander m11172.abc.se
-- 
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: How to list what users are in a group

2010-04-21 Thread Karl-Olov Serrander
On Wed, 21 Apr 2010, Natxo Asenjo wrote:

 On Wed, Apr 21, 2010 at 12:39 AM, David Bartmess dingod...@edingo.net wrote:
 This is a basic linux question, but how do I find out what users are
 included in a given group?

 Thanks!

 getent group groupname should do the trick.

But that doeas not show users which has groupname as the primary group.

Regards
-- 
Karl-Olov Serrander m11172.abc.se
-- 
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