RE: fedora-list Digest, Vol 66, Issue 26

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm a newbie to linux.  Can anybody put me through on how to install my applications on fedora 11 ?


-----Original Message-----
From: fedora-list-bounces@xxxxxxxxxx [mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of fedora-list-request@xxxxxxxxxx
Sent: Tuesday, August 04, 2009 3:29 PM
To: fedora-list@xxxxxxxxxx
Subject: fedora-list Digest, Vol 66, Issue 26

Send fedora-list mailing list submissions to
        fedora-list@xxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://www.redhat.com/mailman/listinfo/fedora-list
or, via email, send a message with subject or body 'help' to
        fedora-list-request@xxxxxxxxxx

You can reach the person managing the list at
        fedora-list-owner@xxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of fedora-list digest..."


Today's Topics:

   1. Re: F10 SElinux issues (Daniel J Walsh)
   2. Re: The ideal mail client? (Jos? Matos)
   3. Re: How to sort a file - (Bob Goodwin)
   4. Removing Pulse Audio (James Allsopp)
   5. scripting doubts (Arthur Meeks Meeks)
   6. Re: keyboard becomes unresponsive, stops working (Simon Andrews)
   7. Re: scripting doubts (Arthur Meeks Meeks)
   8. Re: scripting doubts (Arthur Meeks Meeks)
   9. Re: Camera/F-spot problems (Chris Rouch)
  10. Re: How to rescue an encrypted root filesystem?
      (Mikkel L. Ellertson)
  11. Re: Camera/F-spot problems (Steve)
  12. Re: OFF-TOPIC: Algol 60 guru required (Aaron Konstam)
  13. Re: The ideal mail client? (Patrick O'Callaghan)
  14. Re: scripting doubts (Patrick O'Callaghan)
  15. Re: Removing Pulse Audio (Aaron Konstam)


----------------------------------------------------------------------

Message: 1
Date: Tue, 04 Aug 2009 05:41:48 -0400
From: Daniel J Walsh <dwalsh@xxxxxxxxxx>
Subject: Re: F10 SElinux issues
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID: <4A78025C.3010404@xxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1

On 08/03/2009 10:50 AM, Steve Blackwell wrote:
> Ever since I upgraded from F9 to F10 when F9 went EOL I've been having
> lots of SElinux warnings. Here's one. I get at seemingly random times,
> ie not when I log in.
>
> Aug  3 09:06:50 steve setroubleshoot: SELinux is preventing
> polkit-read-aut (polkit_auth_t) "write" to /var/log/gdm/:0-greeter.log
> (xserver_log_t). For complete SELinux messages. run sealert -l
> a4a0ec72-1ae8-46af-a27c-441b4a5f1cdb
>
This looks like a redirection of stdout to the log file.  You can add this rule using

# grep polkit-read-aut /var/log/audit/audit.log | audit2allow -M mypolkit
# semodule -i mypolkit.pp

I believe this is actually a bug in xdm. in that it should be passing append privs for its log versus write.

If a relabel caused you to loose labels, then you need to add the labels via semanage fcontext instead of just executing a chcon.

For example, if I had web content under /myweb

# semanage fcontext -a -t httpd_sys_content_t '/myweb(/.*)?'
# restorecon -R -v /myweb

Would tell the SELinux system about my alternative labeling.

A blog I wrote about similar stuff.

http://danwalsh.livejournal.com/28027.html
> setroubleshoot suggests restorecon -v '/var/log/gdm/:0-greeter.log'
>
> # ls -lZ /var/log/gdm/:0-greeter.log
> -rw-r--r--  gdm gdm
> system_u:object_r:xserver_log_t:s0 /var/log/gdm/:0-greeter.log
>
> # restorecon -v /var/log/gdm/:0-greeter.log
>
> ]# ls -lZ /var/log/gdm/:0-greeter.log
> -rw-r--r--  gdm gdm
> system_u:object_r:xserver_log_t:s0 /var/log/gdm/:0-greeter.log
>
> ie no change
>
> # tail /var/log/gdm/:0-greeter.log
> Warning:          No symbols defined for <I228> (keycode 228)
> Warning:          No symbols defined for <I230> (keycode 230)
> Warning:          No symbols defined for <I248> (keycode 248)
> Warning:          No symbols defined for <I249> (keycode 249)
> Warning:          No symbols defined for <I250> (keycode 250)
> Warning:          No symbols defined for <I251> (keycode 251)
> Warning:          No symbols defined for <I252> (keycode 252)
> Warning:          No symbols defined for <I253> (keycode 253)
> Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message
> with a timestamp of 0 for 0x1200022 (Login Wind) Window manager
> warning: meta_window_activate called by a pager with a 0 timestamp; the
> pager needs to be fixed.
>
> This computer is on a 2 machine home network, the other machine being a
> Vista laptop and I have them connected via Samba. Is some client trying
> to login from the laptop?
>
> # rpm -qa | grep selinux
> selinux-policy-3.5.13-67.fc10.noarch
> libselinux-devel-2.0.78-1.fc10.i386
> selinux-policy-targeted-3.5.13-67.fc10.noarch
> libselinux-2.0.78-1.fc10.i386
> libselinux-utils-2.0.78-1.fc10.i386
> libselinux-python-2.0.78-1.fc10.i386
>
> Any suggestions?
>
> Thanks,
> Steve
>



------------------------------

Message: 2
Date: Tue, 4 Aug 2009 10:43:29 +0100
From: Jos? Matos <jaomatos@xxxxxxxxx>
Subject: Re: The ideal mail client?
To: fedora-list@xxxxxxxxxx
Message-ID: <200908041043.30802.jaomatos@xxxxxxxxx>
Content-Type: Text/Plain;  charset="utf-8"

On Monday 03 August 2009 23:46:30 Patrick O'Callaghan wrote:
>
> POP and IMAP are two very different animals. AFAIK Kmail was designed as
> a POP client and had IMAP added later. Every so often I take another
> look at Kmail's IMAP support and get the impression it's still not quite
> there, e.g. when reconnecting to a large folder it seemed to spend an
> inordinate amount of time doing something (indexing? synching? cacheing?
> no idea) before I could see any messages. Note that I don't mean the
> first visit to the folder, which would be understandable, but every
> visit.

I use cached imap on kmail with good results. It is fast and since the
messages are also stored locally it is quite fast.

The only precaution worth of note is not to subscribe the "All Mail" folder
for gmail accounts.

> I haven't tried the latest version so maybe that's all improved now, but
> changing MUAs is something one tries not to do often, which is why I've
> stuck with Evo despite its faults. I have to say I also find Kmail's UI
> rather garish compared to Evo's, but that's personal taste.

There have been some improvements in this area. :-)

> poc

--
Jos?? Ab??lio



------------------------------

Message: 3
Date: Tue, 04 Aug 2009 07:36:29 -0400
From: Bob Goodwin <bobgoodwin@xxxxxxxxxxxx>
Subject: Re: How to sort a file -
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID: <4A781D3D.4050208@xxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Bill Davidsen wrote:
> Bob Goodwin wrote:
>>
>> I have a file of Netgear router data that I would like to sort on
>> date and time.
>> the form is as below:
>>
>>    [Site allowed: weather.noaa.gov] from source 192.168.1.9 Saturday,
>>    Aug 01,2009 17:02:51
>>    [Site allowed: safebrowsing-cache.google.com] from source
>>    192.168.1.11 Saturday, Aug 01,2009 17:00:16
>>    [Site allowed: safebrowsing.clients.google.com] from source
>>    192.168.1.11 Saturday, Aug 01,2009 17:00:13
>>
> Looks like a case for a few lines of perl, and a quick call to sort
> for the ordering, probably the easiest fix.
>
> See attached if the mailer doesn't eat it.
>


No the mailer didn't "eat it," but I haven't figured how to implement
it. After some experimenting I have to admit I need an example. I am
eager to see it work though.






------------------------------

Message: 4
Date: Tue, 04 Aug 2009 12:46:14 +0100
From: James Allsopp <jamesaallsopp@xxxxxxxxxxxxxx>
Subject: Removing Pulse Audio
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID: <4A781F86.30903@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1

Hi,
I followed the instructions here for installing Pulse Audio,
(http://forums.fedoraforum.org/showthread.php?t=206868) on my F10
machine, (an F9 upgrade). I did this as I thought the system upgrades
would do this eventually anyway and was interested. However it's just
just caused me grief.

Does anyone have any instructions on how to remove this completely from
my system, that they've successfully used? It's become slow, hard-locks,
sound skips or just stops.

Thanks
James



------------------------------

Message: 5
Date: Tue, 4 Aug 2009 13:53:30 +0200
From: Arthur Meeks Meeks <arthur.meeks.luppu@xxxxxxxxx>
Subject: scripting doubts
To: fedora-list@xxxxxxxxxx
Message-ID:
        <23a09a180908040453n72e87a45y8efcbe4dc4abbbd2@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Hi guys,

I'm trying to create an script to verify some databases and their
privileges.

I have all of them in some files with the following format:
server1
server2
server3
server4

Being all of them MySQL servers and the first one the master and the rest of
the just the slaves.

I only want to check the privileges in the slaves and I've created the
following statement:
for i in `cat file1_cluster`; do echo -n $i: && mysql -h$i -uroot -pwhatever
-e"show grants for 'user'@'10.10.%.%';" | grep -i "REPLICATION CLIENT" | wc
-l ; done > /tmp/privs

Keep in mind I just want to know the slaves which doesn't have the
REPLICATION CLIENT privileges, just that.
So that will write in /tmp/privs something like:
server1:0
server2:1
server3:0

Being the value 0 a machine which doesn't have REPLICATION CLIENT privilege
and 1 being the value which mean it does.

The thing is, how can I do the "for" loop to avoid reading the first line of
the file: file1_cluster, file2_cluster etc...cause the master will never
have replication client privileges.

After reading the /tmp/privs with another for, I will use cut -d ":" -f to
look for values distinct from 0 and do a mail -s to the admins.

Any help will be more than appreciated.

Thanks a lot
A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.redhat.com/archives/fedora-list/attachments/20090804/91fa4c0a/attachment.html

------------------------------

Message: 6
Date: Tue, 4 Aug 2009 13:02:15 +0100
From: Simon Andrews <simon.andrews@xxxxxxxxxxx>
Subject: Re: keyboard becomes unresponsive, stops working
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID: <4A782347.2060201@xxxxxxxxxxx>
Content-Type: text/plain; charset="ISO-8859-1"; format=flowed

Fran?ois Patte wrote:

> I plug an external PS2 keyboard and an external PS2 mouse to a USB port
> of my laptop via a PS2/USB adaptator (CHESEN PS2 to USB Converter) and
> sometimes I have some problems: led of keyboard flashes and during that
> time, I cannot use the keyboard.

A frozen machine and flashing keyboard LEDs could indicate you've had a
kernel panic.  In this case there may not be anything logged to disk.

Have you tried switching to a virtual terminal (Alt+Control+F2) before
plugging in your keyboard - you may see a stack trace from the kernel
panic on screen.



------------------------------

Message: 7
Date: Tue, 4 Aug 2009 14:21:08 +0200
From: Arthur Meeks Meeks <arthur.meeks.luppu@xxxxxxxxx>
Subject: Re: scripting doubts
To: fedora-list@xxxxxxxxxx
Message-ID:
        <23a09a180908040521k7a13642an69fdc874ecd30a0@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

I found the way to do it finally.

I'm now dealing with parsing the new file, as I need to look for two values,
REPLICATION CLIENT and "ALL"
So, if the machine has REPLICATION CLIENT is ok and if it has "GRANT ALL" is
also good.
So, is there a way with grep to say: grep "REPLICATION CLIENT" OR "GRANT
ALL" ?

Thanks a lot!
A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.redhat.com/archives/fedora-list/attachments/20090804/b6297b84/attachment.html

------------------------------

Message: 8
Date: Tue, 4 Aug 2009 14:28:54 +0200
From: Arthur Meeks Meeks <arthur.meeks.luppu@xxxxxxxxx>
Subject: Re: scripting doubts
To: fedora-list@xxxxxxxxxx
Message-ID:
        <23a09a180908040528p6c705ff1kfb5e3a629604db11@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

egrep seems to do the trick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.redhat.com/archives/fedora-list/attachments/20090804/2d9002d2/attachment.html

------------------------------

Message: 9
Date: Tue, 4 Aug 2009 14:56:26 +0200
From: Chris Rouch <chris.rouch@xxxxxxxxx>
Subject: Re: Camera/F-spot problems
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID:
        <17b3dc970908040556h131bebb1sbd017ba57d974bb4@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1

On Fri, Jul 31, 2009 at 10:25 PM, Steve<zephod@xxxxxxxxxx> wrote:
>
> ---- "Mikkel L. Ellertson" <mikkel@xxxxxxxxxxxxxxxx> wrote:
>> Steve Blackwell wrote:
>> > It's been a while and several versions of Fedora since I tried this
>> > but F-spot used to start automatically when I plugged my camera in to
>> > a USB port. Now it doesn't but I see the appropriate USB messages in the
>> > system log that show the device is recognized correctly.
>
> 8><--- snip
>
>> You can go into System --> Preferences --> Personal --> File
>> Management and pick the Media tab. You can set what happens when
>> different types of media are inserted. I suspect yours is set to do
>> nothing for Photos. (Users of F11 have a different menu path.)
>
> Under the Media tab, Photos is set to open F-spot and "Browse media when inserted" is checked.
>
> When I said that nothing happens when I click the open F-spot button, that isn't completely accurate. The busy cursor shows for a few seconds, maybe 10 but then goes away.
>
> Steve
>

You don't say which version of Fedora you are using. Under F10 i had
problems talking to my Canon 400D. I was using digikam, and the
problem was only there when I tried to delete photos from the camera.
The workaround was to install the F9 version of libgphoto2. I
submitted this bug for it.

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

Since installing F11 it all works again. Maybe your problem is related?



------------------------------

Message: 10
Date: Tue, 04 Aug 2009 08:30:22 -0500
From: "Mikkel L. Ellertson" <mikkel@xxxxxxxxxxxxxxxx>
Subject: Re: How to rescue an encrypted root filesystem?
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID: <4A7837EE.80002@xxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="iso-8859-1"

Derek Tattersall wrote:
> Well, I screwed up.
>
> I tried to upgrade from f10 to f11, and it seems to have failed. It gets
> partway through the boot up and throws a bunch of errors regarding
> missing libraries. I would like to rescue some data off of the disk
> before I reformat it and try again, however I chose the encrypted file
> system option when I installed f10 originally.
>
> So, I boot the machine with the f11 live cd, and that works, but how do
> I mount the hard disk? What encryption method did f10 use by default
> when I set up the disk originally? blowfish, aes? What set of arcane and
> cryptic commands do I have to use to mount the hard disk within the live
> cd?
>
> I backed most everything up before I tried to upgrade, but there still
> some things I would like to recover if I can. It's no huge loss if I
> have to reformat and start over, but I'd still like to try to get some
> stuff off of the hard disk.
>
> Thanks.
>
> Derek Tattersall
>
You would probably have better luck booting with the F10 install
media, and choosing to rescue an existing installation. If you tell
it to mount you file system, it will ask you for your encryption
password. You can then copy what you need to other media.

Mikkel
--

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: OpenPGP digital signature
Url : https://www.redhat.com/archives/fedora-list/attachments/20090804/6cd9d53c/signature.bin

------------------------------

Message: 11
Date: Tue, 4 Aug 2009 9:53:12 -0400
From: Steve <zephod@xxxxxxxxxx>
Subject: Re: Camera/F-spot problems
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Cc: Chris Rouch <chris.rouch@xxxxxxxxx>
Message-ID: <20090804135312.AMOK9.91741.root@cdptpa-web19-z02>
Content-Type: text/plain; charset=utf-8


---- Chris Rouch <chris.rouch@xxxxxxxxx> wrote:
> On Fri, Jul 31, 2009 at 10:25 PM, Steve<zephod@xxxxxxxxxx> wrote:
> >
> > ---- "Mikkel L. Ellertson" <mikkel@xxxxxxxxxxxxxxxx> wrote:
> >> Steve Blackwell wrote:
> >> > It's been a while and several versions of Fedora since I tried this
> >> > but F-spot used to start automatically when I plugged my camera in to
> >> > a USB port. Now it doesn't but I see the appropriate USB messages in the
> >> > system log that show the device is recognized correctly.
> >
> > 8><--- snip
> >
> >> You can go into System --> Preferences --> Personal --> File
> >> Management and pick the Media tab. You can set what happens when
> >> different types of media are inserted. I suspect yours is set to do
> >> nothing for Photos. (Users of F11 have a different menu path.)
> >
> > Under the Media tab, Photos is set to open F-spot and "Browse media when inserted" is checked.
> >
> > When I said that nothing happens when I click the open F-spot button, that isn't completely accurate. The busy cursor shows for a few seconds, maybe 10 but then goes away.
> >
> > Steve
> >
>
> You don't say which version of Fedora you are using. Under F10 i had
> problems talking to my Canon 400D. I was using digikam, and the
> problem was only there when I tried to delete photos from the camera.
> The workaround was to install the F9 version of libgphoto2. I
> submitted this bug for it.
>
> https://bugzilla.redhat.com/show_bug.cgi?id=497804
>
> Since installing F11 it all works again. Maybe your problem is related?

Maybe it is. I'm using F10 too.
And thanks for the link. I don't think my problem is the same as yours but it got me looking at other F-spot bugs and #426735 got me to tail my .xsession-errors file while turning the camera on. I get this:

F-Spot  0.5.0.3 - (c)2003-2008, Novell Inc
Personal photo management for the GNOME Desktop


Usage: f-spot [options]
Options:
-b -basedir PARAM   path to the photo database folder
-? -help -usage     Show this help list
-i -import PARAM    import from the given uri
-p -photodir PARAM  default import folder
-shutdown           shutdown a running f-spot instance
-slideshow          display a slideshow
-V -version         Display version and licensing information
-versions           Display version and dependencies informations
-v -view            view file(s) or directory(ies)

which suggests that there is a bug in whatever script tries to start F-spot. Could be using an invalid switch? Is this HAL or udev rules?

Steve



------------------------------

Message: 12
Date: Tue, 04 Aug 2009 04:20:28 -0500
From: Aaron Konstam <akonstam@xxxxxxxxxxxxx>
Subject: Re: OFF-TOPIC: Algol 60 guru required
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID: <1249377628.2532.37.camel@xxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain

On Mon, 2009-08-03 at 15:23 -0700, jack craig wrote:
> On 08/03/2009 02:58 PM, Hiisi wrote:
> > Dear All!
> > Sorry for this off-topic, but I could not see any solution to my
> > problem. I'm trying to transform old Algol 60 program to C++. I can
> > understand every syntax of it except this construction:
> > D(N+1):=N(N+2):=0.0;
> >
> > Variables types:
> > N - INTEGER
> > D - REAL ARRAY
> > What is it? How to represent in C++? Hope on this list there's people,
> > who could remember that from the time...
> > Thanks in advance!
> > --
> > Hiisi.
> > Registered Linux User #487982. Be counted at: http://counter.li.org/
> >
> i used to do a little spl (hp), to me, i'd says its a dual
> initialization where d(n+1) is being set equal to n(n+2) and each are
> set to 0.
That would be ok if N was not an integer. I think the OP is asking for
the meaning of N(N+2) when N is an integer. It is not multiplication of
N and N+2 because multiplication in ALGOL is represented by a * or a
special X like symbol. So this expression is indeed confusing.
>
--
=======================================================================
Clones are people two.
=======================================================================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@xxxxxxxxxxxxx



------------------------------

Message: 13
Date: Tue, 04 Aug 2009 09:46:04 -0430
From: "Patrick O'Callaghan" <pocallaghan@xxxxxxxxx>
Subject: Re: The ideal mail client?
To: fedora-list@xxxxxxxxxx
Message-ID: <1249395364.6714.1.camel@xxxxxxxxxxxxxxxxxx>
Content-Type: text/plain; charset="UTF-8"

On Tue, 2009-08-04 at 10:43 +0100, Jos?? Matos wrote:
> On Monday 03 August 2009 23:46:30 Patrick O'Callaghan wrote:
> >
> > POP and IMAP are two very different animals. AFAIK Kmail was designed as
> > a POP client and had IMAP added later. Every so often I take another
> > look at Kmail's IMAP support and get the impression it's still not quite
> > there, e.g. when reconnecting to a large folder it seemed to spend an
> > inordinate amount of time doing something (indexing? synching? cacheing?
> > no idea) before I could see any messages. Note that I don't mean the
> > first visit to the folder, which would be understandable, but every
> > visit.
>
> I use cached imap on kmail with good results. It is fast and since the
> messages are also stored locally it is quite fast.

Is that a setting? If so, I hadn't noticed it.

> The only precaution worth of note is not to subscribe the "All Mail" folder
> for gmail accounts.

Of course :-)

poc



------------------------------

Message: 14
Date: Tue, 04 Aug 2009 09:51:56 -0430
From: "Patrick O'Callaghan" <pocallaghan@xxxxxxxxx>
Subject: Re: scripting doubts
To: fedora-list@xxxxxxxxxx
Message-ID: <1249395716.6714.3.camel@xxxxxxxxxxxxxxxxxx>
Content-Type: text/plain

On Tue, 2009-08-04 at 14:21 +0200, Arthur Meeks Meeks wrote:
> I found the way to do it finally.
>
> I'm now dealing with parsing the new file, as I need to look for two
> values, REPLICATION CLIENT and "ALL"
> So, if the machine has REPLICATION CLIENT is ok and if it has "GRANT
> ALL" is also good.
> So, is there a way with grep to say: grep "REPLICATION CLIENT" OR
> "GRANT ALL" ?

For future reference, note that "tail -n +2" will remove the first line
of input.

poc



------------------------------

Message: 15
Date: Tue, 04 Aug 2009 04:27:57 -0500
From: Aaron Konstam <akonstam@xxxxxxxxxxxxx>
Subject: Re: Removing Pulse Audio
To: "Community assistance, encouragement,       and advice for using
        Fedora." <fedora-list@xxxxxxxxxx>
Message-ID: <1249378077.2532.39.camel@xxxxxxxxxxxxxxxxxxxxx>
Content-Type: text/plain

On Tue, 2009-08-04 at 12:46 +0100, James Allsopp wrote:
> Hi,
> I followed the instructions here for installing Pulse Audio,
> (http://forums.fedoraforum.org/showthread.php?t=206868) on my F10
> machine, (an F9 upgrade). I did this as I thought the system upgrades
> would do this eventually anyway and was interested. However it's just
> just caused me grief.
>
> Does anyone have any instructions on how to remove this completely from
> my system, that they've successfully used? It's become slow, hard-locks,
> sound skips or just stops.
>
> Thanks
> James
>
The simpilest thing is to use:
rpm -e --nodeps alsa-plugins-pulseaudio
--
=======================================================================
Ten years of rejection slips is nature's way of telling you to stop
writing. -- R. Geis
=======================================================================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@xxxxxxxxxxxxx



------------------------------

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-list

End of fedora-list Digest, Vol 66, Issue 26
*******************************************

This email and any attachments are confidential and may also be privileged. If you are not the addressee, do not disclose, copy, circulate or in any other way use or rely on the information contained in this email or any attachments. If received in error, notify the sender immediately and delete this email and any attachments from your system. Emails cannot be guaranteed to be secure or error free as the message and any attachments could be intercepted, corrupted, lost, delayed, incomplete or amended. First City Monument Bank Plc and its subsidiaries do not accept liability for damage caused by this email or any attachments and may monitor email traffic.

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

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux