<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.redhat.fedora.general">
    <title>gmane.linux.redhat.fedora.general</title>
    <link>http://blog.gmane.org/gmane.linux.redhat.fedora.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414409"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414403"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414399"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414391"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414385"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414341"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414337"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414333"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414318"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414313"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414310"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414288"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414272"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414268"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414261"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414255"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414247"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414244"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414409">
    <title>Cannot create MP3 with UTF-16LE tags</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414409</link>
    <description>&lt;pre&gt;My script for creating MP3 files from FLAC files has broken in Fedora
17.  Specifically, tags with accented characters are getting truncated
when I try to write them as UTF-16LE (which seems to be what most
players expect).  The script, which I am attaching, worked fine when I
last used it in January back in January (presumably on Fedora 16).

Here is an example of what I'm seeing:

[pilcher&amp;lt; at &amp;gt;ian music]$ metaflac --show-tag=title track05.flac
title=Lento, rápido

[pilcher&amp;lt; at &amp;gt;ian music]$ flac2mp3 track05.{flac,mp3}

flac 1.2.1, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007  Josh
Coalson
flac comes with ABSOLUTELY NO WARRANTY.  This is free software, and you are
welcome to redistribute it under certain conditions.  Type `flac' for
details.

track05.flac: done
LAME 3.99.5 64bits (http://lame.sf.net)
polyphase lowpass filter disabled
Encoding &amp;lt;stdin&amp;gt; to track05.mp3
Encoding as 44.1 kHz j-stereo MPEG-1 Layer III VBR(q=0)

[pilcher&amp;lt; at &amp;gt;ian music]$ id3v2 -l track05.mp3
id3v2 tag info for track05.mp3:
TSSE (Software/Hardware and settings used for encoding): LAME 64bits
version 3.99.5 (http://lame.sf.net)
TIT2 (Title/songname/content description): Lento, r
TPE1 (Lead performer(s)/Soloist(s)): Unknown
TALB (Album/Movie/Show title): Spanish Schoolhouse
TRCK (Track number/Position in set): 5
TCON (Content type): Children's (255)
TLEN (Length): 118013
track05.mp3: No ID3v1 tag

You can see that the TIT2 tag has been truncated at the accented
character.

I am seeing exactly the same thing when I try to add the tag with id3v2.

I found a report of similar behavior in Debian here:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655738

but my LANG is definitely set to en_US.UTF-8.  (I verified that this is
true during script execution by adding an echo statement.)

Any ideas?  (My wife is from Peru, so being unable to add songs with
accented characters in the title to her Squeezebox is really, really
important.)

Thanks!

&lt;/pre&gt;</description>
    <dc:creator>Ian Pilcher</dc:creator>
    <dc:date>2012-05-26T04:32:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414403">
    <title>HP Laserjet P1006 - no errors, no output</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414403</link>
    <description>&lt;pre&gt;Somebody didn't need this printer, I grabbed it, and plugged it in.

Fedora recognized it, and installed a Foomatic driver for it.

When I attempt to print a test page, everything "seems" to work on the  
software side. A job shows up in a print queue, for a few seconds, then  
Fedora tells me that the job printed succesfully, and the job disappears off  
the queue.

But the printer stays absolutely silent.

I see absolutely nothing useful in /var/log/cups. access_log claims success:

localhost - root [25/May/2012:22:45:11 -0400] "POST /admin/ HTTP/1.1" 200  
24757 CUPS-Add-Modify-Printer successful-ok
localhost - - [25/May/2012:22:45:16 -0400] "POST /printers/HP-LaserJet-P1006  
HTTP/1.1" 200 458 Print-Job successful-ok

Despite what anything says here, the printer just sleeps, doing nothing. It  
never shows any indication that it's getting a print job.

So, where do I go from here? Hate to throw this printer away, but  
Fedora/CUPS is refusing to cooperate.

&lt;/pre&gt;</description>
    <dc:creator>Sam Varshavchik</dc:creator>
    <dc:date>2012-05-26T03:01:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414399">
    <title>how to capture flash, etc</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414399</link>
    <description>&lt;pre&gt;Hi all,

Time was all I had to do to capture a video stream was start one, pause 
it and wait while the stream accumulated into /tmp.  Once complete I 
could move it.  /tmp is now a deep tree with obfuscated names making 
such endeavors nigh on impossible.

I've feel like I've been Gnomed.  Is this the new direction?  Look, 
don't touch?

Does anybody know how to capture a stream now or has that ability also 
been taken away?

TIA,
Mike Wright
&lt;/pre&gt;</description>
    <dc:creator>Mike Wright</dc:creator>
    <dc:date>2012-05-25T19:04:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414397">
    <title>Request for Sprint HTC phone suggestions</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414397</link>
    <description>&lt;pre&gt;
Greetings,

It's time to upgrade my phone.

For the last three years, I've had a Palm Centro; syncing of contacts, 
calender, and notes has been done via jpilot.

I would appreciate suggestions as to which of the Sprint HTC EVO phones 
works with Fedora and which PIM to use to sync.

Much thanks.


Max Pyziur
pyz&amp;lt; at &amp;gt;brama.com
&lt;/pre&gt;</description>
    <dc:creator>Max Pyziur</dc:creator>
    <dc:date>2012-05-25T10:26:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414391">
    <title>Gnome-rpd</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414391</link>
    <description>&lt;pre&gt;Is anyone having trouble using gnome-rdp. I get an error message that 
says: getaddressinfo can't find name or something to that affect. Anyway 
it is not working. Is there a fix out there or will I have to wait until 
final release candidate.
&lt;/pre&gt;</description>
    <dc:creator>Lawrence Graves</dc:creator>
    <dc:date>2012-05-24T19:33:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414385">
    <title>Can't compile kernel modules for VMware Player on F16</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414385</link>
    <description>&lt;pre&gt;Hi,

I am trying to compile new kernel modules for VMware Player version 
4.0.3.703057 on F16 with new kernel. I succeded to compile kernel 
modules on some previous kernels, 3.1.x or 3.2.x, but fail to compile 
them for kernel 3.3.x.

I have google for this but have not found a solution and are wandering 
if someone on this list has had any luck compiling kernel modules for 
VMware Player 4.0.3.x for kernel 3.3.x?
&lt;/pre&gt;</description>
    <dc:creator>Jon Ingason</dc:creator>
    <dc:date>2012-05-24T16:12:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414341">
    <title>Readlink: permission denied</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414341</link>
    <description>&lt;pre&gt;fc16 - with latest updates.

Running lsof, I see a plethora of output like:

systemd       1         root  cwd   unknown    /proc/1/cwd (readlink: 
Permission denied)
systemd       1         root  rtd   unknown    /proc/1/root (readlink: 
Permission denied)
systemd       1         root  txt   unknown    /proc/1/exe (readlink: 
Permission denied)
systemd       1         root NOFD              /proc/1/fd (opendir: 
Permission denied)
kthreadd      2         root  cwd   unknown    /proc/2/cwd (readlink: 
Permission denied)
kthreadd      2         root  rtd   unknown    /proc/2/root (readlink: 
Permission denied)
kthreadd      2         root  txt   unknown    /proc/2/exe (readlink: 
Permission denied)
kthreadd      2         root NOFD              /proc/2/fd (opendir: 
Permission denied)
ksoftirqd     3         root  cwd   unknown    /proc/3/cwd (readlink: 
Permission denied)
ksoftirqd     3         root  rtd   unknown    /proc/3/root (readlink: 
Permission denied)
ksoftirqd     3         root  txt   unknown    /proc/3/exe (readlink: 
Permission denied)
ksoftirqd     3         root NOFD              /proc/3/fd (opendir: 
Permission denied)
migration     6         root  cwd   unknown    /proc/6/cwd (readlink: 
Permission denied)
migration     6         root  rtd   unknown    /proc/6/root (readlink: 
Permission denied)
migration     6         root  txt   unknown    /proc/6/exe (readlink: 
Permission denied)
migration     6         root NOFD              /proc/6/fd (opendir: 
Permission denied)
watchdog/     7         root  cwd/proc/6/cwd (readlink: Permission denied)
....etc

The full output of lsof | sort | uniq  is at
http://www.sendspace.com/file/0v2lgb

what is the consequence of these failures on the rest of the system?

&lt;/pre&gt;</description>
    <dc:creator>JD</dc:creator>
    <dc:date>2012-05-23T18:38:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414337">
    <title>F17 luks weirdness</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414337</link>
    <description>&lt;pre&gt;All,

I'm having an issue with encrypted disk setup on my Dell M6600 laptop. 
During boot of Fedora 17 (originally installed from alpha, yum updated 
current ever since), I get prompted for the password but the device 
shown in the prompt changes. If it ends up picking md127p1 the boot 
device is not decrypted the devices but instead fails with a luks error 
trying to access the device. If I get prompted for the pass phrase for 
any other device, boot up is successful, including mounting the md127p1 
partition.

I've got four drives in the system: Two MSATA (one in the optical bay in 
a sata to msata converter) 120GB disks for OS and most other stuff (sdc 
and sdd), two Momentus XT 750GB for data (sda and sdb). They are set up 
as two mirrors in the Intel bios (Intel 82801 in a QM67).

The boot raid consists of sdc and sdd. The drives are partitioned into 3 
partitions:
Number  Start   End     Size    File system  Name  Flags
  1      1049kB  2097kB  1049kB                     bios_grub
  2      2097kB  526MB   524MB   ext4         ext4  boot
  3      526MB   120GB   120GB
Mount point for p2 is /boot, for 3 /

The other raid consists of sda and sdb. The drives are partitioned into 
2 partitions:
Number  Start   End     Size    File system  Name  Flags
  1      1049kB  17.2GB  17.2GB
  2      17.2GB  750GB   733GB
First partition is swap, the second is mounted under my home as 
/home/loony/data

MD seems to look good too
# cat /proc/mdstat
Personalities : [raid1]
md124 : active raid1 sda[1] sdb[0]
       732571648 blocks super external:/md125/0 [2/2] [UU]

md126 : active raid1 sdc[1] sdd[0]
       117218304 blocks super external:/md127/0 [2/2] [UU]

md127 : inactive sdc[1](S) sdd[0](S)
       4776 blocks super external:imsm

md125 : inactive sdb[1](S) sda[0](S)
       5608 blocks super external:imsm

unused devices: &amp;lt;none&amp;gt;

Dracut related boot messages from a successful boot are:
[    3.399954] dracut: dracut-018-35.git20120510.fc17
[    3.494352] dracut: rd.lvm=0: removing LVM activation
[    4.763255] dracut: Starting plymouth daemon
[    4.891705] dracut: rd.dm=0: removing DM RAID activation
[    5.322356] dracut: luksOpen /dev/md126p3 
luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160 none
[   11.592058] dracut: Checking ext4: 
/dev/mapper/luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160
[   11.596940] dracut: issuing e2fsck -a  
/dev/mapper/luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160
[   11.615698] dracut: 
/dev/mapper/luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160: clean, 
481162/7299072 files, 7478284/29175296 blocks
[   11.622597] dracut: Remounting 
/dev/mapper/luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160 with -o ro
[   11.653308] dracut: Mounted root filesystem 
/dev/mapper/luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160
[   11.787906] dracut: Switching root

The grub entry for the kernel is:
         linux   /vmlinuz-3.3.4-5.fc17.x86_64 
root=/dev/mapper/luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160 ro 
rd.md.uuid=19fdc234:857a89e5:8831880f:c92180dc rd.lvm=0 rd.dm=0 
SYSFONT=True rd.md.uuid=39828da2:5ba3ed07:e158fca9:b46f3ac3  KEYTABLE=us 
rd.md.uuid=92c96695:945f79c8:050bcb03:353f85c5 
rd.luks.uuid=luks-6fbe3ef9-b08b-4d59-92fa-c4a4746c6817 
rd.md.uuid=b0b5044d:22352807:56f708f9:0264f70c 
rd.luks.uuid=luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160 LANG=en_US.UTF-8


The issue I have is that I get randomly asked at boot time for pass 
phrases for md127p1 (does not work), or for any of the other encrypted 
partitions (works).
The error I'm getting with md127p1 appears only after 15-20 seconds and 
says  that  /dev/mapper/luks-a417a2f6-988b-49bf-be2e-e2cf34dcc160 wasn't 
found.

If I enter a incorrect password when prompted for md127p1 it works as 
expected and prompts again after a second or two. Only if I enter the 
correct password, I see this error..

So, I have two issues. For one, why am I prompted for a different device 
on boot up? Shouldn't I always be prompted for the same device? And 
second, why does md127p1 fail?

I somehow have the suspicion that the answer is in the grub kernel entry 
but I can't find any documentation if multiple rd.luks.uuid entries are 
valid, if the order matters and what is the appropriate entry to be there...

Thanks,

Peter.





&lt;/pre&gt;</description>
    <dc:creator>Peter A</dc:creator>
    <dc:date>2012-05-23T18:09:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414333">
    <title>gnome terminal</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414333</link>
    <description>&lt;pre&gt;

-------- Original Message --------
Subject: gnome terminal
Date: 23.05.2012 17:23
 From: Patrick Dupre &amp;lt;pdupre&amp;lt; at &amp;gt;kegtux.org&amp;gt;
To: fedora &amp;lt;users&amp;lt; at &amp;gt;lists.fedoraproject.org&amp;gt;

Hello,

This what I have in my .bash_profile file:

USRLOCAL=/usr/local
USRLOCALINTEL=$USRLOCAL/intel/composer_xe_2011_sp1.9.293
ROOTSYS=$USRLOCAL/root_v528
MN2SYS=$USRLOCAL/Minuit2.5.28

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$USRLOCAL/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib/root
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/mylib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MN2SYS/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$USRLOCALINTEL/lib/intel64

export LD_LIBRARY_PATH
export ROOTSYS
export MN2SYS


After I run gnome-terminal without "run command as a login shell", I 
get:
  echo $LD_LIBRARY_PATH
:/usr/local/lib:/home/pdupre/mylib:/usr/local/intel/composer_xe_2011_sp1.9.293/lib/intel64:/usr/local/root_v528/lib/root

(so /usr/local/Minuit2.5.28 is missing).


If I run gnome-terminal with "run command as a login shell", I get:

echo $LD_LIBRARY_PATH
:/usr/local/lib:/home/pdupre/mylib:/usr/local/intel/composer_xe_2011_sp1.9.293/lib/intel64:/usr/local/root_v528/lib/root:/usr/local/lib:/usr/local/root_v528/lib/root:/home/pdupre/mylib:/usr/local/Minuit2.5.28/lib:/usr/local/intel/composer_xe_2011_sp1.9.293/lib/intel64

Now /usr/local/Minuit2.5.28 is set in the variable, but the variable 
keeps a record of the previous value every
time that I run gnome-terminal!

It this normal?

Thank.

======================================================================
  Patrick DUPRÉ                |   |  email: pdupre&amp;lt; at &amp;gt;kegtux.org
======================================================================

&lt;/pre&gt;</description>
    <dc:creator>Patrick Dupre</dc:creator>
    <dc:date>2012-05-23T17:46:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414324">
    <title>fedora main edition</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414324</link>
    <description>&lt;pre&gt;Hi community, one question:  why the main edition of Fedora is with 
Gnome desktop????? the KDE desktop is for me a better choice, what do 
you think about??


&lt;/pre&gt;</description>
    <dc:creator>Osmanys Fuentes Lomba</dc:creator>
    <dc:date>2012-05-23T16:36:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414318">
    <title>gnome terminal</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414318</link>
    <description>&lt;pre&gt;Hello,

This what I have in my .bash_profile file:

USRLOCAL=/usr/local
USRLOCALINTEL=$USRLOCAL/intel/composer_xe_2011_sp1.9.293
ROOTSYS=$USRLOCAL/root_v528
MN2SYS=$USRLOCAL/Minuit2.5.28

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$USRLOCAL/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib/root
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/mylib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MN2SYS/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$USRLOCALINTEL/lib/intel64

export LD_LIBRARY_PATH
export ROOTSYS
export MN2SYS


After I run gnome-terminal without "run command as a login shell", I 
get:
  echo $LD_LIBRARY_PATH
:/usr/local/lib:/home/pdupre/mylib:/usr/local/intel/composer_xe_2011_sp1.9.293/lib/intel64:/usr/local/root_v528/lib/root

(so /usr/local/Minuit2.5.28 is missing).


If I run gnome-terminal with "run command as a login shell", I get:

echo $LD_LIBRARY_PATH
:/usr/local/lib:/home/pdupre/mylib:/usr/local/intel/composer_xe_2011_sp1.9.293/lib/intel64:/usr/local/root_v528/lib/root:/usr/local/lib:/usr/local/root_v528/lib/root:/home/pdupre/mylib:/usr/local/Minuit2.5.28/lib:/usr/local/intel/composer_xe_2011_sp1.9.293/lib/intel64

Now /usr/local/Minuit2.5.28 is set in the variable, but the variable 
keeps a record of the previous value every
time that I run gnome-terminal!

It this normal?

Thank.


======================================================================
  Patrick DUPRÉ                |   |  email: pdupre&amp;lt; at &amp;gt;kegtux.org
======================================================================
&lt;/pre&gt;</description>
    <dc:creator>Patrick Dupre</dc:creator>
    <dc:date>2012-05-23T15:23:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414313">
    <title>How to use Documents</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414313</link>
    <description>&lt;pre&gt;I just started Documents but I am lost..

I don't see the search window, I don't have the list of different choices
on the left side.
Running F17 and latest Gnome-documents, cross-posting as Fedora 17 is close
to be released

&lt;/pre&gt;</description>
    <dc:creator>Antonio M</dc:creator>
    <dc:date>2012-05-23T13:23:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414310">
    <title>Problem with Emacs</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414310</link>
    <description>&lt;pre&gt;Hello, Everyone
For quite a while now, Emacs has ceased being useable on our system. 
For example, if I run "emacs .bashrc" in a terminal, Emacs starts up as 
expected, but the file cannot be edited.  I can use the mouse to select 
text in the portion of the file that is actually displayed in the 
terminal, but I cannot move the cursor(?) or delete/add/change any text.
I have the following alias in ~/.bashrc that has worked perfectly for me 
for quite a while:
alias emacs="unset DISPLAY &amp;amp;&amp;amp; emacs"

If I just run "/usr/bin/emacs" from a terminal the graphical version of 
Emacs opens the file file, and I can edit it as I wish.  I do NOT have 
xemacs installed on this system.

So, the way this is working for me now, if I want to use Emacs in a 
non-graphical console session, I am out of luck.  It does not make any 
difference what user I am logged in as, the problem is the same.  Also, 
here is the permissions on the file that I used earlier as my example:
-rw-r--r-- 1 steve steve 6.9K May 23 04:50 .bashrc

So, permissions do not seem to be an issue.

I am running Fedora 16, fully updated.  "yum list | grep -i emacs" shows 
the following RPM's as being installed:

emacs.x86_64                 1:23.3-9.fc16      &amp;lt; at &amp;gt;updates
emacs-common.x86_64          1:23.3-9.fc16      &amp;lt; at &amp;gt;updates
emacs-filesystem.x86_64      1:23.3-9.fc16      &amp;lt; at &amp;gt;updates
emacs-git.noarch             1.7.7.6-1.fc16     &amp;lt; at &amp;gt;updates
emacs-nox.x86_64             1:23.3-9.fc16      &amp;lt; at &amp;gt;updates
xemacs-filesystem.noarch     21.5.31-2.fc16     &amp;lt; at &amp;gt;fedora

Also, I have not been able to find this issue on Google or at 
bugzilla.redhat.com.

Thank you,
Steven P. Ulrick
&lt;/pre&gt;</description>
    <dc:creator>Steven P. Ulrick</dc:creator>
    <dc:date>2012-05-23T10:10:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414288">
    <title>confusion on /sbin/ifconfig on F16</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414288</link>
    <description>&lt;pre&gt;Hello:

As I continue dealing with iptables, another issue has come up that I 
can't tell is a mis-understanding on my part or a potential problem

I have three F16 machines, one x86_64 and two i383/686. If I run 
/sbin/ifconfig on them, I get (short summary of):

x86_64: eth0
i686: em1

Looking in /etc/sysconfig/network-scripts, I can see only ifcfg-em1 and 
no ifcfg-eth0 on all the machines (x86_64 and i686).

The closest bugzilla I can see if 784314 but it looks like it hints that 
ifconfig is old-school and the right way to do things (and its F17 not F16).

Does anyone know what I am either doing wrong or if this looks like a 
problem/bug. Plus, if there is a better way, I'd love to know.

What I want to do is have is a bash way to get the static ip address of 
the machine which I can see in eth0/em1. I've been using something I 
found online which assumes everything is eth0 (as in I think it was for 
older Fedora):
+++
/sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'
+++

Its too clever for me to have come up with on my own (smile).

I tried expanding the grep to be 'inet addr:192.168.2' but that failed 
on the laptop which has an entry for wireless which is dhcp (I cannot 
assume wireless will be 192.168.2.*).

Any suggestions appreciated,
Thanks,
Paul
&lt;/pre&gt;</description>
    <dc:creator>Paul Allen Newell</dc:creator>
    <dc:date>2012-05-23T03:12:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414272">
    <title>FC16 date rollback in VM</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414272</link>
    <description>&lt;pre&gt;I have a VM used for running an old app, using an FC9 image, which is just the 
original disk drive image. It was running on FC9 with KVM and ran as long as the 
host was up, then FC13, same stability (typically in the 200-600 day range). I 
moved it to a nice new FC16 host, and every few days it loses all sense of time 
and then craps out in some way and becomes hung solid.

The question is not so much what's wrong as "has anyone else seen this?"

Here's a picture of the final moments, I tried to shut down clean or get debug 
info, but a peek at the date and uptime shows that there was a massive clock botch.
http://webster.tmr.com/~davidsen/Date_error_in_VM.png

I'm trying something now, it's been up for 2 days 16 hr, but if this doesn't fix 
I'll have to seriously debug and would like to know if it's a unique problem or 
known.

&lt;/pre&gt;</description>
    <dc:creator>Bill Davidsen</dc:creator>
    <dc:date>2012-05-22T20:23:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414268">
    <title>dbus[689]: [system] Rejected send message</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414268</link>
    <description>&lt;pre&gt;what are this messages in /var/log/messages?

they are quite new and happening each time a user logs out from
afpd and all is working fine......

systemd-37-20.fc16.x86_64

May 22 22:03:43 fileserver dbus[689]: [system] Rejected send message, 2 matched rules; type="method_call",
sender=":1.25" (uid=1037 pid=1220 comm="/usr/sbin/afpd -P /var/run/netatalk.pid -F /etc/ne")
interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name="(unset)" requested_reply="0"
destination="org.freedesktop.login1" (uid=0 pid=665 comm="/lib/systemd/systemd-logind ")
May 22 22:03:43 fileserver dbus-daemon[689]: dbus[689]: [system] Rejected send message, 2 matched rules;
type="method_call", sender=":1.25" (uid=1037 pid=1220 comm="/usr/sbin/afpd -P /var/run/netatalk.pid -F /etc/ne")
interface="org.freedesktop.login1.Manager" member="ReleaseSession" error name="(unset)" requested_reply="0"
destination="org.freedesktop.login1" (uid=0 pid=665 comm="/lib/systemd/systemd-logind "

&lt;/pre&gt;</description>
    <dc:creator>Reindl Harald</dc:creator>
    <dc:date>2012-05-22T20:06:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414261">
    <title>Hi, I need help about error at external HDD 1 TB at FC6</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414261</link>
    <description>&lt;pre&gt;
Well just a month ago, I used ntfs-3g and fuse to work with an external HDD on Fedora Core 6, a few days ago system cannot save files on my external HDD, I unmount HDD, and restart and it was the solution, but now I can't create directories, the message is:
mkdir: no se puede crear el directorio /media/mount_point_i_believe/directory/directory_to_create error de entrada/salida
I typed the command : dmesg at terminal
and this is the result:
sizeof(inode)=336 bytes
sizeof(dentry)=132 bytes
sizeof(ext3inode)=488 bytes
sizeof(buffer_head)=56 bytes
sizeof(skbuff)=176 bytes
sizeof(task_struct)=1536 bytes
Time: 12:41:05  Date: 04/22/112
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0322, last bus=16
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [C002] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region 1100-113f claimed by ICH6 GPIO
PCI: Firmware left 0000:02:08.0 e100 interrupts enabled, disabling
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.C002._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.C002.C098._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.C002.C100._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.C002.C110._PRT]
ACPI: PCI Interrupt Link [C10C] (IRQs *10 11)
ACPI: PCI Interrupt Link [C10D] (IRQs *10 11)
ACPI: PCI Interrupt Link [C10E] (IRQs 10 *11)
ACPI: PCI Interrupt Link [C10F] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [C11C] (IRQs 10 11) *5
ACPI: PCI Interrupt Link [C11D] (IRQs *10 11)
ACPI: PCI Interrupt Link [C11E] (IRQs 10 11) *0, disabled.
ACPI Exception (pci_link-0179): AE_NOT_FOUND, Evaluating _PRS [20070126]
ACPI: Power Resource [C1FE] (on)
ACPI: Power Resource [C206] (on)
ACPI: Power Resource [C2EE] (off)
ACPI: Power Resource [C2EF] (off)
ACPI: Power Resource [C2F0] (off)
ACPI: Power Resource [C2F1] (off)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 12 devices
ACPI: ACPI bus type pnp unregistered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
pnp: 00:00: iomem range 0x0-0x9ffff could not be reserved
pnp: 00:00: iomem range 0xe0000-0xfffff could not be reserved
pnp: 00:00: iomem range 0x100000-0x5f7fffff could not be reserved
pnp: 00:09: iomem range 0xffb00000-0xffbfffff could not be reserved
pnp: 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
pnp: 00:0a: ioport range 0x4d0-0x4d1 has been reserved
pnp: 00:0a: ioport range 0x1000-0x107f has been reserved
pnp: 00:0a: ioport range 0x1100-0x113f has been reserved
pnp: 00:0a: ioport range 0x1200-0x121f has been reserved
pnp: 00:0a: iomem range 0xf8000000-0xfbffffff has been reserved
pnp: 00:0a: iomem range 0xfec00000-0xfec000ff could not be reserved
pnp: 00:0a: iomem range 0xfed20000-0xfed3ffff could not be reserved
pnp: 00:0a: iomem range 0xfed45000-0xfed8ffff could not be reserved
pnp: 00:0b: iomem range 0xfeda0000-0xfedbffff could not be reserved
pnp: 00:0b: iomem range 0xfee00000-0xfee00fff could not be reserved
Time: tsc clocksource has been installed.
PCI: Bridge: 0000:00:1c.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
  IO window: disabled.
  MEM window: f0000000-f00fffff
  PREFETCH window: disabled.
PCI: Bus 3, cardbus bridge: 0000:02:06.0
  IO window: 00002400-000024ff
  IO window: 00002800-000028ff
  PREFETCH window: 60000000-63ffffff
  MEM window: 64000000-67ffffff
PCI: Bridge: 0000:00:1e.0
  IO window: 2000-2fff
  MEM window: f0100000-f03fffff
  PREFETCH window: 60000000-63ffffff
ACPI: PCI Interrupt 0000:00:1c.0[A] -&amp;gt; GSI 16 (level, low) -&amp;gt; IRQ 16
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1[B] -&amp;gt; GSI 17 (level, low) -&amp;gt; IRQ 17
PCI: Setting latency timer of device 0000:00:1c.1 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
ACPI: PCI Interrupt 0000:02:06.0[A] -&amp;gt; GSI 18 (level, low) -&amp;gt; IRQ 18
NET: Registered protocol family 2
IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
TCP: Hash tables configured (established 131072 bind 65536)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 1506k freed
apm: BIOS not found.
audit: initializing netlink socket (disabled)
audit(1337690465.381:1): initialized
highmem bounce pool size: 64 pages
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SELinux:  Registering netfilter hooks
ksign: Installing public key data
Loading keyring
- Added public key CAA333178AF1EC5F
- User ID: Red Hat, Inc. (Kernel Module GPG key)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:00:02.0
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
PCI: Setting latency timer of device 0000:00:1c.1 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.1:pcie00]
Allocate Port Service[0000:00:1c.1:pcie02]
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Transitioning device [C2F2] to D3
ACPI: Transitioning device [C2F2] to D3
ACPI: Fan [C2F2] (off)
ACPI: Transitioning device [C2F3] to D3
ACPI: Transitioning device [C2F3] to D3
ACPI: Fan [C2F3] (off)
ACPI: Transitioning device [C2F4] to D3
ACPI: Transitioning device [C2F4] to D3
ACPI: Fan [C2F4] (off)
ACPI: Transitioning device [C2F5] to D3
ACPI: Transitioning device [C2F5] to D3
ACPI: Fan [C2F5] (off)
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI Exception (processor_core-0783): AE_NOT_FOUND, Processor Device is not present [20070126]
Marking TSC unstable due to: possible TSC halt in C2.
Time: hpet clocksource has been installed.
ACPI: Thermal Zone [TZ0] (31 C)
ACPI: Thermal Zone [TZ1] (31 C)
ACPI: Thermal Zone [TZ2] (21 C)
ACPI: Thermal Zone [TZ3] (20 C)
ACPI: Thermal Zone [TZ4] (75 C)
isapnp: Scanning for PnP cards...
isapnp: No Plug &amp;amp; Play device found
Real Time Clock Driver v1.12ac
hpet_resources: 0xfed00000 is busy
Non-volatile memory driver v1.2
Linux agpgart interface v0.102 (c) Dave Jones
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
input: Macintosh mouse button emulation as /class/input/input0
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH7: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt 0000:00:1f.1[A] -&amp;gt; GSI 16 (level, low) -&amp;gt; IRQ 16
ICH7: chipset revision 1
ICH7: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x3040-0x3047, BIOS settings: hda:DMA, hdb:pio
Probing IDE interface ide0...
Clocksource tsc unstable (delta = -165098218 ns)
hda: HL-DT-ST DVDRAM GSA-T40N, ATAPI CD/DVD-ROM drive
hda: selected mode 0x22
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
ide-floppy driver 0.99.newide
Yenta: CardBus bridge found at 0000:02:06.0 [103c:30d5]
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:02:06.0, mfunc 0x01be1b32, devctl 0x44
Yenta: ISA IRQ mask 0x04f8, PCI irq 18
Socket status: 30000006
Yenta: Raising subordinate bus# of parent bus (#02) from #03 to #06
pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
cs: IO port probe 0x2000-0x2fff: clean.
pcmcia: parent PCI bridge Memory window: 0xf0100000 - 0xf03fffff
pcmcia: parent PCI bridge Memory window: 0x60000000 - 0x63ffffff
PNP: PS/2 Controller [PNP0303:C1FB,PNP0f13:C1FC] at 0x60,0x64 irq 1,12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard as /class/input/input1
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
  Magic number: 12:52:684
  hash matches device full
Freeing unused kernel memory: 268k freed
Write protecting the kernel read-only data: 925k
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -&amp;gt; GSI 20 (level, low) -&amp;gt; IRQ 19
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1d.0: irq 19, io base 0x00003020
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x200000
input: SynPS/2 Synaptics TouchPad as /class/input/input2
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt 0000:00:1d.7[A] -&amp;gt; GSI 20 (level, low) -&amp;gt; IRQ 19
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 19, io mem 0xf0584000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 8 ports detected
SCSI subsystem initialized
libata version 2.21 loaded.
ahci 0000:00:1f.2: version 2.2
ACPI: PCI Interrupt 0000:00:1f.2[B] -&amp;gt; GSI 21 (level, low) -&amp;gt; IRQ 20
usb 1-1: new full speed USB device using uhci_hcd and address 2
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 4 ports detected
ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0xf impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo pmp pio slum part 
PCI: Setting latency timer of device 0000:00:1f.2 to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
ata1: SATA max UDMA/133 cmd 0xf881e100 ctl 0x00000000 bmdma 0x00000000 irq 20
ata2: SATA max UDMA/133 cmd 0xf881e180 ctl 0x00000000 bmdma 0x00000000 irq 20
ata3: SATA max UDMA/133 cmd 0xf881e200 ctl 0x00000000 bmdma 0x00000000 irq 20
ata4: SATA max UDMA/133 cmd 0xf881e280 ctl 0x00000000 bmdma 0x00000000 irq 20
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: ATA-8: WDC WD1200BEVS-60UST0, 01.01A01, max UDMA/100
ata1.00: 234441648 sectors, multi 16: LBA48 
ata1.00: configured for UDMA/100
ata2: SATA link down (SStatus 0 SControl 0)
ata3: SATA link down (SStatus 0 SControl 0)
ata4: SATA link down (SStatus 0 SControl 0)
scsi 0:0:0:0: Direct-Access     ATA      WDC WD1200BEVS-6 01.0 PQ: 0 ANSI: 5
sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors (120034 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
 sda: sda1 &amp;lt; sda5 sda6 sda7 sda8 sda9 sda10 &amp;gt; sda2 sda3
sd 0:0:0:0: [sda] Attached SCSI disk
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
audit(1337690471.509:2): enforcing=1 old_enforcing=0 auid=4294967295
security:  3 users, 6 roles, 1676 types, 213 bools, 1 sens, 1024 cats
security:  61 classes, 58427 rules
SELinux:  Completing initialization.
SELinux:  Setting up existing superblocks.
SELinux: initialized (dev sda9, type ext3), uses xattr
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts
SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev cpuset, type cpuset), uses genfs_contexts
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
audit(1337690471.802:3): policy loaded auid=4294967295
hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, DMA
Uniform CD-ROM driver Revision: 3.20
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (21-Jan-2007)
iTCO_wdt: Found a ICH7-M TCO device (Version=2, TCOBASE=0x1060)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
e100: Intel(R) PRO/100 Network Driver, 3.5.17-k4-NAPI
e100: Copyright(c) 1999-2006 Intel Corporation
ACPI: PCI Interrupt 0000:02:08.0[A] -&amp;gt; GSI 20 (level, low) -&amp;gt; IRQ 19
cs: IO port probe 0x100-0x3af: clean.
cs: IO port probe 0x3e0-0x4ff: clean.
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
intel_rng: FWH not detected
cs: IO port probe 0xa00-0xaff: clean.
e100: eth0: e100_probe: addr 0xf0101000, irq 19, MAC addr 00:1E:EC:1C:C7:26
Floppy drive(s): fd0 is 1.44M
sd 0:0:0:0: Attached scsi generic sg0 type 0
ACPI: PCI Interrupt 0000:00:1b.0[A] -&amp;gt; GSI 16 (level, low) -&amp;gt; IRQ 16
PCI: Setting latency timer of device 0000:00:1b.0 to 64
floppy0: no floppy controllers found
Floppy drive(s): fd0 is 1.44M
floppy0: no floppy controllers found
lp: driver loaded but no devices found
sonypi: Sony Programmable I/O Controller Driver v1.26.
SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
Mobile IPv6
mtrr: no more MTRRs available
mtrr: no more MTRRs available
ACPI: AC Adapter [C1AB] (off-line)
ACPI: Battery Slot [C1AC] (battery present)
No dock devices found.
input: Power Button (FF) as /class/input/input3
ACPI: Power Button (FF) [PWRF]
input: Sleep Button (CM) as /class/input/input4
ACPI: Sleep Button (CM) [C20B]
input: Lid Switch as /class/input/input5
ACPI: Lid Switch [C20C]
ACPI: Video Device [C085] (multi-head: yes  rom: no  post: no)
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel&amp;lt; at &amp;gt;redhat.com
device-mapper: multipath: version 1.0.5 loaded
EXT3 FS on sda9, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda6, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev sda6, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev sda7, type ext3), uses xattr
Adding 10482372k swap on /dev/sda8.  Priority:-1 extents:1 across:10482372k
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (8192 buckets, 65536 max)
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
ADDRCONF(NETDEV_UP): eth0: link is not ready
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM ver 1.8
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
i2c /dev entries driver
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
eth0: no IPv6 routers present
mtrr: no more MTRRs available
mtrr: no more MTRRs available
usb 1-1.1: new full speed USB device using uhci_hcd and address 3
usb 1-1.1: not running at top speed; connect to a high speed hub
usb 1-1.1: configuration #1 chosen from 1 choice
hub 1-1.1:1.0: USB hub found
hub 1-1.1:1.0: 4 ports detected
usb 1-1.1.3: new full speed USB device using uhci_hcd and address 4
usb 1-1.1.3: not running at top speed; connect to a high speed hub
usb 1-1.1.3: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi4 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb 1-1.1.4: new full speed USB device using uhci_hcd and address 5
usb 1-1.1.4: not running at top speed; connect to a high speed hub
usb 1-1.1.4: configuration #1 chosen from 1 choice
scsi5 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 5
usb-storage: waiting for device to settle before scanning
scsi 4:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 4:0:0:0: [sdb] Attached SCSI removable disk
sd 4:0:0:0: Attached scsi generic sg1 type 0
scsi 4:0:0:1: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 4:0:0:1: [sdc] Attached SCSI removable disk
sd 4:0:0:1: Attached scsi generic sg2 type 0
scsi 4:0:0:2: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 4:0:0:2: [sdd] Attached SCSI removable disk
sd 4:0:0:2: Attached scsi generic sg3 type 0
scsi 4:0:0:3: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 4:0:0:3: [sde] Attached SCSI removable disk
sd 4:0:0:3: Attached scsi generic sg4 type 0
usb-storage: device scan complete
scsi 5:0:0:0: Direct-Access     ST310005 28AS                  PQ: 0 ANSI: 2 CCS
sd 5:0:0:0: [sdf] 1953525168 512-byte hardware sectors (1000205 MB)
sd 5:0:0:0: [sdf] Write Protect is off
sd 5:0:0:0: [sdf] Mode Sense: 00 38 00 00
sd 5:0:0:0: [sdf] Assuming drive cache: write through
sd 5:0:0:0: [sdf] 1953525168 512-byte hardware sectors (1000205 MB)
sd 5:0:0:0: [sdf] Write Protect is off
sd 5:0:0:0: [sdf] Mode Sense: 00 38 00 00
sd 5:0:0:0: [sdf] Assuming drive cache: write through
 sdf: sdf1
sd 5:0:0:0: [sdf] Attached SCSI disk
sd 5:0:0:0: Attached scsi generic sg5 type 0
usb-storage: device scan complete
fuse init (API version 7.8)
SELinux: initialized (dev sdf1, type fuseblk), uses genfs_contexts
SELinux: initialized (dev sdf1, type fuseblk), uses genfs_contexts
SELinux: initialized (dev sdf1, type fuseblk), uses genfs_contexts
usb 1-1.1.4: USB disconnect, address 5
hub 1-1.1:1.0: hub_port_status failed (err = -71)
hub 1-1.1:1.0: connect-debounce failed, port 4 disabled
hub 1-1.1:1.0: cannot disable port 4 (err = -71)
usb 1-1.1: USB disconnect, address 3
usb 1-1.1.3: USB disconnect, address 4
usb 1-1.1: new full speed USB device using uhci_hcd and address 6
usb 1-1.1: not running at top speed; connect to a high speed hub
usb 1-1.1: configuration #1 chosen from 1 choice
hub 1-1.1:1.0: USB hub found
hub 1-1.1:1.0: 4 ports detected
usb 1-1.1.3: new full speed USB device using uhci_hcd and address 7
usb 1-1.1.3: not running at top speed; connect to a high speed hub
usb 1-1.1.3: configuration #1 chosen from 1 choice
scsi6 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 7
usb-storage: waiting for device to settle before scanning
scsi 6:0:0:0: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 6:0:0:0: [sdb] Attached SCSI removable disk
sd 6:0:0:0: Attached scsi generic sg1 type 0
scsi 6:0:0:1: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 6:0:0:1: [sdc] Attached SCSI removable disk
sd 6:0:0:1: Attached scsi generic sg2 type 0
scsi 6:0:0:2: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 6:0:0:2: [sdd] Attached SCSI removable disk
sd 6:0:0:2: Attached scsi generic sg3 type 0
scsi 6:0:0:3: Direct-Access     Generic  STORAGE DEVICE   9744 PQ: 0 ANSI: 0
sd 6:0:0:3: [sde] Attached SCSI removable disk
sd 6:0:0:3: Attached scsi generic sg4 type 0
usb-storage: device scan complete
usb 1-1.1.4: new full speed USB device using uhci_hcd and address 8
usb 1-1.1.4: not running at top speed; connect to a high speed hub
usb 1-1.1.4: configuration #1 chosen from 1 choice
scsi7 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 8
usb-storage: waiting for device to settle before scanning
scsi 7:0:0:0: Direct-Access     ST310005 28AS                  PQ: 0 ANSI: 2 CCS
sd 7:0:0:0: [sdg] 1953525168 512-byte hardware sectors (1000205 MB)
sd 7:0:0:0: [sdg] Write Protect is off
sd 7:0:0:0: [sdg] Mode Sense: 00 38 00 00
sd 7:0:0:0: [sdg] Assuming drive cache: write through
sd 7:0:0:0: [sdg] 1953525168 512-byte hardware sectors (1000205 MB)
sd 7:0:0:0: [sdg] Write Protect is off
sd 7:0:0:0: [sdg] Mode Sense: 00 38 00 00
sd 7:0:0:0: [sdg] Assuming drive cache: write through
 sdg: sdg1
sd 7:0:0:0: [sdg] Attached SCSI disk
sd 7:0:0:0: Attached scsi generic sg5 type 0
usb-storage: device scan complete
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 122095175
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 122095175
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786431
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786431
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786433
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786433
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786433
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786433
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786433
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786433
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 122095175
scsi 5:0:0:0: rejecting I/O to dead device
Buffer I/O error on device sdf1, logical block 786431

This is just I could copy from Terminal, I don't know if it could be full info, for your attention, thanks so much :)
       -- 
users mailing list
users&amp;lt; at &amp;gt;lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
&lt;/pre&gt;</description>
    <dc:creator>Roberto Escobar Suárez</dc:creator>
    <dc:date>2012-05-22T19:37:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414255">
    <title>how to type special characters?</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414255</link>
    <description>&lt;pre&gt;Hi all,

There was a thread not too far back that explained how to type 
characters not on a keyboard by using the &amp;lt;alt&amp;gt; key but for the life of 
me I can not find it.

e.g. to type a Spanish i with an accent mark it would be &amp;lt;alt&amp;gt; apostrophe i.

I made pretty heavy use of it for a while but it ceased working.  I 
can't remember if there was something I had to do before it would 
function.  It would work in vi, xterm, email, basically everywhere and 
now it doesn't work anywhere.

Anybody remember the thread?

TIA,
Mike Wright


&lt;/pre&gt;</description>
    <dc:creator>Mike Wright</dc:creator>
    <dc:date>2012-05-22T16:00:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414247">
    <title>Fedora 16 rhythmbox keeps freezing</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414247</link>
    <description>&lt;pre&gt;
    Since upgrading to F16 from F14, both my wife and I have found rhythmbox 
freezing after 3 or so songs, and it needs to be force-killed.

   Any thoughts?


   What may be relevant is that I have seen (at least for me, not 
necessarily my wife) a spew of the following sort of error logged in 
messages (once every few seconds):

pulseaudio[9075]: protocol-native.c: Denied access to client with
invalid authorization data.

   .. which I can only stop by killing the referenced process.  I don't know 
what kicks it off, I can go for days without it (w.g, listening to streaming 
radio via Firefox).  it's only rhythmbox that seems to have a big issue.

&lt;/pre&gt;</description>
    <dc:creator>Neil Bird</dc:creator>
    <dc:date>2012-05-22T13:13:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414244">
    <title>stop iptables from log to dmesg</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414244</link>
    <description>&lt;pre&gt;how can i tell F16 that it should not spit
iptables-logging to dmesg?

________________

each iptables-rule with logging has:
-j LOG --log-level debug --log-prefix "Firewall "

first rule "in rsyslog.conf"
:msg, startswith, "Firewall " -/var/log/firewall.log
:msg, startswith, "Firewall " ~
kern.=debug -/var/log/firewall.log
kern.=debug ~
________________

well, the messages are away from /var/log/messages and console
but still in dmesg what makes a "distribute-command.sh dmesg"
over 20 machines way too verbose


&lt;/pre&gt;</description>
    <dc:creator>Reindl Harald</dc:creator>
    <dc:date>2012-05-22T11:02:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.redhat.fedora.general/414240">
    <title>additional pasckages for Octave</title>
    <link>http://comments.gmane.org/gmane.linux.redhat.fedora.general/414240</link>
    <description>&lt;pre&gt;how do I install additional packages for Octave, i.e. the packages that 
are not available in repos.

 From Octave, installation seems disabled, I see the list of packages, 
but when I select one package, I see dowloading, installing lines, but 
eventually nothing is installed
&lt;/pre&gt;</description>
    <dc:creator>antonio montagnani</dc:creator>
    <dc:date>2012-05-22T08:07:59</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.redhat.fedora.general</link>
  </textinput>
</rdf:RDF>

