Re: systemctl command that is the same as chkconfig --level

2011-06-17 Thread Petrus de Calguarium
Sam Varshavchik wrote: > My knowledge > of systemd is limited only to what I had to figure out to fix the systemd- > related subset of everything that was utterly broken after updating from > F14 to F15. Same here. I had to rewrite all of my scripts. Just really easy stuff, like starting a daemo

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Mark Eggers
On Sat, 18 Jun 2011 01:06:43 -0400, Ricardo Veguilla wrote: > And a very minor annoyance: Gnome3 relies on the x-windows WM_CLASS > property to track applications instead of windows (see > http://live.gnome.org/GnomeShell/ApplicationBased). Java swing apps, as > far I can tell, don't set this prop

Re: Again: the Nvidia driver does not work with Gnome 3

2011-06-17 Thread Mark Eggers
On Sat, 18 Jun 2011 00:25:51 +0200, Alexander Volovics wrote: > I would appreciate hearing from Fed15/Gnome3 users who (maybe) have the > same graphics card: Geforce 7300 LE in a Dell Dimension E520 and have > also experienced (and maybe solved) this problem. > Suggestions on how to solve the prob

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Ricardo Veguilla
On Fri, Jun 17, 2011 at 5:56 PM, Mark Eggers wrote: > > Here's what I observed under Gnome 3. > > In both Nimbus and the GTK look and feel, horizontal mouse pointer > positioning is off visually to the right. This means that if you click > on the Edit main menu in Netbeans, the Edit menu will fla

Re: Cd to nonexistent directory in /proc

2011-06-17 Thread Patrick O'Callaghan
On Sat, 2011-06-18 at 13:04 +1000, Cameron Simpson wrote: > On 17Jun2011 20:12, Kevin Martin wrote: > | On 06/17/2011 07:16 PM, Patrick O'Callaghan wrote: > | > On Fri, 2011-06-17 at 15:03 -0700, Jonathan Ryshpan wrote: > | >> Investigating a hanging instance of googleearth (wich process number >

Re: Cd to nonexistent directory in /proc

2011-06-17 Thread Cameron Simpson
On 17Jun2011 20:12, Kevin Martin wrote: | On 06/17/2011 07:16 PM, Patrick O'Callaghan wrote: | > On Fri, 2011-06-17 at 15:03 -0700, Jonathan Ryshpan wrote: | >> Investigating a hanging instance of googleearth (wich process number | >> 3110), I noticed that it's possible to | >>cd /proc/3110 |

Re: Again: the Nvidia driver does not work with Gnome 3

2011-06-17 Thread Ed Greshko
On 06/18/2011 06:25 AM, Alexander Volovics wrote: > I would appreciate hearing from Fed15/Gnome3 users who > (maybe) have the same graphics card: Geforce 7300 LE in > a Dell Dimension E520 and have also experienced (and maybe > solved) this problem. > Suggestions on how to solve the problem (if pos

Re: Cd to nonexistent directory in /proc

2011-06-17 Thread Kevin Martin
On 06/17/2011 07:16 PM, Patrick O'Callaghan wrote: > On Fri, 2011-06-17 at 15:03 -0700, Jonathan Ryshpan wrote: >> Investigating a hanging instance of googleearth (wich process number >> 3110), I noticed that it's possible to >> cd /proc/3110 >> while on the other hand >> ls /proc >> d

Re: Cd to nonexistent directory in /proc

2011-06-17 Thread Patrick O'Callaghan
On Fri, 2011-06-17 at 15:03 -0700, Jonathan Ryshpan wrote: > Investigating a hanging instance of googleearth (wich process number > 3110), I noticed that it's possible to > cd /proc/3110 > while on the other hand > ls /proc > does not show 3110 as being in the proc directory. > > Any

Re: 'at' command and apache user

2011-06-17 Thread Rick Stevens
On 06/17/2011 11:12 AM, Robert Cates wrote: > On 06/17/2011 01:56 PM, Tim wrote: >> Ed Greshko: Depending on the type of web pages you serve you may find there to be a buffer overflow vulnerability which gives an attacker a shell and allows them to execute arbitrary commands as "apac

Re: systemctl command that is the same as chkconfig --level

2011-06-17 Thread Sam Varshavchik
Petrus de Calguarium writes: Sam Varshavchik wrote: > This is specified by the service unit. systemd uses a slightly different > paradigm. The service itself knows what system state it should be running > in, by default. Enabling the service puts it as a target for the state. I'm glad you know

Re: systemctl command that is the same as chkconfig --level

2011-06-17 Thread Petrus de Calguarium
Sam Varshavchik wrote: > This is specified by the service unit. systemd uses a slightly different > paradigm. The service itself knows what system state it should be running > in, by default. Enabling the service puts it as a target for the state. I'm glad you know what you're talking about. It's

Re: systemctl command that is the same as chkconfig --level

2011-06-17 Thread Sam Varshavchik
Petrus de Calguarium writes: To start it during this session: systemctl start .service To start every time you start graphical.target: systemctl enable .service I'm not sure how you would differentiate between multi-user.target and graphical.target. This is specified by the service unit. s

Again: the Nvidia driver does not work with Gnome 3

2011-06-17 Thread Alexander Volovics
A couple of weeks ago I posted a mail specifying a problem I had with the Nvidia driver under Fed15/Gnome3. Using either kmod-nvidia or akmod-nvidia from Rpmfusion the driver installs OK, the necessary modeset=0 and rdblacklist are added to the kernel line in grub.conf and an xorg.conf file added

Cd to nonexistent directory in /proc

2011-06-17 Thread Jonathan Ryshpan
Investigating a hanging instance of googleearth (wich process number 3110), I noticed that it's possible to cd /proc/3110 while on the other hand ls /proc does not show 3110 as being in the proc directory. Any ideas what's going on? Thanks - jon -- users mailing list users@li

Re: systemctl command that is the same as chkconfig --level

2011-06-17 Thread Petrus de Calguarium
Petrus de Calguarium wrote: > I'm not sure how you would differentiate between multi-user.target and > graphical.target. I just remembered that multi-user.target is a subset of graphical.target, so this should likely cover your needs. Again, don't quote me. -- users mailing list users@lists.f

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Mark Eggers
On Fri, 17 Jun 2011 16:44:44 -0400, Ricardo Veguilla wrote: > On Fri, Jun 17, 2011 at 3:03 PM, Frank Murphy > wrote: > >> As you know swing is not perfect, >> just overlaid on awt. (despite import javax.Swing) and it may be that >> you need Oracles JDk, to get all the classes you need, >> have y

Re: systemctl command that is the same as chkconfig --level

2011-06-17 Thread Petrus de Calguarium
Aaron Konstam wrote: > eqwuivalent to: chkconfig --level 35 To start it during this session: systemctl start .service To start every time you start graphical.target: systemctl enable .service I'm not sure how you would differentiate between multi-user.target and graphical.target. Don't quo

Re: Two elementary questions on LANs

2011-06-17 Thread Ed Greshko
On 06/18/2011 05:12 AM, Timothy Murphy wrote: > Tim wrote: > >> On Thu, 2011-06-16 at 22:19 +0200, Timothy Murphy sent: >>> I think I got this wrong too. >>> I am running shorewall on my server, >>> and I forgot to turn iptables off. >> Whenever I see mentions of "turning firewall off," that's a re

systemctl command that is the same as chkconfig --level

2011-06-17 Thread Aaron Konstam
I searched the man page of systemctl and I can't find one that is eqwuivalent to: chkconfig --level 35 on Is there such a command? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines

Automatic updating man be upon us.

2011-06-17 Thread Aaron Konstam
I like others noticed that the automatic yum updating seems to be missing in FC15. Well I did a yum update which installed 66 rpms among them several PackageKit related rpms. Automates yum updating may be upon us. We will see. -- users mailing list users@lists.fedoraproject.org To unsubscribe or

Re: Two elementary questions on LANs

2011-06-17 Thread Timothy Murphy
Tim wrote: > On Thu, 2011-06-16 at 22:19 +0200, Timothy Murphy sent: >> I think I got this wrong too. >> I am running shorewall on my server, >> and I forgot to turn iptables off. > > Whenever I see mentions of "turning firewall off," that's a red flag, to > me. Is shorewall an independent thing

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Frank Murphy
On 17/06/11 21:44, Ricardo Veguilla wrote: > It does not happen in any other platform. I work regularly on Windows, > Ubuntu (havent try it on Unity yet), Fedora pre-gnome3, Mac Os X > without any problem. In addition, the problem happens using both > Oracle JDK and OpenJDK. > Going by Dereks re

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Ricardo Veguilla
On Fri, Jun 17, 2011 at 3:03 PM, Frank Murphy wrote: > As you know swing is not perfect, > just overlaid on awt. (despite import javax.Swing) > and it may be that you need Oracles JDk, > to get all the classes you need, > have you checked the same apps on a Win Box? > Frank, I know you are trying

Re: How do I point a mail client at Microsoft outlook?

2011-06-17 Thread Joe Zeff
On 06/17/2011 08:27 AM, Michael Hennebry wrote: > Is there a reason to expect Thunderbird to do better? > I have mmajor difficulties putting much effort > into something I expect not to work. I use Thunderbird and found it easy to set up. (Of course, I've lots more experience with this than you

Re: Yum and security

2011-06-17 Thread Matt Domsch
On Wed, Jun 15, 2011 at 10:41:14AM -0600, CS DBA wrote: > Hi All; > > We're having discussions within our company about standardizing on a > Linux server OS so we can also standardize our methods & approaches to > configuration, security, etc based on what type of server it is (web, > database,

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Derek Tracy
On Fri, Jun 17, 2011 at 3:03 PM, Frank Murphy wrote: > On 17/06/11 18:18, Ricardo Veguilla wrote: > > On Fri, Jun 17, 2011 at 12:02 PM, Frank Murphy > wrote: > >> On 17/06/11 16:48, Ricardo Veguilla wrote: > >>> The apps are from the web. > >> > >> If you have access to the sources, > >> check t

Re: fedora-release for f15 from f14 - is this a bug?

2011-06-17 Thread mike cloaked
On Fri, Jun 17, 2011 at 7:20 PM, Sam Varshavchik wrote: > mike cloaked writes: > >> --> Finished Dependency Resolution >> Error: Package: fedora-release-15-1.noarch (/fedora-release-15-1.noarch) >>           Requires: fedora-release-rawhide = 15-1 >>           Available: fedora-release-rawhide-14-

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Frank Murphy
On 17/06/11 18:18, Ricardo Veguilla wrote: > On Fri, Jun 17, 2011 at 12:02 PM, Frank Murphy wrote: >> On 17/06/11 16:48, Ricardo Veguilla wrote: >>> The apps are from the web. >> >> If you have access to the sources, >> check the *.java files. >> make sure you have all the classes required. >> > >

Re: Special Characters

2011-06-17 Thread suvayu ali
On Thu, Jun 16, 2011 at 9:46 PM, nomnex wrote: > On Thu, 16 Jun 2011 23:46:39 -0430 > Patrick O'Callaghan wrote: > >> The '&' is not part of the command. It's an instruction to the Shell >> to run the command in the background. See any beginner's guide to any >> Unix/Linux shell (sh, csh, bash, k

Re: fedora-release for f15 from f14 - is this a bug?

2011-06-17 Thread Sam Varshavchik
mike cloaked writes: --> Finished Dependency Resolution Error: Package: fedora-release-15-1.noarch (/fedora-release-15-1.noarch) Requires: fedora-release-rawhide = 15-1 Available: fedora-release-rawhide-14-1.noarch (fedora) fedora-release-rawhide = 14-1 You

Re: F15 gnome shell software update notifications?

2011-06-17 Thread Sam Varshavchik
Jurgen Kramer writes: Do software update notifications suppose to appear on F15? Maybe I missing something. I've been using F15 with gnome shell for a while now and I have never seen a message telling me there are updates. I've seen them. I think that the notification pops up once, and if you

fedora-release for f15 from f14 - is this a bug?

2011-06-17 Thread mike cloaked
I was starting to run through a yum upgrade from f14 to f15. So, as I have done previously for other upgrades for versions up to f14, I downloaded the f15 fedora-release-f15 rpm, and tried to install it before yum upgrading. The terminal session went like this once I was root and in the directory

Re: 'at' command and apache user

2011-06-17 Thread Robert Cates
On 06/17/2011 01:56 PM, Tim wrote: > Ed Greshko: >>> Depending on the type of web pages you serve you may find there to be a >>> buffer overflow vulnerability which gives an attacker a shell and allows >>> them to execute arbitrary commands as "apache". >>> >>> I smell "danger Will Robinson"! > Gar

Re: Possible to turn off NetworkManager?

2011-06-17 Thread Stuart McGraw
On 06/15/2011 03:38 PM, Sam Varshavchik wrote: > Stuart McGraw writes: [..] >> In Fedora 15 when I turn off NetworkManager service >> (systemctl disable NetworkManager.service) and turn on >> the network service and reboot, I get all sorts of dire >> messages in syslog [*], and I have no network co

Re: systemd discussion

2011-06-17 Thread Louis Lagendijk
On Wed, 2011-06-15 at 18:13 -0400, Tom Horsley wrote: > > Of course, at the moment, some of that speed may be because it > isn't actually doing everything (like getting NFS filesystems mounted). But it does. Even with traditional network setup, just add comment=systemd.automount to the mount opt

F15 gnome shell software update notifications?

2011-06-17 Thread Jurgen Kramer
Do software update notifications suppose to appear on F15? Maybe I missing something. I've been using F15 with gnome shell for a while now and I have never seen a message telling me there are updates. I have not found anything related to this in system settings. Only when I open system info there

Re: Possible to turn off NetworkManager?

2011-06-17 Thread Stuart McGraw
On 06/15/2011 04:05 PM, Tom Horsley wrote: > On Wed, 15 Jun 2011 14:59:45 -0600 > Stuart McGraw wrote: > >> org.freedesktop.NetworkManager.service failed to load > > That means it is off, but people are gonna complain about it > now. It is still off though. My system runs fine with those > warnin

Re: Special Characters

2011-06-17 Thread Joe Zeff
On 06/16/2011 09:46 PM, nomnex wrote: > the '&' part is superfluous when I pass the command in > my bashrc file, I guess. Not if you ever want to get a prompt it isn't. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.o

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Ricardo Veguilla
On Fri, Jun 17, 2011 at 12:02 PM, Frank Murphy wrote: > On 17/06/11 16:48, Ricardo Veguilla wrote: >> The apps are from the web. > > If you have access to the sources, > check the *.java files. > make sure you have all the classes required. > Hmm, I don't see how that might help. The bug is not r

Re: How do I point a mail client at Microsoft outlook?

2011-06-17 Thread Michael Hennebry
On Fri, 17 Jun 2011, Fred Erickson wrote: > My Evolution is 2.32.2 on F14. If you email me direct, I will send you > screen shots of my GMail configuration pages. That may be of some help. I've got 2.30.3 on F13. -- Michael henne...@web.cs.ndsu.nodak.edu "Pessimist: The glass is half empty. O

Re: How do I point a mail client at Microsoft outlook?

2011-06-17 Thread Michael Hennebry
On Fri, 17 Jun 2011, Jayson Rowe wrote: > On Fri, Jun 17, 2011 at 11:27 AM, Michael Hennebry > wrote: >> the data from which I am working is here: >> http://www.ndsu.edu/its/help/index/mobile_devices/configuration/ >> > Hi Michael, > I followed your link, and managed to find this page by clickin

Serial port problem in Fedora 15

2011-06-17 Thread Gordon Charrick
I've got a home weather station connected to my computer via a serial cable communicating at 9600 baud. I used to have this same setup on a different computer running Fedora 14 and it worked just fine. I am running this inside a VMware virtual machine running XP. If I use the native Linux versi

Re: F15 doesn't believe my hardware clock uses local time

2011-06-17 Thread Clyde E. Kunkel
On 05/31/2011 07:42 PM, Sam Varshavchik wrote: > Tom Horsley writes: > >> On Tue, 31 May 2011 16:26:21 -0400 >> Sam Varshavchik wrote: >> >> > Before I begin a long and painful adventure in pulling apart with >> what's >> > happening with systemd/initscripts, anyone has any clues where I >> should

Cd to nonexistent directory in /proc

2011-06-17 Thread Jonathan Ryshpan
Investigating a hanging instance of googleearth (wich process number 3110), I noticed that it's possible to cd /proc/3110 while on the other hand ls /proc does not show 3110 as being in the proc directory. Any ideas what's going on? Thanks - jon -- users mailing list users@lis

Re: 32bit cardbus card hangs fedora during boot

2011-06-17 Thread JD
On 06/17/2011 12:11 AM, Ed Greshko wrote: > On 06/17/2011 03:09 PM, JD wrote: >> If I insert the good card, the card is recognized, >> and I can hot plug the external drive into the esata port >> and all is well. >> >> The Syba card freezes the system whether I plug it in >> before or after boot. >

Re: How do I point a mail client at Microsoft outlook?

2011-06-17 Thread Fred Erickson
On Fri, 2011-06-17 at 10:27 -0500, Michael Hennebry wrote: > > > > You probably have something set wrong on your end. Double check the > > server names, ports, and authentication. > > The question is what? > The server names I cut and pasted. > The port numbers are right. > The options for authe

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Frank Murphy
On 17/06/11 16:48, Ricardo Veguilla wrote: > The apps are from the web. If you have access to the sources, check the *.java files. make sure you have all the classes required. -- Regards, Frank Murphy UTF_8 Encoded Friend of fedoraproject.org -- users mailing list users@lists.fedoraproject.org

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Ricardo Veguilla
The apps are from the web. On Fri, Jun 17, 2011 at 6:18 AM, Frank Murphy wrote: > On 17/06/11 11:10, Rahul Sundaram wrote: >> On 06/17/2011 02:17 AM, Ricardo Veguilla wrote: >>> Hi, I've found two bugs related to mouse selection on java swing >>> applications running maximized on gnome3, > > Are

Re: How do I point a mail client at Microsoft outlook?

2011-06-17 Thread Jayson Rowe
On Fri, Jun 17, 2011 at 11:27 AM, Michael Hennebry wrote: > the data from which I am working is here: > http://www.ndsu.edu/its/help/index/mobile_devices/configuration/ > Hi Michael, I followed your link, and managed to find this page by clicking the FAQ and Help Doc's link, and then E-mail, then

Re: Timeout for service shutdown in legacy services

2011-06-17 Thread Kanwar Ranbir Sandhu
On Sun, 2011-06-05 at 09:52 +0300, Leonid Podolny wrote: > The full story goes like this: transmission-daemon has an > uncharacteristically long shutdown time. Every time the service goes > down, systemd thinks that it is unresponsive and kills it. It messes > up the metadata of the seeding (i.e. f

Re: How do I point a mail client at Microsoft outlook?

2011-06-17 Thread Michael Hennebry
On Thu, 16 Jun 2011, Mike Williams wrote: > On Thu, Jun 16, 2011 at 7:05 PM, Michael Hennebry > wrote: >> On Thu, 16 Jun 2011, Patrick O'Callaghan wrote: >> >>> On Thu, 2011-06-16 at 12:11 -0500, Michael Hennebry wrote: Alas still no go. Now it asks me for a password, but it won't take

Re: Two elementary questions on LANs

2011-06-17 Thread Frank Murphy
On 17/06/11 15:59, RAMAKISHOREBABU KOPPULA wrote: > I have downloaded 64-bit DVD version of Fedora 15 and when was > installing HP Proliant DL580 G7 Server it is showing as Fedora 15 - Beta > and it not loading correct display driver for GNOME. Could somebody help > me in identifying suitable versi

Help needed for installation of Fedora on HP Proliant DL580 G7 Server

2011-06-17 Thread RAMAKISHOREBABU KOPPULA
I have downloaded 64-bit DVD version of Fedora 15 and when was installing HP Proliant DL580 G7 Server it is showing as Fedora 15 - Beta and it not loading correct display driver for GNOME. Could somebody help me in identifying suitable version of Fedora for HP Proliant DL580 G7 Server? Thank you.

Re: Two elementary questions on LANs

2011-06-17 Thread RAMAKISHOREBABU KOPPULA
I have downloaded 64-bit DVD version of Fedora 15 and when was installing HP Proliant DL580 G7 Server it is showing as Fedora 15 - Beta and it not loading correct display driver for GNOME. Could somebody help me in identifying suitable version of Fedora for HP Proliant DL580 G7 Server? Thank you.

Re: Two elementary questions on LANs

2011-06-17 Thread Ed Greshko
On 06/17/2011 08:16 PM, Tim wrote: > Is shorewall an independent thing, or is it a configurator for > iptables? Shorewall is a configurator for iptables. Quite a good onebut a configurator non the less. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscriptio

Re: gnome-shell whether extension in the yum repository?

2011-06-17 Thread Michael Cronenworth
H Xu wrote: > Is there any whether extension for gnome-shell in the yum repository for > fedora 15? Thanks. The weather extension[1] is not in the official yum repositories yet. For now, you can download the source and install it yourself. [1] https://github.com/simon04/gnome-shell-extension-wea

Re: Special Characters

2011-06-17 Thread Patrick O'Callaghan
On Fri, 2011-06-17 at 13:46 +0900, nomnex wrote: > On Thu, 16 Jun 2011 23:46:39 -0430 > Patrick O'Callaghan wrote: > > > The '&' is not part of the command. It's an instruction to the Shell > > to run the command in the background. See any beginner's guide to any > > Unix/Linux shell (sh, csh, ba

no yum auto updating in f15

2011-06-17 Thread Neal Becker
I had been using yum-updatesd until upgrading to f15. It is no longer doing any updates on my 2 f15 servers. So I install yum-cron. That's not working either (I set /etc/sysconfig/yum-cron to # Don't install, just check (valid: yes|no) CHECK_ONLY=no # Check to see if you can reach the repo

Re: Two elementary questions on LANs

2011-06-17 Thread Tim
On Thu, 2011-06-16 at 22:19 +0200, Timothy Murphy sent: > I think I got this wrong too. > I am running shorewall on my server, > and I forgot to turn iptables off. Whenever I see mentions of "turning firewall off," that's a red flag, to me. Is shorewall an independent thing, or is it a configurat

Re: Two elementary questions on LANs

2011-06-17 Thread Tim
On Fri, 2011-06-17 at 15:28 +0800, Ed Greshko wrote: > In addition, at times a better tool than a standard ping is to use a > tool that uses SYN/ACK packets to confirm end to end connectivity. And people tend to forget that ping is a networking tool, trying to use it for other purposes. e.g. If I

Re: 'at' command and apache user

2011-06-17 Thread Tim
Ed Greshko: >> Depending on the type of web pages you serve you may find there to be a >> buffer overflow vulnerability which gives an attacker a shell and allows >> them to execute arbitrary commands as "apache". >> >> I smell "danger Will Robinson"! Gary Stainburn: > You do have a valid point, b

Re: gnome-shell whether extension in the yum repository?

2011-06-17 Thread Frank Murphy
On 17/06/11 12:13, H Xu wrote: > Hi all, > > Is there any whether extension for gnome-shell in the yum repository for > fedora 15? Thanks. > http://koji.fedoraproject.org/koji/buildinfo?buildID=245510 yum search gnome-shell-extension* -- Regards, Frank Murphy UTF_8 Encoded Friend of fedoraproj

Re: Two elementary questions on LANs

2011-06-17 Thread Timothy Murphy
Ed Greshko wrote: > Anyway, good to hear all of your issues have been resolved. Again, thanks for your help. Much appreciated. -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090, +353-1-2842366 s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland -- users m

Re: gnome-shell whether extension in the yum repository?

2011-06-17 Thread Olav Vitters
On Fri, Jun 17, 2011 at 07:13:29PM +0800, H Xu wrote: > Is there any whether extension for gnome-shell in the yum repository for > fedora 15? Thanks. No idea about an extension + I know it doesn't solve anything right now, but there is going to be better weather integration in GNOME 3.2 (F16). Me

gnome-shell whether extension in the yum repository?

2011-06-17 Thread H Xu
Hi all, Is there any whether extension for gnome-shell in the yum repository for fedora 15? Thanks. -- 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

Re: Two elementary questions on LANs

2011-06-17 Thread Ed Greshko
On 06/17/2011 06:17 PM, Timothy Murphy wrote: > Thanks for your continuing help. > As I mentioned, I searched (grep -r 192.168.1.7) on the laptop > for the address that kept re-appearing, in /etc and /var/lib > and it did not appear in either. > Of course it might have been in some other form, eg a

Re: Two elementary questions on LANs

2011-06-17 Thread Ed Greshko
On 06/17/2011 06:23 PM, Timothy Murphy wrote: > Ed Greshko wrote: > >> In addition, at times a better tool than a standard ping is to use a >> tool that uses SYN/ACK packets to confirm end to end connectivity. > Such as ...? > tcptraceroute comes to mind. (I couldn't remember it earlier :

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Frank Murphy
On 17/06/11 11:24, Rahul Sundaram wrote: > On 06/17/2011 03:48 PM, Frank Murphy wrote: >>> On 06/17/2011 02:17 AM, Ricardo Veguilla wrote: Hi, I've found two bugs related to mouse selection on java swing applications running maximized on gnome3, >> Are the "swing apps" Fedora supplied or

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Rahul Sundaram
On 06/17/2011 03:48 PM, Frank Murphy wrote: >> On 06/17/2011 02:17 AM, Ricardo Veguilla wrote: >>> Hi, I've found two bugs related to mouse selection on java swing >>> applications running maximized on gnome3, > Are the "swing apps" Fedora supplied or from the web? If you want to reply to the OP,

Re: Two elementary questions on LANs

2011-06-17 Thread Timothy Murphy
Ed Greshko wrote: > In addition, at times a better tool than a standard ping is to use a > tool that uses SYN/ACK packets to confirm end to end connectivity. Such as ...? -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090, +353-1-2842366 s-mail: School of Mathematics, Tri

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Frank Murphy
On 17/06/11 11:10, Rahul Sundaram wrote: > On 06/17/2011 02:17 AM, Ricardo Veguilla wrote: >> Hi, I've found two bugs related to mouse selection on java swing >> applications running maximized on gnome3, Are the "swing apps" Fedora supplied or from the web? -- Regards, Frank Murphy UTF_8 Encod

Re: Two elementary questions on LANs

2011-06-17 Thread Timothy Murphy
Ed Greshko wrote: >> I'm sure that is true. >> But where does the machine keep the old IP? >> I couldn't find it anywhere. > > That information is kept in the lease information and is why I've been > trying to elicit explicit information with explicit question. Thanks for your continuing help. A

Re: apache 2.2.17 vulnerable on f14?

2011-06-17 Thread Rahul Sundaram
On 06/17/2011 07:52 AM, Alex wrote: > Hi, > I see apache 2.2.18 is available, and it has fixed a remote DoS that > is in 2.2.17, which appears to be the latest version for f14, updated > last October. > > Am I missing something, or is there some other reason why this hasn't > been updated to 2.2.18

Re: Java Gnome 3 maximized window mouse bugs

2011-06-17 Thread Rahul Sundaram
On 06/17/2011 02:17 AM, Ricardo Veguilla wrote: > Hi, I've found two bugs related to mouse selection on java swing > applications running maximized on gnome3, but I don't know where to > report the bug. > > gnome3? gtk3? openjdk? xorg? > > Any recommendation? File it against openjdk and it can be

Re: 'at' command and apache user

2011-06-17 Thread Gary Stainburn
On Friday 17 June 2011 09:32:59 Ed Greshko wrote: > Depending on the type of web pages you serve you may find there to be a > buffer overflow vulnerability which gives an attacker a shell and allows > them to execute arbitrary commands as "apache". > > I smell "danger Will Robinson"! You do have a

Re: Special Characters

2011-06-17 Thread JB
nomnex gmail.com> writes: > ... > Could somebody help me setting the compose key on Fedora LXDE 13. > I probably have to edit a text file. Which one, how, and its location > would help. Thanks > http://wiki.lxde.org/en/Change_keyboard_layouts JB -- users mailing list users@lists.fedoraproje

Re: 'at' command and apache user

2011-06-17 Thread Ed Greshko
On 06/17/2011 04:24 PM, Gary Stainburn wrote: > Thanks Gents, > > Shadow already had !! but passwd had /sbin/nologin > > Changed it to /bin/bash and it works great. I'm not so sure giving user apache a shell is a good idea. Depending on the type of web pages you serve you may find there to be a b

Re: 'at' command and apache user

2011-06-17 Thread Gary Stainburn
On Friday 17 June 2011 01:40:18 Rick Stevens wrote: > On 06/16/2011 04:41 PM, Cameron Simpson wrote: > > On 16Jun2011 18:58, Gary Stainburn wrote: > > | Hopefully this is a quickie. I've written a Perl script which > > | > > | 1) I call to initialise - this then schedules another run using the >

Re: Two elementary questions on LANs

2011-06-17 Thread Ed Greshko
On 06/17/2011 03:06 PM, Joe Zeff wrote: > On 06/16/2011 09:56 AM, Tim wrote: >> Try some other addresses. Perhaps google.co.uk doesn't respond to >> pings. Or, what happens when you try pinging it while on the gateway >> computer? > Until recently, mit.edu was a good choice. Checking, it no long

Re: 32bit cardbus card hangs fedora during boot

2011-06-17 Thread Ed Greshko
On 06/17/2011 03:09 PM, JD wrote: > If I insert the good card, the card is recognized, > and I can hot plug the external drive into the esata port > and all is well. > > The Syba card freezes the system whether I plug it in > before or after boot. > To be fair to Syba, they gave me an RMA and I ret

Re: 32bit cardbus card hangs fedora during boot

2011-06-17 Thread JD
On 06/17/2011 12:03 AM, Ed Greshko wrote: > On 06/17/2011 02:29 PM, JD wrote: >> My old laptop lacks usb2.0 ports. >> So I bought a Syba pcmcia card with 3 usb 2.0 ports and >> an eSATA port (for my external drive). >> >> The boot hangs when it detects the presence of the card. >> I have another ca

Re: Two elementary questions on LANs

2011-06-17 Thread Joe Zeff
On 06/16/2011 09:56 AM, Tim wrote: > Try some other addresses. Perhaps google.co.uk doesn't respond to > pings. Or, what happens when you try pinging it while on the gateway > computer? Until recently, mit.edu was a good choice. Checking, it no longer replies. However, using traceroute, I fou

Re: 32bit cardbus card hangs fedora during boot

2011-06-17 Thread Ed Greshko
On 06/17/2011 02:29 PM, JD wrote: > My old laptop lacks usb2.0 ports. > So I bought a Syba pcmcia card with 3 usb 2.0 ports and > an eSATA port (for my external drive). > > The boot hangs when it detects the presence of the card. > I have another card from some other manufacturer (card > is not bra