Re: selinux sandbox not useful [preauth] : 211 time(s)

2012-12-25 Thread Reindl Harald


Am 25.12.2012 04:51, schrieb Tom Horsley:
 On Tue, 25 Dec 2012 04:34:13 +0100
 Reindl Harald wrote:
 
 is it possible on systems with selinux completly disabled to
 get rid of this messages in /var/log/secure everytime a
 ssh-session is opened?
 
 I don't know how to get rid of the source of the message,
 but I have discovered the way to keep drivel from cluttering
 up the logs:
 
 I create a file named /etc/rsyslog.d/systemd-drivel.conf
 which contains patterns like this:
 
 :programname, isequal, systemd-logind ~
 :msg, contains, Activating via systemd ~
 :msg, contains, Activation via systemd failed ~
 :msg, contains, org.freedesktop.systemd ~
 
 You ought to be able to do something like:
 
 :msg, contains, selinux sandbox not useful ~
 
 in a similar file to get rid of the sandbox messages.
 (Note that the trailing tilde characters are part of
 the pattern, not some mail artifact :-)

well, thats a option while i would love to kill the root cause

on the other hand i have around hundret such rules in rsyslog.conf
so who cares about one or more new ones :-)



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: selinux sandbox not useful [preauth] : 211 time(s)

2012-12-25 Thread Michael Schwendt
On Tue, 25 Dec 2012 04:34:13 +0100, Reindl Harald wrote:

 is it possible on systems with selinux completly disabled to
 get rid of this messages in /var/log/secure everytime a
 ssh-session is opened?
 
 Dec 25 04:33:28 localhost sshd[10980]: selinux sandbox not useful [preauth]

What you haven't told:
Does it print that even if you disable the feature in sshd_config?
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can anyone recommend a good video editing tool?

2012-12-25 Thread Roberto Ragusa
On 12/25/2012 04:28 AM, Fernando Cassia wrote:
 
 
 On Mon, Dec 24, 2012 at 6:59 PM, Roberto Ragusa m...@robertoragusa.it 
 mailto:m...@robertoragusa.it wrote:
 
 H? Having an additional intermediate encoding to avoid re-encoding 
 artifacts???
 
 
 By converting to very high quality MPEG2 you avoid issues with AVI, XVID, 
 H.264 encoding and decoding which a lot of programs handle differently (you 
 can get different results just by using different builds of FFMPEG).
 
 For instance, it´s impossible to do frame-accurate cutting with a lot of AVI 
 cutters, whereas on MPEG2 cuts are frame-perfect. Don´t ask me why, I´m not a 
 codecs writer just an end user of many video cutting tools. And this is based 
 on my personal experience.
 
 MPEG2 is the codec used on broadcast HDTV, and while it´s much less efficient 
 than H.264, it´s less CPU intensive for applications to work with.

Ok, so you convert to intermediate MPEG2 to avoid issues with keyframes and 
cutting
which are specific to the formats involved.
Then you decide to routinely use MPEG2 for this.
And you use high quality settings to minimize unavoidable re-encoding artifacts.

What I was objecting is I go intermediate to avoid artifacts, which can't be 
true and
it looked like you were saying that, originally.

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Howto debug crashes in usb_modeswitch?

2012-12-25 Thread Clemens Eisserer
Does really nobody know how to debug executeables executed hotpug-events?

Thanks, Clemens
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can anyone recommend a good video editing tool?

2012-12-25 Thread Fernando Cassia
On Tue, Dec 25, 2012 at 6:40 AM, Roberto Ragusa m...@robertoragusa.itwrote:

 Ok, so you convert to intermediate MPEG2 to avoid issues with keyframes
 and cutting
 which are specific to the formats involved.
 Then you decide to routinely use MPEG2 for this.
 And you use high quality settings to minimize unavoidable re-encoding
 artifacts.


Yes.


 What I was objecting is I go intermediate to avoid artifacts, which
 can't be true and
 it looked like you were saying that, originally.


Of course, if you have ALL your videos in the same codec, fps rate,
resolution, etc, then there is no problem using whatever video editor you
choose, to cut and concatenate vids at will. The problem arises when you
have different videos, from different sources using different codecs and
framerates, and want to created a single remixed video out of ´em.

That´s when, in my experience, it works best to convert all source material
to very high quality MPEG2 (in my case, and for my needs, if it´s not HD
material, DVD-quality framerate MPEG2 works best- I use the ´DVD´ presets
for FFMPEG that come with WinFF), do the editing, and get the final result
in MPEG2.

Then, as needed, one can re-encode from that final video into lower-size
files, with more efficient formats and bitrates according to the target
destination (e-mail attachment, web site embedding, etc).

Of course, raw uncompressed video works best, but I usually don´t have the
HD space on my Atom netbook to justify that.

I use the above approach when remixing vids from Youtube, and other web
sources which often come in mp4, flv or avi. I got sick of different video
editors chocking on input vids codecs or whatever, or producing
unpredictable results. It seems to me that the MPEG2 codec is simple and
understood enough as to not cause any problems with even the oldest of
video editors.

Editing flv, avi (xvid/divx), and h.264, is more troublesome.

Just my $0.02
FC
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


VirtualBox: After restoring fc17 NetworkManager cannot enable p2p1 automatically

2012-12-25 Thread Dan Woizek
Dear fedora users,

I spend several hours on finding information about the following incident:

0. I can brows the internet on my fc17 guest using VirtualBox v4.2.4 r81684
1. on linux host I Save the machine state of fc17 guest

2. next day I restore fc17 guest
3. incident: NetworkManager applet cannot enable activated interface p2p1 
automatically
4. further investigation shows that using /etc/init.d/network status hangs 
with command /sbin/ip -o link show up; also activation of network via 
systemctl restart NetworkManager.service results in failed

How reproducible: # service network status Actual results: Configured devices: 
lo Wired_connection_1 p2p1 Currently active devices: Expected results: 
Configured devices: lo Wired_connection_1 p2p1 Currently active devices: lo p2p1

This looks similar to bug Bug 215074 - /etc/init.d/network status doesn't 
show active devices; loopback goes away on APM suspend/resume. But this bug is 
already closed. Maybe this needs to be reopened?

What do you recomend as a workaround because I would like to use the Save the 
machine state mode regularly?

Thanks!

Dan

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: VirtualBox: After restoring fc17 NetworkManager cannot enable p2p1 automatically

2012-12-25 Thread Dan Woizek
Hopefully with a better format now:


Dear fedora users,

I spend several hours on finding information about the following incident:

0. I can brows the internet on my fc17 guest using VirtualBox v4.2.4 r81684
1. on linux host I Save the machine state of fc17 guest

2. next day I restore fc17 guest
3. incident: NetworkManager applet cannot enable activated interface p2p1 
automatically
4.
 further investigation shows that using /etc/init.d/network status 
hangs with command /sbin/ip -o link show up; also activation of 
network via systemctl restart NetworkManager.service results in 
failed

How reproducible:

# service network status

Actual 
results:

Configured devices:
lo Wired_connection_1 p2p1
Currently active devices:

Expected results:

Configured devices:
lo Wired_connection_1 
p2p1
Currently active devices:
lo p2p1

This looks similar to bug 
Bug 215074 - /etc/init.d/network status doesn't show active devices; 
loopback goes away on APM suspend/resume. But this bug is already 
closed. Maybe this needs to be reopened?

What do you recomend as a workaround because I would like to use the Save the 
machine state mode regularly?

Thanks!

Dan
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can anyone recommend a good video editing tool?

2012-12-25 Thread jdow

On 2012/12/24 19:28, Fernando Cassia wrote:



On Mon, Dec 24, 2012 at 6:59 PM, Roberto Ragusa m...@robertoragusa.it
mailto:m...@robertoragusa.it wrote:

H? Having an additional intermediate encoding to avoid re-encoding
artifacts???


By converting to very high quality MPEG2 you avoid issues with AVI, XVID, H.264
encoding and decoding which a lot of programs handle differently (you can get
different results just by using different builds of FFMPEG).

For instance, it´s impossible to do frame-accurate cutting with a lot of AVI
cutters, whereas on MPEG2 cuts are frame-perfect. Don´t ask me why, I´m not a
codecs writer just an end user of many video cutting tools. And this is based on
my personal experience.

MPEG2 is the codec used on broadcast HDTV, and while it´s much less efficient
than H.264, it´s less CPU intensive for applications to work with.

FC


Fernando, any time you edit MEPEG2, 3, 4, etc the image will degrade.
With any of the formats you can get frame accurate editing. The farther
into a GOP, group of pictures, you get the worse the image
reconstruction. Since you must recreate a reference frame, the first
frame of a GOP, you're starting with a worse image. So at least the
initial frames are likely to be somewhat iffy.

With motion JPEG, MJPEG, editing is simpler. Each frame is a full
picture encoded. So all you do is grab the start frame and all the
other frames through the output without ever decompressing anything.
Also a few years ago a SMPTE group did some experiments with MJPEG
vs MPEG for QHD. The conclusion is that for a given bit rate the
MJPEG was at least as good as the MPEG versions they tested. (This
may have changed in recent years.)

You also want to work with at least 422 as your base editing copy.
Things like 420 have stripped out too much information that cannot
be restored except by guesswork.

{^_^}   I spent several years coding this stuff as part of a
newsroom application.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can anyone recommend a good video editing tool?

2012-12-25 Thread Richard Shaw
On Mon, Dec 24, 2012 at 11:05 AM, Bill Davidsen david...@tmr.com wrote:
 I am looking for something to edit video and snip a few passages out to
 save. Something like audacity for video. I am loading avidemux as I type,
 but the avi format seems to have limitations which are much more restrictive
 than mpg. The OReilly Multimedia book is seven years old, and is more like
 a history book than a useful user guide by now.

Back to the original question :)

It appears you already have RPM Fusion repository installed?

That being the case I would recommend Openshot or Kdenlive. They are
much newer alternatives to Kino which last I checked was really only
designed for editing DV recordings (no HD).

Openshot is largely python based and has a nice interface and is
pretty simple to use. Kdenlive (as the name suggests) uses the KDE
libraries and in KDE fashion is powerful but also more complicated.
You may want to avoid this if you don't have KDE installed and don't
want to pull in a bunch of deps.

Richard
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Laptop Intel wireless card as access point

2012-12-25 Thread Alexander Volovics
On Tue, Dec 25, 2012 at 12:12:01PM +0530, Suvayu Ali wrote:
 
 I wanted to configure the wireless card on my ThinkPad as a wireless
 access point for my Android phone.  But it seems the Intel iwlwifi
 drivers do not support master mode.  Can someone confirm?  In case I'm
 wrong, could you please point me to any documentation as to how I can
 configure this?

I am not knowledgeable about wifi but I find this for the 
Intel Centrino Wireless-N 2230 (which I don't use) in my laptop.
And lsmod shows iwlwifi as loaded.

From 'iw list' I find:
Supported interface modes:
  *IBSS
  *managed
  *AP
  *AP/VLAN
  *monitor

And
https://en.wikipedia.org/wiki/Comparison_of_open-source_wireless_drivers#Driver_capabilities
mentions 'master mode' as supported for 'iwlwifi'.

But I wouldn't know in how far AP mode actually works, never tried it.

Alexander

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can anyone recommend a good video editing tool?

2012-12-25 Thread Pasha R
You can also try pitivi from fedora repositories - it doesn't have many of
the features openshot and kdenlive have, but it is good enough for simple
editing. Also, if you choose avidemux, don't use gtk frontend - in my
experience, it is buggy as hell, while qt frontend is much more stable.


On Tue, Dec 25, 2012 at 3:29 PM, Richard Shaw hobbes1...@gmail.com wrote:

 On Mon, Dec 24, 2012 at 11:05 AM, Bill Davidsen david...@tmr.com wrote:
  I am looking for something to edit video and snip a few passages out to
  save. Something like audacity for video. I am loading avidemux as I type,
  but the avi format seems to have limitations which are much more
 restrictive
  than mpg. The OReilly Multimedia book is seven years old, and is more
 like
  a history book than a useful user guide by now.

 Back to the original question :)

 It appears you already have RPM Fusion repository installed?

 That being the case I would recommend Openshot or Kdenlive. They are
 much newer alternatives to Kino which last I checked was really only
 designed for editing DV recordings (no HD).

 Openshot is largely python based and has a nice interface and is
 pretty simple to use. Kdenlive (as the name suggests) uses the KDE
 libraries and in KDE fashion is powerful but also more complicated.
 You may want to avoid this if you don't have KDE installed and don't
 want to pull in a bunch of deps.

 Richard
 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
 Have a question? Ask away: http://ask.fedoraproject.org

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Laptop Intel wireless card as access point (reply nr 2)

2012-12-25 Thread Alexander Volovics
On Tue, Dec 25, 2012 at 12:12:01PM +0530, Suvayu Ali wrote:
 
 I wanted to configure the wireless card on my ThinkPad as a wireless
 access point for my Android phone.  But it seems the Intel iwlwifi
 drivers do not support master mode.  Can someone confirm?  In case I'm
 wrong, could you please point me to any documentation as to how I can
 configure this?

As a follow up to my first reply.

I got curious and found the following:
http://linuxwireless.org/en/users/Documentation/hostapd

Seems like a lot of work.

Alexander

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Can anyone recommend a good video editing tool?

2012-12-25 Thread Fernando Cassia
On Tue, Dec 25, 2012 at 9:44 AM, jdow j...@earthlink.net wrote:

 Fernando, any time you edit MEPEG2, 3, 4, etc the image will degrade.
 With any of the formats you can get frame accurate editing.


I agree with the theory, and if I worked on broadcast I´d pay attention to
that. However, since my point is creating videos for the Internet and
sending by e-mail, MPEG2 works fine for me. The point you seem to be
missing is that when dealing with different source material, often with
LESS resolution than the 720x480 I use as intermediate, when FFMPEG does
the conversion it needs to increase the size of the vids, and for this it
does interpolation, which actually smoothes the image and reduces artifacts.

The last time I tried to use a mix of the other formats as source
material, apps either crashed randomly or exhibited odd results when trying
to select a given frame as cut point (as if the source material had a full
frame every 2-3 seconds, and I wanted to cut at a given fraction of a
second, well, KDEnline wouldn´t let me. While when doing cuts on WinFF
produced MPEG2 files with DVD-quality presets, I never have such problem.

But the last time I did that experiment was in 2009, surely KDEnlive
support for other codecs has improved since then. At one point it seemed
that KDEnlive´s best consistent feature was the crashing when importing
clips. ;-P http://goo.gl/sgJgX

Which takes me back to my initial premise: that there must be something
that makes MPEG2 easy to support from the get go for programmers, while
dealing with other codecs takes video editing apps several iterations to
get right untill all bugs are ironed out.

And yes, you´re right, MJPEG is the best, but again, I personally find the
tradeoff of disk space to be too big. On a desktop with a HD several
terabytes big, of course disk space is not a concern.

Again, this is not a definitive guide of how to work with video files from
a codec expert´s point of view just a statement from an end user about a
hassle-free method I found by trial and error, and which I use regularly
with great results.

YMMV
FC
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Multimedia Catalog web app

2012-12-25 Thread Kanwar Ranbir Sandhu
Hi Everyone,

I'm looking for a php/perl/something based app that will allow me to
catalog my videogames, books, CDs, BDs, and DVDs.  I just searched
sourceforge, but didn't come up with anything I liked.

Does anyone have any recommendations?  I'm running MySQL and Apache.
However, I have no aversion to PostgreSQL, or SQLite for the DB bits.
I'd prefer to stick with Apache for the web server.

Thanks!

Regards,

Ranbir

p.s.

Merry Christmas and Happy New Year!!
 
-- 
Kanwar Ranbir Sandhu
Linux 3.6.6-1.fc17.x86_64 x86_64 GNU/Linux 
11:03:16 up 18 days, 11:00, 11 users, load average: 0.28, 0.38, 0.40 


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: Laptop Intel wireless card as access point (reply nr 2)

2012-12-25 Thread Roberto Ragusa
On 12/25/2012 03:36 PM, Alexander Volovics wrote:
 On Tue, Dec 25, 2012 at 12:12:01PM +0530, Suvayu Ali wrote:
  
 I wanted to configure the wireless card on my ThinkPad as a wireless
 access point for my Android phone.  But it seems the Intel iwlwifi
 drivers do not support master mode.  Can someone confirm?  In case I'm
 wrong, could you please point me to any documentation as to how I can
 configure this?
 
 As a follow up to my first reply.
 
 I got curious and found the following:
 http://linuxwireless.org/en/users/Documentation/hostapd
 
 Seems like a lot of work.

When doing this a few months ago, it was quite easy.
You do not have to download or compile anything on Fedora,
just a couple of easy things in the conf file and it is
working perfectly.

But this was not on iwlwifi, it was a random wifi USB dongle
which happened to have a good chipset.
I'm curious to know if it is possible to do that with iwlwifi.
(the kernel version is important in these cases)

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


/run directory

2012-12-25 Thread Robert Holtzman
Just started trying out fc17 after a long time away from Red Hat/Fedora. 

I have been trying to figure out the logic behind mounting removable
media in the /run/media directory or, for that matter, the function of
/run. The only thing I've found was in the release notes where it
mentions it with no explanation. Searches turned up little.

Any pointers?

-- 
Bob Holtzman
If you think you're getting free lunch, 
check the price of the beer.
Key ID: 8D549279


signature.asc
Description: Digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: /run directory

2012-12-25 Thread Rex Dieter
Robert Holtzman wrote:

 Just started trying out fc17 after a long time away from Red Hat/Fedora.
 
 I have been trying to figure out the logic behind mounting removable
 media in the /run/media directory or, for that matter, the function of
 /run. The only thing I've found was in the release notes where it
 mentions it with no explanation. Searches turned up little.
 
 Any pointers?

http://docs.fedoraproject.org/en-US/Fedora/15/html/Release_Notes/sect-
Release_Notes-Changes_for_SysAdmin.html

See, 3.2.2. /run directory as part of systemd feature.

-- rex



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: /run directory

2012-12-25 Thread Steven Stern
On 12/25/2012 05:39 PM, Robert Holtzman wrote:
 Just started trying out fc17 after a long time away from Red Hat/Fedora. 
 
 I have been trying to figure out the logic behind mounting removable
 media in the /run/media directory or, for that matter, the function of
 /run. The only thing I've found was in the release notes where it
 mentions it with no explanation. Searches turned up little.
 
 Any pointers?
 
 
 

For devices that I mount frequently, I've created aliases. For example,
my external backup drive is MyBookLX and is in the root home directory as

MyBookLX - /run/media/sdstern/MyBookLX

-- 
-- Steve
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: /run directory

2012-12-25 Thread Robert Holtzman
On Tue, Dec 25, 2012 at 08:49:24PM -0600, Rex Dieter wrote:
 Robert Holtzman wrote:
 
  Just started trying out fc17 after a long time away from Red Hat/Fedora.
  
  I have been trying to figure out the logic behind mounting removable
  media in the /run/media directory or, for that matter, the function of
  /run. The only thing I've found was in the release notes where it
  mentions it with no explanation. Searches turned up little.
  
  Any pointers?
 
 http://docs.fedoraproject.org/en-US/Fedora/15/html/Release_Notes/sect-
 Release_Notes-Changes_for_SysAdmin.html
 
 See, 3.2.2. /run directory as part of systemd feature.

That's why I couldn't find anything. It happened back in fc15 and I
kept looking in fc17 docs.

Thanks.


-- 
Bob Holtzman
If you think you're getting free lunch, 
check the price of the beer.
Key ID: 8D549279


signature.asc
Description: Digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org