Re: configuring bridge with wlan0 on libvirt (KVM) (RHEL6)

2011-08-26 Thread Kernel Guardian
Put into ifcfg-wlan0 : # bridged interface for wlan0 BRIDGE=br1 ifcfg-br1 : DEVICE=br1 TYPE=Bridge ONBOOT=yes ... the rest of config is standard. after restart network service or whole system, you can use br1 as interface in KVM guest On 26 August 2011 07:41, Jatin K wrote: > Dear All, > > I

Re: Developers responsibillity to Fedora Users

2011-09-27 Thread Kernel Guardian
After nearly 25 years of life with Unices, almost 20 years with Linux, nowadays I'm pretty confused about future of Linux. Allow me to elaborate a bit. I'm convinced that the Kernel will survive and be better in the long term future. RedHat and IBM as biggest contributors within it and Linus as mai

Re: install boot sector

2011-09-27 Thread Kernel Guardian
On 28 September 2011 02:19, mickey wrote: > F15 > > Setup F15 hard drive on a different computer /dev/sda and sent hard > drive to a friend to put in his computer as /dev/sdb , behind WindowsXp > and went into the rescue mode to run grub-install /dev/sda , getting a > error message; What you mean

Re: [Solved]: After fedup fc21 to fc22 dnf wanted to install kernel fc21-4.1.4-100

2015-09-22 Thread Kernel Guardian
That kernel is from fc21and should be removed from fc22 system. On Sep 21, 2015 9:31 PM, "Jon Ingason" wrote: > Den 2015-09-21 kl. 14:40, skrev Jon Ingason: > > I just did fedup from fc21 to fc22 without any problems. > > Sorry for the noise. This was note a problem. Should have read what > stood

Re: How to disable NMI watchdog?

2013-01-06 Thread Kernel Guardian
As Reindl wrote for virtualzation is better to use some bare-metal system. Beside VMWare there are other virtualization solutions: KVM with VirtualManager or Ovirt, Xen/Citrix, Openstack, VirtualBox, Choosing the right solution depends on your needs. My opinion and experience says that the use only

Re: Solved? - Re: getting NetInstal CD to access my local repos

2013-01-06 Thread Kernel Guardian
You are on the right track. Adding repo=(http/ftp/nfs) url to your local repo at the end of boot params will be enough. On 7 January 2013 00:44, Robert Moskowitz wrote: > > On 01/06/2013 06:27 PM, Robert Moskowitz wrote: > >> I am trying to install f17 from my local repos using the netinstall CD

Re: many crashes of X server, what should I investigate?

2013-01-06 Thread Kernel Guardian
On 2 January 2013 08:42, Frédéric Bron wrote: > >> I have many crashes of the X server: > >> - freezing when switching between user > >> - freezing when starting a session > > > > What kind of machine are you running F17 on? What processor? How much > > memory? What video card? > > I have a la

Re:Recovering forensic data from a failed boot

2012-01-08 Thread Kernel Guardian
Maybe could help to boot into runlevel 3, and turn on debug on in systemd. Or try to boot into single user. On Jan 7, 2012 11:02 PM, "Joe Zeff" wrote: > As I may have mentioned before, my laptop runs F16 but will only boot > properly from my last F14 kernel. All attempts to boot from a 3.X kerne

Re: Moodle on Fedora 16

2012-01-20 Thread Kernel Guardian
Regarding comments on Fedora: even most of people use "cutting edge thing" I will only express BIG disagreement. (with all politeness even usually use ) I'm using Fedora for my production systems for a long long time ago. Without any problems. From F8 if i remember well. "cutting edge" could be

Re: MySQL is not working on PHP with Fedora 16

2012-01-22 Thread Kernel Guardian
by default apache can't make a connection to DB. setsebool httpd_can_network_connect_db on for permanent change add -P as param to setsebool for all selinux apache attributes: getsebool -a | grep httpd or man page man httpd_selinux /var/lib/mysql/mysql.sock is a valid TCP socket with domain UNI

Re: Kernel 3.3.0-4 & bluetooth

2012-04-02 Thread Kernel Guardian
Roger, I had similar problem with Asus u30jc and bluetooth. I must use custom scripts for suspend and hibernate. For some reason, unknown to me, pm-suspend can't power off all devices. Bluetooth device, BT-270 (broadcom) is attached on USB (by Asus design). During entry in sleeping mode pm can't tu

Re: [OT] Fedora 18 code name

2012-04-02 Thread Kernel Guardian
After all of changes in Gnome, systemd, user id and of course Fedora leadership, maybe appropriate name could be "Mea GNUlpa" or "Mea Maxima GNUlpa" (http://en.wikipedia.org/wiki/Mea_culpa) On 31 March 2012 03:20, Ed Greshko wrote: > On 03/31/2012 09:13 AM, Tom Horsley wrote: >> I think Fedora 1

Re: mount -t nfs4 fails, but mount -t nfs succeeds

2012-04-26 Thread Kernel Guardian
what version of Fedora you use? (nfs server / nfs client) can you attach /etc/exports and /etc/syconfig/nfs files? can you attach /etc/sysconfig/iptables? All of these files are from nfs server side. On 26 April 2012 21:45, Jonathan Ryshpan wrote: > Can anyone explain this?  How can it be fixed?

Re: mount -t nfs4 fails, but mount -t nfs succeeds

2012-04-26 Thread Kernel Guardian
partition? usually problems are among some of these files: exports file, iptables, sysconifg/nfs On 26 April 2012 21:59, Joe Zeff wrote: > On 04/26/2012 12:45 PM, Jonathan Ryshpan wrote: >> >> Thanks in advance - jon > > > I'll admit that I don't know much about this, but it might help to know ho

Re: Which Windows for Virtual Box ? (F16, USB, etc)

2012-04-26 Thread Kernel Guardian
I've tested all Windows versions from XP to Win 7 in virtual box. don't have any problems with all of them. Also under wine you can install ie6, ie7. sometime https doesn't work well. ms office until 2007 version works well under wine also. except access and visio. at least on my side. On 26 April

Re: mount -t nfs4 fails, but mount -t nfs succeeds

2012-04-26 Thread Kernel Guardian
nfs stands from network file system. Although you can export almost any file system over nfs. http://en.wikipedia.org/wiki/Network_File_System_%28protocol%29 it is impossible to format any disk partition as any type of nfs. On 26 April 2012 23:38, Joe Zeff wrote: > On 04/26/2012 02:01 PM, Ker

Re: NFS mount fails CentOS5 on FC16 host

2012-05-09 Thread Kernel Guardian
it would be nice and useful if you can show /etc/sysconfig/iptables, /etc/sysconfig/nfs from both machines and showmount -e $server from client side and exports from server side. On 9 May 2012 23:40, Bill Davidsen wrote: > Ed Greshko wrote: >> >> On 05/09/2012 10:26 PM, Bill Davidsen wrote: >>>

Re: difference between "ping -I INTERFACE" and "ping -I IPADDRESS" ?

2011-09-28 Thread Kernel Guardian
yes it is always related with routing. it would be helpful to see your routing table -- 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_guid

Re: F14, google-chrome won't launch after yum update

2011-09-29 Thread Kernel Guardian
SELinux rules. Look into /var/log/messages and /var/log/audit/audit.log. at least in my case. chrome works well on F15. On 29 September 2011 19:05, jackson byers wrote: > $  uname -r > 2.6.35.13-92.fc14.i686.PAE > > > after a recent 'yum update',  google-chrome won't launch. > > same response wi

Re: difference between "ping -I INTERFACE" and "ping -I IPADDRESS" ?

2011-09-29 Thread Kernel Guardian
On 29 September 2011 09:56, Frantisek Hanzlik wrote: How are you create rules? (maybe there is a problem?) what do you want to achieve with wifi* adsl table, load balancing or splitting access? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: htt

anaconda: --rootPath obsolete. Any workaround?

2011-10-05 Thread Kernel Guardian
For a long time I use diskless installations of Fedora/RHEL/CentOS with readonly root. Recently, with changes in anaconda, --rootPath is no longer supported. I have to many different types of installations and initial configuration. Until now i was using kickstart files for every type of installati

Re: NFS issues

2011-10-24 Thread Kernel Guardian
On 23 October 2011 23:11, Gerhard Magnus wrote: > I can ping (and ssh) the server from the client. > When I restart nfs and nfslock on the server I get this in the > server /var/log/messages: > PuteF kernel: [25572.902466] NFSD: Using /var/lib/nfs/v4recovery as the > NFSv4 state recovery directory

Re: Reading an OpenServer hard drive with Fedora

2011-10-24 Thread Kernel Guardian
SCO OpenServer version? If i remember well, i was read and successfully recovering data from OpenServer 3 and 5.0.4 disks with SuSe 8 or 9 ( have on some CD's in the basement).[my first Open Server 3 installation media was have 78 floppies.] Reading disk content would depend on file system in use o

Re: Power-off stupidity remains in Fedora 17

2012-06-14 Thread Kernel Guardian
I deeply reconsider should I involve myself in this thread. Finally “Alea iacta est“. This will be completely OT but I could not resist. Actually, this post is about attitude and professionalism in Fedora community. Lately I saw in to many threads negative attitude about suggestions, complains, bu

Re: Power-off stupidity remains in Fedora 17

2012-06-15 Thread Kernel Guardian
/15/2012 05:55 AM, Kernel Guardian wrote: > But why Cinnamon > > isn't part of Fedora repo? > > It is under review. > > https://bugzilla.redhat.com/show_bug.cgi?id=771252 > > As you can see, this is a process that requires back and forth quite a > bit. Help is

Re: hibernate does not power down

2012-06-15 Thread Kernel Guardian
laptop or desktop? at least my 3 desktops hibernate with power off at the end. laptops is different story. F16 with latest updates on all comps. seems that kernel couldn't power off some device. on laptops have problems with usb hubs and usb devices. On 15 June 2012 23:57, JD wrote: > f16 hiber

Re: Power-off stupidity remains in Fedora 17

2012-06-15 Thread Kernel Guardian
On 15 June 2012 20:53, Joe Zeff wrote: > On 06/15/2012 11:37 AM, Kernel Guardian wrote: > >> Unfortunately after GNOME 3, many of them have a problems, especially >> hardware issues, to run latest Fedora versions. Almost half of them give >> up from Linux because hardware

Re: Power-off stupidity remains in Fedora 17

2012-06-15 Thread Kernel Guardian
On 16 June 2012 00:43, Sam Varshavchik wrote: > > Reindl Harald writes: > >> sounds like the same as KDE4.0 and Nvidia some years ago >> >> Developers: "nooo Nvidia is the problem not KDE4.0" >> Users:      "But why is KDE3.x and other Desktops working" >> Developers: "The are doing some hacks to

Re: hibernate does not power down

2012-06-15 Thread Kernel Guardian
end of script == On 16 June 2012 00:47, JD wrote: > On 06/15/2012 03:34 PM, Kernel Guardian wrote: >> >> laptop or desktop? at least my 3 desktops hibernate with power off at the >> end. laptops is different story

Re: tracker-store and tracker-extract eating 50% of cpu time on a Dual-core AMD Opteron

2012-06-22 Thread Kernel Guardian
I can confirm tracker-related problems on F16 x86_64 with latest updates. Two comps: Dual Core Intel, i5 Intel Laptop Asus U30JC i3 Intel On every boot on of the trackers tracker-miner-fs or tracker-store eat from 30-80% of cpu depends of cpu architecture. It takes minute or two, then everything be

Re: Help needed for NFS behind a firewall on F17

2012-06-29 Thread Kernel Guardian
what is status of iptables? On 29 June 2012 15:48, Boris Epstein wrote: > > > On Fri, Jun 29, 2012 at 4:17 AM, Jouk Jansen > wrote: > >> Hi all, >> >> I'm running a NFS-server on a F17 system. Normally I set it to use fixed >> ports by inserting (as the system-config-nfs tool does) the followin

Re: Removing unwanted extensions from Thunderbird

2012-06-30 Thread Kernel Guardian
yum list installed | grep thunderbird You have installed thunderbird extensions from fedora repos, I presume. In that case just remove them. On Jun 27, 2012 2:18 AM, "JD" wrote: > I have disabled 3 extensions from TB. > However. after restarting TB, I was hoping > that now I would be provided wit

google chrome 20 / flash player / full screen

2012-06-30 Thread Kernel Guardian
After last google chrome update I have problem to display any flash contents in full screen mode. After investigation in chrome://plugins I find 2 plugins under flash. One is from google installation directory PaperFlash/libpepflashplayer.so and second one is in flash-plugin/libflashplayer.so. Veri

Re: network problem

2012-07-04 Thread Kernel Guardian
192.168.114.1 is gateway? it should have at least static route for 193.204.165.0/24 network over 192.168.114.60 interface. On 4 July 2012 14:04, Tiziana Manfroni wrote: > >> For the system with IP address 192.168.114.30 what is the output of >> netstat -nr ? >> > > Kernel IP routing table > Dest

Re: Motherboards

2012-07-12 Thread Kernel Guardian
I have owned tyan dual PIII (still working under freebsd); msi dual amd (working under CentOS), GA-EP35-UD3L (F17), GA-P55-US3L. The Only problems what i had were related to drivers for rtl 811x.x chipsets under centos. Asus laptops have problems with standby mode. But with little hacking can work

Re: Can't print text file

2012-08-20 Thread Kernel Guardian
Samsung have quite good support within cups. Are you tried to find your printer in cups? I have samsung laser 2850nd and working nice in F17, connected on network of course. On Aug 20, 2012 9:12 PM, "Joe Zeff" wrote: > On 08/20/2012 11:18 AM, Jim wrote: > >> Also, have you asked Samsung? >> >> I

Re: Flashplayer won't play flash videos

2012-08-20 Thread Kernel Guardian
Just download yum repo rpm from adobe, then use yum to install flash-plugin. if you have nvidia graphics maybe you can have blue print on you tube. Of course delete libflashplayer.so from /usr/lib/mozilla/plugin directory. If I remember well there is some avc denial in selinux when you manualy On A

Re: Flashplayer won't play flash videos

2012-08-20 Thread Kernel Guardian
...add libflashplayer.so in plugindir. sorry about 2 posts On Aug 20, 2012 10:05 PM, "Hiisi" wrote: > On 20 August 2012 19:23, Jim wrote: > > F17, Firefox won't play flash videos. > > > > Firefox-14.0.1 > > > > flashplayer-plugin-11.2 r202 > > > > libflashplayer.so link is in /usr/lib/mozilla/

GNOME 3 Apps maximized on startup?

2012-08-22 Thread Kernel Guardian
After one of the latest updates I discover some new behavior for some applications (firefox, thunderbird, libreoffice (all of them), google-chrome. No matter how I start listed applications (from terminal, menu ...) they always maximized. As I found in Gnome 3.4 release notes, this is default opti

Re: GNOME 3 Apps maximized on startup?

2012-08-22 Thread Kernel Guardian
the given size in the configuration file. The rest of the main window is black. On 23 August 2012 00:12, Jack Craig wrote: > > > On Wed, Aug 22, 2012 at 3:07 PM, Joe Zeff wrote: > >> On 08/22/2012 02:38 PM, Kernel Guardian wrote: >> >>> As I found in Gnome 3

Re: GNOME 3 Apps maximized on startup?

2012-08-24 Thread Kernel Guardian
size is about 75%-80% of monitor resolution size it start maximized. I start to wright simple Gnome app to find out exact window size. On 23 August 2012 21:15, Paul W. Frields wrote: > On Thu, Aug 23, 2012 at 01:04:09AM +0200, Kernel Guardian wrote: > > First of all: > > I

Re: GNOME 3 Apps maximized on startup?

2012-08-24 Thread Kernel Guardian
On 23 August 2012 17:03, Olav Vitters wrote: > On Thu, Aug 23, 2012 at 01:04:09AM +0200, Kernel Guardian wrote: > > https://bugzilla.gnome.org/show_bug.cgi?id=651075 (When I read this I > had > > the impression that someone is trying to insult my intelligence.) > >

Re: GNOME 3 Apps maximized on startup?

2012-08-24 Thread Kernel Guardian
On 23 August 2012 16:57, Olav Vitters wrote: > On Wed, Aug 22, 2012 at 03:07:10PM -0700, Joe Zeff wrote: > > On 08/22/2012 02:38 PM, Kernel Guardian wrote: > > >As I found in Gnome 3.4 release notes, this is default options for all > > >applications. > > > &