Boot into single user mode

2009-02-26 Thread Mr. Bravismore Mumanyi

Dear All,

I lost root password for one of my box running Fedora 9. I am not sure 
if its one of the clever users who changed the password since I had not 
locked it down.
I am now trying to boot into single user mode in order to reset the 
password. However, at the Fedora Splash screen the system does not 
respond to any key "a" for me to boot into run level 1. Is it a 
configuration that has been tempered with?


Regards
/Bravo



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


Re: X fails to start after recent update

2009-02-26 Thread Wolfgang S. Rupprecht

"D. Hugh Redelmeier"  writes:
> I don't know which update is the problem.  Certainly one in the alst
> few days.

Try reverting the Xorg server back one notch.  That is what worked for
me.

rpm -Uvh --oldpackage xorg-x11-server-Xorg-1.5.3-6.fc10.x86_64.rpm

(I have keepcache=1 in /etc/yum.conf so the old rpm was sitting around
in /var/cache/yum/updates/packages/ .)

-wolfgang
-- 
Wolfgang S. Rupprecht  http://www.full-steam.org/  (ipv6-only)
 You may need to config 6to4 to see the above pages.

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


Re: F10 radeonhd segv?

2009-02-26 Thread Wolfgang S. Rupprecht

"Wolfgang S. Rupprecht" 
writes:
> Fatal server error:
> Caught signal 11.  Server aborting

https://bugzilla.redhat.com/show_bug.cgi?id=487285

My work-around is:

rpm -Uvh --oldpackage xorg-x11-server-Xorg-1.5.3-6.fc10.x86_64.rpm

-wolfgang
-- 
Wolfgang S. Rupprecht  http://www.full-steam.org/  (ipv6-only)
 You may need to config 6to4 to see the above pages.

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


Re: F10 radeonhd segv?

2009-02-26 Thread Wolfgang S. Rupprecht

"D. Hugh Redelmeier"  writes:
> So mine is some other X issue because the new crash is with an
> unchanged driver.

So you are using dual-link 2560x1600 also.  Hmm.  Interesting.  I wonder
if there isn't some commonality after all.

-wolfgang
-- 
Wolfgang S. Rupprecht  http://www.full-steam.org/  (ipv6-only)
 You may need to config 6to4 to see the above pages.

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


Re: F10: sound vanishing after some time (Dell E6500)

2009-02-26 Thread wwp
Hello Frank,


On Thu, 26 Feb 2009 12:44:49 -0600 Frank Cox  wrote:

> On Thu, 26 Feb 2009 19:41:50 +0100
> wwp wrote:
> 
> > Yes I've read your previous post about it in the fedora users ML
> > archives. Unfortunately, this doesn't fix it here.
> 
> When your sound quits, what is the output from this command:
> 
> fuser -v /dev/snd/* /dev/dsp*

One or more instances of `pulseaudio`, and one of the mixer_applet2
on /dev/snd/controlC0. Sorry, can't be more precise now, will provide
more accurate information next time I able to.

BTW, when I kill pulseaudio using the command you gave, main.c says it's not
able to kill daemon (no such process).


Regards,

-- 
wwp


signature.asc
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Building .ko from from SRPM, what reduces .ko file size between 'make' and RPM?

2009-02-26 Thread Tim
On Fri, 2009-02-27 at 17:11 +1100, David wrote:
> By the way, I live in a remote location with poor quality dialup
> internet so sadly I cannot possibly keep my installation at the latest
> update of all packages between DVD releases.
>
> I'll be really grateful for any tips on the above, thanks. David

I don't know if it's around for the latest release, but some time ago
there was a delta update system available.  Basically, many of the
updates only require small changes from the previously installed
version, so the delta update would only update the bits that changed,
rather than replace the entire old package with an entirely new package.

Someone might say if you can still do this.  It would help, enormously,
with keeping a system up to date over dialup.

-- 
[...@localhost ~]$ uname -r
2.6.27.15-78.2.23.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



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


Re: Force to update to f10, but yum can't bring it into synch.

2009-02-26 Thread Gene Heskett
On Friday 27 February 2009, Craig White wrote:
>On Fri, 2009-02-27 at 00:22 -0500, Gene Heskett wrote:
>> >
>> >in theory, that shouldn't have any impact on upgrades IF you put the
>> >compiled stuff in /usr/local
>>
>> Often that is not the case, cuz identically named stuff is searched for in
>> /usr/lib well before /usr/local/lib.  This would be a great way to just
>> update what we needed locally, but the search order makes sure it finds
>> version 1.2.4 when we've been running 2.2.8 for a year.  So we give up
>> trying to bend it, and just build it with a --prefix=/usr and be done with
>> it.  Of course the rpms get overwritten and the system eventually goes
>> tits up.
>
>
>your box dude - neither /usr/lib nor /usr/local/lib are ever 'pathed'
>environmental variables but rather the compiled software should know
>where to look. Obviously you are referring to something specific when
>talking about versions 1.2.4 and 2.2.8 and my guess is that you are
>referring to amanda which really makes no sense to build/install with
>--prefix=/usr at all. In fact, you should just be building rpms and not
>compiling from source but that's a discussion that we have had before.

And we'll have this discussion till the cows come home dripping. :)  But I 
don't run amanda from /usr, never have, nor do I run it as root, in fact it 
detects that its running as root and bawls you out as it exits.  And building 
an rpm of amanda violates many of amanda most basic security tenets, most 
basic is that of not using any more permissions than is absolutely required.  
And rpm built and installed by a common user cannot get the suid's a couple 
pieces of it needs, which is why you build it as an unprivileged user so all 
the rights are set, but do the actual install as root so the suid's can be 
set.  The last I knew, rpm is as yet incapable of doing all this when rpm is 
also running unprivileged.

>Well written software would search /usr/local/lib before /usr/lib if it
>were built with --prefix=/usr/local (which should be the default).
>
>
>> Now, if someone could tell me how to make it search /usr/local/* first,
>> I'd be glad to follow those guidelines.  I'd step into my src dir and
>> rebuild and reinstall everything there to put itself into /usr/local then.
>
>
>I sort of thought that this was the default.
>
>try typing 'echo $PATH' and someone correct me if I'm wrong but I
>gathered that the order presented from that command is also the order
>that the commands are parsed.

I think this also depends on the output of ldconfig.  One used to be able to 
fine tune the order of its database, but somebody got the 10 kilowatt idea to 
get rid of an ld.so.conf file the user could control the order of the 
processing with and put individual files in a subdir.  And guess what, the 
last time I looked at its output, it alphabetizes the subdir contents before 
it processes them.  So you can't put /usr/local/lib at the top of the list 
anymore.  I should have filed a bz on that long ago.  I suppose a bit of 
renaming might suffice to set the processing order, but about the time I'd get 
that sorted its time to update.  Or switch distro's.

This isn't your fault of course, but sometimes I am led to wonder just what 
were they smoking when they change something like that just because they can.

Now, I finally backtraced the dependency that pulls in strigi-devel, and then 
yum needs a bug filed on it, it claims that the -devel package needs the 
parent package which is not available, so it upchucks and stops.  Funny thing 
though, the parent package is also shown as already installed.  Who is at 
fault in this I haven't the foggiest, but it sure is a showstopper.

Oh well, tomorrow is another day.  Mail is flowing, and web browsing almost 
works.  Maybe if i reboot to test the grub-install, the newer radeonhd drivers 
I just installed will fix that.

Thanks Craig

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Administration:  An ingenious abstraction in politics, designed to receive
the kicks and cuffs due to the premier or president.
-- Ambrose Bierce

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


Re: Building .ko from from SRPM, what reduces .ko file size between 'make' and RPM?

2009-02-26 Thread David
On Fri, Feb 27, 2009 at 5:18 PM, Kevin Kofler  wrote:
> David wrote:
>> So I am wondering what affects the size of the .ko file between 'make'
>> and the built RPM.
>
> Debugging information is extracted into a separate RPM.

Thanks Kevin.

If I want to learn more about that, is that functionality built into
'rpmbuild' (and therefore perhaps described in its documentation), or
is it some other command?

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


Re: Building .ko from from SRPM, what reduces .ko file size between 'make' and RPM?

2009-02-26 Thread Kevin Kofler
David wrote:
> So I am wondering what affects the size of the .ko file between 'make'
> and the built RPM.

Debugging information is extracted into a separate RPM.

Kevin Kofler

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


Building .ko from from SRPM, what reduces .ko file size between 'make' and RPM?

2009-02-26 Thread David
Hello. I'm attempting a newbie skill building exercise rather than
solving a particular problem, but I'm missing something obvious.
Searching hasnt helped me on this specific point.

I imagine that 'make' of the entire kernel source RPM (at the exact
version as my Fedora 9 precompiled kernels) should closely duplicate
my precompiled kernel modules, for example my ALSA driver module
snd-intel8x0.ko

However as shown by 'ls' at the last paragraph of this email, I notice
that the snd-intel8x0.ko I build using 'make' is 230265 bytes but the
precompiled operational one is *much* smaller at 39592 bytes.

I am afraid to proceed to 'make install' until these files look
similar/identical.

Also I notice that if I build the kernel.rpm and then 'rpm -qp --dump'
it, then these file sizes *are* identical.

So I am wondering what affects the size of the .ko file between 'make'
and the built RPM. As a newbie in this area I am far from
comprehending the entire kernel.spec or Makefiles system. So it would
greatly assist me if someone could give me a pointer what to look at
next.

Please note that my aim is not to build an rpm. My aim is to become
knowledgable enough extract a kernel source tree from a srpm, to be
able to 'make' it, and ultimately to be able to 'make' subsections of
it, in particular make and install an individual module, without
building an rpm. I understand the consequences for my rpm database.

Using diff on the output from 'modinfo' on each file gives only these
differences
< filename:
/BIG/HOME/david/rpmbuild/BUILD/kernel-2.6.25/linux-2.6.25.i686/sound/pci/snd-intel8x0.ko
> filename:   
> /lib/modules/2.6.25-14.fc9.i686/kernel/sound/pci/snd-intel8x0.ko
< vermagic:   2.6.25 SMP mod_unload 686 4KSTACKS
> vermagic:   2.6.25-14.fc9.i686 SMP mod_unload 686 4KSTACKS

I'm using the reference
http://www.tldp.org/LDP/lkmpg/2.6/html/x380.html ("Linux Kernel Module
Programming Guide: Building modules for a precompiled kernel").

My complete approach is reproduced below. Probably you can skip the
first 3 paragraphs that just show my rpmbuild targets. ~/rpmbuild is a
symlink due to insufficient free space on my home drive.

By the way, I live in a remote location with poor quality dialup
internet so sadly I cannot possibly keep my installation at the latest
update of all packages between DVD releases.

I'll be really grateful for any tips on the above, thanks. David

-

[~]$ uname -a
Linux kablamm.localdomain 2.6.25-14.fc9.i686 #1 SMP Thu May 1 06:28:41
EDT 2008 i686 i686 i386 GNU/Linux

[~]$ ln -v -s -f -T "/BIG/HOME/david/rpmbuild" "/home/david/rpmbuild"
`/home/david/rpmbuild' -> `/BIG/HOME/david/rpmbuild'

[~]$ cat .rpmmacros
%_topdir  %(echo $HOME)/rpmbuild
%_smp_mflags  -j3
%__arch_install_post   /usr/lib/rpm/check-rpaths   /usr/lib/rpm/check-buildroot
%packager   David
%distribution   Fedora %(tr -dc [0-9] https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Force to update to f10, but yum can't bring it into synch.

2009-02-26 Thread Craig White
On Fri, 2009-02-27 at 00:22 -0500, Gene Heskett wrote:

> >
> >in theory, that shouldn't have any impact on upgrades IF you put the
> >compiled stuff in /usr/local
> 
> Often that is not the case, cuz identically named stuff is searched for in 
> /usr/lib well before /usr/local/lib.  This would be a great way to just 
> update 
> what we needed locally, but the search order makes sure it finds version 
> 1.2.4 
> when we've been running 2.2.8 for a year.  So we give up trying to bend it, 
> and just build it with a --prefix=/usr and be done with it.  Of course the 
> rpms get overwritten and the system eventually goes tits up.

your box dude - neither /usr/lib nor /usr/local/lib are ever 'pathed'
environmental variables but rather the compiled software should know
where to look. Obviously you are referring to something specific when
talking about versions 1.2.4 and 2.2.8 and my guess is that you are
referring to amanda which really makes no sense to build/install with
--prefix=/usr at all. In fact, you should just be building rpms and not
compiling from source but that's a discussion that we have had before.
Well written software would search /usr/local/lib before /usr/lib if it
were built with --prefix=/usr/local (which should be the default).

> Now, if someone could tell me how to make it search /usr/local/* first, I'd 
> be 
> glad to follow those guidelines.  I'd step into my src dir and rebuild and 
> reinstall everything there to put itself into /usr/local then.

I sort of thought that this was the default.

try typing 'echo $PATH' and someone correct me if I'm wrong but I
gathered that the order presented from that command is also the order
that the commands are parsed.

Craig

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


Re: Force to update to f10, but yum can't bring it into synch.

2009-02-26 Thread Gene Heskett
On Thursday 26 February 2009, Craig White wrote:
>On Thu, 2009-02-26 at 23:19 -0500, Gene Heskett wrote:
>> The initial, commented /dev/sdb is correct, /dev/sda is the master drive
>> on this mobo's only PATA interface, and is not normally mounted. /dev/sdb
>> is the first SATA drive, and is selected as the first bootable hard disk
>> in the bios. So I assume then that my command line to install grub again
>> would then be: grub-install /dev/sdb ?
>
>
>it seems odd that you would have it set to /dev/sdb and grub as (hd0,0).

Apparently that is just one of the gotcha's of running a very high priced 
(nearly 300 bucks bare) ASUS motherboard.  It does damned little as you would 
expect it to do.  If I had known that ASUS was on the ropes, and that their 
support sucked dead toads through soda straws, I wouldn't have touched it with 
your credit card let alone mine.

>It shouldn't hurt I would think if you did grub-install to both /dev/sda
>and /dev/sdb. Most modern BIOS allows you to pick the boot order of the
>various drive types.

# this device map was generated by anaconda
(hd0) /dev/sda
(hd1) /dev/sdb
And that file is dated back on the 15th of feb 2009.  And I was NOT screwing 
with it then.  So, based on that I did another grub-install on /dev/sda.

Here is a df report
[r...@coyote ~]# df  
Filesystem   1K-blocks  Used Available Use% Mounted on   
/dev/sda3468832020  87577712 357054796  20% /
/dev/sda1   194442121466 62937  66% /boot
/dev/sdc1961432072 293643964 618950108  33% /amandatapes
tmpfs  2074712 0   2074712   0% /dev/shm
//goat.coyote.den/goat
  58134488   4302672  50901964   8% /mnt/goat
//shop.coyote.den/shop-slash
  37800748   4647876  31232708  13% /mnt/shop
/dev/sde1 38456308  30008496   6494312  83% /media/d


and I did some poking around with smartctl and that PATA drive, a 320Gb 
Maxtor, is actually registered into F10 as /dev/sdd.  Go figure, it makes zero 
sense to me.

>
>
>> >> 2. Yum wants to update 435 packages, but many dependencies stop it. 
>> >> What is the f10 procedure to bring that up to speed now?
>> >
>> >
>> >you probably have some packages that have to be manually removed that
>> >are blocking the update.
>>
>> I will probably hit a package that does this eventually, I have it
>> processing the updates displayed about 1 yumex screen full at a time, and
>> so far that hasn't triggered a dependency storm.  That knocking sound,
>> yeah, you know what it is.
>
>
>package-cleanup --orphans will give you a lot of guidance on packages
>that it can't update.
>
>
>> I have tons of self compiled stuff here, and will again shortly.  The
>> radeonhd driver supplied with the dvd is so slow I can repaint the screen
>> with a 2" wide paint brush faster.
>
>
>in theory, that shouldn't have any impact on upgrades IF you put the
>compiled stuff in /usr/local

Often that is not the case, cuz identically named stuff is searched for in 
/usr/lib well before /usr/local/lib.  This would be a great way to just update 
what we needed locally, but the search order makes sure it finds version 1.2.4 
when we've been running 2.2.8 for a year.  So we give up trying to bend it, 
and just build it with a --prefix=/usr and be done with it.  Of course the 
rpms get overwritten and the system eventually goes tits up.

Now, if someone could tell me how to make it search /usr/local/* first, I'd be 
glad to follow those guidelines.  I'd step into my src dir and rebuild and 
reinstall everything there to put itself into /usr/local then.
[...]
>get the updates installed first. You might find that the rpmfusion fglrx
>package is more to your liking though I wouldn't think that there would
>much of a performance difference between F9 and F10 w/r/t radeonhd but
>then again, I'm not using it.

The problem with that is that the fglrx is married to the kernel version.
radeonhd at least, is only married to the x server version, and that is what I 
broke when I built the git pull of it.  Besides that, I have yet to get fps 
out of fglrx that I get from radeonhd.  That is one of the first things I had 
yumex update, but I haven't rebooted to try it yet.  I'm just happier than a 
pig in it that the new kmail picked right up where the old one left off, it 
all works and I haven't touched a thing yet.

Thanks Craig.

>Craig

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Many people feel that they deserve some kind of recognition for all the
bad things they haven't done.

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


Re: Force to update to f10, but yum can't bring it into synch.

2009-02-26 Thread Craig White
On Thu, 2009-02-26 at 23:19 -0500, Gene Heskett wrote:

> The initial, commented /dev/sdb is correct, /dev/sda is the master drive on 
> this mobo's only PATA interface, and is not normally mounted. /dev/sdb is the 
> first SATA drive, and is selected as the first bootable hard disk in the bios.
> So I assume then that my command line to install grub again would then be:
> grub-install /dev/sdb ?

it seems odd that you would have it set to /dev/sdb and grub as (hd0,0).
It shouldn't hurt I would think if you did grub-install to both /dev/sda
and /dev/sdb. Most modern BIOS allows you to pick the boot order of the
various drive types.

> >> 2. Yum wants to update 435 packages, but many dependencies stop it.  What
> >> is the f10 procedure to bring that up to speed now?
> >
> >
> >you probably have some packages that have to be manually removed that
> >are blocking the update.
> 
> I will probably hit a package that does this eventually, I have it processing 
> the updates displayed about 1 yumex screen full at a time, and so far that 
> hasn't triggered a dependency storm.  That knocking sound, yeah, you know 
> what 
> it is.

package-cleanup --orphans will give you a lot of guidance on packages
that it can't update.

> I have tons of self compiled stuff here, and will again shortly.  The 
> radeonhd 
> driver supplied with the dvd is so slow I can repaint the screen with a 2" 
> wide paint brush faster.

in theory, that shouldn't have any impact on upgrades IF you put the
compiled stuff in /usr/local

> [r...@coyote ~]# glxgears
> 1628 frames in 5.0 seconds = 325.495 FPS
> 1636 frames in 5.0 seconds = 327.036 FPS
> 1635 frames in 5.0 seconds = 326.821 FPS
> 1573 frames in 5.0 seconds = 314.521 FPS
> 1455 frames in 5.0 seconds = 290.819 FPS
> 1521 frames in 5.0 seconds = 304.192 FPS
> 
> Which surprises me, it feels a heck of a lot slower.  Moving firefox an inch 
> to the left takes about 10 seconds as it redraws the whole screen about 50 
> times doing it.
> 
> It was doing about 900 before I broke it.  And I could move a screen as fast 
> as the mouse moved.  Sigh.

get the updates installed first. You might find that the rpmfusion fglrx
package is more to your liking though I wouldn't think that there would
much of a performance difference between F9 and F10 w/r/t radeonhd but
then again, I'm not using it.

Craig

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


Re: Force to update to f10, but yum can't bring it into synch.

2009-02-26 Thread Gene Heskett
On Thursday 26 February 2009, Craig White wrote:
>On Thu, 2009-02-26 at 22:37 -0500, Gene Heskett wrote:
>> Greetings;
>>
>> I killed x trying to make this )*(&%$ video card work so I put the f10 dvd
>> in and updated it to F10.
>>
>> Two immediate problems.
>>
>> 1. Grub must have miss-fired, all I get is the grub shell and I have to
>> enter all the boot data line by line in order to boot.  Is that a fresh
>> grub- install?
>
>
>that hasn't been a commonly reported problem with F10 but after you boot
>up, have you run 'grub-install /dev/sda' to ensure that grub is properly
>installed? What does /boot/grub/grub.conf look like?

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You have a /boot partition.  This means that
#  all kernel and initrd paths are relative to /boot/, eg.
#  root (hd0,0)
#  kernel /vmlinuz-version ro root=/dev/sdb3
#  initrd /initrd-version.img
#boot=/dev/sdb
default=0
fallback=9 
timeout=15
splashimage=(hd0,0)/grub/splash.xpm.gz
# 0
title Fedora (2.6.27.5-117.fc10.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.27.5-117.fc10.i686.PAE ro 
root=UUID=811c07da-065e-4da7-988e-686913725b53 rhgb quiet nomodeset
initrd /initrd-2.6.27.5-117.fc10.i686.PAE.img

# 2
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro 
root=UUID=811c07da-065e-4da7-988e-686913725b53 rhgb quiet nomodeset
initrd /initrd-2.6.27.5-117.fc10.i686.img

# 3
title fedora (2.6.28)
root (hd0,0)
kernel /vmlinuz-2.6.28 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.28.img

# 4
title fedora (2.6.28.2)
root (hd0,0)
kernel /vmlinuz-2.6.28.2 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.28.2.img

# 5
title fedora (2.6.28.3)
root (hd0,0)
kernel /vmlinuz-2.6.28.3 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.28.3.img

# 6
title fedora (2.6.28.4)
root (hd0,0)
kernel /vmlinuz-2.6.28.4 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.28.4.img

# 7
title fedora (2.6.28.5)
root (hd0,0)
kernel /vmlinuz-2.6.28.5 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.28.5.img

# 8
title fedora (2.6.28.6)
root (hd0,0)
kernel /vmlinuz-2.6.28.6 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.28.6.img

# 9
title fedora (2.6.28.7)
root (hd0,0)
kernel /vmlinuz-2.6.28.7 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.28.7.img

#10
title fedora (2.6.29-rc2)
root (hd0,0)
kernel /vmlinuz-2.6.29-rc2 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.29-rc2.img
#11
title fedora (2.6.29-rc3)
root (hd0,0)
kernel /vmlinuz-2.6.29-rc3 ro root=LABEL=/ rhgb quiet nomodeset
initrd /initrd-2.6.29-rc3.img
#12
title   Ubuntu jaunty (development branch), kernel 2.6.28-6-generic
root (hd2,0)
uuiddec5d1c4-967e-4946-8f1b-4b30b6ceee07
kernel  /vmlinuz-2.6.28-6-generic 
root=UUID=cb93c923-1039-44ba-965f-9fb581dc16be ro quiet splash
initrd  /initrd.img-2.6.28-6-generic
quiet

#11
title   Ubuntu jaunty (development branch), kernel 2.6.28-6-generic 
(recovery mode)
root (hd2,0)
uuiddec5d1c4-967e-4946-8f1b-4b30b6ceee07
kernel  /vmlinuz-2.6.28-6-generic 
root=UUID=cb93c923-1039-44ba-965f-9fb581dc16be ro  single
initrd  /initrd.img-2.6.28-6-generic

#12
title   Ubuntu jaunty (development branch), memtest86+
root (hd2,0)
uuiddec5d1c4-967e-4946-8f1b-4b30b6ceee07
kernel  /memtest86+.bin
quiet
==

The initial, commented /dev/sdb is correct, /dev/sda is the master drive on 
this mobo's only PATA interface, and is not normally mounted. /dev/sdb is the 
first SATA drive, and is selected as the first bootable hard disk in the bios.
So I assume then that my command line to install grub again would then be:
grub-install /dev/sdb ?

>
>
>> 2. Yum wants to update 435 packages, but many dependencies stop it.  What
>> is the f10 procedure to bring that up to speed now?
>
>
>you probably have some packages that have to be manually removed that
>are blocking the update.

I will probably hit a package that does this eventually, I have it processing 
the updates displayed about 1 yumex screen full at a time, and so far that 
hasn't triggered a dependency storm.  That knocking sound, yeah, you know what 
it is.

Thanks Craig.

>You probably want to check out this page
>http://fedoraproject.org/wiki/YumUpgradeFaq even if you used the DVD or
>preupgrade to install the update as this has a lot of information useful
>like 'clean stuff' section and various issues going from like 8=>9 or
>9=>10

I have tons of self compiled stuff here, and will again shortly.  The r

Re: Force to update to f10, but yum can't bring it into synch.

2009-02-26 Thread Craig White
On Thu, 2009-02-26 at 22:37 -0500, Gene Heskett wrote:
> Greetings;
> 
> I killed x trying to make this )*(&%$ video card work so I put the f10 dvd in 
> and updated it to F10.
> 
> Two immediate problems.
> 
> 1. Grub must have miss-fired, all I get is the grub shell and I have to enter 
> all the boot data line by line in order to boot.  Is that a fresh grub-
> install?

that hasn't been a commonly reported problem with F10 but after you boot
up, have you run 'grub-install /dev/sda' to ensure that grub is properly
installed? What does /boot/grub/grub.conf look like?

> 2. Yum wants to update 435 packages, but many dependencies stop it.  What is 
> the f10 procedure to bring that up to speed now?

you probably have some packages that have to be manually removed that
are blocking the update.

You probably want to check out this page
http://fedoraproject.org/wiki/YumUpgradeFaq even if you used the DVD or
preupgrade to install the update as this has a lot of information useful
like 'clean stuff' section and various issues going from like 8=>9 or
9=>10

Craig 

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


Force to update to f10, but yum can't bring it into synch.

2009-02-26 Thread Gene Heskett
Greetings;

I killed x trying to make this )*(&%$ video card work so I put the f10 dvd in 
and updated it to F10.

Two immediate problems.

1. Grub must have miss-fired, all I get is the grub shell and I have to enter 
all the boot data line by line in order to boot.  Is that a fresh grub-
install?

2. Yum wants to update 435 packages, but many dependencies stop it.  What is 
the f10 procedure to bring that up to speed now?

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
That's life.
What's life?
A magazine.
How much does it cost?
Two-fifty.
I only have a dollar.
That's life.

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


Re: can nat work in vlan

2009-02-26 Thread Gordon Messmer

ann kok wrote:

I want to configure 802.1q 3 vlans
can nat work in those vlan?


Yes.  You can treat a VLAN interface as you would a real hardware interface.

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


Windows mobile

2009-02-26 Thread Rama Kishore Babu Koppula
Can we synchronize windows mobile with f10 email clents?

 

K. Rama Kishore Babu

 

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

Re: X fails to start after recent update

2009-02-26 Thread Kanwar Ranbir Sandhu
On Thu, 2009-02-26 at 16:57 -0500, D. Hugh Redelmeier wrote:
> I did an update.  It said I should reboot.
> After reboot, X does not come up.
> 
> I can flip to a text console:  that's what I'm typing this into.
> 
> Anyone else have this problem?

One of the recent Xorg and/or fglrx (from rpmfusion) updates has borked
my 3D: it no longer works.  I logged out, and when I logged back in,
that's when I realized compiz wouldn't start.  I've spent an hour trying
to fix it, but I'm just bumbling around.

These are the errors I'm seeing in the Xorg log:

(EE) AIGLX error: fglrx exports no extensions
(/usr/lib64/dri/fglrx_dri.so: undefined symbol: __driDriverExtensions)
(EE) AIGLX: reverting to software rendering

I have an ATI HD3850.

What's happened? How do I fix it?  I wish the 3D bits weren't so touchy.

Regards,

Ranbir

-- 
Kanwar Ranbir Sandhu
Linux 2.6.27.15-170.2.24.fc10.x86_64 x86_64 GNU/Linux 
20:07:00 up 2 min, 2 users, load average: 1.01, 0.49, 0.18 


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


Re: Mount added drive -

2009-02-26 Thread Bob Goodwin

Aldo Foot wrote:


I may be missing something obvious. Why not define a mount point
for /dev/mapper/VolGroup01-LogVol02?
For instance you defined "/" to be the mount point for /dev/VolGroup01/LogVol00.

~af

  


The installer on the live cd did that, I added the second drive later 
and began messing with the lvm configuration.  I didn't change anything 
on the first drive ...  Except to make room for F-10.


Bob


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


Re: Mount added drive -

2009-02-26 Thread Aldo Foot
On Thu, Feb 26, 2009 at 7:26 AM, Bob Goodwin  wrote:
> This is an F-10 updated box to which I've added a second drive which is not
> mounting automatically at boot.  I have to mount it after I log in.
>  Obviously I've messed up something in configuration but I haven't been able
> to find it.
>
> I am not sure what ftab should look like but presently it is:.
>
>   [r...@box9 bobg]# cat /etc/fstab
>
>   #
>   # /etc/fstab
>   # Created by anaconda on Tue Feb 24 04:01:45 2009
>   #
>   # Accessible filesystems, by reference, are maintained under '/dev/disk'
>   # See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for
>   more info
>   #
>   /dev/VolGroup01/LogVol00 /                       ext3     defaults
>  1 1
>   UUID=3c6742c9-0f68-4390-b323-b962596822d6 /boot                     ext3
>  defaults        1 2
>   tmpfs                   /dev/shm                tmpfs     defaults
>  0 0
>   devpts                  /dev/pts                devpts   gid=5,mode=620  0
> 0
>   sysfs                   /sys                    sysfs     defaults
>  0 0
>   proc                    /proc                   proc     defaults        0
> 0
>   /dev/VolGroup01/LogVol01 swap                    swap     defaults
>  0 0
>
>   /dev/VolGroup01/LogVol02 UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
>       ext3    defaults    1 2
>
>
> I can mount it:
>
>   [r...@box9 bobg]# mount /dev/VolGroup01/LogVol02
>   [r...@box9 bobg]# df
>   Filesystem           1K-blocks      Used Available Use% Mounted on
>   /dev/mapper/VolGroup01-LogVol00
>                          5289592   3210420   2025496  62% /
>   /dev/sda2               194449     20859    163550  12% /boot
>   tmpfs                  1292316        76   1292240   1% /dev/shm
>   /dev/mapper/VolGroup01-LogVol02
>                         76923936    222308  72794044   1%
>   /home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
>
> And df shows:
>
>   [r...@box9 bobg]# df
>   Filesystem           1K-blocks      Used Available Use% Mounted on
>   /dev/mapper/VolGroup01-LogVol00
>                          5289592   3210420   2025496  62% /
>   /dev/sda2               194449     20859    163550  12% /boot
>   tmpfs                  1292316        76   1292240   1% /dev/shm
>   /dev/mapper/VolGroup01-LogVol02
>                         76923936    222308  72794044   1%
>   /home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
>
> And lvscan:
>
>   [r...@box9 bobg]# lvscan
>     ACTIVE            '/dev/VolGroup01/LogVol00' [5.12 GB] inherit
>     ACTIVE            '/dev/VolGroup01/LogVol01' [4.41 GB] inherit
>     ACTIVE            '/dev/VolGroup01/LogVol02' [74.53 GB] inherit
>
> I would like the second drive to be an extension of the first.
>
> Can anyone tell me what I have done wrong?
>
> Bob
>


I may be missing something obvious. Why not define a mount point
for /dev/mapper/VolGroup01-LogVol02?
For instance you defined "/" to be the mount point for /dev/VolGroup01/LogVol00.

~af

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


Re: Mount added drive -

2009-02-26 Thread Bob Goodwin

Todd Denniston wrote:

Bob Goodwin wrote, On 02/26/2009 02:45 PM:


Now I'm stuck.  The simplest thing would be to reinstall the system but
bandwidth for updates is killing me.  Wildblue is a satellite service 
and

I'm limited to 17 Gigs/30 days.  I hate to keep burning up my bw.


Suggestion:
1) in /etc/yum.conf set keepcache=1
2) every so often copy the contents of 
/var/cache/yum/updates/packages/ (or if your on F9 
/var/cache/yum/updates-newkey/packages/) to an external media 
(DVDs/USBHD).
3) when you have to reinstall you can copy the rpms back to the 
packages/ directory and yum will see them and know that it does not 
have to re download them. [it still has to get/extract the headers, 
but they are small.]


This is also a useful trick when you have several machines to update 
that are running nearly the same install, i.e., by copying packages/ 
from the first to later machines, the later machines only have to 
download the packages that the first machine was not running. :)


Ok, I did as yous suggested and it's running update for the third time!  
Hopefully I will be able to use those files on this computer which I 
will next upgrade from F-9 to 10.


I eventually got the other computer into a state where it would no 
longer boot.  Apparently it wanted some files on the second drive and I 
had repartitioned it with fdisk.  They were gone.


I had already wasted several days of my spare time trying to make it 
work and the most expeditious way out was a reinstall.  I wanted to 
reduce the size of the XP partition anyway in addition to adding the 
second drive.  Once I get things running I have a pata drive I want to 
add to the mix.  I will have build up some nerve to do that!


Thanks all.

Bob

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


Re: Account, password problem with sqlplus in Oracle 10g(10201_companion_linux32)

2009-02-26 Thread Robert L Cochran
I've installed Oracle 10g but not on Fedora 10. I don't think it is
supported on the Oracle Universal Installer.

I've done it on CentOS 5, following the directions provided on the
Oracle website for Linux installations. Oracle only supports a limited
Linux installation set. You need to follow their procedure to the
letter...in fact to the nybble...and that procedure is really specific
and with many steps. Go to the Oracle website and do it their way...it
will work. It will take you a couple days to get it done right, don't
expect a miracle 10-minute install. Do the installation on a machine you
can spare as a dedicated database server and don't use it for anything
else but an Oracle database server.

The name of the zip file you mention doesn't seem right. That seems like
an add on of some sort to 10g Release 2.

Bob


GMS S wrote:
> Hi,
> I installed Oracle 10g(10201_companion_linux32.zip).
> After extracting got companion directory.
> Installing going to that directory "/u01/app/oracle/product/10.2.0/db_1/bin"
> I ran ./sqlplus command.
>
> But now I can't type the user name and password because everything is denied.
> When installing ,I selected companion option as I got an error selecting the 
> Oralce 10g Database option.I was not prompted for account and password.
>
> There was an option during installation for
> i)Wschema
> ii)hostname
> iii)port
> iv)sid
>
> like this.
>
> Now what should I do?Is there any option for creating account and password?
> Can anyone tell? 
>
> I am using Fedora 10.
> Thanks 
>
>
>
>
>   
>
>   

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


Re: Mount added drive -

2009-02-26 Thread Todd Denniston

Bob Goodwin wrote, On 02/26/2009 02:45 PM:


Now I'm stuck.  The simplest thing would be to reinstall the system but
bandwidth for updates is killing me.  Wildblue is a satellite service and
I'm limited to 17 Gigs/30 days.  I hate to keep burning up my bw.


Suggestion:
1) in /etc/yum.conf set keepcache=1
2) every so often copy the contents of /var/cache/yum/updates/packages/ (or if 
your on F9 /var/cache/yum/updates-newkey/packages/) to an external media 
(DVDs/USBHD).
3) when you have to reinstall you can copy the rpms back to the packages/ 
directory and yum will see them and know that it does not have to re download 
them. [it still has to get/extract the headers, but they are small.]


This is also a useful trick when you have several machines to update that are 
running nearly the same install, i.e., by copying packages/ from the first to 
later machines, the later machines only have to download the packages that the 
first machine was not running. :)


--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter

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


X fails to start after recent update

2009-02-26 Thread D. Hugh Redelmeier
I did an update.  It said I should reboot.
After reboot, X does not come up.

I can flip to a text console:  that's what I'm typing this into.

Anyone else have this problem?

I'm running X86-66 Fedora 10.  The video card is an Asus EAH3650
Silent Magic.

/var/log/Xorg.0.log shows some bad news:

  (EE) RADEON(0): Output DVI-0 enabled but has no modes

But I don't know why it says that.  Preceding lines include:
  (II) RADEON(0): Printing probed modes for output DVI-0
  (II) RADEON(0): Modeline "2560x1600"x59.9  268.00  2560 2608 2640 2720  1600 
1603 1609 1646 +hsync +vsync (98.5 kHz)
This is a correct modeline for the monitor
  (II) RADEON(0): Output HDMI-0 disconnected
  (II) RADEON(0): Output DVI-0 connected
  (II) RADEON(0): Using exact sizes for initial modes

Eventually, it says:
  (EE) Screen(s) found, but none have a usable configuration.

  Fatal server error:
  no screens found

I don't know which update is the problem.  Certainly one in the alst
few days.

It cannot be the actual X device driver because I didn't update that.
There is a driver update but I don't apply it because it does not
work on my system.  See
  https://bugzilla.redhat.com/show_bug.cgi?id=484636

The ati driver recognizes the video card as:
  (--) RADEON(0): Chipset: "ATI ATI Radeon HD 3600 XT" (ChipID = 0x9598)
The "ATI ATI" is a typo fixed in the current driver.

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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Rick Bilonick

On Thu, 2009-02-26 at 12:23 -0900, Jeff Spaleta wrote:
> On Thu, Feb 26, 2009 at 11:57 AM, Rick Bilonick  wrote:
> > I had to install this.
> 
> And please, don't short-circuit the diagnose like that.  When I ask
> for specific command output, its not a rhetorical question. I want
> that command output, I don't want you to interpret or act on it. I
> don't want you to go and try to fix anything on your own. I need
> system tool output because the system tool output to diagnose what
> your system state is. Human language isn't going to cut it, human
> interpretation of the output isnt going to cut it. To get an accurate
> picture, I need system tool output exactly as I have requested.
> 
> You need to understand, in a lot of cases like this, its a local user
> action initiated issue.
> People will get into these sort of messes because they don't
> understand the implications of their actions.  That's OKAYmistakes
> happen...people aren't perfect..the computer tools they produce aren't
> perfect...the only things which intuitively understand computers are
> other computers...and skynet isn't here yet to take all the
> frustration away.
> 
> As soon as you get to the point where your system is messed up enough
> where you can't figure out how to fix it on your own and  need to ask
> for help.. you need to follow the instructions you are given. Every
> subsequent action you take could further distort the state of your
> system causing more problems simply because you don't know what you
> are doing. You have to be able to admit that to yourself and be
> willing to answer questions asked of you and provide the information
> explicitly asked for.
> 
> What I and other helpers need you to do is to be patient and to not
> screw around with it while dagnose your system while its in a known
> but broken state.  It's hard enough remotely diagnosing a system even
> when the system state is static.  The more actions you do on your own,
> and the fewer questions you answer, the harder it is for us..the
> people taking time out of our day..to help you unbreak your system.
> 
> -jef
> 

My bad. My very bad. I was in a hurry and annoyed that a simple update
after installing F10 always crapped out due to a conflict. I'm not sure
why there would be any conflicts on a newly installed F10. Regardless,
I'll never blindly remove software again. I re-installed xorg and gnome
and that has fixed the problem.

Thanks for your help.

Rick B.

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


Re: FC, Samba, and permissions problems

2009-02-26 Thread James Wilkinson
Gary Stainburn wrote:
> I've just set up a new FC9 system with Samba and I'm having a problem
> 
> I've set security to share, and then set up the following share

Is SELinux enabled? Have you checked for SELinux errors? Have you
reviewed the SELinux Samba booleans? I think they were in
system-config-security on Fedora 9: they’re on system-config-selinux on
Fedora 10.

Hope this helps,

James.

-- 
E-mail: james@ | “Sir, they’ve taken Mr. Rimmer!”
aprilcottage.co.uk | “Quick, let’s get out of here before they bring him
   | back!”
   | -- Kryten and Cat, ‘Red Dwarf’

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


Re: printout sending control codes to the console?

2009-02-26 Thread James Wilkinson
Konstantin Svist wrote:
> I have a script which prints out some data to the terminal, which I keep
> in a screen session.
> Often times I see indecipherable characters printed out and the output
> freezes - I'm guessing some control code is being triggered from the
> printout.
> Is there a way to prevent this?

Pipe it through cat -vet?

(Strictly, only cat -v is needed. -e adds a $ at the end of each line
and -t prints tabs as ^I. And if you have -e, you don’t need -v for Gnu
cat. This isn’t true with other cats, and “cat -vet” is easy to
remember!)

James

-- 
E-mail: james@ | “Why is it we never meet anyone nice?”
aprilcottage.co.uk | “Why is it we never meet anyone who can shoot
   | straight?”
   | -- Lister and Cat, ‘Red Dwarf’

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


Dolphin doesn't see CD/DVD

2009-02-26 Thread DB

Evening All,

Since my preupgrade from F9 to F10, it seems I cannot see my CD/DVD 
players with Dolphin (nor Krusader).  Have I killed something else while 
trying to get viddeo & sound working with Skype?  Or has something else 
been moved to a new package & I've missed it??


Thanks all

Dave

PS I won't get started on the "joys" of trying to get sounds working..

uname -ar
Linux Fedora-Blue 2.6.27.15-170.2.24.fc10.i686 #1 SMP Wed Feb 11 
23:58:12 EST 2009 i686 athlon i386 GNU/Linux




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


Re: F10 radeonhd segv?

2009-02-26 Thread D. Hugh Redelmeier
| From: Wolfgang S. Rupprecht 

| Looks like today's yum in F10 broke my X.

An update just broke mine too, but in a different way.

Actually, I'm using the RADION driver.
I had an earlier (as yet unfixed) problem with this driver
so I'm sticking with the old one.  So mine is some other X
issue because the new crash is with an unchanged driver.
Here's my previous problem:
  https://bugzilla.redhat.com/show_bug.cgi?id=484636

I will report my new problem in a separate thread.

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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Jeff Spaleta
On Thu, Feb 26, 2009 at 11:57 AM, Rick Bilonick  wrote:
> I had to install this.

And please, don't short-circuit the diagnose like that.  When I ask
for specific command output, its not a rhetorical question. I want
that command output, I don't want you to interpret or act on it. I
don't want you to go and try to fix anything on your own. I need
system tool output because the system tool output to diagnose what
your system state is. Human language isn't going to cut it, human
interpretation of the output isnt going to cut it. To get an accurate
picture, I need system tool output exactly as I have requested.

You need to understand, in a lot of cases like this, its a local user
action initiated issue.
People will get into these sort of messes because they don't
understand the implications of their actions.  That's OKAYmistakes
happen...people aren't perfect..the computer tools they produce aren't
perfect...the only things which intuitively understand computers are
other computers...and skynet isn't here yet to take all the
frustration away.

As soon as you get to the point where your system is messed up enough
where you can't figure out how to fix it on your own and  need to ask
for help.. you need to follow the instructions you are given. Every
subsequent action you take could further distort the state of your
system causing more problems simply because you don't know what you
are doing. You have to be able to admit that to yourself and be
willing to answer questions asked of you and provide the information
explicitly asked for.

What I and other helpers need you to do is to be patient and to not
screw around with it while dagnose your system while its in a known
but broken state.  It's hard enough remotely diagnosing a system even
when the system state is static.  The more actions you do on your own,
and the fewer questions you answer, the harder it is for us..the
people taking time out of our day..to help you unbreak your system.

-jef

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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Jeff Spaleta
On Thu, Feb 26, 2009 at 11:57 AM, Rick Bilonick  wrote:
> I had to install this. I had problems trying to update after the
> install. yum kept complaining about about a conflict so I had to remove
> all the kde packages - it must have removed too much. Now it boots up
> with an X type login screen - but it won't let me login.

You did what? you did a yum remove that removed the xserver itself!

I'm going to give you a second to think about the implications of that
action, and how far reaching that action could have been. What else
did that remove. We can't tell you. And it certainly explains your
problem.

Now you need to go check your yum transaction log and see exactly all
the packages you removed.   Assuming you did this recently enough
there should be a record of all the packages removed in
/var/log/yum.log

-jef

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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Rick Bilonick

On Thu, 2009-02-26 at 10:01 -0900, Jeff Spaleta wrote:
> On Thu, Feb 26, 2009 at 9:56 AM, Rick Bilonick  wrote:
> > I'm completely stumped. What else should I check? The kernel is
> > 2.6.27.15-170.2.24.fc10.x86_64. If I type "startx" I get "No address
> > associated with name". It says to check /usr/bin/X but this does not
> > exist.
> 
> /usr/bin/X doesn't exist?
> 
> What does the output of  rpm -qf /usr/bin/X  say?
> 
> What does the output of rpm -q   rpm -q xorg-x11-server-Xorg  say?
> 
> -jef
> 

I had to install this. I had problems trying to update after the
install. yum kept complaining about about a conflict so I had to remove
all the kde packages - it must have removed too much. Now it boots up
with an X type login screen - but it won't let me login.

Rick B.

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


Re: Keyboard settings are lost after each reboot

2009-02-26 Thread Paul Smith
2009/2/26 Mogens Kjaer :
> Paul Smith wrote:
>
>> https://bugzilla.redhat.com/show_bug.cgi?id=487543
>
>
> Is this a duplicate of:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=484488
>
> ?

I guess so, Mogens. Thanks!

Paul

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


Re: Keyboard settings are lost after each reboot

2009-02-26 Thread Paul Smith
On Thu, Feb 26, 2009 at 7:43 PM, Patrick O'Callaghan
 wrote:
>> After the last updates were installed, the settings of the layout of
>> my keyboard does not survive to a reboot; I have to reset it to my
>> language after each reboot. Any ideas?
>
> You need to say what version of Fedora and which desktop you have. Also,
> does the problem affect console keyboards as well?

Thanks, Patrick. I am using XFCE on F10, and the problem also affects
console keyboards.

Paul

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


Re: Mount added drive -

2009-02-26 Thread Mikkel L. Ellertson
Bob Goodwin wrote:
> Mikkel L. Ellertson wrote:
>> The reason it shows as being in use is because you have an active
>> logical group on it. You have to deactivate VolGroup01/LogVol02
>> before you can do anything else with /dev/sdb1. You can use Logical
>> Volume Management to do this as well.
>>
>> Mikkel
>>   
> Ok that problem is fixed.  I used the gnome live cd but run xfce, so
> it's system-config-lvm for me.
> 
I am glad you found it. The GUI is usually easier for a new user to
manage. You can also do it from the command line. But I worry about
making a typo when I giving the command to someone else. I would
hate to leave them with an unbootable system. (If I break my system,
I know I can fix it...)

> It's rewritten the file system so I should be able to start again from
> scratch.  This may take some time since I'm learning by doing ...
> 
I hope that does not mean doing a reinstall - you should not need to
do that. I think that learning by doing is the best way to learn.

> Thanks for the help.
> 
I am glad to do my small part in helping you learn!

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Fedora 10 64-bit & Wired Network Problems

2009-02-26 Thread Rick Bilonick


On Thu, 2009-02-26 at 12:58 -0700, Robin Laing wrote:
> Rick Bilonick wrote:
> > I installed F10 64-bit from the DVD iso on a 64-bit Intel 4-cpu
> > computer. I had problems getting the wired network connection to work on
> > network "A" UNTIL I realized that the "network" daemon was for some
> > reason turned off by default. Once I turned it on via services,
> > networking worked fine (using a static IP). (There is an annoying bug in
> > the F10 gui for networking - the net mask gets changed to the gateway ip
> > which of course screws up networking - this appears to be fixed once you
> > upgrade the system but I had to manually fix the eth0 script to get the
> > netmask to the correct value.)
> > 
> > Now I've installed the same DVD iso on a dual 64-bit AMD Opteron system
> > that previously had run F8 (networking worked fine on network "A"). I've
> > made sure network is on. I've manually configured the eth0 script to
> > avoid the buggy network gui netmask problem. I can ping the gateway on
> > network "A". For some reason I cannot ping the DNS on this network. I
> > can connect to my home computer using its IP address using ssh. But I
> > cannot view web pages using the URL's. I switched to a different
> > ethernet port on a "different" network "B" with different fixed IP and
> > DNS that I know works (I use it for my F8 laptop every day) and although
> > I can ping the gateway and DNS, I still cannot view web pages. I just
> > now hooked my Ubuntu 8.10 laptop to network "A" and it connects
> > flawlessly and I can view web pages so I know the port works - both
> > ports on networks "A" and "B" work fine. But I cannot get the F10 AMD
> > computer to connect to either network and view web pages (I do as I said
> > get some connection using IP addresses and ssh). 
> > 
> > Any ideas on what is wrong? This is very frustrating. If I could get a
> > network connection I could upgrade the computer but I can't get to
> > square one.
> > 
> > P.S. I've looked at the eth0 script, the resolv.conf and hosts files and
> > everything looks fine. I've tried turning different things on and off
> > (like IPv6 and peer) but nothing makes a difference. I'm using DNS1,
> > DNS2, and DNS3 in the eth0 script and these appear appropriately in the
> > resolv.conf file.
> > 
> > I have never had this much trouble getting a wired network connection -
> > it almost always works by default.
> > 
> > Rick B.
> > 
> 
> My rule for this issue is to remove network manager.
> 
> On two desktop computers with static IP addresses was.
> 
> -install F10 from DVD.
> -apply all the updates.
> -install yumex.  {I like it better than packagekit}
> -install system-config-network
> -turn off networkmanager
> -remove networkmanager
> -run system-config-network
> -enter in settings
> -restart networking
> -ensure networking is running properly
> -test by rebooting.
> 
> As others have suggested, check /etc/sysconfig/network*
> as well as /etc/resolve.conf
> 
> 
> -- 
> Robin Laing
> 

The network problem has been resolved. Now networking works but after
having to reboot because the keyboard locked up, now F10 refuses to boot
to a graphic display. I can get to a shell and install updates via yum.

Rick B.

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


Re: Mount added drive -

2009-02-26 Thread Bob Goodwin

Mikkel L. Ellertson wrote:

The reason it shows as being in use is because you have an active
logical group on it. You have to deactivate VolGroup01/LogVol02
before you can do anything else with /dev/sdb1. You can use Logical
Volume Management to do this as well.

Mikkel
  

Ok that problem is fixed.  I used the gnome live cd but run xfce, so
it's system-config-lvm for me.

It's rewritten the file system so I should be able to start again from
scratch.  This may take some time since I'm learning by doing ...

Thanks for the help.

Bob

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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Rick Bilonick

On Thu, 2009-02-26 at 14:58 -0430, Patrick O'Callaghan wrote:
> It could be useful to mention your graphics card as it might be a driver
> problem. Does ~/.xsession-errors say anything useful? Not all logging
> goes to /var/log/X*
> 
> BTW, try as I mught I can see nothing in your message related to "Fedora
> 10 64-bit & Wired Network Problems". Looks like a hijack.
> 
> poc
> 

I will have to check the graphics card. I think it is an ati card. It
has always worked with the vesa driver. But I will check
the .xsession-errors. What is weird is that sometimes F10 works although
most of the time it doesn't. Yesterday I had been able to boot the live
CD version but today it cannot find the root file system.

This all started with installing F10 and then not being able to connect
to a wired ethernet port using a static IP. Everything worked fine in
F10. Now the networking works but I get no display.

Rick B.

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


Re: Fedora 10 64-bit & Wired Network Problems

2009-02-26 Thread Robin Laing

Rick Bilonick wrote:

I installed F10 64-bit from the DVD iso on a 64-bit Intel 4-cpu
computer. I had problems getting the wired network connection to work on
network "A" UNTIL I realized that the "network" daemon was for some
reason turned off by default. Once I turned it on via services,
networking worked fine (using a static IP). (There is an annoying bug in
the F10 gui for networking - the net mask gets changed to the gateway ip
which of course screws up networking - this appears to be fixed once you
upgrade the system but I had to manually fix the eth0 script to get the
netmask to the correct value.)

Now I've installed the same DVD iso on a dual 64-bit AMD Opteron system
that previously had run F8 (networking worked fine on network "A"). I've
made sure network is on. I've manually configured the eth0 script to
avoid the buggy network gui netmask problem. I can ping the gateway on
network "A". For some reason I cannot ping the DNS on this network. I
can connect to my home computer using its IP address using ssh. But I
cannot view web pages using the URL's. I switched to a different
ethernet port on a "different" network "B" with different fixed IP and
DNS that I know works (I use it for my F8 laptop every day) and although
I can ping the gateway and DNS, I still cannot view web pages. I just
now hooked my Ubuntu 8.10 laptop to network "A" and it connects
flawlessly and I can view web pages so I know the port works - both
ports on networks "A" and "B" work fine. But I cannot get the F10 AMD
computer to connect to either network and view web pages (I do as I said
get some connection using IP addresses and ssh). 


Any ideas on what is wrong? This is very frustrating. If I could get a
network connection I could upgrade the computer but I can't get to
square one.

P.S. I've looked at the eth0 script, the resolv.conf and hosts files and
everything looks fine. I've tried turning different things on and off
(like IPv6 and peer) but nothing makes a difference. I'm using DNS1,
DNS2, and DNS3 in the eth0 script and these appear appropriately in the
resolv.conf file.

I have never had this much trouble getting a wired network connection -
it almost always works by default.

Rick B.



My rule for this issue is to remove network manager.

On two desktop computers with static IP addresses was.

-install F10 from DVD.
-apply all the updates.
-install yumex.  {I like it better than packagekit}
-install system-config-network
-turn off networkmanager
-remove networkmanager
-run system-config-network
-enter in settings
-restart networking
-ensure networking is running properly
-test by rebooting.

As others have suggested, check /etc/sysconfig/network*
as well as /etc/resolve.conf


--
Robin Laing

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


Re: Mount added drive -

2009-02-26 Thread Mikkel L. Ellertson
Bob Goodwin wrote:
> Now I'm in deeper trouble!
> 
> I thought I would simply use fdisk to rewrite the partition on /dev/sdb
> which it happily did.  But now when I do mkfs -t ext3 /dev/sdb1  it
> protests
> that "/dev/sdb1 is apparently in use by the system; will not make a
> filesystem here!"
> 
> umount /dev/sdb1 says it's not mounted?
> 
> Now I'm stuck.  The simplest thing would be to reinstall the system but
> bandwidth for updates is killing me.  Wildblue is a satellite service and
> I'm limited to 17 Gigs/30 days.  I hate to keep burning up my bw.
> 
> How can I access /dev/sdb1.  I have no rescue disk, installed from the
> live cd.
> 
> Bob
> 
The reason it shows as being in use is because you have an active
logical group on it. You have to deactivate VolGroup01/LogVol02
before you can do anything else with /dev/sdb1. You can use Logical
Volume Management to do this as well.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Mount added drive -

2009-02-26 Thread Bob Goodwin

Mikkel L. Ellertson wrote:

Bob Goodwin wrote:
  

This is an F-10 updated box to which I've added a second drive which is
not mounting automatically at boot.  I have to mount it after I log in. 
Obviously I've messed up something in configuration but I haven't been

able to find it.

I am not sure what ftab should look like but presently it is:.

   [r...@box9 bobg]# cat /etc/fstab

   #
   # /etc/fstab
   # Created by anaconda on Tue Feb 24 04:01:45 2009
   #
   # Accessible filesystems, by reference, are maintained under '/dev/disk'
   # See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for
   more info
   #
   /dev/VolGroup01/LogVol00 /   ext3 
defaults1 1
   UUID=3c6742c9-0f68-4390-b323-b962596822d6 /boot
ext3defaults1 2
   tmpfs   /dev/shmtmpfs
defaults0 0
   devpts  /dev/ptsdevpts   
gid=5,mode=620  0 0
   sysfs   /syssysfs
defaults0 0
   proc/proc   proc 
defaults0 0
   /dev/VolGroup01/LogVol01 swapswap 
defaults0 0


   /dev/VolGroup01/LogVol02 UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
   ext3defaults1 2



Reading this, you are giving
UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP as the mount point. I
don't think this is what you are after.
  

I can mount it:

   [r...@box9 bobg]# mount /dev/VolGroup01/LogVol02
   [r...@box9 bobg]# df
   Filesystem   1K-blocks  Used Available Use% Mounted on
   /dev/mapper/VolGroup01-LogVol00
  5289592   3210420   2025496  62% /
   /dev/sda2   194449 20859163550  12% /boot
   tmpfs  129231676   1292240   1% /dev/shm
   /dev/mapper/VolGroup01-LogVol02
 76923936222308  72794044   1%
   /home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP

And df shows:

   [r...@box9 bobg]# df
   Filesystem   1K-blocks  Used Available Use% Mounted on
   /dev/mapper/VolGroup01-LogVol00
  5289592   3210420   2025496  62% /
   /dev/sda2   194449 20859163550  12% /boot
   tmpfs  129231676   1292240   1% /dev/shm
   /dev/mapper/VolGroup01-LogVol02
 76923936222308  72794044   1%
   /home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP

And lvscan:

   [r...@box9 bobg]# lvscan
 ACTIVE'/dev/VolGroup01/LogVol00' [5.12 GB] inherit
 ACTIVE'/dev/VolGroup01/LogVol01' [4.41 GB] inherit
 ACTIVE'/dev/VolGroup01/LogVol02' [74.53 GB] inherit

I would like the second drive to be an extension of the first.

Can anyone tell me what I have done wrong?

Bob



I am not sure what you are after, but if you want the second drive
to VolGroup01-LogVol00, you do not create another logical volume -
add it to Vol00. You will probably want to use the Logical Volume
Management to do it. Under Gnome, it is System --> Administration
--> Logical Volume Management.

Mikkel
  

Now I'm in deeper trouble!

I thought I would simply use fdisk to rewrite the partition on /dev/sdb
which it happily did.  But now when I do mkfs -t ext3 /dev/sdb1  it 
protests
that "/dev/sdb1 is apparently in use by the system; will not make a 
filesystem here!"


umount /dev/sdb1 says it's not mounted?

Now I'm stuck.  The simplest thing would be to reinstall the system but
bandwidth for updates is killing me.  Wildblue is a satellite service and
I'm limited to 17 Gigs/30 days.  I hate to keep burning up my bw.

How can I access /dev/sdb1.  I have no rescue disk, installed from the 
live cd.


Bob




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


Re: Keyboard settings are lost after each reboot

2009-02-26 Thread Patrick O'Callaghan
On Thu, 2009-02-26 at 09:31 +, Paul Smith wrote:
> Dear All,
> 
> After the last updates were installed, the settings of the layout of
> my keyboard does not survive to a reboot; I have to reset it to my
> language after each reboot. Any ideas?

You need to say what version of Fedora and which desktop you have. Also,
does the problem affect console keyboards as well?

poc

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


Re: has K3B been abandoned?

2009-02-26 Thread Robin Laing

bennett78 wrote:

I hope it's still supported...It recognizes my CD & DVD-R runs great on
CentOS5 (close to RHEL5)
# uname -r
2.6.18-92.1.22.el5
and puts a Blank DVD-R Dicc icon on the Desktop

I trying to get MongoArchive to backup my new, clean installation but it's
wimmy scripts can't find 
my DVD drive, because it looks like it doesn't show up in a grep of the
mount command or a mount 
on /mnt/cdrom and is not auto-mounted.  My /etc/fstab:
# /dev/hdc  /media/cdrom   auto   
pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
/dev/hdd  /media/cdrecorder  auto   
pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0


How does K3B find the DVD drive in my case /dev/hdd?

thanks,
-Frank







I used k3b last night on F10.  Only one issue and that is a reported 
upstream bug with verify and auto-eject.  It seems that k3b isn't 
waiting until the disk is settled before trying to access it with some 
burners.


A disk isn't mounted when it is inserted if it is blank.  In KDE, I get 
asked what to do with a full disk.  Last night I was playing with 
burning and to test the DVD image, I ended up using /dev/sr0.



--
Robin Laing

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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Patrick O'Callaghan
On Thu, 2009-02-26 at 13:56 -0500, Rick Bilonick wrote:
> I had to reboot the system (after updating) - the USB wireless keyboard
> stopped working (replaced batteries - still does not work). The wireless
> mouse worked and I could use the cursor to start programs but could not
> type any input. I plugged in a wired usb keyboard and mouse.
> 
> Now the system refuses to reboot into a graphical display even though
> inittab is at 5. I can ctrl-alt F2 into a shell and even install new
> packages (so the networking is still working).
> 
> But X refuses to run (although I don't see any error messages even with
> dmesg). I checked xorg.conf and it consists of just Section Device using
> the vesa driver. I looked through the entire X11 log but no errors are
> reported - it finds the vesa driver and usable modes - yet no display.
> After the F10 white line thingy at the bottom goes away, the cursor just
> blinks in the upper left hand corner. I have to ctrl alt F2 to a shell
> to log in.
> 
> I'm completely stumped. What else should I check? The kernel is
> 2.6.27.15-170.2.24.fc10.x86_64. If I type "startx" I get "No address
> associated with name". It says to check /usr/bin/X but this does not
> exist.

It could be useful to mention your graphics card as it might be a driver
problem. Does ~/.xsession-errors say anything useful? Not all logging
goes to /var/log/X*

BTW, try as I mught I can see nothing in your message related to "Fedora
10 64-bit & Wired Network Problems". Looks like a hijack.

poc

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


Re: F10 Dependency Problems - Nvidia Drivers

2009-02-26 Thread Robin Laing

Charlie McVeigh wrote:

The last 3 waves of updates for F10 have all started causing me
dependency problems with regard to
my nvidia video drivers.  I am not sure whats up but I was wondering
if someone far more enlightened
than me could help me with my current upgrade SNAFU.  I have waited a
couple of days to see it this
problem disappears due to repository syncing issues, but it has not.

When doing a yum update I am getting the following error message:


Transaction Check Error:
file /lib/modules/2.6.27.12-170.2.5.fc10.x86_64/extra/nvidia/nvidia.ko
from install of
kmod-nvidia-2.6.27.12-170.2.5.fc10.x86_64-180.27-1.fc10.x86_64
conflicts with file from package
kmod-nvidia-2.6.27.12-170.2.5.fc10.x86_64-180.25-1.fc10.x86_64

Here are my repos:

$ yum repolist
Loaded plugins: fastestmirror, fedorakmod, kernel-module, priorities, refresh-
  : packagekit
repo id   repo name  status
adobe Adobe Systems Incorporated enabled: 17
atrpmsATrpms - x86_64 - Stable   enabled:626
fedoraFedora 10 - x86_64 enabled: 14,303
jpackage5 JPackage 5.0 (Generic) enabled:  2,787
jpackage5-nonfree JPackage 5.0 (Non-Free)enabled: 15
kde-redhatKDE-Redhat: Fedora-Specificenabled:  0
kde-redhat-allKDE-Redhat: General Packages   enabled:289
livna rpm.livna.org for 10 - x86_64  enabled:  3
planetccrma   Planet CCRMA 10 - x86_64   enabled:331
planetcorePlanet CCRMA Core 10 - x86_64  enabled: 43
rpmfusion-freeRPM Fusion for Fedora 10 - Freeenabled:356
rpmfusion-free-updatesRPM Fusion for Fedora 10 - Free - Upda enabled:295
rpmfusion-nonfree RPM Fusion for Fedora 10 - Nonfree enabled:137
rpmfusion-nonfree-updates RPM Fusion for Fedora 10 - Nonfree - U enabled:167
skype Skype Repository   enabled:  1
updates   Fedora 10 - x86_64 - Updates   enabled:  4,560
repolist: 23,930

Any ideas on how to get past this issue?  Thanks in advance for any
and all help.

Charlie



I have gotten around the conflict by removing the rpm and then 
reinstalling it.  I did like the kmod version of the nvidia driver but 
have not had success with the akmod version so back to the regular module.


Are both modules coming from rpmfusion?  Just curious because I cannot 
see a problem if they are coming from the same repository.  I ask this 
as I have not had any issues with the nvidia driver lately.



--
Robin Laing

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


Re: sync palm treo 680 via kpilot ?

2009-02-26 Thread Craig White
On Thu, 2009-02-26 at 12:08 -0700, Kevin Kempter wrote:
> On Thursday 26 February 2009 11:01:25 Craig White wrote:
> > On Thu, 2009-02-26 at 09:05 -0700, Kevin Kempter wrote:
> > > Hi all;
> > >
> > > Can anyone point me to docs per setting up hotsync via kpilot in KDE 4.2
> > > ?
> > >
> > > I'm running Fedora 10 x86_64
> > >
> > > Kpilot does not see the usb device, the device /dev/polit does not get
> > > created however a dmesg shows the device as recognized:
> > >
> > > usb 6-2: new full speed USB device using uhci_hcd and address 11
> > > usb 6-2: configuration #1 chosen from 1 choice
> > > usb 6-2: New USB device found, idVendor=0830, idProduct=0061
> > > usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
> > > usb 6-2: Product: Palm Handheld
> > > usb 6-2: Manufacturer: Palm, Inc.
> > > usb 6-2: SerialNumber: PalmSN12345678
> > >
> > > Thanks in advance...
> >
> > 
> > try changing settings in kpilot to use 'usb:' instead of '/dev/pilot'
> >
> > Craig
> 
> This worked once. I didnt have any conduits enabled other than the installer. 
> Now I always get this in the kpilot screen:
> 
> 12:05:44 Starting the KPilot daemon ...
> 12:05:44 Daemon started.
> 12:05:44 Daemon status is `not running'
> 12:05:44 Next HotSync will be: HotSync. Please press the HotSync button.
> 12:05:49 Trying to open device usb:...
> 12:06:09 Unable to read system information from Pilot
> 12:06:09 Could not open device: usb: (will retry)

I find it sometimes useful to disconnect and reconnect the device
between sync attempts.

Craig

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


Re: Easiest Way To Move Thunderbird Mail Folders To Another Computer?

2009-02-26 Thread Robin Laing

Kevin J. Cummings wrote:

Robert L Cochran wrote:

I have a .thunderbird email client folder on a Fedora 7 x86_64 system
that I need to move to a Fedora 10 x86 system. It occurs to me that if I
move this, and then start thunderbird on the new system, I might have
trouble because of 64-bit code. Also trouble with updating Enigmail. I


There should be noting specific to 32-bit or 64-bit in your .thunderbird 
directory.  I know, I upgraded an FC6.i386 system to F9.x86_64 and my 
Thunderbird just plain continued to work.



want to be sure I can sign and encrypt email messages. Am I better off
just moving

.thunderbird/[salt].default/Mail/*
.thunderbird/[salt].default/abook.mab


You could just move the entire .thunderbird/[salt].default directory 
lock stock and barrel (AFAIK).  Make sure you edit the 
.thunderbird/profiles.ini file to properly reflect your default profile.



What file(s) store the email account information?


They are all buried down in the profile directory structure.


Or, to make a long story short, can I just tar up all of .thunderbird
and not worry about conflicts on the 32-bit system?


That's my thought.  Good luck!


Bob Cochran
Greenbelt, Maryland, USA




I will second this.  And if your .thunderbird directory is in the same 
/home/{user}/.thunderbird you will not have to change anything.


I have done two upgrades and all I did was copy the data and open TB. 
It isn't that much different than upgrading from one version of TB to a 
different one from my experience.




--
Robin Laing

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


Re: sync palm treo 680 via kpilot ?

2009-02-26 Thread Kevin Kempter
On Thursday 26 February 2009 11:01:25 Craig White wrote:
> On Thu, 2009-02-26 at 09:05 -0700, Kevin Kempter wrote:
> > Hi all;
> >
> > Can anyone point me to docs per setting up hotsync via kpilot in KDE 4.2
> > ?
> >
> > I'm running Fedora 10 x86_64
> >
> > Kpilot does not see the usb device, the device /dev/polit does not get
> > created however a dmesg shows the device as recognized:
> >
> > usb 6-2: new full speed USB device using uhci_hcd and address 11
> > usb 6-2: configuration #1 chosen from 1 choice
> > usb 6-2: New USB device found, idVendor=0830, idProduct=0061
> > usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
> > usb 6-2: Product: Palm Handheld
> > usb 6-2: Manufacturer: Palm, Inc.
> > usb 6-2: SerialNumber: PalmSN12345678
> >
> > Thanks in advance...
>
> 
> try changing settings in kpilot to use 'usb:' instead of '/dev/pilot'
>
> Craig

This worked once. I didnt have any conduits enabled other than the installer. 
Now I always get this in the kpilot screen:

12:05:44 Starting the KPilot daemon ...
12:05:44 Daemon started.
12:05:44 Daemon status is `not running'
12:05:44 Next HotSync will be: HotSync. Please press the HotSync button.
12:05:49 Trying to open device usb:...
12:06:09 Unable to read system information from Pilot
12:06:09 Could not open device: usb: (will retry)

Thoughts ?

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


Re: can nat work in vlan

2009-02-26 Thread Robert Moskowitz

ann kok wrote:

Hi

I want to configure 802.1q 3 vlans

eg:

192.168.1.0/24 vlan2

192.168.2.0/24 vlan3 

can nat work in those vlan?
  


NAT is layer 3 games. Vlan is layer 2. Once layer 2 has handed the 
packet up the stack, layer 3 can do anything it wants with its content. 
I do things like this all the time.



how does it map?

ls it

iptables --append FORWARD --in-interface eth1.2 -j ACCEPT 

iptables --append FORWARD --in-interface eth1.3 -j ACCEPT 


Well this I can't tell you as I use tools like Shorewall to do the NATing.


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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Jeff Spaleta
On Thu, Feb 26, 2009 at 9:56 AM, Rick Bilonick  wrote:
> I'm completely stumped. What else should I check? The kernel is
> 2.6.27.15-170.2.24.fc10.x86_64. If I type "startx" I get "No address
> associated with name". It says to check /usr/bin/X but this does not
> exist.

/usr/bin/X doesn't exist?

What does the output of  rpm -qf /usr/bin/X  say?

What does the output of rpm -q   rpm -q xorg-x11-server-Xorg  say?

-jef

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


Re: Fedora 10 64-bit & Wired Network Problems - New Problem

2009-02-26 Thread Rick Bilonick

I had to reboot the system (after updating) - the USB wireless keyboard
stopped working (replaced batteries - still does not work). The wireless
mouse worked and I could use the cursor to start programs but could not
type any input. I plugged in a wired usb keyboard and mouse.

Now the system refuses to reboot into a graphical display even though
inittab is at 5. I can ctrl-alt F2 into a shell and even install new
packages (so the networking is still working).

But X refuses to run (although I don't see any error messages even with
dmesg). I checked xorg.conf and it consists of just Section Device using
the vesa driver. I looked through the entire X11 log but no errors are
reported - it finds the vesa driver and usable modes - yet no display.
After the F10 white line thingy at the bottom goes away, the cursor just
blinks in the upper left hand corner. I have to ctrl alt F2 to a shell
to log in.

I'm completely stumped. What else should I check? The kernel is
2.6.27.15-170.2.24.fc10.x86_64. If I type "startx" I get "No address
associated with name". It says to check /usr/bin/X but this does not
exist.

Rick B.

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


Re: F10: sound vanishing after some time (Dell E6500)

2009-02-26 Thread Frank Cox
On Thu, 26 Feb 2009 19:41:50 +0100
wwp wrote:

> Yes I've read your previous post about it in the fedora users ML
> archives. Unfortunately, this doesn't fix it here.

When your sound quits, what is the output from this command:

fuser -v /dev/snd/* /dev/dsp*

-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

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


Re: F10: sound vanishing after some time (Dell E6500)

2009-02-26 Thread wwp
Hello Frank,


On Thu, 26 Feb 2009 12:34:24 -0600 Frank Cox  wrote:

> On Thu, 26 Feb 2009 09:45:28 +0100
> wwp wrote:
> 
> > not sure it is pulseaudio to blame yet (and again), maybe simply an
> > Alsa bug or incompatibility. I've recently installed Fedora 10 on a
> > brand new Dell Latitude E6500 laptop.
> > 
> > Few hours after the system has booted (an unpredictable amount of time)
> > sounds are simply not playing anymore - tried w/ apps, aplay, mplayer.
> > 
> > Did somebody experience the same? Or any clue where to investigate or
> > find a fix?
> 
> I too occasionally lose my sound on Fedora 10.  The solution that I've found 
> is
> as follows.
> 
> First, use this command to find out if something is blocking the sound:
> 
> fuser -v /dev/snd/* /dev/dsp*
> 
> If you see a problem you can use a kill command to get rid of the task that's
> causing the problem.
> 
> To restart pulseaudio use this command:
> 
> pulseaudio -k ; pulseaudio -D --log-target=syslog
> 
> This gets the sound back for me every time that I've lost it, so far anyway.

Yes I've read your previous post about it in the fedora users ML
archives. Unfortunately, this doesn't fix it here.


Regards,

-- 
wwp


signature.asc
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Keyboard settings are lost after each reboot

2009-02-26 Thread Mogens Kjaer
Paul Smith wrote:

> https://bugzilla.redhat.com/show_bug.cgi?id=487543


Is this a duplicate of:

https://bugzilla.redhat.com/show_bug.cgi?id=484488

?

Mogens
-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Mobile: +45 22 12 53 25
Email: m...@crc.dk Homepage: http://www.crc.dk

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


Re: F10: sound vanishing after some time (Dell E6500)

2009-02-26 Thread Frank Cox
On Thu, 26 Feb 2009 09:45:28 +0100
wwp wrote:

> not sure it is pulseaudio to blame yet (and again), maybe simply an
> Alsa bug or incompatibility. I've recently installed Fedora 10 on a
> brand new Dell Latitude E6500 laptop.
> 
> Few hours after the system has booted (an unpredictable amount of time)
> sounds are simply not playing anymore - tried w/ apps, aplay, mplayer.
> 
> Did somebody experience the same? Or any clue where to investigate or
> find a fix?

I too occasionally lose my sound on Fedora 10.  The solution that I've found is
as follows.

First, use this command to find out if something is blocking the sound:

fuser -v /dev/snd/* /dev/dsp*

If you see a problem you can use a kill command to get rid of the task that's
causing the problem.

To restart pulseaudio use this command:

pulseaudio -k ; pulseaudio -D --log-target=syslog

This gets the sound back for me every time that I've lost it, so far anyway.



-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

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


Re: sync palm treo 680 via kpilot ?

2009-02-26 Thread Craig White
On Thu, 2009-02-26 at 09:05 -0700, Kevin Kempter wrote:
> Hi all;
> 
> Can anyone point me to docs per setting up hotsync via kpilot in KDE 4.2 ?
> 
> I'm running Fedora 10 x86_64
> 
> Kpilot does not see the usb device, the device /dev/polit does not get 
> created 
> however a dmesg shows the device as recognized:
> 
> usb 6-2: new full speed USB device using uhci_hcd and address 11  
>
> usb 6-2: configuration #1 chosen from 1 choice
>
> usb 6-2: New USB device found, idVendor=0830, idProduct=0061  
>
> usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5 
>
> usb 6-2: Product: Palm Handheld   
>
> usb 6-2: Manufacturer: Palm, Inc. 
>
> usb 6-2: SerialNumber: PalmSN12345678  
> 
> Thanks in advance...

try changing settings in kpilot to use 'usb:' instead of '/dev/pilot'

Craig

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


Re: How do I play this link ?

2009-02-26 Thread Jeff Spaleta
On Thu, Feb 26, 2009 at 8:24 AM, Aldo Foot  wrote:
> maybe I should've mentioned I did this on CentOS.

Ah.. see that's the problem. This is a fedora list. So unless
otherwise informed, comments which do not say which linux distribution
they are using are going to be taken to mean Fedora...since Fedora is
the main topic of discussion.

If you had stated your mplayer comment was based on CentOS and
rpmforge.. then everyone would have known to weight your comment
appropriately as not particularly relevant to the discussion at
hand..which is helping to inform the OP how to play the link in
Fedora.

-jef

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


sync palm treo 680 via kpilot ?

2009-02-26 Thread Kevin Kempter
Hi all;

Can anyone point me to docs per setting up hotsync via kpilot in KDE 4.2 ?

I'm running Fedora 10 x86_64

Kpilot does not see the usb device, the device /dev/polit does not get created 
however a dmesg shows the device as recognized:

usb 6-2: new full speed USB device using uhci_hcd and address 11
 
usb 6-2: configuration #1 chosen from 1 choice  
 
usb 6-2: New USB device found, idVendor=0830, idProduct=0061
 
usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5   
 
usb 6-2: Product: Palm Handheld 
 
usb 6-2: Manufacturer: Palm, Inc.   
 
usb 6-2: SerialNumber: PalmSN12345678  

Thanks in advance...

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


can nat work in vlan

2009-02-26 Thread ann kok

Hi

I want to configure 802.1q 3 vlans

eg:

192.168.1.0/24 vlan2

192.168.2.0/24 vlan3 

can nat work in those vlan?

how does it map?

ls it

iptables --append FORWARD --in-interface eth1.2 -j ACCEPT 

iptables --append FORWARD --in-interface eth1.3 -j ACCEPT 

Thank you


  __
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
favourite sites. Download it now at
http://ca.toolbar.yahoo.com.

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


Re: Has anybody else been experiencing problems with F10 hanging?

2009-02-26 Thread Matthew Saltzman
On Wed, 2009-02-25 at 19:24 -0600, Kevin Martin wrote:
> 
> Patrick O'Callaghan wrote:
> > On Tue, 2009-02-24 at 17:29 -0600, Kevin Martin wrote:
> >   
> >> I'm getting some strange things happening on F10 lately.  In a terminal
> >> session if I "ps -ef" or "w" or "ls" or anything of that nature the
> >> command runs (sometimes) but never returns the prompt.  Also, my loadavg
> >> seems to go sky high but  "top" doesn't necessarily show anything using
> >> much CPU (actually, top will often show that  my cpu utilization is 90+%
> >> idle while my loadavg is upwards of 10).  I can usually shutdown my
> >> "gui"fied apps (like Thunderbird, Firefox, VirtualBox) but if I try and
> >> reboot the reboot hangs while trying to shutdown "automount" and I have
> >> to cycle the power on the box.  I'm running the latest updates including
> >> kernel 2.6.27.15-170.2.24.fc10.i686.  Any thoughts or suggestions are
> >> appreciated.
> >> 
> >
> > Does this happen all the time? If not, do you have any hard mounts from
> > NFS servers?
> >
> > If it does happen all the time, try "strace ps -ef" and watch the
> > output.
> >
> > poc
> >
> >   
> No, no NFS mounts at all and it seems to happen sporadically.
> 
> dmesg doesn't show anything of particular interest at these times either
> (and it is one of the only commands that will finish and give back a
> prompt).

I recall a long time ago having a problem that this one sounds a bit
like.  It turned out to be bad memory.

Any changes to your memory configuration recently?  Have you run
memtest?



> 
> Kevin
> 
> 
-- 
Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs

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


Re: How do I play this link ?

2009-02-26 Thread Aldo Foot
On Thu, Feb 26, 2009 at 12:17 AM, Michael Schwendt  wrote:
> On Wed, 25 Feb 2009 17:58:46 -0800, Aldo wrote:
>
>> the last time I tried to install mplayer was a royal pain in the rear and I 
>> just
>> gave up on it... dependencies missing... this package needed by that one...
>> It was not worth the pain.
>
> Such a reply is completely not helpful. It's nothing else than FUD.
> rpmfusion.org offers a repository, which includes mplayer. No need
> to hunt for missing dependencies manually. Just use the standard
> package management utilities that come with Fedora. And in case there
> is a problem with the packages in the rpmfusion.org repository,
> report a bug.


FUD? why would I care whether someone uses mplayer or not?
I'm merely expressing my opinion.

maybe I should've mentioned I did this on CentOS.

CentOS uses rpmforge to install mplayer.

--> Finished Dependency Resolution
Error: Missing Dependency: mplayer = 1.0-0.101.20080903svn.el5.1 is
needed by package mplayer-gui
Error: Missing Dependency: libdvdread.so.4 is needed by package mplayer-gui
Error: Missing Dependency: libdvdnavmini.so.4 is needed by package mplayer-gui

but i have mplayer installed, just not the matching version required by the gui.
$ rpm -qa | grep mplayer
mplayer-fonts-1.1-3.0.rf.noarch
mplayer-1.0-0.40.rc1try2.el5.rf.i386

~af

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


Re: gyachi Problems

2009-02-26 Thread Anoop
>>
>> DUH!  Anyone tried this before?  Yahoo Messenger clone is the last thing I
>> need to move to a pure Fedora Desktop.
>
> Pidgin can do Yahoo Messenger (and AIM, ICQ, IRC, Nabble and lots of
> others).  Sort of a "one stop shop"
Pidgin doesn't support voice and video. You can try kopete. I guess it
supports video.

-Anoop

> --
> - Rick Stevens, Systems Engineer                      ri...@nerd.com -
> - AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
> -                                                                    -
> -          When all else fails, try reading the instructions.        -
> --
>

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


Re: gyachi Problems

2009-02-26 Thread Rick Stevens

Mike Dwiggins wrote:
Installed gyachi using YUM and all appeared cool.  Everything (including 
Webcam) until I tried to go to Audio Chat.


Then I get
tsd22.dll
tssoft.acm
Can not be found.

DUH!  Anyone tried this before?  Yahoo Messenger clone is the last thing 
I need to move to a pure Fedora Desktop.


Pidgin can do Yahoo Messenger (and AIM, ICQ, IRC, Nabble and lots of
others).  Sort of a "one stop shop".
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-  When all else fails, try reading the instructions.-
--

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


Re: Keyboard settings are lost after each reboot

2009-02-26 Thread Paul Smith
On Thu, Feb 26, 2009 at 1:17 PM, Danilo Câmara  wrote:
>> After the last updates were installed, the settings of the layout of
>> my keyboard does not survive to a reboot; I have to reset it to my
>> language after each reboot. Any ideas?
>
> Same thing happened here. Already seen in various machines, i386 and
> x86_64.
>
> The keyboards were configured during Fedora 10 installation and no
> manual configuration in Xorg or GNOME. Everything was working fine until
> last update. I guess the affecting updates were
> xorg-x11-server-Xorg-1.5.3-13.fc10 or
> xorg-x11-server-common-1.5.3-13.fc10.
>
> Only affects the keyboard settings in the graphical mode (GNOME in my
> case). Text mode still fine.

Thanks, Danilo. I have meanwhile filed the following bug at Bugzilla:

https://bugzilla.redhat.com/show_bug.cgi?id=487543

Paul

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


Re: Mount added drive -

2009-02-26 Thread Mikkel L. Ellertson
Bob Goodwin wrote:
> This is an F-10 updated box to which I've added a second drive which is
> not mounting automatically at boot.  I have to mount it after I log in. 
> Obviously I've messed up something in configuration but I haven't been
> able to find it.
> 
> I am not sure what ftab should look like but presently it is:.
> 
>[r...@box9 bobg]# cat /etc/fstab
> 
>#
># /etc/fstab
># Created by anaconda on Tue Feb 24 04:01:45 2009
>#
># Accessible filesystems, by reference, are maintained under '/dev/disk'
># See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for
>more info
>#
>/dev/VolGroup01/LogVol00 /   ext3 
> defaults1 1
>UUID=3c6742c9-0f68-4390-b323-b962596822d6 /boot
> ext3defaults1 2
>tmpfs   /dev/shmtmpfs
> defaults0 0
>devpts  /dev/ptsdevpts   
> gid=5,mode=620  0 0
>sysfs   /syssysfs
> defaults0 0
>proc/proc   proc 
> defaults0 0
>/dev/VolGroup01/LogVol01 swapswap 
> defaults0 0
> 
>/dev/VolGroup01/LogVol02 UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
>ext3defaults1 2
> 
Reading this, you are giving
UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP as the mount point. I
don't think this is what you are after.
> 
> I can mount it:
> 
>[r...@box9 bobg]# mount /dev/VolGroup01/LogVol02
>[r...@box9 bobg]# df
>Filesystem   1K-blocks  Used Available Use% Mounted on
>/dev/mapper/VolGroup01-LogVol00
>   5289592   3210420   2025496  62% /
>/dev/sda2   194449 20859163550  12% /boot
>tmpfs  129231676   1292240   1% /dev/shm
>/dev/mapper/VolGroup01-LogVol02
>  76923936222308  72794044   1%
>/home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
> 
> And df shows:
> 
>[r...@box9 bobg]# df
>Filesystem   1K-blocks  Used Available Use% Mounted on
>/dev/mapper/VolGroup01-LogVol00
>   5289592   3210420   2025496  62% /
>/dev/sda2   194449 20859163550  12% /boot
>tmpfs  129231676   1292240   1% /dev/shm
>/dev/mapper/VolGroup01-LogVol02
>  76923936222308  72794044   1%
>/home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
> 
> And lvscan:
> 
>[r...@box9 bobg]# lvscan
>  ACTIVE'/dev/VolGroup01/LogVol00' [5.12 GB] inherit
>  ACTIVE'/dev/VolGroup01/LogVol01' [4.41 GB] inherit
>  ACTIVE'/dev/VolGroup01/LogVol02' [74.53 GB] inherit
> 
> I would like the second drive to be an extension of the first.
> 
> Can anyone tell me what I have done wrong?
> 
> Bob
> 
I am not sure what you are after, but if you want the second drive
to VolGroup01-LogVol00, you do not create another logical volume -
add it to Vol00. You will probably want to use the Logical Volume
Management to do it. Under Gnome, it is System --> Administration
--> Logical Volume Management.

Mikkel
-- 

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Windowmaker and NetworkManager

2009-02-26 Thread suvayu ali
2009/1/30 suvayu ali :
>>> I ran pidgin too. However it didn't go as smoothly. Most of the time
>>> it didn't appear on the dock or even a window for that matter. I tried
>>> running it from,
>>> 1. the 'Run' in the right click menu on the desktop,
>>> 2. from xterm.
>>> However, it had worked the last time I had logged in. Kinda strange I
>>> guess.
>>
>> Yes, that is strange, it has never happened to me. However, I do start my
>> pidgin in offline mode (ie: the -n (or --nologin) option), so don't know
>> whether pidgin would wait for NM to connect and then go online before
>> showing the applet or the window.
>>
>
> If only I could get pidgin to work consistently ... but its a minor
> hitch I guess.
>
as an update for the sake of records, running the docker as, "docker
-wmaker" fixed all my problems. :)

-- 
Suvayu

Open source is the future. It sets us free.

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


Re: postfix update strangeness?

2009-02-26 Thread homburg
On Thu, 26 Feb 2009 11:06:02 -0500
Tom Horsley  wrote:

   updates  3.8 M
> 
> Is postfix-perl-scripts being split out of what used to
> be a combined package or something, and this is how it
> looks when I update?
> 

It is a combination of pflogsumm and qshape. qshape used to
be part of the postfix package. pflogsumm was a separate
rpm.

-- 
"Neither Lifestyle nor Agenda"
http://www.tips-Q.com

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


Re: Boot display -

2009-02-26 Thread suvayu ali
2009/2/26 Rangeen Basu :
>
> You can simply press 'del' during boot to toggle or you can remove rhgb for
> permanent solution..

so many key suggestions for the same purpose leads me to think maybe
pressing any key works? As for me I have only tried Alt+d and it
worked (like pre-plymouth days).

-- 
Suvayu

Open source is the future. It sets us free.

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


postfix update strangeness?

2009-02-26 Thread Tom Horsley
This is probably one of those things I don't really want to
know the answer to, but it looked strange so I though I'd ask:

Just updated a system, and rather than getting a new version
of postfix merely because it was updated, it seemed to go through
some convoluted reasoning process to give me a new version:

Resolving Dependencies
--> Running transaction check
...
---> Package postfix-perl-scripts.i386 2:2.5.6-1.fc10 set to be updated
--> Processing Dependency: postfix = 2:2.5.6-1.fc10 for package: 
postfix-perl-scripts
--> Running transaction check
---> Package postfix.i386 2:2.5.6-1.fc10 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved


 Package   ArchVersion   RepositorySize

Installing:
 postfix-perl-scripts  i3862:2.5.6-1.fc10updates   60 k
 replacing  postfix.i386 2:2.5.5-1.fc10

Updating:
...
Updating for dependencies:
 postfix   i3862:2.5.6-1.fc10updates  3.8 M

Is postfix-perl-scripts being split out of what used to be a combined
package or something, and this is how it looks when I update?

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


Re: Mount added drive -

2009-02-26 Thread Thierry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[snip]
> I would like the second drive to be an extension of the first.
> 
> Can anyone tell me what I have done wrong?
> 
> Bob
> 
/home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP shows it mounted
in your $HOMEDIR as UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP.
Wat you want to do is to extend dev/VolGroup01/LogVol00 allocating it
the new hdd capacity.

the common tasks of the LVM howto should be what you are after
http://tldp.org/HOWTO/LVM-HOWTO/extendlv.html

I find it is the best reference around and I *always* refer to it
whenever I need to deal with lvm as I don't tend to play with them very
often.

ask if anything on the howto is unclear.

hth

Thierry
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmmt3EACgkQLC18tm1XH9ZV8QCghQFk3ToAGw2bEF0AOiSwL2cQ
F2oAnjKVq2ggzK+if0zyIqf6JfuHaUKs
=UP/J
-END PGP SIGNATURE-

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


Mount added drive -

2009-02-26 Thread Bob Goodwin
This is an F-10 updated box to which I've added a second drive which is 
not mounting automatically at boot.  I have to mount it after I log in.  
Obviously I've messed up something in configuration but I haven't been 
able to find it.


I am not sure what ftab should look like but presently it is:.

   [r...@box9 bobg]# cat /etc/fstab

   #
   # /etc/fstab
   # Created by anaconda on Tue Feb 24 04:01:45 2009
   #
   # Accessible filesystems, by reference, are maintained under '/dev/disk'
   # See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for
   more info
   #
   /dev/VolGroup01/LogVol00 /   ext3   
   defaults1 1
   UUID=3c6742c9-0f68-4390-b323-b962596822d6 /boot  
   ext3defaults1 2
   tmpfs   /dev/shmtmpfs  
   defaults0 0
   devpts  /dev/ptsdevpts 
   gid=5,mode=620  0 0
   sysfs   /syssysfs  
   defaults0 0
   proc/proc   proc   
   defaults0 0
   /dev/VolGroup01/LogVol01 swapswap   
   defaults0 0


   /dev/VolGroup01/LogVol02 UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP
   ext3defaults1 2


I can mount it:

   [r...@box9 bobg]# mount /dev/VolGroup01/LogVol02
   [r...@box9 bobg]# df
   Filesystem   1K-blocks  Used Available Use% Mounted on
   /dev/mapper/VolGroup01-LogVol00
  5289592   3210420   2025496  62% /
   /dev/sda2   194449 20859163550  12% /boot
   tmpfs  129231676   1292240   1% /dev/shm
   /dev/mapper/VolGroup01-LogVol02
 76923936222308  72794044   1%
   /home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP

And df shows:

   [r...@box9 bobg]# df
   Filesystem   1K-blocks  Used Available Use% Mounted on
   /dev/mapper/VolGroup01-LogVol00
  5289592   3210420   2025496  62% /
   /dev/sda2   194449 20859163550  12% /boot
   tmpfs  129231676   1292240   1% /dev/shm
   /dev/mapper/VolGroup01-LogVol02
 76923936222308  72794044   1%
   /home/bobg/UUID=tvOhFL-1sDH-fk5y-zv00-PR6c-cA2F-xyOTAP

And lvscan:

   [r...@box9 bobg]# lvscan
 ACTIVE'/dev/VolGroup01/LogVol00' [5.12 GB] inherit
 ACTIVE'/dev/VolGroup01/LogVol01' [4.41 GB] inherit
 ACTIVE'/dev/VolGroup01/LogVol02' [74.53 GB] inherit

I would like the second drive to be an extension of the first.

Can anyone tell me what I have done wrong?

Bob

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


logwatch reports kernel errors present

2009-02-26 Thread Steve
Every time I boot my machine I get a message like this in logwatch

 WARNING:  Kernel Errors Present
ACPI Error (nseval-0159): I ...:  12 Time(s)

$ uname -r
2.6.27.15-78.2.23.fc9.x86_64

I don't see anything in /var/log/messages and in /var/log/dmesg I see:

ACPI Error (nseval-0159): Insufficient arguments - method [_OSC] needs 5, found 
4 [20080609]

ie, the same error. Google returned a few hits but nothing that explained what 
this meant. I didn't find anything in redhat bugzilla.

So, what does it mean? Is it important? 

Thanks,
Steve.

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


Re: Boot display -

2009-02-26 Thread Rangeen Basu
Another question I know has been answered before but I haven't found it.
>
> How do I restore the normal boot text display using inittab set to 3?  All
> I see now is a blue progress bar.
>
> Bob
>

You can simply press 'del' during boot to toggle or you can remove rhgb for
permanent solution..
-- 
Rangeen Basu Roy Chowdhury
Fedora Ambassador
sherry...@gmail.com
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Keyboard settings are lost after each reboot

2009-02-26 Thread Danilo Câmara
> Dear All,
> 
> After the last updates were installed, the settings of the layout of
> my keyboard does not survive to a reboot; I have to reset it to my
> language after each reboot. Any ideas?
> 
> Thanks in advance,
> 
> Paul

Same thing happened here. Already seen in various machines, i386 and
x86_64.

The keyboards were configured during Fedora 10 installation and no
manual configuration in Xorg or GNOME. Everything was working fine until
last update. I guess the affecting updates were
xorg-x11-server-Xorg-1.5.3-13.fc10 or
xorg-x11-server-common-1.5.3-13.fc10.

Only affects the keyboard settings in the graphical mode (GNOME in my
case). Text mode still fine.

Regards

Danilo Camara

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


Account, password problem with sqlplus in Oracle 10g(10201_companion_linux32)

2009-02-26 Thread GMS S
Hi,
I installed Oracle 10g(10201_companion_linux32.zip).
After extracting got companion directory.
Installing going to that directory "/u01/app/oracle/product/10.2.0/db_1/bin"
I ran ./sqlplus command.

But now I can't type the user name and password because everything is denied.
When installing ,I selected companion option as I got an error selecting the 
Oralce 10g Database option.I was not prompted for account and password.

There was an option during installation for
i)Wschema
ii)hostname
iii)port
iv)sid

like this.

Now what should I do?Is there any option for creating account and password?
Can anyone tell? 

I am using Fedora 10.
Thanks 




  

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


Re: Session - Remember Running Apps not working? FC10

2009-02-26 Thread Rahul Sundaram

Dave Bolt IT Solutions wrote:
I am under the impression that using the 
System->Preferences->Personal->Sessions->Options I can have Fedora 10 
remember the running applications when I log out, and hopefully start 
them again when I log in.
I certainly could do this with FC8, although I don't remember how I 
enabled it.

Am I using the wrong setting, or is this a problem other people are seeing?
Thanks


Known issue. Refer

http://fedoraproject.org/wiki/Bugs/F10Common#GNOME_session_saving_broken

Rahul

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


Session - Remember Running Apps not working? FC10

2009-02-26 Thread Dave Bolt IT Solutions
I am under the impression that using the 
System->Preferences->Personal->Sessions->Options I can have Fedora 10 remember 
the running applications when I log out, and hopefully start them again when I 
log in.
I certainly could do this with FC8, although I don't remember how I enabled it.
Am I using the wrong setting, or is this a problem other people are seeing?
Thanks
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Skype and video[Was:Webcam recommendations?]

2009-02-26 Thread Fabio Venturi
Hello,
I had the same problem with my webcam and I resolved following this guide (
http://moinejf.free.fr/gspca_README.txt):

V4L library

Most applications don't know how to decode the raw frames generated
by the webcams, and also, many of them do not speak the V4L2
interface. To make them work, you need the V4L application
library found at:

http://linuxtv.org/hg/~hgoede/v4l-dvb

To generate:
cd v4l2-apps/lib/libv4l/
make
   (and as root)
make install
(the installation is done under /usr/local)

To use it with a mono-threaded application, do:
export LD_LIBRARY_PATH=/usr/local/lib/
LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so 

To use it with a multi-threaded application, do:
export LD_LIBRARY_PATH=/usr/local/lib/
export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so


For more information, look at:
http://hansdegoede.livejournal.com/3636.html
http://linuxtv.org/v4lwiki/index.php/Libv4l_Progress


Cheers,
Fab


2009/2/24 Paolo Galtieri 

> I ran the same version of skype on my laptop running F10 and my webcam and
> sound worked fine.  Here's the webcam info
>
> Bus 001 Device 010: ID 046d:09a2 Logitech, Inc. QuickCam Communicate
> Deluxe/S7500
>
> I had to play around with the sound devices configuration in the skype
> options  to get sound to work.  Some sound settings in skype would indicate
> sound was working but I was unable to make a test call.  I finally got past
> that and was able to make a test call and had my webcam displaying.
>
> Hope this helps
>
> Paolo
>
>
> On Mon, Feb 23, 2009 at 2:54 PM, Fernando Apesteguía <
> fernando.apesteg...@gmail.com> wrote:
>
>> Hi all,
>>
>> I'm using Skype 2.0.0.72 and I have a Logitech QuickCam for Notebooks,
>> as reported by lsusb:
>>
>> idVendor   0x046d Logitech, Inc.
>> idProduct  0x08dd QuickCam for Notebooks
>> bcdDevice1.00
>>
>> With this version of Skype, I'm able to see other people doing video
>> conference (better quality with compiz disabled), but I can't get the
>> webcam working. In Options->Video, the webcam is detected, but when I
>> push the "Test" button, all I get is this:
>>
>> Starting the process...
>> Skype Xv: Xv ports available: 4
>> Skype XShm: XShm support enabled
>> Skype Xv: Using Xv port 131
>> 
>>
>> Nothing catches my eye in the system log. I tried to install
>> libv4l.i386 but it didn't make any difference.
>>
>> Any success cases? Any hints on how to solve this?
>>
>> --
>> fedora-list mailing list
>> fedora-list@redhat.com
>> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>> Guidelines:
>> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>>
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Keyboard settings are lost after each reboot

2009-02-26 Thread Paul Smith
Dear All,

After the last updates were installed, the settings of the layout of
my keyboard does not survive to a reboot; I have to reset it to my
language after each reboot. Any ideas?

Thanks in advance,

Paul

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


F10: sound vanishing after some time (Dell E6500)

2009-02-26 Thread wwp
Hello there,


not sure it is pulseaudio to blame yet (and again), maybe simply an
Alsa bug or incompatibility. I've recently installed Fedora 10 on a
brand new Dell Latitude E6500 laptop.

Few hours after the system has booted (an unpredictable amount of time)
sounds are simply not playing anymore - tried w/ apps, aplay, mplayer.

Did somebody experience the same? Or any clue where to investigate or
find a fix?


I'm running GNOME and default sound settings (pulseaudio, alsa), here
are some excerpts of `lspci -vvv` concerning the audio system:

00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
Subsystem: Dell Device 024f
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [130] Root Complex Link 
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel



And here is the output of a `grep -iE
'imklog|pulse|sound|snd|audio|alsa' /var/log/messages`, it shows
several reboots across last 4 days, mostly to restore sound:

Feb 22 04:50:20 localhost kernel: imklog 3.21.10, log source = /proc/kmsg 
started.
Feb 22 10:55:57 localhost pulseaudio[5176]: module-alsa-sink.c: Error opening 
PCM device front:0: Invalid argument
[repeated n times]
Feb 22 22:32:14 localhost pulseaudio[5176]: module-alsa-sink.c: Error opening 
PCM device front:0: Invalid argument
Feb 23 09:16:48 localhost pulseaudio[5176]: module-hal-detect.c: Error getting 
capability: org.freedesktop.Hal.NoSuchDevice: No device with id 
/org/freedesktop/Hal/devices/platform_parport_pc_888
Feb 23 09:16:48 localhost pulseaudio[5176]: module-hal-detect.c: Error getting 
capability: org.freedesktop.Hal.NoSuchDevice: No device with id 
/org/freedesktop/Hal/devices/platform_parport_pc_956

Feb 23 09:48:36 localhost kernel: imklog 3.21.10, log source = /proc/kmsg 
started.
Feb 23 09:48:49 localhost bluetoothd[2610]: Parsing /etc/bluetooth/audio.conf 
failed: No such file or directory
Feb 23 09:49:45 localhost pulseaudio[3493]: main.c: Called SUID root and 
real-time and/or high-priority scheduling was requested in the configuration. 
However, we lack the necessary privileges:
Feb 23 09:49:45 localhost pulseaudio[3489]: pid.c: Stale PID file, overwriting.
Feb 23 09:49:45 localhost pulseaudio[3493]: main.c: We are not in group 
'pulse-rt', PolicyKit refuse to grant us the requested privileges and we have 
no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
Feb 23 09:49:45 localhost pulseaudio[3493]: main.c: For enabling 
real-time/high-priority scheduling please acquire the appropriate PolicyKit 
privileges, or become a member of 'pulse-rt', or increase the 
RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
Feb 23 09:49:49 localhost pulseaudio[3520]: pid.c: Daemon already running.
Feb 23 09:52:52 localhost pulseaudio[3489]: module-alsa-sink.c: Increasing 
wakeup watermark to 40.00 ms

Feb 23 10:40:01 localhost kernel: imklog 3.21.10, log source = /proc/kmsg 
started.
Feb 23 10:40:14 localhost bluetoothd[2597]: Parsing /etc/bluetooth/audio.conf 
failed: No such file or directory
Feb 23 10:41:09 localhost pulseaudio[3441]: pid.c: Stale PID file, overwriting.
Feb 23 10:41:09 localhost pulseaudio[3444]: main.c: Called SUID root and 
real-time and/or high-priority scheduling was requested in the configuration. 
However, we lack the necessary privileges:
Feb 23 10:41:09 localhost pulseaudio[3444]: main.c: We are not in group 
'pulse-rt', PolicyKit refuse to grant us the requested privileges and we have 
no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
Feb 23 10:41:09 localhost pulseaudio[3444]: main.c: For enabling 
real-time/high-priority scheduling please acquire the appropriate PolicyKit 
privileges, or become a member of 'pulse-rt', or increase the 
RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
Feb 23 10:41:12 localhost pulseaudio[3493]: pid.c: Daemon already running.

Feb 23 14:01:29 localhost kernel: imklog 3.21.10, log source = /proc/kmsg 
started.
Feb 23 14:01:41 localhost bluetoothd[2653]: Parsing /etc/bluetooth/audio.conf 
failed: No such file or directory
Feb 23 14:02:36 localhost pulseaudio[3509]: main.c: Called SUID root and 
real-time and/or high-priority scheduling was requested in the configuration. 
However, we lack the necessary privileges:
Feb 23 14:02:36 localhost pulseaudio[3509]: main.c: We are not in group 
'pulse-rt', PolicyKit refuse to grant us the requested privileges and we have 
no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
Feb 23 14:02:36 localhost pulseaudio[3509]: main.c: For enabling 
real-time/high-priority scheduling please acquire the appropriate PolicyKit 
privileges, or become a member of 'pulse-rt', or increase the 
RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
Feb 23 14:02:36 localhost pulseaudio[3517]: pid.c: Stale PID file, overwriting.
Feb 23 14:02:39 loca

Re: How do I play this link ?

2009-02-26 Thread Michael Schwendt
On Wed, 25 Feb 2009 17:58:46 -0800, Aldo wrote:

> the last time I tried to install mplayer was a royal pain in the rear and I 
> just
> gave up on it... dependencies missing... this package needed by that one...
> It was not worth the pain.

Such a reply is completely not helpful. It's nothing else than FUD.
rpmfusion.org offers a repository, which includes mplayer. No need
to hunt for missing dependencies manually. Just use the standard
package management utilities that come with Fedora. And in case there
is a problem with the packages in the rpmfusion.org repository,
report a bug.

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


Re: How do I play this link ?

2009-02-26 Thread Kevin Kofler
Craig White wrote:
> you need to install either realplayer or helix player but I just did a
> yum search for helix and nothing turned up so I'm a bit confused myself
> - perhaps something changed and the helix engine was dropped from F10
> repositories.

HelixPlayer doesn't support the proprietary Real codecs, those were not part
of what they opened up as Free Software. In fact, HelixPlayer hardly plays
anything. :-/ Last I checked, even FLAC was not supported and that is
definitely not patent-encumbered.

Kevin Kofler

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


Re: How do I play this link ?

2009-02-26 Thread Kevin Kofler
Linuxguy123 wrote:
> How do I play this link ?
> 
> rtsp://media.cbc.ca/cbc.ca/calgary/media/audio/wildrose/20090220electric_car_96661_CGY.rm

Kaffeine plays this just fine (using xine-lib-extras-freeworld). Dragon Player
can't open it from the GUI, but:
dragon 
rtsp://media.cbc.ca/cbc.ca/calgary/media/audio/wildrose/20090220electric_car_96661_CGY.rm
works fine (using the Phonon xine-lib backend and xine-lib-extras-freeworld).
Anything based on xine-lib should be able to play it.

Kevin Kofler

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


Re: How do I play this link ?

2009-02-26 Thread Kevin Kofler
Tim wrote:
> It took a little while to cache enough of it to start playing, then all
> was well.  I have the additional codecs installed on my laptop, but I'm
> not sure if it used one of them.

No it did not:

> Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
> AUDIO: 22050 Hz, 1 ch, s16le, 32.0 kbit/9.08% (ratio: 4005->44100)
> Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)

These are the native Free Software codecs from FFmpeg, not binary codecs.

> Video: no video

And this obviously needs no codec. ;-)

Kevin Kofler

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