Re: grep by paragraph

2013-08-30 Thread Andrew
-p for just this purpose, I wish GNU grep did too. I share your pain. Regards, Andrew. -- 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

Grub stops before booting F31

2020-05-07 Thread andrew
; device /dev/sd1 ; type Linux bootable Partition 2: size 499 GB ; device /dev/sda2 ; Linux LVM ; contents unknown Any suggestions ... I might have set partition 1 as the wrong file type or similar is that possible and how do I fix it ... ?? Thanks for your continued help and assistance. Andrew

Re: nmcli -d ??

2024-05-17 Thread Andrew Pearce
How about nmcli device status Regards Andrew On 17 May 2024 11:55:23 ToddAndMargo via users wrote: Hi All, In CentOS 8, I have the following command: # nmcli -d example output: DEVICE TYPE STATE CONNECTION ens3ethernet disconnected ens3

Screensaver weirdness with nvidia/nouveau

2010-05-19 Thread Andrew Haley
d any real pattern to this: recently the screensaver/power down seemed to stop working for days, and then it started working yesterday. I was wondering if this was maybe related to running a vnc server, but it's very hard to tell. Any ideas? Thanks, Andrew. -- users mai

Re: How does F13 work with nvidia hardware ?

2010-05-27 Thread Andrew Haley
that. If that doesn't work booting in run level three and > upgrading > your driver from CLI. That's what I used to do, and it worked fine. These days nouveau works so well that I don't bother with the proprietary driver. Andrew. -- users mailing list users@lists.fedorap

Re: How does F13 work with nvidia hardware ?

2010-05-27 Thread Andrew Haley
tual machine, > completely hidden. This alone is enough to drive be back to the nvidia > proprietary driver, in all it's glorified ugliness. I do hope some > developer can take pity on me and address this shortcoming. How on Earth is the position that Firefox opens anything to do with t

Re: root password prompts

2010-05-27 Thread Andrew Parker
On Thu, May 27, 2010 at 5:19 AM, Rahul Sundaram wrote: > On 05/27/2010 02:42 PM, Mike McCarty wrote: >> I'm aware of that information. >> >> Well, it seems that I was not clear enough in my statement. >> > > There is no lack of clarity.   When people refer to sudo remembering > passwords, they are

Re: ant with jdk5

2010-06-04 Thread Andrew Overholt
Java class data, version 46.0 (Java 1.2) so it doesn't look like the bytecode is too new. I suggest trying to get more information which class is causing the UnsupportedClassVersionError and/or looking at all .class files in /usr/share/java/ant.jar (and/or the other ant JARs). Andrew

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
> I just installed jython via yum and get the following. I have jython-2.2.1-4.4.fc13 and I don't get any errors. If you run the following in a terminal, do you get any output? rpm -qV jython Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subs

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
* Eric Brunson [2010-06-07 17:13]: > On 06/07/2010 02:08 PM, Andrew Overholt wrote: > >>I just installed jython via yum and get the following. > >I have jython-2.2.1-4.4.fc13 and I don't get any errors. If you run the > >following in a terminal, do you get any out

Re: jython failure in F13

2010-06-07 Thread Andrew Overholt
* Andrew Overholt [2010-06-07 17:30]: > * Eric Brunson [2010-06-07 17:13]: > > On 06/07/2010 02:08 PM, Andrew Overholt wrote: > > >>I just installed jython via yum and get the following. > > >I have jython-2.2.1-4.4.fc13 and I don't get any errors. If you r

Re: jython failure in F13

2010-06-08 Thread Andrew Overholt
ere so we can track this. Thanks for discovering it. https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=jython Andrew -- 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: ant with jdk5

2010-06-08 Thread Andrew Overholt
ave Requires java >= 1:1.6.0 or xerces-j2 needs to be compiled at a lower bytecode level. Please follow up with a xerces-j2 bug which will get the attention of its maintainer. Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://adm

Re: Status of SSDs under Fedora ?

2010-06-11 Thread Andrew Haley
(atime). The chances of that update hitting the exact address > every time is quite high. > > So, theoretically, if you just read a file on an SSD 100,000 times you > could destroy a single address location on the SSD. No, because all the SSDs you can buy today do some kind of wear levelling. Andrew. -- 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: Flash 10.1 uses 90%+ CPU

2010-06-11 Thread Andrew Haley
notoriously CPU intensive to decode. The new generation of computer/GPU hardware is being designed to do this with dedicated peripherals, but the flashplayer you have won't use that. Also, the built-in decoder in flashplayer might not be as fast as it could be. Andrew. -- user

Re: Flash 10.1 uses 90%+ CPU

2010-06-11 Thread Andrew Haley
On 06/11/2010 01:01 PM, Clodoaldo Neto wrote: > 2010/6/11 Andrew Haley : >> On 06/11/2010 11:40 AM, Clodoaldo Neto wrote: >>> For me Flash 10.1 CPU utilization is very intense. Some videos have >>> many dropped frames. Right now this is almost unwatchable with more &

Re: Flash 10.1 uses 90%+ CPU

2010-06-12 Thread Andrew Haley
On 06/11/2010 03:16 PM, Clodoaldo Neto wrote: > 2010/6/11 Andrew Haley : >> On 06/11/2010 01:01 PM, Clodoaldo Neto wrote: >>> 2010/6/11 Andrew Haley : >>>> On 06/11/2010 11:40 AM, Clodoaldo Neto wrote: >>>>> For me Flash 10.1 CPU utilization is very

Re: F13 OpenJDK bugs ?

2010-06-15 Thread Andrew Haley
a. It's interesting that it happens even before I > try to open any of the Java content on the page, but the message from > Chromium identifies the x86_64 IcedTea plugin as the culprit. The biggest problem we have with problem reports and OpenJDK is reproducibility. We'l

Re: F13 OpenJDK bugs ?

2010-06-15 Thread Andrew Haley
On 06/15/2010 05:26 PM, Patrick O'Callaghan wrote: > On Tue, 2010-06-15 at 15:26 +0100, Andrew Haley wrote: >> On 06/15/2010 02:23 PM, Patrick O'Callaghan wrote: >>> On Tue, 2010-06-15 at 12:53 +1000, Dan Irwin wrote: >>>> Is anyone else seeing ma

Re: F13 OpenJDK bugs ?

2010-06-17 Thread Andrew Haley
On 06/15/2010 07:27 PM, Patrick O'Callaghan wrote: > On Tue, 2010-06-15 at 17:59 +0100, Andrew Haley wrote: >> On 06/15/2010 05:26 PM, Patrick O'Callaghan wrote: >>> On Tue, 2010-06-15 at 15:26 +0100, Andrew Haley wrote: >>>> On 06/15/2010 02:23 PM, Patrick

Re: F13 OpenJDK bugs ?

2010-06-17 Thread Andrew Haley
t fix bugs we can't reproduce. Andrew. -- 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: F13 OpenJDK bugs ?

2010-06-17 Thread Andrew Haley
On 06/17/2010 12:21 PM, Eric Tanguy wrote: > Le 17/06/2010 11:52, Andrew Haley a écrit : >> On 06/17/2010 10:41 AM, Eric Tanguy wrote: >> >> >>> I have also a bug opened against openJDK plugins : >>> https://bugzilla.redhat.com/show_bug.cgi?id=542318 &

Re: F13 OpenJDK bugs ?

2010-06-17 Thread Andrew Overholt
* Eric Tanguy [2010-06-17 05:43]: > I have also a bug opened against openJDK plugins : > https://bugzilla.redhat.com/show_bug.cgi?id=542318 I fixed the component on this one. Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: 32bit Vs 64bit OS

2010-06-18 Thread Andrew Haley
e 64-bit apps is not a good idea is on some > applications, in particular Java-based apps. In most cases that's not really true any more, because of compressed OOPs. Andrew. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: h

Re: 32bit Vs 64bit OS

2010-06-18 Thread Andrew Haley
t saw that.. Interesting and looks to eliminate those niche > cases.. It's only in JDK7 though.. It's in Fedora's OpenJDK 6. Andrew. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org

Re: OpenOffice Crash - bad Java JRE

2010-06-18 Thread Andrew Haley
s installed with "yum install java-1.6.0-openjdk" If that doesn't work, please open a new bug, make sure that the exact information to reproduce the bug is in there, and send it to me. Andrew. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription op

Re: Fedora 13 - single pixel for GUI login screen so unable to login to Gnome/Xfce

2010-06-24 Thread Andrew Gray
27;t show login names assuming your using GDM:- gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type bool --set /apps/gdm/simple-greeter/disable_user_list true re running the above setting it to "false" solved the logon albeit showing the users names. --An

Re: Top posting

2010-06-25 Thread Andrew Haley
On 06/25/2010 09:18 AM, Suvayu Ali wrote: > On Friday 25 June 2010 12:52 AM, Frank Murphy wrote: >> If there are posts you don't like think killfile. > > I keep hearing about this, how does one do that in Thunderbird? Tools>Message Filters>New Move message to > trash -- users mailing list user

Re: Top posting

2010-06-25 Thread Andrew Haley
On 06/25/2010 01:50 PM, Suvayu Ali wrote: > On Friday 25 June 2010 03:16 AM, Andrew Haley wrote: >> On 06/25/2010 09:18 AM, Suvayu Ali wrote: >>> On Friday 25 June 2010 12:52 AM, Frank Murphy wrote: >>>> If there are posts you don't like think killfile. >>

Re: Gnash cannot play YouTube movies

2010-06-25 Thread Andrew Haley
t pace iirc. > > Thanks, Frank. I have just found out how to play YouTube movies with Gnash: > > http://turanct.wordpress.com/2010/02/25/gnash-youtube/ Thanks, that is really nice. It would be good to have this in Fedora. Andrew. -- users mailing list users@lists.fedoraproject.

Re: Gnash cannot play YouTube movies

2010-06-25 Thread Andrew Haley
On 06/25/2010 02:53 PM, Paul Smith wrote: > On Fri, Jun 25, 2010 at 2:40 PM, Andrew Haley wrote: >>>>> I have just installed Gnash on F13 x86_64, but I cannot play YouTube >>>>> movies on Firefox. Any advice? >>>> >>>> >>>> U

Re: Top posting

2010-06-30 Thread Andrew Haley
On 06/29/2010 07:48 PM, Michael Hennebry wrote: > "Fool." was deliberately ambiguous. > That was its point. For goodness' sake, we have enough accidental ambiguousness on this list without people adding it deliberately! Please stop. Andrew. -- users mailing list users@li

Re: ati catalyst workaround for fedora13

2010-07-01 Thread Andrew Jamison
> > AMD is taking care of the people who really care. They publish data on how > to make their stuff work. And that is assuming everyone that uses Linux has the aptitude to code for Linux even for the OpenGL drivers? > If people want AMD stuff working well on Fedora they should be helping work

Re: Help me troubleshoot this problem

2010-07-07 Thread Andrew Robinson
On 07/07/2010 01:47 PM, Darr wrote: >>> Question showing my ignorance of what acpi is. If pci=noacpi works >>> or does not work, what clues is that giving me? >>> >> >> I didn't respond earlier because we've reached my level of ignorance >> too. > > > ACPI is the successor/combination of plug& pla

Re: Who's moderating this forum?

2010-07-16 Thread Andrew Haley
ter, nothing. > > Then perhaps nobody except you thinks it's "obvious nonsense". I'm sure plenty of people think it's obvious nonsense. However, moderation rules don't forbid nonsense AFAIAA. Andrew. -- users mailing list users@lists.fedoraproject.org To unsubscri

Re: Who's moderating this forum?

2010-07-18 Thread Andrew Haley
On 07/16/2010 06:13 PM, Marcel Rieux wrote: > On Fri, Jul 16, 2010 at 5:34 AM, Andrew Haley wrote: > >> I'm sure plenty of people think it's obvious nonsense. However, >> moderatiom rules don't forbid nonsense AFAIAA. > > Absolutely but since this nonsens

Re: Who's moderating this forum?

2010-07-19 Thread Andrew Haley
On 07/18/2010 09:48 PM, Marcel Rieux wrote: > On Sun, Jul 18, 2010 at 5:55 AM, Andrew Haley wrote: > >> I think the best way for me to improve this list is to provide help >> where it's needed and try to avoid tedious arguments. I don't think >> that anyone

Re: Turning off ipv6

2010-02-11 Thread Andrew Parker
On Thu, Feb 11, 2010 at 12:45 AM, Paul Allen Newell wrote: > Patrick O'Callaghan wrote: >> I prefer changing something in /etc/sysctl.conf because it's clearly >> where this kind of configuration change belongs. Changing ifcfg-eth0 may >> or may not work at the moment -- I'm guessing it probably d

Re: Display settings should not be per user

2010-02-12 Thread Andrew Haley
sharp pixels, with >> great big, sharply defined and completely non-antialiased text. I use the big Dell WFP3008, which doubles up pixels quite nicely to 1280 x 800. Mind you, are you sure you don't just need new glasses? Andrew. -- users mailing list users@lists.fedoraproject.org To unsubs

Re: abrt + updates-testing

2010-02-17 Thread Andrew Haley
$ ls -l /usr/lib/debug/.build-id/77/73029d7a9ce9926b4a65bc47b0b57cd271c90b.debug lrwxrwxrwx. 1 root root 23 2010-02-03 11:58 /usr/lib/debug/.build-id/77/73029d7a9ce9926b4a65bc47b0b57cd271c90b.debug -> ../../usr/bin/gcc.debug Andrew. -- users mailing list users@lists.fedoraproject.org To unsubscri

Re: Routing problems

2010-02-18 Thread Andrew Haley
ternal LAN 10.255.250.0 >> LAN default GW is 10.255.250.37 >> eth3 connected to other LAN What is the address of the subnet "other LAN" ? There seem to be two more subnets, 192.168.180.0 and 172.17.0.0. Andrew. >> Route in the default GW (10.255.250.37): >> >>

Re: Routing problems

2010-02-18 Thread Andrew Haley
't include the whole routing table) like: > 172.17.0.0192.168.180.100 255.255.0.0UG 000 eth3 > 192.168.0.0 192.168.180.100 255.255.0.0UG 000 eth3. Please post * Full details of your network * The routing table, uncensored >> -------- Pů

Re: Routing problems

2010-02-18 Thread Andrew Haley
On 02/18/2010 11:56 AM, j.halifax . wrote: >> Please post >> * Full details of your network >> * The routing table, uncensored :) Hmm, this is a remarkable plate of spaghetti. I think the problem is probably the routing tables in the other boxes in the same LAN (e.g. 10.2

Re: change HDD without Re-installing Fedora 12 ..!!!!

2010-02-20 Thread Andrew Haley
ta from the old partitions by using dd. The only fiddly part is installing the boot loader. To do that I'd install a minimal system on the new disk, make sure it boots and then copy over everything from the old disk except the /boot partition. You'll have to partition the new disk

Re: change HDD without Re-installing Fedora 12 ..!!!!

2010-02-20 Thread Andrew Haley
On 02/20/2010 09:34 AM, Jatin K wrote: > On 02/20/2010 03:00 PM, Andrew Haley wrote: >> On 02/20/2010 06:46 AM, Jatin K wrote: >> >>> Dear list >>> >>> I'm using FC 12 x86_64 on my dell vostro 1520 notebook with 160GB hdd >>> instal

Re: ssh tunneling client settings

2010-02-24 Thread Andrew Haley
nel 3: open failed: administratively prohibited: open failed > > Why? What kind of weird setting is this? Anything in the logs? Looks like a policy issue to me. Andrew. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.f

Re: ssh tunneling client settings

2010-02-24 Thread Andrew Haley
On 02/24/2010 06:23 PM, Christoph Höger wrote: > Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: >> On 02/24/2010 02:41 PM, Christoph Höger wrote: >>> Hi guys, >>> >>> are there any special client settings one needs to have for ssh >>>

PPTP VPN broken

2010-02-25 Thread Andrew Gray
.git20090921.fc12.x86_64 pptp-setup-1.7.2-8.fc12.x86_64 Any idea when PPTP updates are coming out to fix PPTP VPN Otherwise keep up the good work F12 rocks --Andrew Gray -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https

Re: PPTP VPN broken

2010-02-25 Thread Andrew Gray
On Thu, 2010-02-25 at 07:19 -0500, Tom Horsley wrote: > On Thu, 25 Feb 2010 11:28:46 + > Andrew Gray wrote: > > > Any idea when PPTP updates are coming out to fix PPTP VPN > > As a work around you can manually connect by invoking > pppd as root from command line, s

Re: Why are .thunderbird and .evolution hidden ?

2010-02-25 Thread Andrew Haley
, going back forever: config files are always hidden. The idea is that when you say "ls", you shouldn't see anything that you didn't put there yourself. It also makes it less likely that they will be deleted or renamed. Andrew. -- users mailing list users@lists.fedorapr

Re: Emacs has very large characters

2010-03-01 Thread Andrew Haley
On 03/01/2010 01:16 PM, Chris Rouch wrote: > > Or use the menus: Options->Set default font. That doesn't work. Try it, then C-x 5 2 . The new window is still in the old font. Andrew. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

Fedora 12 does not work after replacing the motherboard

2010-03-01 Thread Andrew Junev
NDER acceleration (II) Mar 01 22:12:29 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) Mar 01 22:12:29 NVIDIA(0): enabled. (II) Mar 01 22:12:36 NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:1:0:0 (GPU-0) (--) Mar 01 22:12:36 NVIDIA(0): Memory: 524288 kBytes (

Re: Emacs has very large characters

2010-03-01 Thread Andrew Parker
On Mon, Mar 1, 2010 at 9:41 AM, Andrew Haley wrote: > On 03/01/2010 01:16 PM, Chris Rouch wrote: >> >> Or use the menus: Options->Set default font. > > That doesn't work.  Try it, then C-x 5 2 .  The new window is still > in the old font. curious, it works for

Fedora 12 does not work after replacing the motherboard

2010-03-01 Thread Andrew Junev
VIDIA(0): Enabling RENDER acceleration (II) Mar 01 22:12:29 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) Mar 01 22:12:29 NVIDIA(0): enabled. (II) Mar 01 22:12:36 NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:1:0:0 (GPU-0) (--) Mar 01 22:12:36 NVIDIA(0)

Re: Fedora 12 does not work after replacing the motherboard

2010-03-02 Thread Andrew Junev
Tuesday, March 2, 2010, 7:17:57 AM, you wrote: >> Hello All, > >> I kindly ask for your support. On my MythTV frontend-only machine, I >> had to replace the motherboard. The old motherboard was an ASUS P5KR >> (Intel P35 chipset), and the newly installed motherboard is an MSI >> P43T-C51 (Intel P

Re: Fedora 12 does not work after replacing the motherboard

2010-03-02 Thread Andrew Junev
any errors. So it seems that the system works fine with any other video adapter! I then put my "problematic" 8600GT to a couple of other machines (one was running similar Fedora 12, and the other one - WinXP). It worked without issues as well - I watched a movie (using VDPAU) and p

Re: Fedora 12 does not work after replacing the motherboard

2010-03-05 Thread Andrew Junev
matter what video driver I use. Unfortunately, I couldn't get any more details on what is going wrong in this case. Anyway, I'm likely to buy a passively-cooled Zotac GT240 now and that would solve this issue. -- Best regards, Andrew -- users mailing list users@lists.fedoraprojec

Re: Fedora 12 does not work after replacing the motherboard

2010-03-06 Thread Andrew Junev
#x27; are being kept on the disk after a reboot, and it doesn't contain anything wrong, in my opinion... -- Best regards, Andrew -- 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: this table in html how

2010-03-07 Thread Andrew Parker
On Sun, Mar 7, 2010 at 5:51 AM, Vadkan Jozsef wrote: > http://img52.imageshack.us/img52/7735/tablehow.png > > i just can't write this table in html code.. :\ > > how can i make it? > 6 columns, top row each block spanning 3 columns, bottom each block spanning 2. -- users mailing list users@lists

Re: this table in html how

2010-03-07 Thread Andrew Parker
On Sun, Mar 7, 2010 at 5:20 PM, Roger wrote: > On 03/07/2010 10:00 PM, Andrew Parker wrote: >> On Sun, Mar 7, 2010 at 5:51 AM, Vadkan Jozsef   >> wrote: >> >>> http://img52.imageshack.us/img52/7735/tablehow.png >>> >>> i just can't write t

Re: this table in html how

2010-03-08 Thread Andrew Parker
On Mon, Mar 8, 2010 at 12:17 AM, Roger wrote: > 6 columns, top row each block spanning 3 columns, bottom each block > spanning 2. >>> Why not do it as css and forget tables? >>> >>> Why don't you supply that solution? >>> > Send money and I will, I haven't got time to do it for free, busy > design

Re: rt2860 and Fedora 12 x64?

2010-03-16 Thread Andrew Haley
upplicant.conf file with the psk in > cleartext and hex and the same goes for the > /etc/Wireless/RT2860STA/RT2860STA.dat file. > > *Once*, just *once*, I had this actually connected but have no idea how > it did it. > > FWIW, the kernel is the 2.6.32.9-70 version. > &g

How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Andrew Junev
l, so that I could be prepared with the new kernel module already on first reboot? -- Best regards, Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Andrew Junev
nfrastructure. > FWIW, DKMS doesn't normally pre-build the module, it builds it on > first boot into the kernel - so it's not exactly what you want. Oh, that sounds interesting! I'll try to read and study how this thing works, although it doesn't seem to be as easy as I thought..

Re: How to compile kernel module for a new kernel before reboot?

2010-04-03 Thread Andrew Junev
now it doesn't seem to be like that, especially for those who use multiple custom kernel modules... Ok, thanks a lot! I'll try it first, while starting to read about DKMS... Anyway, I'm curious to do it the right way. -- Best regards, Andrew -- users mailing list users@lists

CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
gs back to normal. :) So what's the best way to bring automount back? P.S. I don't need a file browser or any other application to activate when I insert a disc. I just want the disc content to be accessible by the system... -- Best regards, Andrew -- users mailing list users@lists.

Re: CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
by >> the system... >> > System ->> Preferences -> File Management > Click on the 'Media' tab. What should be the settings there? I tried setting everything to "Ask what to do", but it still doesn't automount the disc... -- Best regards,

Re: CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
hat to do", but it still doesn't automount the disc... >> > I don't use Gnome these days, but I think you need to select "Do nothing". Tried that already. No changes... It already "does nothing", not even mounting the disc! :) -- Best regards, Andr

Re: CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
ng it back again. Still no change... -- Best regards, Andrew -- 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: CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
Hello Suvayu, Monday, April 5, 2010, 10:57:20 PM, you wrote: > On Monday 05 April 2010 11:50 AM, Andrew Junev wrote: >> >> Monday, April 5, 2010, 9:47:50 PM, you wrote: >> >> >>> OK, let's try this: >> >>> in gconf-edit, >> >&g

Re: CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
Hello Suvayu, Monday, April 5, 2010, 11:32:25 PM, you wrote: > Try this, > # grep -i mount /var/log/messages Here it is: # grep -i mount /var/log/messages 2010-04-05T21:09:54.217904+04:00 frontend1 automount[1385]: lookup_read_master: lookup(nisplus): couldn't locate nis+ table auto.master #

Re: CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
Hello Rick, Monday, April 5, 2010, 11:56:43 PM, you wrote: > Andrew, first off you should sort out why you're getting kernel > oopses. That's just bad in any case. I'd look at /var/log/messages > and dmesg and look for anything regarding your DVD/CD drive. Yeah, I hav

Which card for my laptop?

2010-04-05 Thread Andrew Robinson
ewegg does seem to carry them. Are there differences in mini PCI cards? I did see there were half-hight cards. I have an off brand laptop, an eMachines M6805. Would I expect a card pulled from a Gateway or a Dell to work in my laptop? Thanks! Andrew Robinson -- users mailing list

Re: Which card for my laptop?

2010-04-05 Thread Andrew Robinson
On 04/05/2010 09:55 PM, Bruno Wolff III wrote: > On Mon, Apr 05, 2010 at 21:39:24 -0400, >Andrew Robinson wrote: >> My laptop has a Broadcom BCM4306 chipset. Since Fedora does not support >> it natively, it is a pain every time I want to upgrade Fedora. And even > > I

Re: CD/DVD automount in Fedora 12

2010-04-05 Thread Andrew Junev
Hello Aaron, Tuesday, April 6, 2010, 4:13:47 AM, you wrote: > On Mon, 2010-04-05 at 22:50 +0400, Andrew Junev wrote: >> Monday, April 5, 2010, 9:47:50 PM, you wrote: >> >> >> > OK, let's try this: >> >> > in gconf-edit, >> >>

Re: CD/DVD automount in Fedora 12

2010-04-06 Thread Andrew Junev
6 19:31 /dev/dvdrw1 -> sr0 $ > Then insert a disk and check again if the soft link i still there. $ ls -l /dev/dvd* ls: cannot access /dev/dvd*: No such file or directory $ ls -l /dev/cdr* ls: cannot access /dev/cdr*: No such file or directory Hugh, that's not right, is it? --

Re: [Fwd: Re: CD/DVD automount in Fedora 12]

2010-04-06 Thread Andrew Junev
2:00.0-scsi-0:0:0:0) SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:02:00.0-scsi-0:0:0:0", SYMLINK+="cdrom1", ENV{GENERATED}="1" SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-:02:00.

Re: [Fwd: Re: CD/DVD automount in Fedora 12]

2010-04-07 Thread Andrew Junev
me time ago and had >> no answer! I just checked on my other machine (mythbackend), symlinks are always there - no matter if the disc is in the drive or not. So the fact that symlinks disappear is probably somehow related to my automount problem. I tried reinstalling udev (just in case...) -

Re: Printer IDs in Fedora 13: your help is neeeded!

2010-04-07 Thread Andrew Parker
On Tue, Apr 6, 2010 at 6:18 PM, Gianluca Sforna wrote: > Hi all, > as you probably know, Fedora 13 has a new automatic printer driver > installation feature[1], but for the automatic printer driver > installation to work properly we need your Device IDs! Many IDs are > missing for current printers

Re: Kernel Oops right after boot

2010-04-07 Thread Andrew Junev
Ok, let me rephrase the question. How do I analyze "kernel oops" messages in the modern kernels (I use Fedora 12, kernel 2.6.32)? Is there any how-to or FAQ available? -- Best regards, Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe

Re: Printer IDs in Fedora 13: your help is neeeded!

2010-04-08 Thread Andrew Parker
On Thu, Apr 8, 2010 at 6:41 AM, Tim Waugh wrote: >> "lpinfo -l -v" does not list the printers I use, but does list others, >> but with no device IDs: >> >> Device: uri = socket://172.26.33.191 >>         class = network >>         info = HP LaserJet 4050 Series >>         make-and-model = HP Laser

Re: [Fwd: Re: CD/DVD automount in Fedora 12]

2010-04-10 Thread Andrew Junev
process is responsible for creating/maintaining these symlinks? Is there any way to check what is the reason for such "decisions" made by the process? -- Best regards, Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: htt

Re: semantics

2010-04-12 Thread Andrew Haley
" (i.e., non-GPL) > software. No. The FSF (who are, presumably, GPL partisans) make it perfectly clear that there are many non-GPL free software licences. http://www.gnu.org/licenses/license-list.html Any software that allows its users all of the freedoms of the Free Software Definitio

Re: [Fwd: Re: CD/DVD automount in Fedora 12]

2010-04-12 Thread Andrew Junev
blem exactly as described in the bug report. The only difference is that for me it seems permanent / 100% reproducible. At the same time, downgrading udev fixes the problem. I'll add it to the bug report, I guess... -- Best regards, Andrew -- users mailing list users@lists.fedor

Re: New video card

2010-04-13 Thread Andrew Haley
is the way of the future. > Nvidia 9400 gt adds 52 gflops of computational speed to the system @ 700 MHz > 40 gflops at native speed > > 9400 gt is a low end card > > nvidia 295 will blow your mind with 400 gflops added to a system and > that is a conservative estimate

Re: is there an ieee handler in Linux?

2010-04-24 Thread Andrew Haley
x27;s an example for C. Andrew. #define _GNU_SOURCE #include #include #include #include #include static void sigfpe_handler(int signo) { fprintf (stderr, "%s\n", __FUNCTION__); exit (1); } void main() { signal (SIGFPE, sigfpe_handler); feenableexcept (FE_NOMASK_ENV); fpri

Re: is there an ieee handler in Linux?

2010-04-24 Thread Andrew Haley
On 04/24/2010 10:30 AM, Andrew Haley wrote: > On 04/23/2010 08:49 PM, r...@dwf.com wrote: >> There must be a handler for ieee arithmetic errors under Linux for C and for >> Fortran, >> but my search with man and google don't turn up anything. >> Can someone po

How to compare filesystem contents

2010-05-07 Thread Andrew Junev
an easy way to check which files are there on the old filesystem, that do not exist on the new one? Thanks! -- Best regards, Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedor

Re: How to compare filesystem contents

2010-05-07 Thread Andrew Junev
that's a time-consuming process (the data I move is mostly my data files and a video archive, being close to 2TB large in total). Not sure if I really want to keep it running to the end... Basically I do believe now everything is Ok and my data is moved properly. Thanks a lot to everybody

Re: How to compare filesystem contents

2010-05-08 Thread Andrew Junev
ves. The data is identical, just as expected. Once again, thanks a lot to everybody! -- Best regards, Andrew -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/use

Re: Real benefits of RHEL over Fedora?

2011-06-06 Thread Andrew Haley
ning modules into a program. Andrew. -- 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

arbt can't report

2011-06-08 Thread Andrew Gray
um to find the back trace. I am running as a standard user This use to work under the previous Fedora 14 -- Andrew Gray linnet Solutions ltd -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/list

RE: F12 --> F14 upgrade unsuccessful

2011-06-11 Thread Andrew Jamison
I have heard if you plan to upgrade in this manner it is best to upgrade from f12 to f13 then from 13 - 14 due to the rapid change in technologies from f12 to f14 but again this just what I have heard not sure if this is actually the case -Original Message- From: users-boun...@lists.fed

Installing KDE on a Fedora 15 install renders GNOME3 broken

2011-06-11 Thread Andrew Jamison
I installed KDE 4 on my Fedora 15 system to test out the new 4.6 version and when I tried to return to GNOME I get a message saying "the GNOME 3 session failed to start, Press ok to log out and try again" or something similar to that. When I try logging into GNOME I get this message every time

sudoku-savant

2011-06-13 Thread Andrew Gray
Hi sudoku-savant is far too small 9x9 on 1600x1200 screen it needs ability to resize the gui please Gnome3 F15 -- Andrew Gray linnet Solutions ltd -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman

Re: NetworkManager cannot connect automatically to hidden network. nm-applet shows *really* big icons

2011-06-13 Thread Andrew Parker
On Mon, Jun 13, 2011 at 10:56 AM, Joshua C. wrote: > After upgrading to f15 the nm-applet cannot automatically connect to > hidden wlan networks. It sees them and I can connect to them manually. > The "connect automatically" checkbox is clicked. > > Another problem is that the nm-applet looks real

Re: 5-star Fedora experience

2011-06-20 Thread Andrew Haley
, around the time a 73 >> year-old would have been born. > > It's also possible that the advertisement literally meant "keeps your > genitals cool in the summer". It's hard to know what a hundred-year-old > advertisement might really have meant :) Perhaps. At

Re: gnu linux update question

2011-06-28 Thread Andrew Haley
he file handle for the old file. This is normal UNIX, nothing new. How could it be otherwise? Andrew. -- 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: gnu linux update question

2011-06-28 Thread Andrew Haley
On 06/28/2011 05:21 PM, Petrus de Calguarium wrote: > Andrew Haley wrote: > >> How could it be otherwise? > > If a file has been deleted, the proper thing would be for the running process > to read the new copy into memory. That's not always possible. It's certa

Re: More RAM not recognized -

2011-07-29 Thread Andrew Haley
handle more than 4 gb? How much RAM does the BIOS say you have? > I did have, F-13 64 bit installed on it once but decided to stick > with 32 after that for simplicity, I wanted two set up the same and > the other box was 32 bit. That has been replaced so 64 is possible > i

  1   2   3   4   >