Re: how to increase the number of cirtual desktops?

2009-12-28 Thread paul van der meij
I assume you are working under gnome. Just right click with the cursor in on
of the workspace icons, on the panel bar on the right. select preferences
and you can change the number of virtual workspaces and other things.

greetings
paul

2009/12/28 Bill Davidsen 

> Robert P. J. Day wrote:
>
>>  i'm embarrassed to ask this, but how does one increase the number of
>> virtual desktops in f12?  used to be there were 4, but with f12, after
>> a fresh install, there's only 2 and i've poked around under
>> System->Prefs and don't see a setting for that.
>>
>>  Related to that, I also keep a fair number of desktops, and I find that
> they take more of my taskbar than I wish to give them. My solution was to
> put a tray (aka drawer) on the taskbar, and put the desktop switcher in
> that. I usually leave it open, but I can gain the space it takes just by
> closing the drawer.
>
> Then I have room for the monitor app on the taskbar, so I can quickly see
> if the system is running badly.  ;-)
>
>
> --
> Bill Davidsen 
>  "We have more to fear from the bungling of the incompetent than from
> the machinations of the wicked."  - from Slashdot
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: linux as router

2009-12-13 Thread paul van der meij
I don't think that it makes sense to configure a router with one physical
network card. If another PC on the same cable segment tries to reach
something it needs a router that has connection with more than the same
network cable.

greetings, paul

2009/12/13 Adel ESSAFI 

> Hi list
> This is the first time I have to configure linux as router.
> I have a single network card for which I gave to IPs
>
> eth0  Link encap:Ethernet  HWaddr 00:11:5B:72:7F:D9
>   inet addr:41.231.X.Y  Bcast:41.255.255.255  Mask:255.255.255.0
>   inet6 addr: fe80::211:5bff:fe72:7fd9/64 Scope:Link
>   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>   RX packets:2595 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:2295 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:1000
>   RX bytes:1876353 (1.7 MiB)  TX bytes:328059 (320.3 KiB)
>   Interrupt:21 Base address:0x8000
>
> eth0:1Link encap:Ethernet  HWaddr 00:11:5B:72:7F:D9
>   inet addr:192.168.10.10  Bcast:192.168.10.255  Mask:255.255.255.0
>   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>   Interrupt:21 Base address:0x8000
>
>
>
>
> and this is the default route
>
> [r...@routeur ~]# route
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric RefUse
> Iface
> 41.231.2.0  *   255.255.255.0   U 0  00
> eth0
> 192.168.10.0*   255.255.255.0   U 0  00
> eth0
> link-local  *   255.255.0.0 U 1002   00
> eth0
> default 41.231.2.81 0.0.0.0 UG0  00
> eth0
>
>
> The problem now, is when I configure a PC with an IP adress 192.168.10.X
> and I put the gateway as 192.168.10.10, I do not succeed to ping any PC. How
> can I route all the packages from eth0:1 to eth0??
>
>
> note that I have configured the ip forward.
>
> echo 1> /proc/sys/net/ipv4/ip_forward
>
> Can you help me please.
>
> regards
>
>
>
>
>
> --
> http://ilovefedora.blogspot.com/
>
> --
>
> PhD candidate in Computer Science
> Address
> BP 108, Bureau de poste Tunis republique
> 1001 Tunis
> Tunisia
> tel: +216 97 246 706
> fax: +216 71 391 166
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: ext4fs

2009-11-24 Thread paul van der meij
there is no problem what so ever with a mix of file systems on linux, so you
can simply continue with your ext3 /home if you want.

paul

2009/11/23 david walcroft 

> I am going to clean install fc12 but I don't know how to
> handle this situation,my /home is ext3fs and I want format the rest of my
> directories as ext4fs,will the two fs get on together
> or am I going to format everything as ext4 and use my /home backup.
>  If I use my dvd backup,what command do I use to transfer the data
> from the dvd to my harddrive and do I have to do it in ctrl-alt-F2
> CLI
>
>   david
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: No F-12 NFS mounts at boot -

2009-11-24 Thread paul van der meij
maybe you can start using autofs, then there is no need for hard mounting in
your fstab, and this will also solve your problem


2009/11/24 Tom H 

> >   NFS has worked for me without many problems from F10 to F11 but on
> >   the new F12 install I have to mount nfs manually after boot.
>
> fstab may be trying to mount your nfs mounts before the network is up.
> If this is the case, adding "_netdev" to your nfs mounts will solve
> your problem.
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Re: low res after F12 upgrade

2009-11-19 Thread paul van der meij
in F11 the configuration is dynamically detected just as in F12, so you
still need a static
configuration in your /etc/X11/xorg.conf, with a modeline like e.g.

Section "Monitor"
Identifier "DELL 2001FP"
DisplaySize 367 275
HorizSync   31-80
VertRefresh 56-76
Option  "DPMS"
ModeLine"1600x1200" 160.00 1600 1664 1856 2160 1200 1201
1204 1250
EndSection

cheers
paul


2009/11/19 Greg Woods 

> On Wed, 2009-11-18 at 19:29 -0500, Todd Denniston wrote:
>
> > You mentioned being able to "restore my F11 system from backup".
> > Did that backup have an /etc/X11/xorg.conf file?
>
> I tried this too. Installed the old xorg.conf file from F11. Still NO
> JOY. If the external monitor is connected, it won't do anything better
> than 800x600. This is a show stopper for me, I will have to go back to
> Fedora 11 unless I can find a way to disable the broken auto-probing of
> the external monitor and just force it to use 1024x768. There are no
> monitors I ever connect to that can't handle at least this resolution,
> so it should be safe if I can figure out how to do it.
>
> --Greg
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Anybody knows how to compile and install Ubuntu/Debian source packages on and for Fedora 11 x86_64?

2009-11-17 Thread paul van der meij
look in the Makefile, to me it seems it runs in a bsd environment

cheers
paul

2009/11/17 Mr. Teo En Ming (Zhang Enming) 

> The source package that I am interested in building and installing for
> F11 is here:
>
> http://packages.ubuntu.com/source/karmic/ufsutils
>
> After extracting the tarball, I could not find any configure script.
>
> --
> Mr. Teo En Ming (Zhang Enming) Dip(Mechatronics) BEng(Hons)(Mechanical
> Engineering)
> Alma Maters:
> (1) Singapore Polytechnic
> (2) National University of Singapore
> My Primary Blog: http://teo-en-ming-aka-zhang-enming.blogspot.com
> My Secondary Blog: http://enmingteo.wordpress.com
> My Youtube videos: http://www.youtube.com/user/enmingteo
> Email: space.time.unive...@gmail.com
> Mobile Phone (Starhub Prepaid): +65-8369-2618
> Street: Bedok Reservoir Road
> Country: Singapore
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Fedora server consuming all memory and grinding to a halt

2009-11-16 Thread paul van der meij
2009/11/16 Tom Horsley 

> On Mon, 16 Nov 2009 11:53:27 +1100
> Langdon Stevenson wrote:
>
> > Given these servers' perfect record in the past I am wondering if anyone
> > can suggest what might be going on?  Or how best to try to track down
> > the reason.
>
> I had a similar problem once and put a cron job in to run every
> few minutes and log the output of a ps command to a file with
> an output format that showed PID, VM size, and process start time.
>
> Then I whipped out a perl script to analyze the logs, find PIDs
> that were running a long time, and kept using more memory the
> longer they run.
>
> Of course, that just found what was leaking, it didn't find out
> why it was leaking :-).
>
> (And no, I don't think I have any of the scripts around anymore :-).
>
> --
>
I had a similar problem once, years ago, with a version of redhat linux when
the memory was faster used up than it was free'd by the paging daemon. I
managed to solve the problem by tweaking some kernel parameter's that
influenced the behavior of the virtual memory system. But I think that now
everything has improved with the current fedora versions, so this problem
has disappeared.

cheers
paul
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Please, I am a problem with network interface in fedora 11

2009-11-12 Thread paul van der meij
I think you can influence the assignment of eth0 and eth1 by changing the
HWADDR= values in the config files
 (/etc/sysconfig/network-scripts/ifcfg-eth0 ..)

paul

2009/11/12 Matt Domsch 

> On Wed, Nov 11, 2009 at 03:00:52AM +0800, Mr. Teo En Ming (Zhang Enming)
> wrote:
> >>On Wed, Nov 11, 2009 at 2:56 AM, Tiago Araujo
> >>  My server is fedora 11 (Leonidas) and I*m needing change name
> interface
> >>  *eth1* to *eth0*.
> >>
> >>  How to rename ethernet card eth1 to eth0?
> >>
> >Edit /etc/udev/rules.d/70-persistent-net.rules
>
> See also a whitepaper my team wrote about this challenge, and various
> ways to work around it.
>
> http://linux.dell.com/files/whitepapers/nic-enum-whitepaper-v4.pdf
>
> Thanks,
> Matt
>
> --
> Matt Domsch
> Technology Strategist, Dell Office of the CTO
> linux.dell.com & www.dell.com/linux
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Question about Cups

2009-11-02 Thread paul van der meij
did you not forget to allow access in iptables to  port 631 ??

paul

2009/11/1 Antonio M 

> I connected a Vista PC to my network and I cannot print from it while
> I can go to my shared folders on other PC.
> I have to investigate the cause, but my question is related to mime
> files in /Etc/cups.
> I remember that in the past I had mime.convs and mime.type present,
> that now are missing...any reason???
>
> Tnx
>
> --
> Antonio Montagnani
> Skype : antoniomontag
> SIP: antoniomon...@ekiga.net
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: gnome session control entry missing

2009-10-19 Thread paul van der meij
yes you are right, thanks

Paul van der Meij

2009/10/18 Tony Nelson 

> On 09-10-18 14:32:01, paul van der meij wrote:
> > After migrating from FC9 to FC11 i noticed that the gnome session
> > entry has disappeared from the taskbar->system->preferences menu.
> > I used it mainly for saving my current session, and now use manually
> > '/usr/bin/gnome-session-save'.
> > Is this on purpose removed? or is this something for the gnome-
> > people.
>
> There's something under Startup Applications : Options tab.
>
> --
> 
> TonyN.:'   <mailto:tonynel...@georgeanelson.com>
>  '  <http://www.georgeanelson.com/>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

gnome session control entry missing

2009-10-18 Thread paul van der meij
After migrating from FC9 to FC11 i noticed that the gnome session entry has
disappeared from the taskbar->system->preferences menu.
I used it mainly for saving my current session, and now use manually
'/usr/bin/gnome-session-save'.
Is this on purpose removed? or is this something for the gnome-people.

paul van der Meij
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: iptables on FC11

2009-10-13 Thread paul van der meij
Thanks for the suggestion, that is exactly what happened.
I was misled by an internet suggestion that nmap was a good tool to check
iptables configuration, but that is not true.
iptables -L gives the correct information

Paul

2009/10/13 Christopher K. Johnson 

> paul van der meij wrote:
>
>> I upgraded from FC9 to FC11 (new install) but iptables is behaving
>> strange. My /etc/sysconfig/iptables file shows a number of ports as accept,
>> but nmap tells a different story. e.g. imap port 143 is closed in nmap (and
>> in truce), open in iptables file.
>> I did use the iptables GUI to configure.
>>
>> Any idea what I am overlooking.
>>
>> greetings, Paul van der Meij
>>
> What does 'netstat -atn' tell you?  If iptables allows connections to tcp
> 143 but there is no application listening on the port, that could explain
> what you describe.
>
> Chris
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

iptables on FC11

2009-10-13 Thread paul van der meij
I upgraded from FC9 to FC11 (new install) but iptables is behaving strange.
My /etc/sysconfig/iptables file shows a number of ports as accept, but nmap
tells a different story. e.g. imap port 143 is closed in nmap (and in
truce), open in iptables file.
I did use the iptables GUI to configure.

Any idea what I am overlooking.

greetings, Paul van der Meij
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines