Re: Measure power consumption?

2009-10-26 Thread steve

Hi,

On 10/26/2009 04:32 PM, Aioanei Rares wrote:

Hi all,

Was wondering if any of you know about a tool to measure the number of
watts drained by a machine. Trying to make my machine as power-efficient
as can be.

Besides all the hardware recommendations to measure power consumption of the 
system as a whole, you might also be interested in trying out powertop[1] to see 
(and possibly tune) where actually the power is being utilized (for instance, 
during an idle state).


cheers,
- steve

[1] http://www.lesswatts.org/projects/powertop/

--
random non tech spiel: http://lonetwin.blogspot.com/
tech randomness: http://lonehacks.blogspot.com/
what i'm stumbling into: http://lonetwin.stumbleupon.com/

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


Re: deduce amixer commands?

2009-10-26 Thread Tim
On Mon, 2009-10-26 at 19:18 -0400, Tom Horsley wrote:
> things like "amixer scontents"
> produces such an immense amount of gibberish

I only get a small amount of information running that command line on
one my computers (the whole thing is copied below), it's not too hard to
work out what mine is doing.  Perhaps you should post the output from
your command line, for another pair of eyes to look at.

Simple mixer control 'Master',0
  Capabilities: pvolume pswitch pswitch-joined
  Playback channels: Front Left - Front Right
  Limits: Playback 0 - 65536
  Mono:
  Front Left: Playback 27483 [42%] [on]
  Front Right: Playback 27483 [42%] [on]
Simple mixer control 'Capture',0
  Capabilities: cvolume cswitch cswitch-joined
  Capture channels: Front Left - Front Right
  Limits: Capture 0 - 65536
  Front Left: Capture 0 [0%] [off]
  Front Right: Capture 0 [0%] [off]

-- 
[...@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.



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


Re: Measure power consumption?

2009-10-26 Thread Tim
On Mon, 2009-10-26 at 12:26 +0100, Joerg Bergmann wrote:
> Some better PC power supplies have near to zero idle power, but cheap
> power supplies show large idle power even nowadays.

Minimal, perhaps, but not near zero.  Ye canna change the laws of
physics...  

Everything's inefficient, just to different degrees.  You'd hope a power
supply isn't so wasteful that it uses lots of power when not really
under a heavy load, but some are.  And then the efficient ones may not
use a whole lot more power while under moderate load than while under
light load.  Not to forget, plug a computer into a power supply, even
one that's sitting idle, it's still using power.

To make an efficient computer, you'd have to remove all the devices that
you won't need (burners, drivers, cards, etc.), and use a motherboard
that doesn't have them all, itself.  Some devices have low-power/standby
modes, but they're still using some power, even then.

-- 
[...@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.



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


Re: How to tell IP address of remote machine?

2009-10-26 Thread Tim

On Mon, 2009-10-26 at 16:36 +, Timothy Murphy wrote:
> "firefox http://whatismyipaddress.com/";
> (where I had to wait for a minute or so to get the response).

Perhaps it's overloaded?  I just tried it, and it took ages responding.
The other site, responded near instantly.

Do you have your own webspace, somewhere external from your LAN?  Does
it run Apache, or some other webserver where you can run commands, and
have the instructions for doing so?  You could run your own script to do
the same thing (tell you your IP address).  (See the end of this message
for examples.)

As to why there's different answers, there's any number of reasons.
Proxies and NAT devices between you and them, being the first things
that springs to mind.  But, in general, there's two addresses (fairly)
easily discovered from the remote end - the address of the computer that
you're browser runs on (may be a LAN address), and your external IP
address.

Things can get confusing if the thing querying names resolves IP
addresses.  It may find the IP, resolve the name, then find the IP for
the name.  There may be more than one IP associated...

An example script for Apache,
a one-line page saved as address.shtml:


When requested via any HTTP agent (browser, wget, etc):
wget http://example.com/address.shtml

Returns just the remote IP address, on a single line, and nothing else,
as the page.

NB:  You must be allows to run SSI (server side includes) on your
webserver.  You must write your page in a manner that the server expects
(typically, using the .shtml suffix).

The Apache manual doesn't list all of the variables that can be
returned, it only lists the extra ones it adds to the CGI environment
variables from ye olde NCSA web server.  The NCSA ones can be seen here:
http://hoohoo.ncsa.illinois.edu/cgi/env.html

-- 
[...@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.



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


Re: Qemu vs VMWare [SOLVED]

2009-10-26 Thread Tony Nelson
On 09-10-26 21:00:56, Marko Vojinovic wrote:
> On Tuesday 27 October 2009 00:17:59 Tony Nelson wrote:
> > On 09-10-26 08:12:45, Marko Vojinovic wrote:
> > > So can you tell me how to get the kqemu module to work?
> > 
> > Rebuild QEMU with the patches in
> > , using a
> > version of QEMU that still has kqemu in it (version < .12, I 
> > think).
> 
> Ok, this bugzilla entry was an informative read. So I guess it is 
> time to drop qemu and try out virtualbox. Hopefully it has better 
> support for my hardware.  As for compiling qemu, I guess it is 
> doable, but in my case not worth the effort.

There isn't any future in it, anyway.


> Thanks for the info! ;-)

You're welcome.

-- 

TonyN.:'   
  '  

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


Re: question on upgrading from FC10 to FC11

2009-10-26 Thread Craig White
On Mon, 2009-10-26 at 20:37 -0400, Robert Moskowitz wrote:
> Robert Moskowitz wrote:

> > So I tried the install of preupgrade and found it already on the 
> > system.  So now it is running 
> 
> And I do not have enough disk space in my /var partition
> 
> GRRR now what?  This is a EeePC with a rather small drive.  Install, not 
> upgrade time?

probably the best thing in this circumstance is to download the install
DVD on another computer and use live-tools to create installer USB flash
disk (needs to be at least 4GB I think).

https://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo

see the section about using ISO

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Using sftp through HTTP authenticating proxy

2009-10-26 Thread Matt Domsch
On Thu, Oct 22, 2009 at 03:26:54PM -0700, Donald Russell wrote:
>I'd like to use sftp to connect to a system on the outside but have to go
>through an HTTP proxy.
> 
>When I try to connect, I get an error back from the proxy server saying
>Authentication is required.
> 
>nc: Proxy error: "HTTP/1.1 407 Proxy Authentication Required"
>ssh_exchange_identification: Connection closed by remote host
> 
>The question is: How/where do I specify the userid/password for this
>authentication?

yum install corkscrew
man corkscrew

You have to tunnel ssh over https to get through your proxy.  Your
proxy may also require that your ssh+https destination be listening on
port 443, meaning you'll have to have your target system run sshd and
listen on port 443 (in addition to listening on port 22).

-- 
Matt Domsch
Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux

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


Re: grub.conf options [redux]

2009-10-26 Thread Nifty Fedora Mitch
On Wed, Oct 07, 2009 at 07:28:00PM -0700, Jonathan Ryshpan wrote:
> On Wed, 2009-10-07 at 15:09 -0700, Jonathan Ryshpan wrote:
> Where are they documented?  
> > In particular:
> >   * What does the quiet option do?
> >   * How can I get the system to display messages during shutdown?
> > rhgb suppresses messages during bootup.  Is there a similar
> > option for shutdown?  If so what is it?
> >   * In my grub.conf, timeout=5.  Nevertheless the grub starts the
> > boot process after 3 seconds.  What am I missing?
> 
> On Wed, 2009-10-07 at 19:00 -0500, Mikkel wrote:
> > ...
> > You may want to run "pinfo grub" - it will open the Grub info file.
> > If you do not have pinfo installed, you can run "info grub".
> 
> On Wed, 2009-10-07 at 22:28 +, g wrote:
> > ...
> > http://www.gnu.org/software/grub/manual/
> 
> I have looked at both of these places carefully.  They are both versions
> of the same document, which answers none of my questions.  More info is
> solicited.

Do look at /proc/cmdline and map what 
you see in the grub file associated with a kernel
boot line.

There are way too many layers in a boot loader.
In most cases linux boots via a chain loader with
each layer having its own options and flags.

`stage1'
`stage2'
`e2fs_stage1_5'
`fat_stage1_5'
`ffs_stage1_5'
`jfs_stage1_5'
`minix_stage1_5'
`reiserfs_stage1_5'
`vstafs_stage1_5'
`xfs_stage1_5'
`stage2_eltorito'
`nbgrub'
`pxegrub'

This bit is important... from the "info grub" pages.
It (grub) also has a user interface and a "command line".
These commands can only be used in the menu:

* Menu:
* default:: Set the default entry
* fallback::Set the fallback entry
* hiddenmenu::  Hide the menu interface
* timeout:: Set the timeout
* title::   Start a menu entry

etc...
Not limited to the menu:
* bootp::   Initialize a network device via BOOTP
* color::   Color the menu interface
* device::  Specify a file as a drive
* dhcp::Initialize a network device via DHCP
* hide::Hide a partition
* ifconfig::Configure a network device manually
* pager::   Change the state of the internal pager
* partnew:: Make a primary partition
* parttype::Change the type of a partition
* password::Set a password for the menu interface
* rarp::Initialize a network device via RARP
* serial::  Set up a serial device
* setkey::  Configure the key map
* splashimage:: Use a splash image
* terminal::Choose a terminal
* terminfo::Define escape sequences for a terminal
* tftpserver::  Specify a TFTP server
* unhide::  Unhide a partition

..

Some flags apply to individual commands... see "terminal" 
-- Command: terminal [`--dumb'] [`--no-echo'] [`--no-edit']
  [`--timeout=secs'] [`--lines=lines'] [`--silent'] [`console']
  [`serial'] [`hercules']

And most importantly most of the "interesting" stuff is not done by grub
at all.  For example once the kernel is loaded it is passed a set of
flags and each kernel has a list slightly different from the last kernel.







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


Re: Thawte CA Certificate

2009-10-26 Thread Steve Forsythe

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

SCOTT WALSH wrote:
| Hi,
|
| I am trying to use Citrix Server with my employer. When I sign in, I get
| a message that says "You have not chosen to accept Thawte CA
| certificate..." and won't let me go further.
|
| How do I "accept" the Thawte CA certificate?
|
| Scott
|

Perhaps this will help:

http://blog.sillica.com/2009/03/02/citrix-ssl-error-61-you-have-not-chosen-to-trust-thawte-server-ca/




-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEAREIAAYFAkrmV8QACgkQ5LO5Iacp/hHRrACdEDqBgYZMlVu8h0ZMrEVj47/R
1oUAn28I0uBLi2zQAeteZKO6g83LVxgu
=th/O
-END PGP SIGNATURE-

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


Re: Qemu vs VMWare

2009-10-26 Thread Marko Vojinovic
On Monday 26 October 2009 16:37:17 Phil Meyer wrote:
> On 10/25/2009 03:05 PM, Marko Vojinovic wrote:
> > (1) Windows XP guest under qemu appears to be an order-of-magnitude
> > slower than equivalent vmware guest. I haven't measured precisely, but by
> > counting the seconds for the same operation (open a window or such), qemu
> > appears to be roughly 10 times slower! Why is it *that* bad?
> 
> There are several methods for accelerating a Virtual Machine.  One of
> those methods uses the relatively new CPU based 'switch' that allows the
> CPU itself to govern, or separate, certain things.
> 
> However, that is not the only way.  Virtual Machines have a long and
> storied history, and much of what we see today originated on systems
> like the Cray super computer.  The problem is that we now want
> Virtualization to be a commodity, it needs to be cheap, and it needs to
> run on hardware that is not designed for it.
> 
> VmWare uses a proprietary kernel module to do the hardware emulation.
> 
> VirtualBox from SUN uses a proprietary kernel module to do the hardware
> emulation.  Although SUN has a 'free' version, SUN's licensing prohibits
> it from being distributed freely.
> 
> Xen uses a special version of the Linux kernel to create a Domain 0 that
> is most similar to what used to be done on the Cray and other super
> computers.  There are several good references online to detail the
> differences in Hypervisors, but here I am just hitting a few points.
> 
> The deal that Novel did with MicroSoft caused Xen to lose a lot of
> developers, and it almost fell completely off the IT radar.  If not for
> a lot of legacy installations, it is my opinion that Xen would have
> disappeared all together.
> 
> There are other types of virtualization that don't need a hypervisor at
> all.  One of these types is called a container type VM.  OpenVZ is
> really a very good implementation of a container type VM.
> 
> Now, we have to consider and separate hardware emulation, the
> hypervisor, and the bare iron.
> 
> Qemu is a set of tools that can provide various levels of hardware
> emulation.  By itself, it can emulate a complete low end PC.
> 
> KVM is a kernel module written by the Linux kernel development team that
> uses the new VM 'switch' on modern intel and AMD CPUs to accellerate
> hardware emulation on real hardware.  To over simplify, you can think of
> KVM as allowing the kernel to 'cut off' a CPU and chunk of memory for a
> VM to use natively.
> 
> Qemu can be built to take advantage of the hardware support provided by
> the KVM kernel modules.  That version of Fedora is called: qemu-kvm.
> 
> Xen also uses qemu for its hardware emulation, but not the KVM parts.
> That may change as Xen is finding its way back into the mainstream kernel.
> 
> Performance wise, its a toss up between these guys based upon several
> factors, especially application.
> 
> However, qemu alone with no hardware support is definitely on the bottom
> of the performance pile.
> 
> Qemu with KVM support is almost always on the high end of the
> performance pile for general CPU/Memory based applications.
> 
> Other things to consider:  Xen and VirtualBox can 'expose' a real PCI
> card to the VM.  KVM is working on this feature actively, but its not
> there yet.
> 
> File system type and disk emulation can also vary widely.  Using a file
> as emulated disk in writeback mode vs writethough mode can be order of
> magnitude different in performance depending upon your specific hardware.
> 
> So consider your application, and choose wisely.
> 
> Recommendations:
> 
> Windows for development: KVM
> Windows for Graphics: VirtualBox with openGL passthrough to VM.
> Windows for general purpose: VmWare for more driver support.
> 
> Linux for development: KVM
> Linux for production ISP: KVM
> 
> Today -- Linux general purpose production systems: Xen
> Tomorrow -- Linux General purpose: KVM
> 
> RHEL 6 will be all about KVM.
> 
> Good Luck!

Well, this is also a very informative read. Thanks! :-)

However, it seems that the open-source solution for virtualization on a 
processor without the vmx flag does not exist. Ok, you can use qemu, but it is 
on the bottom of the performance pile, as you adequately put it. Proprietary 
solutions offer much better performance on such hardware.

This situation seems to be the same as the situation with graphics card 
drivers --- if you are not lucky to have compatible/supported hardware, you 
can either opt for proprietary solution (and hope for the best), or live with 
a severe performance penalty, much worse than just hardware limitations. This 
is sad.


And guess what I just found out? My office desktop, purchased three months ago, 
has an Intel Core 2 Duo processor, the E7400 variant, which also does not have 
vmx flag. The things runs on 2.8 GHz, has 4GB of ram, and qemu literally crawls 
on it. I mean, my laptop (with a T5250 core 2 duo, 1.5 GHz, 2 GB ram) is kind 
of oldish, I admit, but this desktop is a 

Re: Qemu vs VMWare [SOLVED]

2009-10-26 Thread Marko Vojinovic
On Tuesday 27 October 2009 00:17:59 Tony Nelson wrote:
> On 09-10-26 08:12:45, Marko Vojinovic wrote:
> > So can you tell me how to get the kqemu module to work?
> 
> Rebuild QEMU with the patches in
> , using a version
> of QEMU that still has kqemu in it (version < .12, I think).

Ok, this bugzilla entry was an informative read. So I guess it is time to drop 
qemu and try out virtualbox. Hopefully it has better support for my hardware. 
As for compiling qemu, I guess it is doable, but in my case not worth the 
effort.

Thanks for the info! ;-)

Best, :-)
Marko

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


Re: question on upgrading from FC10 to FC11

2009-10-26 Thread Robert Moskowitz

Robert Moskowitz wrote:

Ron Siven wrote:
On Mon, Oct 26, 2009 at 1:36 PM, Robert Moskowitz 
mailto:r...@htt-consult.com>> wrote:


Trying to follow instructions at:

http://fedoraproject.org/wiki/YumUpgradeFaq

This is a test system, nothing of value on it if the upgrade does
not go, but I still want to get this working.

For switching the repositories:

rpm -Uhv

ftp://download.fedora.redhat.com/pub/fedora/linux/releases//Fedora//os/Packages/fedora-release-*.noarch.rpm 




ReleaseNumber is 11?
and
Arch i386?

I used those values and got something like (copying this from the
test system):

Retrieving ftp:
curl: (78) RETR response: 550
error: skipping ftp:  - transfer failed


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


Did you rule out using the preupgrade?  (sudo 'yum install 
preupgrade', and then 'preupgrade')  It's really simple, and worked 
great for me on 3 separate systems. It downloads packages and then 
runs anaconda after reboot. 


Did not see anything about preupgrade on the wiki, I was jsut 
following orders  :)


So I tried the install of preupgrade and found it already on the 
system.  So now it is running 


And I do not have enough disk space in my /var partition

GRRR now what?  This is a EeePC with a rather small drive.  Install, not 
upgrade time?



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


Re: Qemu vs VMWare

2009-10-26 Thread Tony Nelson
On 09-10-26 08:12:45, Marko Vojinovic wrote:
> On Monday 26 October 2009 04:15:34 Tony Nelson wrote:
> > The way recommended by QEMU developers is to use KVM, purchasing 
> > new hardware that supports KVM if necessary, in which case you 
> > won't need to use much of QEMU.
 ...
> > Good performance on other hardware requires the
> > kernel module kqemu.  The QEMU developers have deprecated kqemu and
> > are removing it from the next version (.12 IIRC), but you can 
> > currently still use kqemu if you build QEMU with kqemu enabled.
 ...
> Ok, so I did a yum search and a yum install kqemu, which pulled in
> appropriate kmod packages and all. Then I started the qemu guest to 
> see what happens. But the module did not get loaded (lsmod doesn't 
> report it). I shutdown the guest, loaded the module manually via 
> modprobe (which worked), checked that it is loaded, started the guest 
> again, and went to see if there is any performance difference. But 
> there wasn't.
> 
> So I wonder how to use the kqemu module? Or rather, how to explain to
> qemu that there is a module loaded and that it should use it? There 
> is nothing obvious in the GUI about this, where do I set it up?

As I said, you need to build QEMU with kqemu support.


> If default Fedora rpm version of qemu is *not* built with kqemu
> enabled, then that is very unfotunate, since I don't want to 
> recompile the whole qemu in order to avoid recompiling vmware 
> modules. That would defeat the whole point f using it in the first 
> place.

Support for kqemu was removed from QEMU when KVM support was added, and 
kqemu itself will be removed soon.  You should use some other product, 
either VirtualBox or VMWare.


> So can you tell me how to get the kqemu module to work?
 ...

Rebuild QEMU with the patches in 
, using a version 
of QEMU that still has kqemu in it (version < .12, I think).

-- 

TonyN.:'   
  '  

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


Thawte CA Certificate

2009-10-26 Thread SCOTT WALSH
Hi,

I am trying to use Citrix Server with my employer. When I sign in, I get a 
message that says "You have not chosen to accept Thawte CA certificate..." and 
won't let me go further.

How do I "accept" the Thawte CA certificate?

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

deduce amixer commands?

2009-10-26 Thread Tom Horsley
I can go into the alsamixer app, and enable spdif output
on my soundcard and get mplayer to passthrough pcm encoded
dvd tracks and wot-not.

Now I want to automate it, but things like "amixer scontents"
produces such an immense amount of gibberish, I can't figure
out what actually changed (and someone, somewhere is translating
the gibberish control names to completely different labels in
the alsamixer screens :-).

Is there an amixer option I'm not seeing that says "output
the amixer commands required to reproduce this state"?

I'd like to just add one simple amixer command to my
dvd player script.

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


Re: External eSATA drive downgraded to 1.5Gbs

2009-10-26 Thread Kam Leo
On Mon, Oct 26, 2009 at 12:16 PM, Konstantin Svist  wrote:
> On 10/26/2009 11:32 AM, Kam Leo wrote:
>>
>> On Sat, Oct 24, 2009 at 5:12 AM, Andy Campbell
>
> [snip]
>>>
>>> [trantor] ~ $dmesg | grep ata7
>>>
>>> ata7: SATA max UDMA/133 abar m8...@0xfeafe000 port 0xfeafe100 irq 10
>>> ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>> ata7.00: ATA-8: WDC WD10EACS-00D6B1, 01.01A01, max UDMA/133
>>> ata7.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>>>  sda:<6>ata7.00: configured for UDMA/133
>>>  sde:<3>ata7.00: exception Emask 0x10 SAct 0x1 SErr 0x780100 action 0x6
>>> ata7.00: irq_stat 0x0800
>>>
>>> ata7: SError: { UnrecovData 10B8B Dispar BadCRC Handshk }
>>
>>                                                      ^
>>                                                      |
>>
>> This says that your controller and external drive can not reliably
>> communicate at 3Gbps.
>>
>> Things to do to troubleshoot problem:
>>
>> 1. Make sure that your computer and external drive have proper
>> electrical ground. Suggest both be plugged into same electrical outlet
>> or power strip.  Use a tester (it's a three prong device with three
>> indicator lights) to verify that the AC is wired correctly.
>> 2. Check your cable. Is it the proper length, in good condition,
>> making good connection, etc.?
>> 3. Exchange or replace the cable.
>> 4. Test your drive on a different computer.
>>
> [snip]
>
>
> My drives are internal SATA & I have multiple nodes all showing this
> message:
>
> Oct 25 04:30:57 rele406 kernel: ata5.01: qc timeout (cmd 0xa0)
> Oct 25 04:30:57 rele406 kernel: ata5.01: exception Emask 0x0 SAct 0x0 SErr
> 0x0 action 0x6 frozen
> Oct 25 04:30:57 rele406 kernel: ata5.01: cmd
> a0/00:00:00:00:00/00:00:00:00:00/b0 tag 0
> Oct 25 04:30:57 rele406 kernel:         cdb 00 00 00 00 00 00 00 00  00 00
> 00 00 00 00 00 00
> Oct 25 04:30:57 rele406 kernel:         res
> 51/20:03:00:00:00/00:00:00:00:00/b0 Emask 0x5 (timeout)
> Oct 25 04:30:57 rele406 kernel: ata5.01: status: { DRDY ERR }
> Oct 25 04:31:02 rele406 kernel: ata5: link is slow to respond, please be
> patient (ready=0)
> Oct 25 04:31:07 rele406 kernel: ata5: device not ready (errno=-16), forcing
> hardreset
> Oct 25 04:31:07 rele406 kernel: ata5: soft resetting link
> Oct 25 04:31:07 rele406 kernel: ata5.01: configured for UDMA/33
> Oct 25 04:31:07 rele406 kernel: ata5: EH complete
>
>
> Not quite the same thing, of course.. but hoping you can tell me something
> about it.
> All drives & motheboards are same model. All are showing this error message
> at seemingly random intervals.

Insufficient data presented. I would recommend that you run the
manufacturer's disk diagnostic. (Should be on the CD that came with
the drive.  If not, get it from the manufacturer's web site.) The
diagnostic will give you results that are independent of the driver in
the kernel. If no problems are found post a bug report against the
kernel.

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


Re: Proftpd won't execute in FC11

2009-10-26 Thread Rick Stevens

Jim wrote:

On 10/26/2009 04:28 PM, Jim wrote:

On 10/26/2009 04:06 PM, Roberto Ragusa wrote:

Jim wrote:

On 10/26/2009 12:33 PM, Jim wrote:
I found this in Messages; What does it mean ?

Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - 
Failed

binding to ::, port 21: Address already in use
Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check
the ServerType directive to ensure you are configured correctly.

Your port 21 is already used by another program.
Do you have another ftp server running?

Try

   netstat -lntp|grep 21

to discover what it could be running.
It could be vsftpd or maybe xinetd.

Best regards.


Looks like proftpd is already using it.
I'm running proftpd from the SU command line, that is the way to 
start, isn't it ?


# netstat -lntp | grep 21
tcp0  0 :::21   
:::*LISTEN  1817/proftpd: (acce


I didn't ask the right question. I didn't realise that proftpd was a 
Backend App.

I should ask about what is the best Frontend app. to use ?


Backend?  As in FTP server?  Yes, proftpd is an FTP server.  If you
want an FTP client, there's a bunch out there.  Have a look here:

http://linuxreviews.org/software/ftp-clients/

Googling "linux +ftp +clients" will reveal a number of them as well.
I run Gnome, but prefer (and use) Kasablanca, myself.  I might give 
ftpcube a shot sometime.

--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-  BASIC is the Computer Science version of `Scientific Creationism' -
--

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


Re: Proftpd won't execute in FC11

2009-10-26 Thread Jim

On 10/26/2009 04:28 PM, Jim wrote:

On 10/26/2009 04:06 PM, Roberto Ragusa wrote:

Jim wrote:

On 10/26/2009 12:33 PM, Jim wrote:
I found this in Messages; What does it mean ?

Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - 
Failed

binding to ::, port 21: Address already in use
Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check
the ServerType directive to ensure you are configured correctly.

Your port 21 is already used by another program.
Do you have another ftp server running?

Try

   netstat -lntp|grep 21

to discover what it could be running.
It could be vsftpd or maybe xinetd.

Best regards.


Looks like proftpd is already using it.
I'm running proftpd from the SU command line, that is the way to 
start, isn't it ?


# netstat -lntp | grep 21
tcp0  0 :::21   
:::*LISTEN  1817/proftpd: (acce


I didn't ask the right question. I didn't realise that proftpd was a 
Backend App.

I should ask about what is the best Frontend app. to use ?

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


Banshee 1.5.1?

2009-10-26 Thread Jeffrey Ross
Looking to upgrade from Banshee 1.4.3-3 to 1.5.1 does anybody know if any
of the repositories have the newer version for FC11 x86_64 and if so,
which one(s).

Thanks, Jeff

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


Re: Proftpd won't execute in FC11

2009-10-26 Thread Jim

On 10/26/2009 04:06 PM, Roberto Ragusa wrote:

Jim wrote:
   

On 10/26/2009 12:33 PM, Jim wrote:
 
   

I found this in Messages; What does it mean ?

Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Failed
binding to ::, port 21: Address already in use
Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check
the ServerType directive to ensure you are configured correctly.
 

Your port 21 is already used by another program.
Do you have another ftp server running?

Try

   netstat -lntp|grep 21

to discover what it could be running.
It could be vsftpd or maybe xinetd.

Best regards.

   

Looks like proftpd is already using it.
I'm running proftpd from the SU command line, that is the way to start, 
isn't it ?


# netstat -lntp | grep 21
tcp0  0 :::21   
:::*LISTEN  1817/proftpd: (acce


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


Re: How does one remove the nvidia driver and install nouveau ?

2009-10-26 Thread Michael Cronenworth
gil...@altern.org on 10/26/2009 04:05 PM wrote:
> 
> Section "Device"
> Identifier "Videocard0"
> Driver "nvidia"
> EndSection
> 
> 
> Maybe there's a problem?
> 

Here's your problem. Change "nvidia" to "nouveau" and restart X.

As far as your segfault... I would file a bug in rpmfusion.

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


Re: Proftpd won't execute in FC11

2009-10-26 Thread Roberto Ragusa
Jim wrote:
> On 10/26/2009 12:33 PM, Jim wrote:

> I found this in Messages; What does it mean ?
> 
> Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Failed
> binding to ::, port 21: Address already in use
> Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check
> the ServerType directive to ensure you are configured correctly.

Your port 21 is already used by another program.
Do you have another ftp server running?

Try

  netstat -lntp|grep 21

to discover what it could be running.
It could be vsftpd or maybe xinetd.

Best regards.

-- 
   Roberto Ragusamail at robertoragusa.it

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


Re: question on upgrading from FC10 to FC11

2009-10-26 Thread Robert Moskowitz

Ron Siven wrote:
On Mon, Oct 26, 2009 at 1:36 PM, Robert Moskowitz > wrote:


Trying to follow instructions at:

http://fedoraproject.org/wiki/YumUpgradeFaq

This is a test system, nothing of value on it if the upgrade does
not go, but I still want to get this working.

For switching the repositories:

rpm -Uhv

ftp://download.fedora.redhat.com/pub/fedora/linux/releases//Fedora//os/Packages/fedora-release-*.noarch.rpm


ReleaseNumber is 11?
and
Arch i386?

I used those values and got something like (copying this from the
test system):

Retrieving ftp:
curl: (78) RETR response: 550
error: skipping ftp:  - transfer failed


-- 
fedora-list mailing list

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


Did you rule out using the preupgrade?  (sudo 'yum install 
preupgrade', and then 'preupgrade')  It's really simple, and worked 
great for me on 3 separate systems. It downloads packages and then 
runs anaconda after reboot. 


Did not see anything about preupgrade on the wiki, I was jsut following 
orders  :)


So I tried the install of preupgrade and found it already on the 
system.  So now it is running


thanks


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


Re: How does one remove the nvidia driver and install nouveau ?

2009-10-26 Thread gilpel
Michael Cronenworth wrote:

> Hint: Why do you have two device sections?

Well I do not have two device sections:

more /etc/X11/xorg.conf

==

# nvidia-xconfig: X configuration file generated by nvidia-xconfig #
nvidia-xconfig:  version 1.0  (buildmeis...@builder62)  Tue Jul 28
19:48:57 PDT 2009

# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Mouse0" "CorePointer"
EndSection

Section "Files"
ModulePath  "/usr/lib64/xorg/modules/extensions/nvidia"
ModulePath  "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection

Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
Option "AddARGBGLXVisuals" "True"
#Option "ConstantFrameRateHint" "True"
SubSection "Display"
Modes  "nvidia-auto-select"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection



and when I issue the

/usr/sbin/nvidia-config-display disable

command, as recommended in

file:///usr/share/doc/xorg-x11-drv-nvidia-185.18.36/html/chapter-04-section-04.html

I receive:

Segmentation fault

My card is a 9400gt 1024 MB.

Maybe there's a problem?

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


Re: Linux problems with Flash in Firefox

2009-10-26 Thread Hugh Caley
As I said, Roger, not everyone has this problem.  I have had this same 
problem on this particular hardware combination from at least FC7 
onwards.  I'm guessing it may be a problem with interaction with the 
proprietary nvidia driver and Firefox?  I have a 6200 nvidia card.  I 
also had the same issue with FC11 on an IBM/Lenovo laptop I had; I think 
that machine had integrated Intel video.  My brother in law has a box 
running FC10 with an ATi 7500 and he DOESN'T have this problem at all.


Hugh


Message: 1
Date: Sun, 25 Oct 2009 10:11:42 +1100
From: Roger
Subject: Re: Linux problems with Flash in Firefox
To:fedora-list@redhat.com
Message-ID:<4ae389ae.5050...@bigpond.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 10/24/2009 12:37 PM, Hugh Caley wrote:
   

>  Hi, Julian.  Thanks for the post, but I guess I didn't make it clear:
>  this is a well known problem with using Firefox and Flash.  It's
>  definitely not a problem with Firefox being big or using a lot of
>  RAM.  Not everyone has this problem, but there are lots of filed bugs
>  with both Mozilla and Adobe about it.  And every time I've asked about
>  it, I've been told that it's a Flash problem, not a Firefox problem,
>  and I just don't think that's true.
>
>  Hugh
 

This Firefox / Flash problem has me curious.
I've never had a problem with flash in firefox, except for being not
easy to install.
But that's a security issue I believe.
But once up and running I have never had difficulties you write about.
I've had to install the combination probably 30 times over the past few
years on several computers.
I have used F3 right through to F12 on fairly standard clones.

Roger
   


--
Hugh Caley, Linux Administrator
Aldon Computer Group
6001 Shellmound St. Suite 600
Emeryville, CA 94608

(510) 285-8542 | hu...@aldon.com

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

Re: External eSATA drive downgraded to 1.5Gbs

2009-10-26 Thread Andy Campbell
On Mon, 26 Oct 2009 11:32:31 -0700, Kam Leo wrote:

> This says that your controller and external drive can not reliably
> communicate at 3Gbps.
> 
> Things to do to troubleshoot problem:
> 
> 1. Make sure that your computer and external drive have proper
> electrical ground. Suggest both be plugged into same electrical outlet
> or power strip.  Use a tester (it's a three prong device with three
> indicator lights) to verify that the AC is wired correctly. 2. Check
> your cable. Is it the proper length, in good condition, making good
> connection, etc.?
> 3. Exchange or replace the cable.
> 4. Test your drive on a different computer.

I've ordered two new cables a standard eSATA ( although the cable I'm using
is new and came with the enclosure ), and a SATA to eSATA so I can try
one of the internal sata ports, on a different controller.

I'll let you know.

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


Re: External eSATA drive downgraded to 1.5Gbs

2009-10-26 Thread Konstantin Svist

On 10/26/2009 11:32 AM, Kam Leo wrote:

On Sat, Oct 24, 2009 at 5:12 AM, Andy Campbell

[snip]

[trantor] ~ $dmesg | grep ata7

ata7: SATA max UDMA/133 abar m8...@0xfeafe000 port 0xfeafe100 irq 10
ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata7.00: ATA-8: WDC WD10EACS-00D6B1, 01.01A01, max UDMA/133
ata7.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
  sda:<6>ata7.00: configured for UDMA/133
  sde:<3>ata7.00: exception Emask 0x10 SAct 0x1 SErr 0x780100 action 0x6
ata7.00: irq_stat 0x0800

ata7: SError: { UnrecovData 10B8B Dispar BadCRC Handshk }


  ^
  |

This says that your controller and external drive can not reliably
communicate at 3Gbps.

Things to do to troubleshoot problem:

1. Make sure that your computer and external drive have proper
electrical ground. Suggest both be plugged into same electrical outlet
or power strip.  Use a tester (it's a three prong device with three
indicator lights) to verify that the AC is wired correctly.
2. Check your cable. Is it the proper length, in good condition,
making good connection, etc.?
3. Exchange or replace the cable.
4. Test your drive on a different computer.


[snip]


My drives are internal SATA & I have multiple nodes all showing this 
message:


Oct 25 04:30:57 rele406 kernel: ata5.01: qc timeout (cmd 0xa0)
Oct 25 04:30:57 rele406 kernel: ata5.01: exception Emask 0x0 SAct 0x0 
SErr 0x0 action 0x6 frozen
Oct 25 04:30:57 rele406 kernel: ata5.01: cmd 
a0/00:00:00:00:00/00:00:00:00:00/b0 tag 0
Oct 25 04:30:57 rele406 kernel: cdb 00 00 00 00 00 00 00 00  00 
00 00 00 00 00 00 00
Oct 25 04:30:57 rele406 kernel: res 
51/20:03:00:00:00/00:00:00:00:00/b0 Emask 0x5 (timeout)

Oct 25 04:30:57 rele406 kernel: ata5.01: status: { DRDY ERR }
Oct 25 04:31:02 rele406 kernel: ata5: link is slow to respond, please be 
patient (ready=0)
Oct 25 04:31:07 rele406 kernel: ata5: device not ready (errno=-16), 
forcing hardreset

Oct 25 04:31:07 rele406 kernel: ata5: soft resetting link
Oct 25 04:31:07 rele406 kernel: ata5.01: configured for UDMA/33
Oct 25 04:31:07 rele406 kernel: ata5: EH complete


Not quite the same thing, of course.. but hoping you can tell me 
something about it.
All drives & motheboards are same model. All are showing this error 
message at seemingly random intervals.


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


Re: Looking for an Accounting package recommendation ?!?

2009-10-26 Thread R. G. Newbury

Re: Looking for an Accounting package recommendation ?!?

Nolapro

Open source for linux, web-based interface.
Extremely flexible. Requires some expertise to install and get going 
*securely* as it requires a running apache server on the main database 
machine. Multi-seat by default.


G.

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


Re: question on upgrading from FC10 to FC11

2009-10-26 Thread Craig White
On Mon, 2009-10-26 at 14:36 -0400, Robert Moskowitz wrote:
> Trying to follow instructions at:
> 
> http://fedoraproject.org/wiki/YumUpgradeFaq
> 
> This is a test system, nothing of value on it if the upgrade does not 
> go, but I still want to get this working.
> 
> For switching the repositories:
> 
> rpm -Uhv 
> ftp://download.fedora.redhat.com/pub/fedora/linux/releases//Fedora//os/Packages/fedora-release-*.noarch.rpm
> 
> 
> ReleaseNumber is 11?
> and
> Arch i386?
> 
> I used those values and got something like (copying this from the test 
> system):
> 
> Retrieving ftp:
> curl: (78) RETR response: 550
> error: skipping ftp:  - transfer failed

wget \
ftp://download.fedora.redhat.com/pub/fedora/linux/releases/11/Fedora/i386/os/Packages/fedora-release-*.noarch.rpm
--2009-10-26 12:05:02--
ftp://download.fedora.redhat.com/pub/fedora/linux/releases/11/Fedora/i386/os/Packages/fedora-release-*.noarch.rpm
   => `.listing'
Resolving download.fedora.redhat.com... 209.132.176.20, 209.132.176.220,
209.132.176.221
Connecting to download.fedora.redhat.com|209.132.176.20|:21...
connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.==> PWD ... done.
==> TYPE I ... done.  ==>
CWD /pub/fedora/linux/releases/11/Fedora/i386/os/Packages ... done.
==> PASV ... done.==> LIST ... done.

[
<=> 
  ] 212,681  429K/s   in 0.5s

2009-10-26 12:05:03 (429 KB/s) - `.listing' saved [212681]

Removed `.listing'.
--2009-10-26 12:05:03--
ftp://download.fedora.redhat.com/pub/fedora/linux/releases/11/Fedora/i386/os/Packages/fedora-release-11-1.noarch.rpm
   => `fedora-release-11-1.noarch.rpm'
==> CWD not required.
==> PASV ... done.==> RETR fedora-release-11-1.noarch.rpm ... done.
Length: 22329 (22K)

100%[>]
 22,329  --.-K/s   in 0.1s

2009-10-26 12:05:03 (190 KB/s) - `fedora-release-11-1.noarch.rpm' saved
[22329]

--2009-10-26 12:05:03--
ftp://download.fedora.redhat.com/pub/fedora/linux/releases/11/Fedora/i386/os/Packages/fedora-release-notes-11.0.0-2.fc11.noarch.rpm
   => `fedora-release-notes-11.0.0-2.fc11.noarch.rpm'
==> CWD not required.
==> PASV ... done.==> RETR
fedora-release-notes-11.0.0-2.fc11.noarch.rpm ... done.
Length: 8194268 (7.8M)

100%[>]
 8,194,268   2.07M/s   in 4.2s

2009-10-26 12:05:07 (1.85 MB/s) -
`fedora-release-notes-11.0.0-2.fc11.noarch.rpm' saved [8194268]

works for me...

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Fedora 11, amavisd-new, clamscan and Thunderbird 3.0b4

2009-10-26 Thread David
On 10/26/2009 12:49 PM, Frank Murphy (Frankly3D) wrote:
> On 26/10/09 15:25, David wrote:
>> On 10/26/2009 5:11 AM, Frank Murphy (Frankly3D) wrote:
>>
>>
>> The page at the link that you provided is a little dated I think.
>> 5/23/2005   :-)
>>
>> Might I suggest that you contact the author of this extension for help?
>>
>>
> 
> No can do, no cotnact info for clamdrib


I'm not really sure that I would have any faith in an extension with an
anonymous author. Especially since it was last updated March 7, 2008.

That looks, to me, like this extension has died.


-- 


  David



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

Re: question on upgrading from FC10 to FC11

2009-10-26 Thread Ron Siven
On Mon, Oct 26, 2009 at 1:36 PM, Robert Moskowitz wrote:

> Trying to follow instructions at:
>
> http://fedoraproject.org/wiki/YumUpgradeFaq
>
> This is a test system, nothing of value on it if the upgrade does not go,
> but I still want to get this working.
>
> For switching the repositories:
>
> rpm -Uhv ftp://download.fedora.redhat.com/pub/fedora/linux/releases/
> /Fedora//os/Packages/fedora-release-*.noarch.rpm
>
>
> ReleaseNumber is 11?
> and
> Arch i386?
>
> I used those values and got something like (copying this from the test
> system):
>
> Retrieving ftp:
> curl: (78) RETR response: 550
> error: skipping ftp:  - transfer failed
>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>

Did you rule out using the preupgrade?  (sudo 'yum install preupgrade', and
then 'preupgrade')  It's really simple, and worked great for me on 3
separate systems. It downloads packages and then runs anaconda after reboot.


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

Re: question on upgrading from FC10 to FC11

2009-10-26 Thread Kam Leo
On Mon, Oct 26, 2009 at 11:36 AM, Robert Moskowitz  wrote:
> Trying to follow instructions at:
>
> http://fedoraproject.org/wiki/YumUpgradeFaq
>
> This is a test system, nothing of value on it if the upgrade does not go,
> but I still want to get this working.
>
> For switching the repositories:
>
> rpm -Uhv
> ftp://download.fedora.redhat.com/pub/fedora/linux/releases//Fedora//os/Packages/fedora-release-*.noarch.rpm
>
>
> ReleaseNumber is 11?
> and
> Arch i386?
>
> I used those values and got something like (copying this from the test
> system):
>
> Retrieving ftp:
> curl: (78) RETR response: 550
> error: skipping ftp:  - transfer failed
>

You could use Firefox or other browser and browse for this file. Correct url is

ftp://download.fedora.redhat.com/pub/fedora/linux/releases/11/Fedora/i386/os/Packages/fedora-release-11-1.noarch.rpm

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


question on upgrading from FC10 to FC11

2009-10-26 Thread Robert Moskowitz

Trying to follow instructions at:

http://fedoraproject.org/wiki/YumUpgradeFaq

This is a test system, nothing of value on it if the upgrade does not 
go, but I still want to get this working.


For switching the repositories:

rpm -Uhv 
ftp://download.fedora.redhat.com/pub/fedora/linux/releases//Fedora//os/Packages/fedora-release-*.noarch.rpm


ReleaseNumber is 11?
and
Arch i386?

I used those values and got something like (copying this from the test 
system):


Retrieving ftp:
curl: (78) RETR response: 550
error: skipping ftp:  - transfer failed


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


Re: External eSATA drive downgraded to 1.5Gbs

2009-10-26 Thread Kam Leo
On Sat, Oct 24, 2009 at 5:12 AM, Andy Campbell
 wrote:
> I've noticed that an external eSATA drive I use for backups
> gets downgraded to 1.5Gbs, with errors when I boot.
>
> + I'm running Fedora 11 (64bit ).
> + The eSATA port is from a JMicron JMB361, which is also used
>  for two PATA DVD drives -  if that makes any difference.
> + The drive is an Icy Box - Ib-390stus-b enclosure.
> + In the BIOS, I've select AHCI.
> + I've tried booting with noapic acpi=off
> + The drive seems to work fine at 1.5GBps, but I'd
>  rather have the full speed its capable off.
>
>
> Any ideas on the meaning of the errors ...
>
> [trantor] ~ $dmesg | grep ata7
>
> ata7: SATA max UDMA/133 abar m8...@0xfeafe000 port 0xfeafe100 irq 10
> ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> ata7.00: ATA-8: WDC WD10EACS-00D6B1, 01.01A01, max UDMA/133
> ata7.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>  sda:<6>ata7.00: configured for UDMA/133
>  sde:<3>ata7.00: exception Emask 0x10 SAct 0x1 SErr 0x780100 action 0x6
> ata7.00: irq_stat 0x0800
>
> ata7: SError: { UnrecovData 10B8B Dispar BadCRC Handshk }

 ^
 |

This says that your controller and external drive can not reliably
communicate at 3Gbps.

Things to do to troubleshoot problem:

1. Make sure that your computer and external drive have proper
electrical ground. Suggest both be plugged into same electrical outlet
or power strip.  Use a tester (it's a three prong device with three
indicator lights) to verify that the AC is wired correctly.
2. Check your cable. Is it the proper length, in good condition,
making good connection, etc.?
3. Exchange or replace the cable.
4. Test your drive on a different computer.


> ata7.00: cmd 60/08:00:00:00:00/00:00:00:00:00/40 tag 0 ncq 4096 in
> ata7.00: status: { DRDY }
> ata7: hard resetting link
>
> ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> ata7.00: failed to IDENTIFY (I/O error, err_mask=0x100)
> ata7.00: revalidation failed (errno=-5)
> ata7: hard resetting link
>
> ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> ata7.00: configured for UDMA/133
> ata7: EH complete
>
> ata7: limiting SATA link speed to 1.5 Gbps
> ata7.00: exception Emask 0x10 SAct 0x1 SErr 0x780100 action 0x6
> ata7.00: irq_stat 0x0800
> ata7: SError: { UnrecovData 10B8B Dispar BadCRC Handshk }
> ata7.00: cmd 60/08:00:00:00:00/00:00:00:00:00/40 tag 0 ncq 4096 in
> ata7.00: status: { DRDY }
> ata7: hard resetting link
>
> ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
> ata7.00: configured for UDMA/133
> ata7: EH complete
>
>
> Thanks
> Andy

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


Re: HighPoint Rocket Raid Module compile FC11-UPDATE

2009-10-26 Thread Rick Stevens

Bob Hartung wrote:

Update:

  module rr232x.ko appears to have been built.
  I copied it into

   /lib/modules/2.6.30.8-64.fc11.x86_64/kernel/drivers/scsi


uname -r reports kernel version 2.6.30.8-64.fc11.x86_64 is running

chmod 744 rr232x.ko
then with modprobe rr232x or modprobe rr232x.ko
I get a FATAL error telling me that module rr232x.ko does not exist.


When building kernel modules for an existing kernel, you MUST modify the
Makefile source code from the kernel source RPM to match the version of
the running kernel.  By default, the kernel source does NOT have the
running kernel's version, even if it is the source for that kernel.

Example, I'm running 2.6.30.8-64.fc11.x86_64.  I've installed the
kernel-2.6.30.8-64.fc11.src.rpm RPM, then to prep for kernel building:

rpm -bp --target=x86_64 ~rpmbuild/SPEC/kernel.spec

If you look at the Makefile in
~/rpmbuild/BUILD/kernel-2.6.30/linux-2.6.30.x86_64

you'll find:

VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 30
EXTRAVERSION = .8

If I were to build as it stands, the modules would be versioned to
2.6.30.8 and wouldn't load (or be installed in the correct /lib/modules
directory if I did a "make modules-install").  The Makefile must be
modified to:

EXTRAVERSION = .8-64

to match the running kernel before anything is built (including
"make menuconfig", "make xconfig" or "make oldconfig").
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
- IGNORE that man behind the keyboard!   -
-- The Wizard of OS  -
--

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


Re: External eSATA drive downgraded to 1.5Gbs

2009-10-26 Thread Konstantin Svist

On 10/24/2009 05:12 AM, Andy Campbell wrote:

I've noticed that an external eSATA drive I use for backups
gets downgraded to 1.5Gbs, with errors when I boot.

+ I'm running Fedora 11 (64bit ).
+ The eSATA port is from a JMicron JMB361, which is also used
   for two PATA DVD drives -  if that makes any difference.
+ The drive is an Icy Box - Ib-390stus-b enclosure.
+ In the BIOS, I've select AHCI.
+ I've tried booting with noapic acpi=off
+ The drive seems to work fine at 1.5GBps, but I'd
   rather have the full speed its capable off.


Any ideas on the meaning of the errors ...

[trantor] ~ $dmesg | grep ata7

ata7: SATA max UDMA/133 abar m8...@0xfeafe000 port 0xfeafe100 irq 10
ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata7.00: ATA-8: WDC WD10EACS-00D6B1, 01.01A01, max UDMA/133
ata7.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
  sda:<6>ata7.00: configured for UDMA/133
  sde:<3>ata7.00: exception Emask 0x10 SAct 0x1 SErr 0x780100 action 0x6
ata7.00: irq_stat 0x0800

ata7: SError: { UnrecovData 10B8B Dispar BadCRC Handshk }
ata7.00: cmd 60/08:00:00:00:00/00:00:00:00:00/40 tag 0 ncq 4096 in
ata7.00: status: { DRDY }
ata7: hard resetting link

ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata7.00: failed to IDENTIFY (I/O error, err_mask=0x100)
ata7.00: revalidation failed (errno=-5)
ata7: hard resetting link

ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata7.00: configured for UDMA/133
ata7: EH complete

ata7: limiting SATA link speed to 1.5 Gbps
ata7.00: exception Emask 0x10 SAct 0x1 SErr 0x780100 action 0x6
ata7.00: irq_stat 0x0800
ata7: SError: { UnrecovData 10B8B Dispar BadCRC Handshk }
ata7.00: cmd 60/08:00:00:00:00/00:00:00:00:00/40 tag 0 ncq 4096 in
ata7.00: status: { DRDY }
ata7: hard resetting link

ata7: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata7.00: configured for UDMA/133
ata7: EH complete


Thanks
Andy




I've seen this error come up many times on my servers and I've seen 
other people asking about it on this list -- but there are never any 
answers.

I think it's time to ask on kernel list, maybe they can tell us something.


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


straight dope on SSL certs?

2009-10-26 Thread brian
My self-signed SSL certificates (for Postfix & Cyrus-IMAP) have just 
expired and so I'm faced with once again trying to decipher (heh) the 
multitude of instructions for setting this up. I still have my notes 
from a year ago but, though everything's been working fine (AFAIK), I'm 
not convinced that what I'm doing is correct. I've read many tutorials 
online but each one seems to confuse the issue further.


For one thing, before I'd even started, I'd found some cert files 
already existed. I believe they were set up by the Apache rpm. In any 
case, I just ignored them, as I'm not currently using SSL through 
Apache. I probably will want to use it in the future, however I don't at 
all understand how/why these already exist, as they couldn't possibly 
contain the correct information (commonName, organizationName, etc).


So, anyway ... I'd like to create new certs and, at the same time, clear 
out some of the deadwood under the /etc/pki tree and attempt to get all 
of this into proper order.


This is my current setup:

/etc/postfix/main.cnf:
smtpd_tls_CAfile = /etc/pki/tls/certs/cacert.pem
smtpd_tls_cert_file = /etc/pki/postfix/newcert.pem
smtpd_tls_key_file = /etc/pki/postfix/newkey.pem

/etc/imapd.conf:
tls_ca_file: /etc/pki/tls/certs/cacert.pem
tls_cert_file: /etc/pki/cyrus-imapd/newcert.pem
tls_key_file: /etc/pki/cyrus-imapd/newkey.pem

I have no idea what I was thinking when putting these in separate 
directories. I assume that's a redundancy I can do without.


/etc/httpd/conf.d/ssl.conf:
SSLCertificateFile /etc/pki/tls/certs/localhost.crt
SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
#SSLCertificateChainFile /etc/pki/tls/certs/server-chain.crt
#SSLCACertificateFile /etc/pki/tls/certs/ca-bundle.crt

Here, localhost.crt and localhost.key were created by something other 
than myself. I have no idea what they're good for, if not self-signed. 
However, I'm guessing that I could probably create a cert/key.pem pair 
and use them for Postfix, Cyrus, and Apache. Note, though, that the 
httpd versions are not PEMs, so that's another source of confusion.


This is from my notes for Postfix/Cyrus:

-- snip --
# cd /etc/pki/tls/misc
./CA_noDES -newca
[creates key file in /etc/pki/CA/private/cakey.pem]

./CA_noDES -newreq
[creates newkey.pem & newreq.pem]

./CA_noDES -sign
[creates /etc/pki/CA/cacert.pem]

ADD THE PRIVATE KEY
# cat /etc/pki/CA/private/cakey.pem

copy this into:
# vi /etc/pki/CA/cacert.pem

# cp /etc/pki/CA/cacert.pem /etc/pki/tls/certs/
-- snip --


Could/should I simply use the above instructions to create:

/etc/pki/tls/certs/localhost.crt.pem
/etc/pki/tls/private/localhost.key.pem

... and use these for all 3 apps?

Also, I'm not really clear (surprise, surprise) on the purpose of the 
last line. Why should I copy cacert.pem from one directory to another? I 
understand that the CA dir is readbale only by root. However, by copying 
the file elsewhere, that security seems superfluous.


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


Re: Fedora 11, amavisd-new, clamscan and Thunderbird 3.0b4

2009-10-26 Thread Frank Murphy (Frankly3D)
On 26/10/09 15:25, David wrote:
> On 10/26/2009 5:11 AM, Frank Murphy (Frankly3D) wrote:
>> My clamdrib (TB extension) has stopped working despite changing instsll.rdf
>>
>> So how can I setup amavisd-new\clamav for use with TB.
>> Most of the googling bring up refrences to user:clamav.
>> http://www200.pair.com/mecham/spam/clamav-redhat-amavis.html
>>
>> I have users clamscan and clamupdate.
>>
>> What would\should be changed from above link?
>>
>> No manual entry for amavisd-new
>> amavisd --help (can't make out how to use in my setup from this)
>>
> 
> 
> The page at the link that you provided is a little dated I think.
> 5/23/2005   :-)
> 
> Might I suggest that you contact the author of this extension for help?
> 
> 

No can do, no cotnact info for clamdrib

Frank

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


Re: Proftpd won't execute in FC11

2009-10-26 Thread Jim

On 10/26/2009 12:33 PM, Jim wrote:

FC11-X86_64/Kde

Proftpd is installed and enabled/running in Services, and when I try 
to execute from Terminal, SU, it won't execute or display any errors 
as to why.



I found this in Messages; What does it mean ?

Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Failed 
binding to ::, port 21: Address already in use
Oct 26 12:36:20 localhost proftpd[15234]: localhost.localdomain - Check 
the ServerType directive to ensure you are configured correctly.


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


Re: Qemu vs VMWare

2009-10-26 Thread Phil Meyer

On 10/25/2009 03:05 PM, Marko Vojinovic wrote:

Hi everyone! :-)

I wish to share my first hands-on experience with qemu, compare it to vmware
player, and (since I'm highly disappointed with the performance difference) ask
is there anything that can be done configuration-wise to improve the user
experience under qemu.

Basically, my motivation to try out qemu in the first place is the not-so-great
support from vmware when it comes to kernel modules, updating Fedora etc. The
idea is to make all these issues go away by going with the open source
solution for virtualization. Naively, I expected more or less equivalent
performance and/or set of features. But qemu turned out to be a very big
disappointment:

(1) Windows XP guest under qemu appears to be an order-of-magnitude slower
than equivalent vmware guest. I haven't measured precisely, but by counting
the seconds for the same operation (open a window or such), qemu appears to be
roughly 10 times slower! Why is it *that* bad?
   


There are several methods for accelerating a Virtual Machine.  One of 
those methods uses the relatively new CPU based 'switch' that allows the 
CPU itself to govern, or separate, certain things.


However, that is not the only way.  Virtual Machines have a long and 
storied history, and much of what we see today originated on systems 
like the Cray super computer.  The problem is that we now want 
Virtualization to be a commodity, it needs to be cheap, and it needs to 
run on hardware that is not designed for it.


VmWare uses a proprietary kernel module to do the hardware emulation.

VirtualBox from SUN uses a proprietary kernel module to do the hardware 
emulation.  Although SUN has a 'free' version, SUN's licensing prohibits 
it from being distributed freely.


Xen uses a special version of the Linux kernel to create a Domain 0 that 
is most similar to what used to be done on the Cray and other super 
computers.  There are several good references online to detail the 
differences in Hypervisors, but here I am just hitting a few points.


The deal that Novel did with MicroSoft caused Xen to lose a lot of 
developers, and it almost fell completely off the IT radar.  If not for 
a lot of legacy installations, it is my opinion that Xen would have 
disappeared all together.


There are other types of virtualization that don't need a hypervisor at 
all.  One of these types is called a container type VM.  OpenVZ is 
really a very good implementation of a container type VM.


Now, we have to consider and separate hardware emulation, the 
hypervisor, and the bare iron.


Qemu is a set of tools that can provide various levels of hardware 
emulation.  By itself, it can emulate a complete low end PC.


KVM is a kernel module written by the Linux kernel development team that 
uses the new VM 'switch' on modern intel and AMD CPUs to accellerate 
hardware emulation on real hardware.  To over simplify, you can think of 
KVM as allowing the kernel to 'cut off' a CPU and chunk of memory for a 
VM to use natively.


Qemu can be built to take advantage of the hardware support provided by 
the KVM kernel modules.  That version of Fedora is called: qemu-kvm.


Xen also uses qemu for its hardware emulation, but not the KVM parts.  
That may change as Xen is finding its way back into the mainstream kernel.


Performance wise, its a toss up between these guys based upon several 
factors, especially application.


However, qemu alone with no hardware support is definitely on the bottom 
of the performance pile.


Qemu with KVM support is almost always on the high end of the 
performance pile for general CPU/Memory based applications.


Other things to consider:  Xen and VirtualBox can 'expose' a real PCI 
card to the VM.  KVM is working on this feature actively, but its not 
there yet.


File system type and disk emulation can also vary widely.  Using a file 
as emulated disk in writeback mode vs writethough mode can be order of 
magnitude different in performance depending upon your specific hardware.


So consider your application, and choose wisely.

Recommendations:

Windows for development: KVM
Windows for Graphics: VirtualBox with openGL passthrough to VM.
Windows for general purpose: VmWare for more driver support.

Linux for development: KVM
Linux for production ISP: KVM

Today -- Linux general purpose production systems: Xen
Tomorrow -- Linux General purpose: KVM

RHEL 6 will be all about KVM.

Good Luck!

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


Re: How to tell IP address of remote machine?

2009-10-26 Thread Timothy Murphy
Tait Clarridge wrote:

>> I had a little program which I ran each day
>> as a cron job to mail me the IP address of a machine
>> in a different country.
...
>> In any case, the program has ceased to work
>> because the site heliohost seems to have gone off-line.

> I have been using wget to check my external IP (for conky).
> 
> wget -O - http://ip.tupeux.com | tail
> 
> Should give you the output to STDOUT...

Sadly, I tried this on my remote machine,
but it did not give the same address as 
"firefox http://whatismyipaddress.com/";
(where I had to wait for a minute or so to get the response).

I'm baffled by this at the moment.
I can ping both addresses, but cannot ssh into either,
which I take to be the concrete test that I have the right address.
(But I suspect that upgrading the remote machine to CentOS-5.4
may have changed things in some way.)
I'm pretty sure that "whatismyaddress.com" 
has given the correct address in the past.

Surprisingly to me, "lynx http://whatismyipaddress.com/";
gets an error message on both local and remote machines.

"traceroute -n google.com", which has also been suggested,
gives a third IP address.

I shall continue with my experimentation ...

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

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


Re: downloaded dvd and live 12 times,hash alway same but wrong!

2009-10-26 Thread Germán Racca
On Sun, 2009-10-25 at 01:18 -0400, thomas terenzi wrote:
> german,i found it and it checks out!!! huray!
> now to install,i'll let you know if it works
> thanks,tom

Hi Tom,
I hope that it works fine now!
Good luck,
Germán.

> 
> On Sat, Oct 24, 2009 at 10:29 PM, thomas terenzi  wrote:
> > thanks german for the help, where can i get the sha256sum file? i've
> > looked and i dont find it?
> > also i tried hashcalc with no luck, why are both bad? i'm new and the
> > learning curve is straight up!
> > again thank you for your time!
> >
> > On Thu, Oct 22, 2009 at 3:26 PM, Germán Racca  
> > wrote:
> >> On Thu, 2009-10-22 at 14:43 -0400, thomas terenzi wrote:
> >>> i've downloaded both dvd and live version[11] many times and then ran
> >>> sha1sum and hashcalc both each time. hash is allways same but doesn't
> >>> match with validation listing??? what am i doing wrong?
> >>
> >> It is not sha1sum, it is *sha256sum*, at least it works that way in my
> >> case.
> >>
> >> Cheers,
> >> Germán.
-- 
Germán A. Racca
National Institute for Space Research (INPE)
São José dos Campos - SP - Brasil
http://gracca.wordpress.com
http://tinyurl.com/SkyTux

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


Proftpd won't execute in FC11

2009-10-26 Thread Jim

FC11-X86_64/Kde

Proftpd is installed and enabled/running in Services, and when I try to 
execute from Terminal, SU, it won't execute or display any errors as to why.


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


Re: How to tell IP address of remote machine?

2009-10-26 Thread Bruno Wolff III
On Mon, Oct 26, 2009 at 15:14:51 +,
  Timothy Murphy  wrote:
> 
> I'm wondering if there is some simple way in KMail
> of changing the From: address in a one-off way,
> I mean so that most email comes from a default address,
> but one can give an alternative address if one wishes.
> As far as I can see, the From: address is set
> as part of the users "Identity".
> I suppose one could have a second KMail account
> with a different Identity, but that would be cumbersome.

That will likely work. But if you are relaying email through someone else's
(say your ISP) email server they may not permit that.

I don't know the features available to kmail, but other mail clients do
allow you to trigger actions based on headers in the email and would be
able to set the from header base on the recipients list. And assuming that
the from header was used to generate the envelope sender address (sometimes
the local user login name gets used along with the hostname), this could
be pretty much fire and forget.

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


Re: How to tell IP address of remote machine?

2009-10-26 Thread Bruno Wolff III
On Mon, Oct 26, 2009 at 08:12:05 -0430,
  Patrick O'Callaghan  wrote:
> 
> How do they check? IIRC Mailman doesn't have very sophisticated
> authentication features. Many installations just look at the From line,
> which you can change.

Mailman typically checks the envelope sender address rather than then
a header from the message. Some mail delivery agents will add a From line
(which is different than the From header) on final delivery that includes
the envelope sender address (or the rfc 821 encoding of it). But that line
isn't part of the message until final delivery.

There is a chance that this is the check being used to thwart the original
poster. But it's also possible that the mailman server is firewalled.
If his university has a vpn or if he has machines he can into remotely,
he might be able to work around that limitation.

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


Re: How to tell IP address of remote machine?

2009-10-26 Thread Tait Clarridge
On Sun, 2009-10-25 at 12:27 +, Timothy Murphy wrote:
> I had a little program which I ran each day
> as a cron job to mail me the IP address of a machine
> in a different country.
> I give the program sm.py below;
> I can't remember where I found it.
> 
> In any case, the program has ceased to work
> because the site heliohost seems to have gone off-line.
> 
> I wonder if anyone knows of an alternative site
> which I could substitute?
> Or an alternative program?
> 
> -
> SENDMAIL = "/usr/sbin/sendmail"
> import os
> import socket
> import urllib2
> import sys
> import time
> tt = time.ctime()
> response = urllib2.urlopen("http://darkstar.heliohost.org/ip.php";)
> ipaddr = response.readline().split('<')[0]
> f = open("mylog.txt", "w")
> f.write(ipaddr + " " + "on" + " " + tt + "\n" )
> f.close()
> p = os.popen("%s -t -fgayle...@alice.it" % SENDMAIL, "w")
> p.write("To: gayle...@eircom.net\r\n")
> p.write("From: Timothy Murphy \r\n")
> p.write("Subject: Anghiari IP address\r\n")
> p.write("\r\n")
> p.write(ipaddr + "\r\n")
> p.close()
> sys.exit()
> -
> [...@althea ~]$ sudo cat /etc/cron.daily/ip-address
> #!/bin/sh
> 
> /usr/bin/python /home/tim/sm.py
> -
> 

I have been using wget to check my external IP (for conky).

wget -O - http://ip.tupeux.com | tail

Should give you the output to STDOUT...


signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Fedora 11, amavisd-new, clamscan and Thunderbird 3.0b4

2009-10-26 Thread David
On 10/26/2009 5:11 AM, Frank Murphy (Frankly3D) wrote:
> My clamdrib (TB extension) has stopped working despite changing instsll.rdf
> 
> So how can I setup amavisd-new\clamav for use with TB.
> Most of the googling bring up refrences to user:clamav.
> http://www200.pair.com/mecham/spam/clamav-redhat-amavis.html
> 
> I have users clamscan and clamupdate.
> 
> What would\should be changed from above link?
> 
> No manual entry for amavisd-new
> amavisd --help (can't make out how to use in my setup from this)
> 


The page at the link that you provided is a little dated I think.
5/23/2005   :-)

Might I suggest that you contact the author of this extension for help?

-- 


  David



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

Re: How to tell IP address of remote machine?

2009-10-26 Thread Timothy Murphy
Patrick O'Callaghan wrote:

>> My college has set up mailman so that list-owners
>> (and I presume anyone else) has to post email
>> from within the college system.
>> I would prefer to send email from home, where I can use KMail,
>> although it is very little trouble to ssh into my college account,
>> and send email from there.
> 
> How do they check? IIRC Mailman doesn't have very sophisticated
> authentication features. Many installations just look at the From line,
> which you can change.

Thank you, you may well be right.
I shall check that.

I'm wondering if there is some simple way in KMail
of changing the From: address in a one-off way,
I mean so that most email comes from a default address,
but one can give an alternative address if one wishes.
As far as I can see, the From: address is set
as part of the users "Identity".
I suppose one could have a second KMail account
with a different Identity, but that would be cumbersome.

But first I will check if the college mailman
does just look at the From: address, as you suggest.



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

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


Re: How to tell IP address of remote machine?

2009-10-26 Thread Rick Sewill

I don't know if it will be useful, but have you considered using
STUN software to get the IP address?

There is a package, libnice, which contains a program, 
/usr/bin/stunbdc

You need to select a public stun server, perhaps from the list at URL
http://www.voip-info.org/wiki/view/STUN
Please search this webpage for "Public STUN servers"

You might try something like the command:
stunbdc -4 stun.ekiga.net

Please note: I cannot test this suggestion.
 I am no longer behind NAT.

I looked at other stun clients but couldn't figure out how to get
the information easily without examining source code.

I installed more than one package, had to guess the name of the STUN
client, run it, as a non-privileged user--forgive my paranoia--hoping
the program would give me some information on what it was and how
to use it.

I wish there was more, and better documentation, on these STUN packages.



signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Fedora 10 auto mounting

2009-10-26 Thread Aaron Konstam
On Sun, 2009-10-25 at 16:51 -0400, Ryan Lynch wrote: 
> On Sun, Oct 25, 2009 at 16:41, Aaron Konstam  wrote:
> > On Sun, 2009-10-25 at 12:28 -0500, Rod Rook wrote:
> >> Is there any way I can configure Fedora 10 to mount not all but
> >> certain hard drives automatically?
> >>
> >> There must a config file somewhere.
> >>
> >> Thank you for your input in advance.
> > Is this not what fstab allows you to do?
> 
> Aaron,
> 
> The OP mentioned "automount" in the subject line. I assume that he
> wants to use the automounter because he doesn't want to have to create
> a separate /etc/fstab entry for every single current and future
> device. As far as I know, '/etc/fstab' can't help with this.
> 
> Does that sound right, Rod?
> 
> As for how to actually configure the automounter: No idea, sorry.
> 
> -Ryan
> 
You may be right. He is not clear in his original message,
--
===
Don't have good ideas if you aren't willing to be responsible for them.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

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


Re: unused partition space after clonezilla move?

2009-10-26 Thread Brian Millett
On Mon, 2009-10-26 at 11:59 +0100, Christoph Höger wrote:
> Hi,
> 
> I have just moved my fedora to a newer, more power saving, larger and
> faster disk. 
> 
> I made up new Partitions (bigger than the old ones) and used clonezilla
> for the move. This worked pretty well except for the partition space: 
> 
> I have now e.g. 205GB unused space on my /home partition. How do I get
> the fs to cover the whole part?

Get systemrescuecd. 

Boot off of it.  Use gparted to expand the partition in question.

I use it all of the time with clonezilla.  to resize a partition to make
it smaller before cloneing, then expanding the partition afterwards so I
same storage and it is easier to migrate with a smaller partition.
(clonezilla will not restore to a smaller partition)

> And afterwards: Is there a way to convert an ext3 into ext4 fs from the
> desktop (seems it is hard to unmount /home)
> 

http://mediakey.dk/~cc/migrate-existing-ext3-filesystems-to-ext4/

-- 
Brian Millett - [ Delenn and Sinclair, "The Gathering"]
"Why Babylon 5? If the prior four stations were lost or destroyed, why
build another?"
'Plain old human stubbornness I guess. When something we value is destroyed,
we rebuild it. If its destroyed again, we rebuild it again...and again
and again and...again. Until it stays. That as our poet Tennison once
said is the goal: to strive, to seek, to find, and not to yield.'



signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Measure power consumption?

2009-10-26 Thread Robert Moskowitz

Aioanei Rares wrote:

Hi all,

Was wondering if any of you know about a tool to measure the number of 
watts drained by a machine. Trying to make my machine as 
power-efficient as can be.


Thanks in advance. 


Buy a 'Kill-a-Watt'.  Prices vary from $20-$35.  Great tool, I have had 
mine for over a year.


Plug your device into it and read watts and amps being pulled.  Let it 
run for a while and get time and KWH used.



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


Re: unused partition space after clonezilla move?

2009-10-26 Thread Tim
On Mon, 2009-10-26 at 11:59 +0100, Christoph Höger wrote:
> I made up new Partitions (bigger than the old ones) and used
> clonezilla for the move. This worked pretty well except for the
> partition space: 
>
> I have now e.g. 205GB unused space on my /home partition.

Yeah, I'd expect using a clone tool would give you new partitions the
same size as the old ones.  Though there might be options to use it
either way.

> How do I get the fs to cover the whole part?

You could grow the partition.  I haven't used clonezilla, so I couldn't
advise on how to use it to do that.
> 
> And afterwards: Is there a way to convert an ext3 into ext4 fs from
> the desktop (seems it is hard to unmount /home)

Well, if you log out as a user, and log in as root, root's home space
isn't inside /home, so /home doesn't need to be mounted.

-- 
[...@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.



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


Re: Qemu vs VMWare

2009-10-26 Thread Patrick O'Callaghan
On Mon, 2009-10-26 at 12:12 +, Marko Vojinovic wrote:
> > unless your VM needs
> > access to your actual USB devices or needs to be controlled
> remotely,
> > as those features are not open source.
> 
> Well, now... It would be nice to be able to use usb, bluetooth, and
> such. One of my main use cases for a windows guest is to communicate
> with my cell-phone (via usb or bluetooth) using appropriate software
> (for Samsung phones...). But anyway, I'll give VB a try, just to see
> how it performs on my hardware.

Note that there is also a version of VB that does support USB devices.
It's not free (speech) although it is free (beer). You can install it
from http://www.virtualbox.org.

poc

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


Re: How to tell IP address of remote machine?

2009-10-26 Thread Patrick O'Callaghan
On Mon, 2009-10-26 at 03:36 +, Timothy Murphy wrote:
> My college has set up mailman so that list-owners
> (and I presume anyone else) has to post email 
> from within the college system.
> I would prefer to send email from home, where I can use KMail,
> although it is very little trouble to ssh into my college account,
> and send email from there.

How do they check? IIRC Mailman doesn't have very sophisticated
authentication features. Many installations just look at the From line,
which you can change.

poc

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


Re: Qemu vs VMWare

2009-10-26 Thread Marko Vojinovic
On Monday 26 October 2009 04:15:34 Tony Nelson wrote:
> The way recommended by QEMU developers is to use KVM, purchasing new
> hardware that supports KVM if necessary, in which case you won't need
> to use much of QEMU.

Right, but my idea of having a virtual machine in the first place is to avoid 
buying more hardware. And this being a laptop here, I'm afraid I cannot 
upgrade the processor. So far I've been using vmware, since it is more 
convenient than dual boot setup, but whenever a new kernel comes out I get 
into trouble of recompiling modules to match. That is why I am trying to go 
with qemu instead.

> Good performance on other hardware requires the
> kernel module kqemu.  The QEMU developers have deprecated kqemu and are
> removing it from the next version (.12 IIRC), but you can currently
> still use kqemu if you build QEMU with kqemu enabled.

Oh, a kernel module? Now you're talkin'! :-) I didn't know about this. If 
there is a kernel module needed, then that accounts for the performance 
difference between vmware and qemu, since vmware has these modules up and 
running, while qemu does not. There is also this question of vmware-tools 
package being installed in its guest, while qemu does not seem to have a 
similar thing.

Ok, so I did a yum search and a yum install kqemu, which pulled in appropriate 
kmod packages and all. Then I started the qemu guest to see what happens. But 
the module did not get loaded (lsmod doesn't report it). I shutdown the guest, 
loaded the module manually via modprobe (which worked), checked that it is 
loaded, started the guest again, and went to see if there is any performance 
difference. But there wasn't.

So I wonder how to use the kqemu module? Or rather, how to explain to qemu 
that there is a module loaded and that it should use it? There is nothing 
obvious in the GUI about this, where do I set it up?

If default Fedora rpm version of qemu is *not* built with kqemu enabled, then 
that is very unfotunate, since I don't want to recompile the whole qemu in 
order to avoid recompiling vmware modules. That would defeat the whole point 
of using it in the first place.

So can you tell me how to get the kqemu module to work?

> I have just switched from QEMU to VirtualBox (with RPMFusion enabled,
> `yum installVirtualBox-OSE`) and can recommend it,

Yes, VirtualBox is the next candidate, after I evaluate qemu. I'll try it out, 
eventually.

> unless your VM needs
> access to your actual USB devices or needs to be controlled remotely,
> as those features are not open source.

Well, now... It would be nice to be able to use usb, bluetooth, and such. One 
of my main use cases for a windows guest is to communicate with my cell-phone 
(via usb or bluetooth) using appropriate software (for Samsung phones...). But 
anyway, I'll give VB a try, just to see how it performs on my hardware.

Best, :-)
Marko

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


Re: Qemu vs VMWare

2009-10-26 Thread Marko Vojinovic
On Sunday 25 October 2009 22:20:33 Sam Sharpe wrote:
> How did you install your virtual machines,

I opened "Virtual Machine Manager" from the menu (F10 64bit, KDE, fully 
updated), and created a guest using the wizard that appeared. I was nicely 
surprised with the user-friendliness.

Of course, virt-manager first complained about some daemon not running, selinux 
complained that qemu is trying to create vm files in a non-default place, etc., 
but those were not big problems to solve, and I handled them. After that the 
wizard went smoothly.

> and do you have Hardware
> Virtualisation support enabled on your chipset?

Not only that it isn't enabled, it rather doesn't exist (see my other post in 
the thread). But that does not explain for such a big performance difference 
between qemu and vmware. They both run without hardware support here.

> I use Virt Manager to install guests all the time. That uses KVM as
> the virtualisation infrastructure, which in turn uses qemu-kvm as a
> backend.

Same thing here, I think. Only, KVM doesn't seem to do anything when 
virtualization is all-software.

How do I check which backend is being used? I didn't find any info on that in 
the GUI.

> So I think (and don't take this the wrong way) that you're probably
> doing it all wrong - and that's why your performance is so bad! Qemu
> on it's own is Software virtualisation, with absolutely no
> acceleration at all - if that's what you are using, I'm not surprised
> it sucks ;o)

Yes, that's what I am using, and yes --- as you say --- it sucks, but I'm 
surprised that vmware works visibly better in same conditions. Same hardware, 
same all-software-virtualization, same type of guest. The only difference is 
that vmware guest has the vmware-tools package installed, which visibly 
improves its performance. I failed to find an equivalent tools package for qemu 
guest.

I did read (ok, skimmed through) qemu docs, but found no information on how to 
improve qemu performance. So what am I doing wrong?

Best, :-)
Marko


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


Re: Measure power consumption?

2009-10-26 Thread Aioanei Rares

On 10/26/2009 01:26 PM, Joerg Bergmann wrote:

Am Montag, den 26.10.2009, 16:57 +0530 schrieb Jatin K:
   

On 10/26/2009 04:32 PM, Aioanei Rares wrote:
 

Hi all,

Was wondering if any of you know about a tool to measure the number of
watts drained by a machine. Trying to make my machine as
power-efficient as can be.

Thanks in advance.

   

you need ampere meter [1] ..connect it in series[2] with your system
(assuming you are using  desktop  ) and get the reading on meter


[1] http://en.wikipedia.org/wiki/Ampere-meter


[2] http://www.allaboutcircuits.com/vol_6/chpt_2/4.html

 

This approach neglects the influence of idle power. Some better
PC power supplies have near to zero idle power, but cheap power
supplies show large idle power even nowadays. You should better
use some kind of wattmeter. Such a tool should be available
for about 10$ from any local electronic discounter (here in Germany
from Conrad Electronic).

Joerg

   

Thanks for all your replies.

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


Re: Measure power consumption?

2009-10-26 Thread Joerg Bergmann
Am Montag, den 26.10.2009, 16:57 +0530 schrieb Jatin K:
> On 10/26/2009 04:32 PM, Aioanei Rares wrote:
> > Hi all,
> >
> > Was wondering if any of you know about a tool to measure the number of 
> > watts drained by a machine. Trying to make my machine as 
> > power-efficient as can be.
> >
> > Thanks in advance.
> >
> you need ampere meter [1] ..connect it in series[2] with your system 
> (assuming you are using  desktop  ) and get the reading on meter
> 
> 
> [1] http://en.wikipedia.org/wiki/Ampere-meter
> 
> 
> [2] http://www.allaboutcircuits.com/vol_6/chpt_2/4.html
> 
This approach neglects the influence of idle power. Some better
PC power supplies have near to zero idle power, but cheap power
supplies show large idle power even nowadays. You should better
use some kind of wattmeter. Such a tool should be available
for about 10$ from any local electronic discounter (here in Germany
from Conrad Electronic).

Joerg 

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


Re: Measure power consumption?

2009-10-26 Thread Jatin K

On 10/26/2009 04:32 PM, Aioanei Rares wrote:

Hi all,

Was wondering if any of you know about a tool to measure the number of 
watts drained by a machine. Trying to make my machine as 
power-efficient as can be.


Thanks in advance.

you need ampere meter [1] ..connect it in series[2] with your system 
(assuming you are using  desktop  ) and get the reading on meter



[1] http://en.wikipedia.org/wiki/Ampere-meter


[2] http://www.allaboutcircuits.com/vol_6/chpt_2/4.html

--
  °v°
 /(_)\
  ^ ^  Jatin Khatri

No MS

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


Re: Qemu vs VMWare

2009-10-26 Thread Marko Vojinovic
On Sunday 25 October 2009 21:57:18 David Timms wrote:
> On 10/26/2009 08:05 AM, Marko Vojinovic wrote:
> > I wish to share my first hands-on experience with qemu, compare it to
> > vmware player
>
> For comparison, try yum install akmod-VirtualBox-OSE from rpm fusion.

I will, eventually. That is the plan, after I evaluate qemu.

> Usually the guest is improved by running a vm specific set of tools, eg
> that does mouse/keyboard/clipboard/network share/clock/timing
> improvements under that particular vm host

Yes, and vmware offered to install this set of tools, and I accepted (I've been 
using vmware for some time now, so am familiar with this). But I haven't seen 
any instructions in qemu documentation that some equivalent set of tools is 
available for me to install when I create a qemu vm. Did I miss it?
 
> Did you install that guest from scratch ?

Yes, in both cases.
 
> > (2) When resizing the guest console window, qemu rescales the guest
> > output, while vmware resizes guest screen resolution to match the window
> > size. The latter looks far more pretty.
> 
> Part of tools. If you don't have vmware-tools installed, you don't get
> this. Probably similar for qemu ?

If these tools for qemu exist, then maybe that could be the answer to all my 
questions. But as I say, I failed to see any mention of such tools in the qemu 
docs. If you could point me to a package to install into a qemu guest, it 
would probably be a more fair comparison against vmware. But where are those 
tools?

> > Also, I think I should mention that my processor does not have the vmx
> > bit, I have no option in the host bios to enable it, so I guess both qemu
> > and vmware work in all-software emulation. But that doesn't explain such
> > a big difference in performance. Btw, this is all on Intel Core 2 Duo 1.5
> > GHz, 2GB of ram, each guest has one processor and 512 MB ram allocated.
> > They don't run simultaneously, of course. I didn't notice any memory
> > swapping activity.
> 
> cat /proc/cpuinfo
> will tell you what to your CPU and kernel combination has.

[r...@yoda ~]# cat /proc/cpuinfo 
processor   : 0  
vendor_id   : GenuineIntel   
cpu family  : 6  
model   : 15 
model name  : Intel(R) Core(TM)2 Duo CPU T5250  @ 1.50GHz
stepping: 13
cpu MHz : 1500.000
cache size  : 2048 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm 
constant_tsc arch_perfmon pebs bts rep_good nopl pni monitor ds_cpl est tm2 
ssse3 cx16 xtpr lahf_lm
bogomips: 2992.47
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

(There is also another one, same as this.) There is no vmx flag, AFAICS. Maybe 
under a different name? Also, I did look into the bios to enable it, but could 
not find any even remotely relevant setting there.

> http://en.wikipedia.org/wiki/X86_virtualization#Hardware_support
> I would be surprised if the duo doesn't have vt support.

Ok, my core 2 duo is T5250 (as listed above in /proc/cpuinfo), and it is *not* 
on the wikipedia list of processors which support VT-x. So it really seems I 
don't have hardware virtualization support. Btw, this is on a laptop, I have 
no way of upgrading hardware.

But hardware virtualization is absent for both qemu and vmware, and it seems 
vmware runs the quest at almost native speed (at least the guest user 
interface feels like it), while qemu feels much much slower. If there is an 
equivalent of vmware-tools for qemu, I'd be happy to know about it.

Best, :-)
Marko






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


Fan control / thermal management on M3A770

2009-10-26 Thread Christoph Höger
Hi,

I've had to buy a new MoBo (ASRock M3A770) and now I cannot see
temperatures, fan speeds or any other things. 
pwmconfig states that it has no sensors found (but the sensor applet
shows all sensors I know of without any values).

Is there some kind of special kernel module one has to load or is my
board simply not supported (yet) on the 2.6.30-8 kernel?

regards

Christoph


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

Re: compiling modules - HighPoint RAID controller

2009-10-26 Thread Alan Cox
> The module rr232x.ko exists after an attempted compile, but after chmod 
> +x, modprobe rr232x.ko has FATAL errors stating that it is not a module.
> 
> ? - anyone

I would suggest you ask the vendor for support presumably they can make
the stuff they shipped work.

You can build modules out of tree and the build system is specifically
designed to handle this. It can even be automated (dkms etc)


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


Measure power consumption?

2009-10-26 Thread Aioanei Rares

Hi all,

Was wondering if any of you know about a tool to measure the number of 
watts drained by a machine. Trying to make my machine as power-efficient 
as can be.


Thanks in advance.

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


unused partition space after clonezilla move?

2009-10-26 Thread Christoph Höger
Hi,

I have just moved my fedora to a newer, more power saving, larger and
faster disk. 

I made up new Partitions (bigger than the old ones) and used clonezilla
for the move. This worked pretty well except for the partition space: 

I have now e.g. 205GB unused space on my /home partition. How do I get
the fs to cover the whole part?

And afterwards: Is there a way to convert an ext3 into ext4 fs from the
desktop (seems it is hard to unmount /home)

regards

Christoph


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

Re: SSH and X forwarding not working from my laptop

2009-10-26 Thread Gary Stainburn
> Anyone got any ideas?
>
>
> Warning: No xauth data; using fake authentication data for X11 forwarding.
> tcsetattr: Interrupted system call
> Last login: Mon Oct 26 09:36:21 2009 from dcomp5.ringways.co.uk
> 
> *  *
> * THIS IS NOT THE MAIL SERVER  *
> *   YOU NEED OLLIE FOR THAT*
> *  *
> 
> [r...@stan ~]#
>

Just rebooted the laptop and the problem has gone away again. Another symptom, 
but doesn't help me diagnose the fault.

-- 
Gary Stainburn

Gary's Haircut 700
Please visit http://www.justgiving.com/Gary-Stainburn/ to help me 
raise money for Cancer Research - in return I'll have my head shaved
 

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


Re: New scanner/printer combo

2009-10-26 Thread Tim Waugh
On Sat, 2009-10-24 at 13:14 -0500, Robert Nichols wrote:
> You can go to http://hplipopensource.com/ (aka hplip.net), click on
> "Supported Printers", and see if the model you are considering is
> one of the 1,924 currently supported by hplip.

Also: make sure (and double-check!) the the model you are considering
does not require the HPLIP proprietary binary "plug-in".  In other
words, the "Driver Plug-In" column should say "No".

Tim.
*/



signature.asc
Description: This is a digitally signed message part
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: SSH and X forwarding not working from my laptop

2009-10-26 Thread Gary Stainburn
On Friday 28 August 2009 09:26:09 Gary Stainburn wrote:
> Interestingly, I am back on the 1st site again today and the problem has
> recurred and seems to be a solid fault
>

I have done a clean install of FC11 (was FC10 before) and the same problem 
occurs on one site (the one I'm on now).

I linked in remotely yesterday and all was fine.
I use it from other sites no problem.
I've used it from this site and the problem occurs intermittantly, but today 
it's solid.

An example of a session from today. X seems to behave, but BASH auto-complete 
and screen handling doesn't.

Anyone got any ideas?


Warning: No xauth data; using fake authentication data for X11 forwarding.
tcsetattr: Interrupted system call
Last login: Mon Oct 26 09:36:21 2009 from dcomp5.ringways.co.uk

*  *
* THIS IS NOT THE MAIL SERVER  *
*   YOU NEED OLLIE FOR THAT*
*  *

[r...@stan ~]#

-- 
Gary Stainburn

Gary's Haircut 700
Please visit http://www.justgiving.com/Gary-Stainburn/ to help me 
raise money for Cancer Research - in return I'll have my head shaved
 

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


Fedora 11, amavisd-new, clamscan and Thunderbird 3.0b4

2009-10-26 Thread Frank Murphy (Frankly3D)
My clamdrib (TB extension) has stopped working despite changing instsll.rdf

So how can I setup amavisd-new\clamav for use with TB.
Most of the googling bring up refrences to user:clamav.
http://www200.pair.com/mecham/spam/clamav-redhat-amavis.html

I have users clamscan and clamupdate.

What would\should be changed from above link?

No manual entry for amavisd-new
amavisd --help (can't make out how to use in my setup from this)

-- 
Regards, Frank

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


Re: Maple13 and Fedora 11

2009-10-26 Thread Mike Cloaked



Bugzilla from rdie...@math.unl.edu wrote:
> 
> mike cloaked wrote:
> 
>> Since I have to use Maple 13 at work I installed it in my F11 machine
>> - it worked for everything I tested, but refused to print (not
>> printers came up in the printing dialogue).  It turned out that this
>> is due to the embedded java JRE being incompatible with F11, and it
>> was necessary to make Maple use another version of java.
> 
> I think printing is just plain broken.  It is for our setup too (mixed
> F-8, 
> F-10, EL-5 boxes).
> 
> I will be reporting the problem to maple shortly, I suggest you do the
> same.
> 
> 

Printing has been broken for me for several releases of Maple whichever
version of Fedora I have been using the past couple of years. However with
the replacement of the java jre as per my link it works 100% for me in
Maple13 running in Fedora 11.

I don't know what version of java they embedded in their install disk but I
think that is the main culprit - but yes reporting to Maple devs is
certainly a good idea.  However this also highlights a problem with Iced Tea
- till now I have not had a need to use anything other than the open source
java and it is a shame I now have to install Sun Java to get Maple to work!
-- 
View this message in context: 
http://www.nabble.com/Maple13-and-Fedora-11-tp26049037p26055566.html
Sent from the Fedora List mailing list archive at Nabble.com.

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