question(s) on Brassero (maybe bug)

2011-11-03 Thread Paul Allen Newell
I am trying out burning DVDs on F14 and I am seeing some weirdness that I would like to understand before I call it a bug. I burn a directory on F14. The directory structure is deep (as in greater than the pop-up notice of 7) and the names should be within 60 characters. Brassero asks me about

Re: F14 installed chromium, but it won't start [SOLVED]

2011-11-03 Thread jackson byers
I used the same fix per Lancebxxx that cured a nonstarting google-chrome, ~1 month ago for chromium these 2 commands worked: [root@f14 ~]# semanage fcontext -a -s system_u -t usr_t /usr/lib/chromium-browser/chrome-sandbox [root@f14 ~]# restorecon -v /usr/lib/chromium-browser/chrome-sandbox re

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Germán Racca
On Thu, 2011-11-03 at 13:15 +0200, Nicolae Ghimbovschi wrote: > Thanks! I have applied the patch and it worked :) > > changed the following in the /etc/grub.d/30_os-prober > OSXUUID="`grub-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`" > > to > > OSXUUID="`grub2-probe --target=fs_u

Re: kernel/system can't see all 4G memory

2011-11-03 Thread Lamar Owen
On Nov 3, 2011, at 12:13 PM, George R Goffe wrote: grep 'BIOS-e820' /var/log/dmesg [0.00] BIOS-e820: - 0009f000 (usable) 0009F000=636K; this is to the bottom of the UMB. ("640K should be enough for anyone") [0.00] BIOS-e820: 0009f000

F14 installed chromium, but it won't start

2011-11-03 Thread jackson byers
]$ uname -r 2.6.35.14-97.fc14.i686 installing chromium seemed to complete without errors: [root@f14 ~]# cd /etc/yum.repos.d/ [root@f14 yum.repos.d]# wget http://repos.fedorapeople.org/repos/spot/chromium/fedora-chromium-stable.repo # yum install chromium Installed: chromium.i686 0:14.0

gphoto2 commands -

2011-11-03 Thread Bob Goodwin
Can someone tell me the command to save just the newest photos in the camera rather than rewrite the entire file? If this is possible, I have not been able to find it ... Perhaps there is something better than gphoto, if so I would be gla

Re: kernel/system can't see all 4G memory

2011-11-03 Thread George R Goffe
Roberto, I grasp the concept of reserved memory but do not understand what it's used for or what the ramifications are. Memory reserved from 4g for the driver? Hmmm. It looks like that last value at the bottom goes up to 4g. Is this the culprit? I'm not doing anything special with graphics...

Re: Thanks to Fedora community; Installation & Disk Partitioning ISSUE

2011-11-03 Thread Marko Vojinovic
On Thursday 03 November 2011 14:14:46 Linux Tyro wrote: > On Thu, Nov 3, 2011 at 7:44 AM, Marko Vojinovic wrote: > What earlier I used to think is that, "BIOS only send the instructions to > the boot-loader (probably or whatever it sends the signal to) to just boot, > BIOS has not such a bigger me

Re: Thanks to Fedora community; Installation & Disk Partitioning ISSUE

2011-11-03 Thread Linux Tyro
On Thu, Nov 3, 2011 at 7:44 AM, Marko Vojinovic wrote: > "The boot loader is installed on a partition that doesn't lie entirely > > below 128 GB. The system might not boot is BIOS support only lba24 > (result > > is error 18 during install grub MBR)." > > __ > >

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Linux Tyro
On Thu, Nov 3, 2011 at 6:30 AM, wrote: The _basics_ are the same (certainly from an end-user point of view) > Perhaps the best advice I can give you, is: put an extra harddisc in your > PC. > (if you are the "hasty type" consider a 250GB SDD) > > And you pick blindly any distro, and just get your

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Aaron Konstam
On Thu, 2011-11-03 at 10:41 +1100, Roger wrote: > > Fedora is also very good and I no longer hold with the axium "If you > ain't on the edge, you're taking too much space". > As one small example, my Laser printer Fuji Xerox. Setting up laser > printer in Fedora right up to Fedora 14 was a pain,

Re: kernel/system can't see all 4G memory

2011-11-03 Thread Lamar Owen
On Nov 3, 2011, at 3:46 AM, George R Goffe wrote: I upgraded my lenovo 60t to 4G memory and don't seem to be able to see all 4G of the upgrade. The hardware spec for this machine says it supports 4G memory. Any hints/clues/tips would be GREATLY appreciated. It is a hardware limitation in th

Re: kernel/system can't see all 4G memory

2011-11-03 Thread Michael D. Setzer II
On 3 Nov 2011 at 11:40, Roberto Ragusa wrote: Date sent: Thu, 03 Nov 2011 11:40:44 +0100 From: Roberto Ragusa To: George R Goffe , Community support for Fedora users Subject:Re: kernel/system can't see all 4G memory Sen

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Joe Wulf
Marko---really liked the pleasant and balanced reply---excellent! LinuxTyro---glad to see you replying to all the posts, keeping engaged, and having an open mind. From: Linux Tyro To: Community support for Fedora users >Sent: Thursday, November 3, 2011 3:56 AM >Subject: Re: windows migrant: c

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Ian Chapman
On 03/11/11 18:59, Michael Schwendt wrote: >> It made reference to grub-probe when it should have been grub2-probe. > > Which is related to the macosx boot entry creation only, however: > https://bugzilla.redhat.com/737203 I wasn't aware of that but I do indeed have two HFS+ partitions. -- Ian

Re: Thanks to Fedora community; Installation & Disk Partitioning ISSUE

2011-11-03 Thread Marko Vojinovic
On Thursday 03 November 2011 07:33:33 Linux Tyro wrote: > Inserted the CD in the CD-ROM (yes it was the first boot option). > Everything was going on smooth but after some time I came to the windows > where I have to do something regarding 'partitioning'. The CD, by default > showed with the follow

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Nicolae Ghimbovschi
Thanks! I have applied the patch and it worked :) changed the following in the /etc/grub.d/30_os-prober OSXUUID="`grub-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`" to OSXUUID="`grub2-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`" On Thu, Nov 3, 2011 at 12:59, Michae

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Michael Schwendt
On Thu, 03 Nov 2011 18:46:56 +0800, IC (Ian) wrote: > Not sure if you're seeing the same issue I had, but I had a similar > problem with grub2 a week or two back. The cfg file was not getting > updated. I tracked it down to a bug in this file > > /etc/grub.d/30_os-prober > > It made reference

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Ian Chapman
On 03/11/11 17:12, Nicolae Ghimbovschi wrote: > Hello, > > I need help with a GRUB2 issue. > > Yesterday I did a preupgrade from F15 to F16. > > I've added a new custom menu entry for grub in /etc/grub.d/40_custom > > After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that > /boot/grub2/gr

Re: kernel/system can't see all 4G memory

2011-11-03 Thread Roberto Ragusa
On 11/03/2011 08:46 AM, George R Goffe wrote: > Hi, > > My question is, am I missing something here? > > I upgraded my lenovo 60t to 4G memory and don't seem to be able to see all 4G > of the upgrade. > > The hardware spec for this machine says it supports 4G memory. > > Any hints/clues/tips w

RE: windows migrant: choosing linux distribution

2011-11-03 Thread J.Witvliet
-Original Message- From: users-boun...@lists.fedoraproject.org [mailto:users-boun...@lists.fedoraproject.org] On Behalf Of Marko Vojinovic Sent: Wednesday, November 02, 2011 11:53 PM To: Community support for Fedora users Subject: Re: windows migrant: choosing linux distribution (3) I

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Nicolae Ghimbovschi
Thanks ! On Thu, Nov 3, 2011 at 11:23, Frank Murphy wrote: > On 03/11/11 09:12, Nicolae Ghimbovschi wrote: >> Hello, >> >> I need help with a GRUB2 issue. >> >> Yesterday I did a preupgrade from F15 to F16. >> > > > You may get more help on the test list. > They have benn using grub2 for a while

Fedora 16 grub2

2011-11-03 Thread Nicolae Ghimbovschi
Hello, I need help with a GRUB2 issue. Yesterday I did a preupgrade from F15 to F16. I've added a new custom menu entry for grub in /etc/grub.d/40_custom After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that /boot/grub2/grub.cfg was not updated. grub2-mkconfig -o /boot/grub2/grub.cf

Re: Fedora 16 grub2-mkconfig

2011-11-03 Thread Frank Murphy
On 03/11/11 09:12, Nicolae Ghimbovschi wrote: > Hello, > > I need help with a GRUB2 issue. > > Yesterday I did a preupgrade from F15 to F16. > You may get more help on the test list. They have benn using grub2 for a while longer: https://admin.fedoraproject.org/mailman/listinfo/test -- Regards

Fedora 16 grub2-mkconfig

2011-11-03 Thread Nicolae Ghimbovschi
Hello, I need help with a GRUB2 issue. Yesterday I did a preupgrade from F15 to F16. I've added a new custom menu entry for grub in /etc/grub.d/40_custom After running grub2-mkconfig -o /boot/grub2/grub.cfg, I saw that /boot/grub2/grub.cfg was not updated. grub2-mkconfig -o /boot/grub2/grub.cf

Re: kernel/system can't see all 4G memory

2011-11-03 Thread DRSp.
Am Donnerstag, den 03.11.2011, 00:46 -0700 schrieb George R Goffe: > Hi, > > > My question is, am I missing something here? > > > I upgraded my lenovo 60t to 4G memory and don't seem to be able to see > all 4G of the upgrade. > > > The hardware spec for this machine says it supports 4G memory

Re: How does Fedora clean its RAM..?

2011-11-03 Thread Alan Cox
> You're sure about that? What evidence do you offer? Can you point to > auto-scrub code paths in all the library APIs for freeing memory? We actually don't wipe memory on free, but on allocate. That has performance wins. Some user space does go to the trouble of wiping things like crypto keys onc

Re: kernel/system can't see all 4G memory

2011-11-03 Thread George R Goffe
Frank, Thanks for your response. The bios reports 4096MB. George...   "It's not what you know that hurts you, It's what you know that ain't so." Wil Rogers... Wil would say, "STIFF THE FED"!!! From: Frank Cox To: users@lists.fedoraproject.org Cc: George R

Fw: kernel/system can't see all 4G memory

2011-11-03 Thread George R Goffe
- Forwarded Message - From: George R Goffe To: "frank.els...@spamfence.net" Sent: Thursday, November 3, 2011 1:20 AM Subject: Re: kernel/system can't see all 4G memory Frank, Thanks for your response. I don't see any PAE kernels in the output of "yum list all". This is an out of the

Re: kernel/system can't see all 4G memory

2011-11-03 Thread Frank Cox
On Thu, 3 Nov 2011 00:46:15 -0700 (PDT) George R Goffe wrote: > I upgraded my lenovo 60t to 4G memory and don't seem to be able to see all 4G > of the upgrade. How much memory does your machine's bios screen tell you it has? -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.c

Re: kernel/system can't see all 4G memory

2011-11-03 Thread Frank Murphy
On 03/11/11 08:08, Frank Elsner wrote: >> The hardware spec for this machine says it supports 4G memory. >> >> Any hints/clues/tips would be GREATLY appreciated. > > > You should use the PAE version of the kernel. > > > --Frank Elsner He's on 64bit kernel-PAE is for 32bit. -- Regards, Frank

Re: kernel/system can't see all 4G memory

2011-11-03 Thread Frank Elsner
On Thu, 3 Nov 2011 00:46:15 -0700 (PDT) George R Goffe wrote: > Hi, > > My question is, am I missing something here? > > I upgraded my lenovo 60t to 4G memory and don't seem to be able to see all 4G > of the upgrade. > > > The hardware spec for this machine says it supports 4G memory. > > Any

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Linux Tyro
On Thu, Nov 3, 2011 at 4:22 AM, Marko Vojinovic wrote: (1) WELCOME to the Linux community! > Thanks. > (2) Don't hesitate to ask for help. This mailing list is a great resource > of > information and is followed by people who are seasoned linux users, as > well as > freshmen. That said, don't

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Linux Tyro
On Thu, Nov 3, 2011 at 12:08 AM, Rick Stevens wrote: Keep in mind that Fedora is a "cutting edge" distribution. It's > generally completely "updated" (replaced) every 6 months and old > versions are only supported for two updates, e.g. when Fedora 16 > comes out, Fedora 14 will be obsoleted and

kernel/system can't see all 4G memory

2011-11-03 Thread George R Goffe
Hi, My question is, am I missing something here? I upgraded my lenovo 60t to 4G memory and don't seem to be able to see all 4G of the upgrade. The hardware spec for this machine says it supports 4G memory. Any hints/clues/tips would be GREATLY appreciated. Thanks, George... uname says: 2.6

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Linux Tyro
On Thu, Nov 3, 2011 at 12:06 AM, Ian Malone wrote: I would say the opposite, Fedora's short release cycle isn't for > everyone (and I say this as someone who's used Fedora as their main OS > since FC1 came out) and Fedora upgrades are maybe slightly more > painful than Ubuntu ones. Ubuntu has an

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Linux Tyro
On Wed, Nov 2, 2011 at 8:03 PM, Tom Horsley wrote: I would say they are just different, not better or worse, though if > you like a GUI package management tool, nothing beats "synaptic" > on the ubuntu/debian family (I tend to prefer the command line > tools since I use ssh to get to most systems

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Linux Tyro
On Wed, Nov 2, 2011 at 7:49 PM, Bruno Wolff III wrote: The main advantage of Linux systems is openness. > Correct but I am considering security too! Well, Linux is good overall. -- THX -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://a

Re: windows migrant: choosing linux distribution

2011-11-03 Thread Linux Tyro
On Wed, Nov 2, 2011 at 7:29 PM, Michael Ekstrand wrote: That depends entirely on who you ask. Here, you are likely to get > pro-RPM answers, as Fedora uses RPM and people choose it for a reason. > Each has features and niceties that the other does not. Both are good > package formats and systems;

Thanks to Fedora community; Installation & Disk Partitioning ISSUE

2011-11-03 Thread Linux Tyro
On Thu, Nov 3, 2011 at 11:45 AM, T.C. Hollingsworth < tchollingswo...@gmail.com> wrote: Hi, I am really thankful to all of you, Marko Vojinovic, Tim and all the members for such great suggestions. However, it was a coincidence that I have some Ubuntu LTS CD and just installed it. Everything was