Re: F17: power consumption on wired ethernet port

2012-09-11 Thread Roberto Ragusa
On 09/09/2012 03:21 AM, fred smith wrote:

> On my eeepc 901, powertop reports that network interface p33p1 consumes
> in the range of 5.6 to 7.7 watts, depending on factors that aren't
> obvious to me.

This is on my F16:

  16.7 W  0.0 pkts/sDevice nic:virbr0

so I think powertop is seriously wrong at network interface consumption.


-- 
   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: how uncover what start iptables?

2012-09-11 Thread Frantisek Hanzlik
Zdenek Pytela wrote:
> Frantisek Hanzlik pise:
>> I have disabled (not masked) iptables.service on F17 box.
>> But occasionally are this services started. There isn't any
>> record about it in system logs. Is there some (systemd native)
>> manner how detect who start this service?
>> (maybe via inotify tools I'm able detect access to
>> "/etc/sysconfig/iptables", but this give no information about
>> accessing process)
> Try if
> grep -r Requires=iptables.service /lib/systemd
> can be of any help to you.

In /lib/systemd/ and /etc/systemd/ no service requires iptables.
("grep -r 'iptables\.service' /lib/systemd/* /etc/systemd/*" return
nothing)

>> Second question about iptables: Is there any replacement for
>> "service iptables panic" command from old gold cheerful non-systemd days?
> Check /lib/systemd/system/iptables.service, you still may try
> /lib/systemd/system/iptables.service panic

Although "/lib/systemd/system/iptables.service" has mode 0755, I think
this is only packager mistake - systemd units IMO surely aren't
executable scripts. But You perhaps meant "/usr/libexec/iptables.init"
script (which seems identical with original "/etc/rc.d/init.d/" one.
And yes, "/usr/libexec/iptables.init panic" works as before.
But pre-systemd location and use know all, this new none :(


> You can also prepare two sets of iptables with the default be ACCEPT
> and then switch between them with a simple command with 
> flushing/renaming/adding
> a chain.

Yes, it is solution too; but I would like know when it has been solved
someway when this service was transferred to systemd.

-- 
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: F17: power consumption on wired ethernet port

2012-09-11 Thread Sophie Sperner
how to unsubscribe from this mail listing? Please leave me alone.

On 11 September 2012 09:12, Roberto Ragusa  wrote:

> On 09/09/2012 03:21 AM, fred smith wrote:
>
> > On my eeepc 901, powertop reports that network interface p33p1 consumes
> > in the range of 5.6 to 7.7 watts, depending on factors that aren't
> > obvious to me.
>
> This is on my F16:
>
>   16.7 W  0.0 pkts/sDevice nic:virbr0
>
> so I think powertop is seriously wrong at network interface consumption.
>
>
> --
>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
>



-- 
Yours,
Sophie
-- 
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: how uncover what start iptables?

2012-09-11 Thread Sophie Sperner
how to unsubscribe from this mail listing? Please leave me alone.

On 11 September 2012 09:31, Frantisek Hanzlik  wrote:

> Zdenek Pytela wrote:
> > Frantisek Hanzlik pise:
> >> I have disabled (not masked) iptables.service on F17 box.
> >> But occasionally are this services started. There isn't any
> >> record about it in system logs. Is there some (systemd native)
> >> manner how detect who start this service?
> >> (maybe via inotify tools I'm able detect access to
> >> "/etc/sysconfig/iptables", but this give no information about
> >> accessing process)
> > Try if
> > grep -r Requires=iptables.service /lib/systemd
> > can be of any help to you.
>
> In /lib/systemd/ and /etc/systemd/ no service requires iptables.
> ("grep -r 'iptables\.service' /lib/systemd/* /etc/systemd/*" return
> nothing)
>
> >> Second question about iptables: Is there any replacement for
> >> "service iptables panic" command from old gold cheerful non-systemd
> days?
> > Check /lib/systemd/system/iptables.service, you still may try
> > /lib/systemd/system/iptables.service panic
>
> Although "/lib/systemd/system/iptables.service" has mode 0755, I think
> this is only packager mistake - systemd units IMO surely aren't
> executable scripts. But You perhaps meant "/usr/libexec/iptables.init"
> script (which seems identical with original "/etc/rc.d/init.d/" one.
> And yes, "/usr/libexec/iptables.init panic" works as before.
> But pre-systemd location and use know all, this new none :(
>
>
> > You can also prepare two sets of iptables with the default be ACCEPT
> > and then switch between them with a simple command with
> flushing/renaming/adding
> > a chain.
>
> Yes, it is solution too; but I would like know when it has been solved
> someway when this service was transferred to systemd.
>
> --
> 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
>



-- 
Yours,
Sophie
-- 
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: F17: power consumption on wired ethernet port

2012-09-11 Thread Joe Zeff

On 09/11/2012 02:19 AM, Sophie Sperner wrote:

how to unsubscribe from this mail listing? Please leave me alone.


Instructions on how to unsubscribe will be found at the bottom of this 
message.

--
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: F17: power consumption on wired ethernet port

2012-09-11 Thread Richard Hughes
On 11 September 2012 09:12, Roberto Ragusa  wrote:
>   16.7 W  0.0 pkts/sDevice nic:virbr0

16 Watts seems like an order of magnitude too much, at least.

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: preserving partitions during reinstall

2012-09-11 Thread Dave Mitchell
On Tue, Sep 11, 2012 at 12:47:25AM +0200, Suvayu Ali wrote:
> On Mon, Sep 10, 2012 at 10:08:47PM +0100, Dave Mitchell wrote:
> > 
> > The point is that *none* of the Ananconda install options:
> > Use all space
> > Replace Existing Linux System(s)
> > Shrink current system
> > use Free space
> > Create custom layout
> > will read the existing partitioning of vg_pigeon and present that to you
> > as a default; they all either suggest a completely new set of defaults, or
> > in the case of custom, present no defaults at all.
> > 
> > Or to put it another way, missing from that list of install options above,
> > seems to be:
> > Keep existing Linux partitioning
> > 
> 
> You say your original partitioning was custom partitioning, then how do
> you expect Anaconda will figure it out without help?  The way to do what
> you want would be to enter custom partitioning, not delete any of the
> existing partitions, specify the appropriate mount points (again only
> you know this, no way Anaconda can figure this out), and then continue
> with your upgrade as usual.

Sigh.. Let me repeat myself again.

I expect an option within anaconda that will *inspect* the existing
partitioning layout of a device, and present that to me as the new
default. Anaconda has the ability to examine the vg_pigeon device, and
see that there are 3 partitions on it, last mounted as /, /home and swap.

*None* of the options, including custom, present me with the original
partition sizes. The best I could do in principle would be, before the
reinstall, to note the existing partition dimensions, then in anaconda,
manually create 3 partitions on the cg_pigeon device, not format the one
corresponding to /home, then hope and pray that when I specify /home as
being XXXMb, that anaconda treats this in the same way as before in terms
or rounding to nearest cylinder etc.

Or to come at the question from another angle:

I have a system with a reasonably straightforward layout:
1 disk, split into two physical partitions; the first holds /boot, the
2nd is an encrypted LVM volume that has 3 partitions: /, swap /home.
I want to install a new release of the OS (overwriting / and /boot), while
preserving /home. How can I do that in a simple and safe manner?

-- 
The Enterprise successfully ferries an alien VIP from one place to another
without serious incident.
-- Things That Never Happen in "Star Trek" #7
-- 
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: F17: power consumption on wired ethernet port

2012-09-11 Thread fred smith
On Tue, Sep 11, 2012 at 11:18:29AM +0100, Richard Hughes wrote:
> On 11 September 2012 09:12, Roberto Ragusa  wrote:
> >   16.7 W  0.0 pkts/sDevice nic:virbr0
> 
> 16 Watts seems like an order of magnitude too much, at least.

I can't disagree! Even on my eeepc, which provides good battery life
(can you say 8-10 hours?) the reported power (ranging from 5.x to 7.x
watts) seems afully high.


-- 
---
 .Fred Smith   /  
( /__  ,__.   __   __ /  __   : / 
 //  /   /__) /  /  /__) .+'   Home: fre...@fcshome.stoneham.ma.us 
//  (__ (___ (__(_ (___ / :__ 781-438-5471 
 Jude 1:24,25 -
-- 
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


Knode sync

2012-09-11 Thread Timothy Murphy
Is there any way of synchronising Knode clients on different laptops,
so that the same posts are marked as read on different machines?
At present I keep a copy of ~/.kde/share/apps/knode/ on a server,
and copy this to whatever laptop I am using.
This works, but is not completely satisfactory.

Any suggestions or advice gratefully received.

-- 
Timothy Murphy  
e-mail: gayleard /at/ eircom.net
tel: +353-86-2336090, +353-1-2842366
s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland


-- 
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: preserving partitions during reinstall

2012-09-11 Thread Suvayu Ali
On Tue, Sep 11, 2012 at 11:39:23AM +0100, Dave Mitchell wrote:
> 
> I expect an option within anaconda that will *inspect* the existing
> partitioning layout of a device, and present that to me as the new
> default. Anaconda has the ability to examine the vg_pigeon device, and
> see that there are 3 partitions on it, last mounted as /, /home and swap.
> 

Doesn't Rick's response say you get that option when you choose "Replace
Existing Linux System(s)"?  I do not have an optical drive, so I can't
really boot and check.  Or could it be that Anaconda has problems
because your LVM is encrypted?

> Or to come at the question from another angle:
> 
> I have a system with a reasonably straightforward layout:
> 1 disk, split into two physical partitions; the first holds /boot, the
> 2nd is an encrypted LVM volume that has 3 partitions: /, swap /home.
> I want to install a new release of the OS (overwriting / and /boot), while
> preserving /home. How can I do that in a simple and safe manner?
> 

Again, maybe the fact that the LVM is ecrypted is preventing Anaconda
from seeing the existing partition sizes under "Create custom layout"
also.  I say this because, I always use the custom layout option and as
far as I recall Anaconda shows me existing partitions, and I can choose
to edit/delete them.  So if I leave the same partitioning scheme, all I
need to do is specify the appropriate mount points.

Hope this is clearer.

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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: Knode sync

2012-09-11 Thread Tim
On Tue, 2012-09-11 at 13:59 +0100, Timothy Murphy wrote:
> Is there any way of synchronising Knode clients on different laptops,
> so that the same posts are marked as read on different machines?
> At present I keep a copy of ~/.kde/share/apps/knode/ on a server,

One approach:  Run knode on the server, access it over SSH.

Simple, brute force, effective.

-- 
[tim@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

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



-- 
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: preserving partitions during reinstall

2012-09-11 Thread Aaron Konstam
On Tue, 2012-09-11 at 11:39 +0100, Dave Mitchell wrote:
> On Tue, Sep 11, 2012 at 12:47:25AM +0200, Suvayu Ali wrote:
> > On Mon, Sep 10, 2012 at 10:08:47PM +0100, Dave Mitchell wrote:
> > > 
> > > The point is that *none* of the Ananconda install options:
> > > Use all space
> > > Replace Existing Linux System(s)
> > > Shrink current system
> > > use Free space
> > > Create custom layout
> > > will read the existing partitioning of vg_pigeon and present that to you
> > > as a default; they all either suggest a completely new set of defaults, or
> > > in the case of custom, present no defaults at all.
> > > 
> > > Or to put it another way, missing from that list of install options above,
> > > seems to be:
> > > Keep existing Linux partitioning
> > > 
> > 
> > You say your original partitioning was custom partitioning, then how do
> > you expect Anaconda will figure it out without help?  The way to do what
> > you want would be to enter custom partitioning, not delete any of the
> > existing partitions, specify the appropriate mount points (again only
> > you know this, no way Anaconda can figure this out), and then continue
> > with your upgrade as usual.
> 
> Sigh.. Let me repeat myself again.
> 
> I expect an option within anaconda that will *inspect* the existing
> partitioning layout of a device, and present that to me as the new
> default. Anaconda has the ability to examine the vg_pigeon device, and
> see that there are 3 partitions on it, last mounted as /, /home and swap.
> 
> *None* of the options, including custom, present me with the original
> partition sizes. The best I could do in principle would be, before the
> reinstall, to note the existing partition dimensions, then in anaconda,
> manually create 3 partitions on the cg_pigeon device, not format the one
> corresponding to /home, then hope and pray that when I specify /home as
> being XXXMb, that anaconda treats this in the same way as before in terms
> or rounding to nearest cylinder etc.
> 
> Or to come at the question from another angle:
> 
> I have a system with a reasonably straightforward layout:
> 1 disk, split into two physical partitions; the first holds /boot, the
> 2nd is an encrypted LVM volume that has 3 partitions: /, swap /home.
> I want to install a new release of the OS (overwriting / and /boot), while
> preserving /home. How can I do that in a simple and safe manner?
> 
> -- 
> The Enterprise successfully ferries an alien VIP from one place to another
> without serious incident.
> -- Things That Never Happen in "Star Trek" #7

I am not sure why you could not do what you want to do with a variation
of the following process. tar up the partition you want to save before
you install the new version. Then after installation restore the saved
material using tar -k to the appropriate new partition.
-- 
===
You will not be elected to public office this year.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
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: preserving partitions during reinstall

2012-09-11 Thread Aaron Konstam
On Mon, 2012-09-10 at 16:17 -0700, Rick Stevens wrote:
> On 09/10/2012 03:47 PM, Suvayu Ali uttered this comment:
> > On Mon, Sep 10, 2012 at 10:08:47PM +0100, Dave Mitchell wrote:
> >>
> >> The point is that *none* of the Ananconda install options:
> >>  Use all space
> >>  Replace Existing Linux System(s)
> >>  Shrink current system
> >>  use Free space
> >>  Create custom layout
> >> will read the existing partitioning of vg_pigeon and present that to you
> >> as a default; they all either suggest a completely new set of defaults, or
> >> in the case of custom, present no defaults at all.
> >>
> >> Or to put it another way, missing from that list of install options above,
> >> seems to be:
> >>  Keep existing Linux partitioning
> >>
> >
> > You say your original partitioning was custom partitioning, then how do
> > you expect Anaconda will figure it out without help?  The way to do what
> > you want would be to enter custom partitioning, not delete any of the
> > existing partitions, specify the appropriate mount points (again only
> > you know this, no way Anaconda can figure this out), and then continue
> > with your upgrade as usual.
> 
> IIRC, "Replace Existing Linux System(s)" will keep the existing 
> partitioning. It just replaces the OS--assuming it'll fit.
> -

I don't think the above is true, The home directory would also be
updated.


-- 
===
Take a lesson from the whale; the only time he gets speared is when he
raises to spout.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
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: Cheese webcam software - audio and video out of sync

2012-09-11 Thread Bill Davidsen

Thomas Cameron wrote:

I was just playing around with Cheese on my Lenovo T510 laptop. It's a
relatively fast laptop, with a pretty new i7 CPU and 8GB memory.

I noticed that, even at the lowest resolution possible, I get a bad audtio
delay. In other words, when I play back the video, my lips move but the sound
follows like three seconds later.

Before getting too upset, try playing the video with other players like mplayer 
or vlc. I have found that some recording formats and players don't work well, 
can't give you a definitive why. I have recoded a number with ffmpeg to get 
around this and get a format which works in more places.



--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
--
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: F17: power consumption on wired ethernet port

2012-09-11 Thread Roberto Ragusa
On 09/11/2012 12:18 PM, Richard Hughes wrote:
> On 11 September 2012 09:12, Roberto Ragusa  wrote:
>>   16.7 W  0.0 pkts/sDevice nic:virbr0
> 
> 16 Watts seems like an order of magnitude too much, at least.

It is the highest reported number, almost seems to be the entire
power consumption or certainly the biggest part of it (CPU? chipset?).

The best part is that virbr0 is a *virtual* ethernet. :-)


-- 
   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: LVM [WAS Re: Yum cache memory space -]

2012-09-11 Thread Bill Davidsen

Reindl Harald wrote:



Am 06.09.2012 21:35, schrieb Steven Stern:

On 09/06/2012 01:47 PM, Joe Zeff wrote:

On 09/06/2012 11:23 AM, Bill Davidsen wrote:

For which I am deeply grateful. Most of the time LVM is fine, even
preferred, but some times I really "want it my way" and now that's easy.


Personally, I find LVM to be a great solution looking for a problem.  I
only have one LVM partition, and that's only because I forgot to turn it
off when I created it.  Of course, I'm only using Fedora for my home
computer, and I can see how useful it can be in a production
environment.  Maybe what we need is for anaconda to ask if this is a
home or production installation, and have LVM default to off for home,
on for production?


If it were simple then LVM would be wonderful.  If, on detecting a new
drive, the system would say "Hey, you have a new drive. Do you want me
to extend one or more existing partitions there?", it would be workable.
But it's not that easy.


and this is good so
why?

because many naive people would say "yes extend" without realize
what happens if you have a LVM over 6 physical drives without a
RAID after one of the drives is dying


Having anything over multiple drives without RAID means you really know what you 
are doing, or really *don't* know what you are doing. At least with LVM you can 
get rid of the failing part if it doesn't die before you do.


I agree the LVM is really hard to use, because the UI was designed by someone 
who doesn't think the way I do. My impression is that a lot of other people 
share this opinion.



--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
--
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: Yum cache memory space -

2012-09-11 Thread Bill Davidsen

Reindl Harald wrote:



Am 05.09.2012 18:52, schrieb Bob Goodwin - Zuni:

Error Downloading Packages:
   1:libreoffice-core-3.5.6.2-2.fc17.x86_64: Insufficient space
in download directory /var/cache/yum/x86_64/17/updates/packages
 * free   45 M
 * needed 70 M

[root@box9 bobg]# df -h

shows:

/dev/sda2   1.5G  1.5G 0 100% /var

Perhaps I should have allocated space differently?


looks like

or you edit /etc/yum.conf -> cachedir=/var/cache/yum to somewhere else


Can I just clear /var/cache/yum/x86_64/17/updates/packages?


you can even "rm -rf /var/cache/yum/*"
done this hundrets of times on many machines in the past years


I don't think that was his question. And unless you are doing something very 
unusual, why would you not use "yum clean all" to preserve the structure?



suspect that if I could it should happen without my help?


why should it?
if /etc/yum.conf contains "keepcache=1" it is supposed to keep








--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
--
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: Cheese webcam software - audio and video out of sync

2012-09-11 Thread Ian Malone
On 2 September 2012 20:42, Thomas Cameron
 wrote:
> I was just playing around with Cheese on my Lenovo T510 laptop. It's a
> relatively fast laptop, with a pretty new i7 CPU and 8GB memory.
>
> I noticed that, even at the lowest resolution possible, I get a bad audtio
> delay. In other words, when I play back the video, my lips move but the
> sound follows like three seconds later.
>
> Anyone else seeing this? Any pointers? My Google-fu is weak today.
>

Which version of Fedora are you using? There are a number of cheese
bugs leading to terrible encoding performance that are only fixed in
F17, not F16.

-- 
imalone
http://ibmalone.blogspot.co.uk
-- 
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: preserving partitions during reinstall

2012-09-11 Thread Dave Mitchell
On Tue, Sep 11, 2012 at 09:04:05AM -0500, Aaron Konstam wrote:
> I am not sure why you could not do what you want to do with a variation
> of the following process. tar up the partition you want to save before
> you install the new version. Then after installation restore the saved
> material using tar -k to the appropriate new partition.

This (or something similar) is what I ended up doing.
My question to the list was how to avoid having to do that in future.
Which no-one's managed to answer yet.

-- 
All wight. I will give you one more chance. This time, I want to hear
no Wubens. No Weginalds. No Wudolf the wed-nosed weindeers.
-- Life of Brian
-- 
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


[389-users] Can an admin server manage remote directory servers?

2012-09-11 Thread Orion Poplawski
Can an admin server manage remote directory servers?  The docs always seems to 
refer to running an admin server alongside the directory server, but in the 
case of running a slave directory server, it would be nice to be able to 
manage that from the admin server on our main directory server machine.  Is 
that possible?


Also, should the instance name of the slave server be different than the 
instance name of the primary server?  It doesn't seem to be a requirement, and 
I'm not sure what is more or less confusing.


Thanks!

--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder Office  FAX: 303-415-9702
3380 Mitchell Lane   or...@nwra.com
Boulder, CO 80301   http://www.nwra.com
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: [389-users] Can an admin server manage remote directory servers?

2012-09-11 Thread Rich Megginson

On 09/11/2012 09:24 AM, Orion Poplawski wrote:
Can an admin server manage remote directory servers?  The docs always 
seems to refer to running an admin server alongside the directory 
server, but in the case of running a slave directory server, it would 
be nice to be able to manage that from the admin server on our main 
directory server machine.  Is that possible?

No.  Every machine must have 1 admin server (389-admin).


Also, should the instance name of the slave server be different than 
the instance name of the primary server?  It doesn't seem to be a 
requirement, and I'm not sure what is more or less confusing.
It's probably easier to search for it if the name is unique, but I don't 
think it will break the console.


Thanks!



--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: preserving partitions during reinstall

2012-09-11 Thread Dave Mitchell
On Tue, Sep 11, 2012 at 03:38:06PM +0200, Suvayu Ali wrote:
> On Tue, Sep 11, 2012 at 11:39:23AM +0100, Dave Mitchell wrote:
> > 
> > I expect an option within anaconda that will *inspect* the existing
> > partitioning layout of a device, and present that to me as the new
> > default. Anaconda has the ability to examine the vg_pigeon device, and
> > see that there are 3 partitions on it, last mounted as /, /home and swap.
> Doesn't Rick's response say you get that option when you choose "Replace
> Existing Linux System(s)"?  I do not have an optical drive, so I can't
> really boot and check.  Or could it be that Anaconda has problems
> because your LVM is encrypted?

Just to be absolutely clear: on both the original system, and on a second
system (to confirm), I have very carefully gone through every partitioning
option, and checked that *none* of them recognise the existing partitions
in the encrypted volume. But note also that just before reaching that stage,
anaconda prompts me for the password for sda2, so in principle it has the
information needed to retrieve that partitioning data.

-- 
"Procrastination grows to fill the available time"
-- Mitchell's corollary to Parkinson's Law
-- 
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: preserving partitions during reinstall

2012-09-11 Thread Suvayu Ali
On Tue, Sep 11, 2012 at 04:29:02PM +0100, Dave Mitchell wrote:
> On Tue, Sep 11, 2012 at 03:38:06PM +0200, Suvayu Ali wrote:
> > On Tue, Sep 11, 2012 at 11:39:23AM +0100, Dave Mitchell wrote:
> > > 
> > > I expect an option within anaconda that will *inspect* the existing
> > > partitioning layout of a device, and present that to me as the new
> > > default. Anaconda has the ability to examine the vg_pigeon device, and
> > > see that there are 3 partitions on it, last mounted as /, /home and swap.
> > Doesn't Rick's response say you get that option when you choose "Replace
> > Existing Linux System(s)"?  I do not have an optical drive, so I can't
> > really boot and check.  Or could it be that Anaconda has problems
> > because your LVM is encrypted?
> 
> Just to be absolutely clear: on both the original system, and on a second
> system (to confirm), I have very carefully gone through every partitioning
> option, and checked that *none* of them recognise the existing partitions
> in the encrypted volume. But note also that just before reaching that stage,
> anaconda prompts me for the password for sda2, so in principle it has the
> information needed to retrieve that partitioning data.
> 

Do you have an unencrypted volume around?  This could be a bug; as far
as I recall Anaconda used to have trouble with encrypted volumes
sometime in the past.  This could just be a regression.

-- 
Suvayu

Open source is the future. It sets us free.
-- 
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: how uncover what start iptables?

2012-09-11 Thread Mike Wright

On 09/11/2012 02:19 AM, Sophie Sperner wrote:

how to unsubscribe from this mail listing? Please leave me alone.
--
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users

--
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


VDQ: F17 xscreensaver error

2012-09-11 Thread Beartooth


When I go from the Main Menu to Settings to Screensaver and 
launch xscreensaver, I get an error saying the daemon isn't running; and 
trying to start it gets me another error, saying "Please check your $PATH 
and permissions."

Would some kind soul please tell me what that means?

-- 
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


-- 
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: preserving partitions during reinstall

2012-09-11 Thread Aaron Konstam
On Tue, 2012-09-11 at 16:22 +0100, Dave Mitchell wrote:
> On Tue, Sep 11, 2012 at 09:04:05AM -0500, Aaron Konstam wrote:
> > I am not sure why you could not do what you want to do with a variation
> > of the following process. tar up the partition you want to save before
> > you install the new version. Then after installation restore the saved
> > material using tar -k to the appropriate new partition.
> 
> This (or something similar) is what I ended up doing.
> My question to the list was how to avoid having to do that in future.
> Which no-one's managed to answer yet.
> 
I think that is becuse using anaconda alone it can't be done.

-- 
===
Let me explain it to you slowly: Disks. Write. One. Write. At. A. Time.
- Rik van Riel on linux-kernel
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
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: Icon themes

2012-09-11 Thread Lailah

El dom, 09-09-2012 a las 08:06 +0300, jarmo escribió:

> Sat, 08 Sep 2012 09:00:41 -0300
> Lailah  kirjoitti:
> 
> > 
> > Oh!  I see...  Well, I'd never find any difference between Fedora Icon
> > Theme and Oxygen Icon Theme.  May be you can try downloading other
> > icon theme and installing it.  See if that works.  If not, it is a
> > bug.
> > 
> > 
> > 
> > Have a nice day
> > Lailah
> > 
> > PD:  You can download icons, theme, and other stuff from
> > kde-look.org 
> 
> Now the question is, that when I try to change theme into Fedora, it
> returns back to Oxygen. Ok, I tried to change what ever from manager,
> even those ugly ones, no way. It insist that it is Oxygen and that's it.
> 
> What a Nice Morning
> Jarmo



How weird!  I think is a bug.  I don't have any problem with my icon
themes.  I've just downloaded my favorite icon themes and installed it.
Even I can use a couple of Gnome icon themes.  
I have KDE 4.8  on a Fedora 17.


Kind regards,
Lailah




signature.asc
Description: This is a digitally signed message part
-- 
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: Stemming a flood of kernel warnings

2012-09-11 Thread Dave Ulrick

On Mon, 10 Sep 2012, Bryn M. Reeves wrote:


On 09/10/2012 01:31 PM, Dave Ulrick wrote:

Is there any possible way I could configure ABRT to stop nagging me about
this particular bug? Note this "bug" is really just a WARN()/assertion in
a kernel module (i915). Other than the annoyance caused by the frequent
bug reports, it causes no visible harm to the function of my system.


You could try adding a blacklist for the kernel package to
/etc/abrt/abrt-action-save-package-data.conf. I've not tried this for
the kernel package but it allows you to turn off analysis by package name.

Alternately you could disable the libreport event that abrt is
responding to - these are configured in /etc/libreport/events.d/.


I've gone ahead and added "kernel, kernel-PAE" to 
/etc/abrt/abrt-action-save-package-data.conf and reenabled the ABRT GUI. 
I'll wait and see what effect that has on the bugs that show up in the 
ABRT GUI.


Thanks,
Dave
--
Dave Ulrick
Email: d-ulr...@comcast.net
--
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: preserving partitions during reinstall

2012-09-11 Thread Roger


Doesn't Rick's response say you get that option when you choose "Replace
Existing Linux System(s)"?  I do not have an optical drive, so I can't
really boot and check.  Or could it be that Anaconda has problems
because your LVM is encrypted?


Just to be absolutely clear: on both the original system, and on a second
system (to confirm), I have very carefully gone through every partitioning
option, and checked that *none* of them recognise the existing partitions
in the encrypted volume. But note also that just before reaching that stage,
anaconda prompts me for the password for sda2, so in principle it has the
information needed to retrieve that partitioning data.


Do you have an unencrypted volume around?  This could be a bug; as far
as I recall Anaconda used to have trouble with encrypted volumes
sometime in the past.  This could just be a regression.


So what's the upshot here?
Can the  vg home partition be preserved in a fresh install of Fedora 17 
to replace fedora 16?

Roger
--
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


Slightly OT about urls

2012-09-11 Thread Roger
On the server we have a redirection in index.php so that calling url 
www.domain.org.au in browser displays www.domain.org.au/directory.

Is there any way to get the url to not display the /directory, just the url?

thanks
Roger


--
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


encrypted directory

2012-09-11 Thread Martín Marqués
What are people here using to encrypt (as easy as possible) just one
directory (not a FS)?

-- 
Martín Marqués
select 'martin.marques' || '@' || 'gmail.com'
DBA, Programador, Administrador
-- 
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: Slightly OT about urls

2012-09-11 Thread Cameron Simpson
On 12Sep2012 09:34, Roger  wrote:
| On the server we have a redirection in index.php so that calling url 
| www.domain.org.au in browser displays www.domain.org.au/directory.
| Is there any way to get the url to not display the /directory, just the url?

I think you need to be less vague.
A redirection in what, from what, to what?
What are the complete URLs used in all stages?

I really can't figure out what you mean here.
-- 
Cameron Simpson 
-- 
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: Slightly OT about urls

2012-09-11 Thread Bruno Wolff III

On Wed, Sep 12, 2012 at 09:34:49 +1000,
  Roger  wrote:
On the server we have a redirection in index.php so that calling url 
www.domain.org.au in browser displays www.domain.org.au/directory.

Is there any way to get the url to not display the /directory, just the url?


If you are talking about mod_rewrite for apache, then I believe there is 
a way to do internal redirects that don't ask the browser to retrieve 
another url. 301 and 302 responses will ask the browser to look up another
url. When the browser displays the page for the new url it also displays 
the url for that page. You shouldn't be able to change that.

--
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