Re: kcore

2011-04-20 Thread Walter Cazzola
On Tue, 19 Apr 2011, Robert Nichols wrote:

> On 04/19/2011 07:08 PM, Patrick Dupre wrote:
>> Hello,
>>
>> I have a /proc/kcore file which is huge: 1059057664
>> Is it normal ?
>
> Everything in /proc is just a window into various kernel data structures.
> The pseudo-filesystem you see there doesn't exist on disk.  In your case,
> that kcore "file" just allows read-access to the ~1GiB of virtual memory
> in your 32-bit kernel's address space.  For my 64-bit kernel:
>
>  -r. 1 root root 140737486266368 2011-04-19 22:13:33 /proc/kcore
>
> I can assure you that I don't have ~128 terabytes of disk storage or
> physical memory on this system.

I'm puzzled, my kcore shows exactly the size you reported (and I just
have 8Gb of RAM) but from the proc manual I get:

   /proc/kcore
  This file represents the physical memory of the system and is
  stored in the ELF core file format.  With this pseudo-file, and
  an unstripped kernel (/usr/src/linux/vmlinux) binary, GDB can
  be used to examine the current state of any kernel data
  structures.

  The total length of the file is the size of physical memory
  (RAM) plus 4KB.

So 8Gb are quite far from 128Tb (even if considering the 4KB extra) so
somewhere there should be a mistake, where?

Walter
-- 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Encrypted MD Device

2011-04-20 Thread Andrew Haley
On 20/04/11 05:01, EredicatorX wrote:
> I was running CentOS/w Xen on my home server. I decided to move to FC14 
> because I finally got a TV that can double as a monitor, and wanted to 
> give KVM and VirtualBox a try.
> 
> In all the excitement I forgot about my 500GB RAID1 disk set. It has all 
> of my work from the past 10 years.
> 
> I use to run these comands that I would copy and paste in after each 
> reboot;
> 
> cryptsetup luksOpen /dev/md0 crypt1
> mount /dev/mapper/crypt1 /export/data_private
> 
> In CentOS all was well.
> 
> Now in Fedora I know I need to recreate the /dev/md0 device but I want 
> to do it with out harming the data on the drives.
> 
> I was tried the following;
> 
> mdadm  --assemble /dev/sdc1  /dev/sdd1
> mdadm: device /dev/sdc1 exists but is not an md array.

The syntax is
mdadm  --assemble /dev/md0 /dev/sdc1  /dev/sdd1

Andrew.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Akonadi annoyance

2011-04-20 Thread Timothy Murphy
When I start KMail I get a stream of akonadi warnings,
such as (8 similar warnings today):
  akonadi_contacts_resource_1(20914)/libkdepim Akonadi::PluginLoader::scan:
  missing or empty X-KDE-ClassName value in
  "/usr/share/kde4/apps/akonadi/plugins/serializer/
akonadi_serializer_contactgroup.desktop" 
which means nothing at all to me.

Sometimes KMail will not start, saying that akonadi has failed.
I find in this case I can always get KMail to start by
  akonadictl stop
  akonadictl start

This has only happened (with Fedora-14) in the last 2 or 3 weeks,
and only happens about 1 time in 4 when starting KMail.
It's only an annoyance, since I can get round the problem as above.

It was suggested that I should use a development kdepim,
but to me that is like taking morphine for an ingrowing toe-nail.


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

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: kcore

2011-04-20 Thread Patrick O'Callaghan
On Wed, 2011-04-20 at 09:48 +0200, Walter Cazzola wrote:
> So 8Gb are quite far from 128Tb (even if considering the 4KB extra) so
> somewhere there should be a mistake, where?

In the man page? I also have 128T as the reported size, but I'm guessing
that's because some kernel structures live at the end of the address
space and this is a 64-bit kernel. See
http://en.wikipedia.org/wiki/X86-64#Linux (Intel x86_64 actually goes up
to 256T but Linux only supports 128T. I think I can live with that :-)

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [Fedora] Re: kcore

2011-04-20 Thread Walter Cazzola
On Wed, 20 Apr 2011, Patrick O'Callaghan wrote:

> On Wed, 2011-04-20 at 09:48 +0200, Walter Cazzola wrote:
>> So 8Gb are quite far from 128Tb (even if considering the 4KB extra) so
>> somewhere there should be a mistake, where?

> In the man page? I also have 128T as the reported size, but I'm guessing
> that's because some kernel structures live at the end of the address
> space and this is a 64-bit kernel.

ok, the mistake is a the man page.

> See http://en.wikipedia.org/wiki/X86-64#Linux (Intel x86_64 actually
> goes up to 256T but Linux only supports 128T. I think I can live with
> that :-)

definitively, I can ;-)

Walter

-- 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Installing a older .sh file in Fedora 14

2011-04-20 Thread james tate
Fedora 14
Installing a printer driver  z600cups-1.0-1.gz.sh file that was made for 
RH9.

I run command:
# sh z600cups-1.0-1.gz.sh
Verifying archive integrity...tail: cannot open `+6' for reading: No 
such file or directory
Error in check sums 2331425966 225780837

I have downloaded the driver CJLZ600LE-CUPS-1.0-1(1).TAR.gz and 
extracted it three time thinking it was a bad download.
z600cups-1.0-1.gz.sh

Could it be a conflict with F14 being a older file.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Setting up a Dell Printer

2011-04-20 Thread james tate
On 04/19/2011 09:37 PM, Kevin J. Cummings wrote:
> On 04/19/2011 08:14 PM, james tate wrote:
>> Fedora 14
>>
>> In the Printer setup there is no settings for a USB Dell 720 printer, it
>> is a fairly old printer.
>>
>> How do I get the drivers for this printer ?
> They are a lexmark set of drivers.  You need to look for the following RPMS:
>
> z600cups
> z600llpddk
>
> I have some old versions 1.0-1 and 2.0-1 respectively (from 2003).  I've
> forgotten where I of them from, but with them, I could print to the Dell
> 720 Photo Printer.
>
I found the

z600llpddk.rpm

But can't find the on the internet.

z600cups.rpm

The CJLZ600LE-CUPS-1.0-1(1).TAR.gz from Lexmark is corrupted, I get the error 
when trying to install it.

# sh z600cups-1.0-1.gz.sh

Verifying archive integrity...tail: cannot open `+6' for reading: No
such file or directory

Error in check sums 2331425966 225780837


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Suspend fails on F14

2011-04-20 Thread Christopher Svanefalk
Hello all,

I run Fedora 14 on a HP Probook 4510s, and I have been having the
following problem on Fedora 12 as well. I have filed a bug report about
it, but since it is still open, I was wondering if anybody has any
advice on how to work around it?

The bug report in its entirety can be found here:
https://bugzilla.redhat.com/show_bug.cgi?id=675535

The text of the bug description is included here.

Thanks in advance for any and all help!

Regards,

Christopher


Description of problem:

This bug is similar in effect to #649103
(https://bugzilla.redhat.com/show_bug.cgi?id=649103), however, it differs in
the following ways:

1. The system can still shutdown properly 100% of the time. Hibernate has not
been extensively tested.  
2. Different hardware is being used.
3. Suspend still works sometimes, but it seems go into hard freeze at random.

Version-Release number of selected component (if applicable):
Fedora 14, latest updates as of February 6.

How reproducible:
Should be reproducible on a mint system.

Steps to Reproduce:
1. Start system, login 
2. attempt to suspend in any way
3. --

Actual results:
Sometimes (about 50/50 chance of occurence), the system will go into hard
freeze when trying to suspend. It manifests in one of two ways:
1. The standard shutdown/suspend screen (fedora logo on a blue backround) stays
indefinetly.
2. Screen goes black indefinetly.

In both cases, the only know resolution is a hard reset. No input devices
respond.

Expected results:
The system should go into suspend, and wake up again when powerbutton is
pressed.

Additional info:
I remember having the exact same problem with Fedora 12 back in the day. The
problem persists after a fresh reinstallation, with or without updates.






-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Desktop effects issue...

2011-04-20 Thread Steven P. Ulrick
Hello Everyone,
How come I can create an entirely fresh user account, log into KDE and enable 
Desktop effects, but when I move my main user account's ~/.kde directory to a 
different name and attempt to log in, I cannot enable Desktop effects?  Are 
there 
some relevant settings that are contained somwhere else other than "~/.kde"?

This is on Fedora 14, NVidia driver from RPM Fusion and KDE 4.6.2 from the KDE 
updates-testing repo.

I know this is not much information, but I will provide whatever you ask me for.

Steven P. Ulrick
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Installing Mono.

2011-04-20 Thread Lázaro Morales
Hello,

Where can I download the mono-2.6.7-4.fc14.rpm, in the Fedora Build System  
I only can find the source RPM.

Thanks in advance.

Best regards,
Lázaro.

Este mensaje de correo electrónico ha sido procesado por el servidor de 
Frioclima


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Mono.

2011-04-20 Thread Andrew Haley
On 04/20/2011 06:00 PM, Lázaro Morales wrote:
> Hello,
> 
> Where can I download the mono-2.6.7-4.fc14.rpm, in the Fedora Build System  
> I only can find the source RPM.

There is no such RPM.  There are many mono subpackages.

Type "yum search mono"

Andrew.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Mono.

2011-04-20 Thread Lázaro Morales
The problem is that I can't connect directly to a Fedora Project Mirror  
and I'm trying to install it manually.

Thanks,
Lázaro.


En 20/04/2011 13:13:03, Andrew Haley  escribió:

> On 04/20/2011 06:00 PM, Lázaro Morales wrote:
>> Hello,
>>
>> Where can I download the mono-2.6.7-4.fc14.rpm, in the Fedora Build  
>> System
>> I only can find the source RPM.
>
> There is no such RPM.  There are many mono subpackages.
>
> Type "yum search mono"
>
> Andrew.
>

Este mensaje de correo electrónico ha sido procesado por el servidor de 
Frioclima


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Mono.

2011-04-20 Thread Andrew Haley
On 04/20/2011 06:15 PM, Lázaro Morales wrote:
> The problem is that I can't connect directly to a Fedora Project Mirror  
> and I'm trying to install it manually.

I don't understand.  If you can't connect to a mirror then you can't
download the packages.

They're at 
http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/updates/14/

Andrew.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Mono.

2011-04-20 Thread Lázaro Morales
This happen because I'm behind a Microsoft ISA Server 2006 proxy that is  
using NTLM to authenticate users, and for that reason I can't use yum or  
wget. So I'm trying to get manually the packages using Firefox for  
installing later.  Is a tedious work but I still without pass the proxy, I  
tried with NTLM Authentication Proxy Server on Sourceforge.net but not  
work for the 2006 version. I will appreciate if you have any idea.

Thanks,
Lázaro.

En 20/04/2011 13:26:49, Andrew Haley  escribió:

> On 04/20/2011 06:15 PM, Lázaro Morales wrote:
>> The problem is that I can't connect directly to a Fedora Project Mirror
>> and I'm trying to install it manually.
>
> I don't understand.  If you can't connect to a mirror then you can't
> download the packages.
>
> They're at  
> http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/updates/14/
>
> Andrew.

Este mensaje de correo electrónico ha sido procesado por el servidor de 
Frioclima


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Mono.

2011-04-20 Thread Christopher Svanefalk
Are you able to download the sourcecode from the Mono homepage? If so,
you could of coure try to build it that way.

On 04/20/2011 07:45 PM, Lázaro Morales wrote:
> This happen because I'm behind a Microsoft ISA Server 2006 proxy that is  
> using NTLM to authenticate users, and for that reason I can't use yum or  
> wget. So I'm trying to get manually the packages using Firefox for  
> installing later.  Is a tedious work but I still without pass the proxy, I  
> tried with NTLM Authentication Proxy Server on Sourceforge.net but not  
> work for the 2006 version. I will appreciate if you have any idea.
>
> Thanks,
> Lázaro.
>
> En 20/04/2011 13:26:49, Andrew Haley  escribió:
>
>> On 04/20/2011 06:15 PM, Lázaro Morales wrote:
>>> The problem is that I can't connect directly to a Fedora Project Mirror
>>> and I'm trying to install it manually.
>> I don't understand.  If you can't connect to a mirror then you can't
>> download the packages.
>>
>> They're at  
>> http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/updates/14/
>>
>> Andrew.
> Este mensaje de correo electrónico ha sido procesado por el servidor de 
> Frioclima
>
>

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Upgrade Fedora 6 to 14 (remotely)

2011-04-20 Thread Jerry Feldman
On 04/15/2011 02:48 PM, Dante Conti wrote:
>> Is it possible to remotely upgrade a server running Fedora 6 to Fedora
>> 14 (or 15)? If yes, should I use PreUpgrade?
>>
>> Thank you for any help you can provide.
>>
>> --Dante
One very messy way to do it is to build a reference system locally. Then
manually configure the important files in /etc/sysconfig that match the
settings on the remote.
the next few steps are very dangerous because if your screw up your
system either may not boot, or may not communicate.
If you have space on the remote system, copy the reference system over
to the remote, probably as an iso, and subsequently mount the iso.
Once you have the reference system over to the remote, then you can
replace the important directories such as /boot, /etc, /bin, /sbin,
/usr/bin, usr/sbin, /lib, /usr/lib, (and don't forget the 64-bit stuff
such as /usr/lib64). If you build your reference system minimally the
resultant .iso file should be manageable.

-- 
Jerry Feldman 
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846




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


Re: Installing Mono.

2011-04-20 Thread Bruno Wolff III
On Wed, Apr 20, 2011 at 13:45:06 -0400,
  Lázaro Morales  wrote:
> This happen because I'm behind a Microsoft ISA Server 2006 proxy that is  
> using NTLM to authenticate users, and for that reason I can't use yum or  
> wget. So I'm trying to get manually the packages using Firefox for  
> installing later.  Is a tedious work but I still without pass the proxy, I  
> tried with NTLM Authentication Proxy Server on Sourceforge.net but not  
> work for the 2006 version. I will appreciate if you have any idea.

You can use koji download-build to easily download all of the packages
from a particular build. Use the --arch option to limit the architectures
you pull rpms for.

You should be able to run something like:
koji download-build --arch=noarch --arch=x86_64 mono-2.10.1-5.fc15
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing a older .sh file in Fedora 14

2011-04-20 Thread Kevin J. Cummings
On 04/20/2011 11:12 AM, james tate wrote:
> Fedora 14
> Installing a printer driver  z600cups-1.0-1.gz.sh file that was made for 
> RH9.
> 
> I run command:
> # sh z600cups-1.0-1.gz.sh
> Verifying archive integrity...tail: cannot open `+6' for reading: No 
> such file or directory
> Error in check sums 2331425966 225780837
> 
> I have downloaded the driver CJLZ600LE-CUPS-1.0-1(1).TAR.gz and 
> extracted it three time thinking it was a bad download.
> z600cups-1.0-1.gz.sh
> 
> Could it be a conflict with F14 being a older file.

No, there is a script that invokes "tail" using a deprecated command
line option:  +6.  The proper command line option should now be:

-n 6

Isn't standardization wonderful?

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Setting up a Dell Printer

2011-04-20 Thread Kevin J. Cummings
On 04/20/2011 11:19 AM, james tate wrote:
> On 04/19/2011 09:37 PM, Kevin J. Cummings wrote:
>> On 04/19/2011 08:14 PM, james tate wrote:
>>> Fedora 14
>>>
>>> In the Printer setup there is no settings for a USB Dell 720 printer, it
>>> is a fairly old printer.
>>>
>>> How do I get the drivers for this printer ?
>> They are a lexmark set of drivers.  You need to look for the following RPMS:
>>
>> z600cups
>> z600llpddk
>>
>> I have some old versions 1.0-1 and 2.0-1 respectively (from 2003).  I've
>> forgotten where I of them from, but with them, I could print to the Dell
>> 720 Photo Printer.
>>
> I found the
> 
> z600llpddk.rpm
> 
> But can't find the on the internet.
> 
> z600cups.rpm
> 
> The CJLZ600LE-CUPS-1.0-1(1).TAR.gz from Lexmark is corrupted, I get the error 
> when trying to install it.
> 
> # sh z600cups-1.0-1.gz.sh
> 
> Verifying archive integrity...tail: cannot open `+6' for reading: No
> such file or directory
> 
> Error in check sums 2331425966 225780837

You have bad files.  I just did the following on an F14 system:

# rpm -e z600cups z600llpddk
# rpm -ivh z600\*
Preparing...###
[100%]
   1:z600llpddk ###
[ 50%]
   2:z600cups   ###
[100%]
#

No problem with the RPMs


> 


-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing Mono.

2011-04-20 Thread Dario Lesca
Il giorno mer, 20/04/2011 alle 13.45 -0400, Lázaro Morales ha scritto:
> I will appreciate if you have any idea.

open a bash and try:

# export ftp_proxy=http://user:pass@ms-proxy:8088/
# export http_proxy=$ftp_proxy
# export https_proxy=$ftp_proxy
# yum install mono


this work for me behind a Microsoft ISA proxy Server 20**

hope this help

P.S.
If work  after run "yum remove -y mono*" ;-)

bye

-- 
Dario Lesca 

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Desktop effects issue...

2011-04-20 Thread Joe Wulf
Did you change ownership for the directories/files in the new target area?



- Original Message 
> From: Steven P. Ulrick 
> To: users@lists.fedoraproject.org
> Sent: Wed, April 20, 2011 12:45:57 PM
> Subject: Desktop effects issue...
> 
> Hello Everyone,
> How come I can create an entirely fresh user account, log  into KDE and 
> enable 

> Desktop effects, but when I move my main user account's  ~/.kde directory to 
> a 

> different name and attempt to log in, I cannot enable  Desktop effects?  Are 
>there 
>
> some relevant settings that are contained  somwhere else other than "~/.kde"?
> 
> This is on Fedora 14, NVidia driver  from RPM Fusion and KDE 4.6.2 from the 
> KDE 
>
> updates-testing repo.
> 
> I  know this is not much information, but I will provide whatever you ask me  
>for.
> 
> Steven P. Ulrick
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To  unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Setting up a Dell Printer

2011-04-20 Thread james tate
On 04/20/2011 02:50 PM, Kevin J. Cummings wrote:
> On 04/20/2011 11:19 AM, james tate wrote:
>> On 04/19/2011 09:37 PM, Kevin J. Cummings wrote:
>>> On 04/19/2011 08:14 PM, james tate wrote:
 Fedora 14

 In the Printer setup there is no settings for a USB Dell 720 printer, it
 is a fairly old printer.

 How do I get the drivers for this printer ?
>>> They are a lexmark set of drivers.  You need to look for the following RPMS:
>>>
>>> z600cups
>>> z600llpddk
>>>
>>> I have some old versions 1.0-1 and 2.0-1 respectively (from 2003).  I've
>>> forgotten where I of them from, but with them, I could print to the Dell
>>> 720 Photo Printer.
>>>
>> I found the
>>
>> z600llpddk.rpm
>>
>> But can't find the on the internet.
>>
>> z600cups.rpm
>>
>> The CJLZ600LE-CUPS-1.0-1(1).TAR.gz from Lexmark is corrupted, I get the 
>> error when trying to install it.
>>
>> # sh z600cups-1.0-1.gz.sh
>>
>> Verifying archive integrity...tail: cannot open `+6' for reading: No
>> such file or directory
>>
>> Error in check sums 2331425966 225780837
> You have bad files.  I just did the following on an F14 system:
>
> # rpm -e z600cups z600llpddk
> # rpm -ivh z600\*
> Preparing...###
> [100%]
> 1:z600llpddk ###
> [ 50%]
> 2:z600cups   ###
> [100%]
> #
>
> No problem with the RPMs
>
>
>
I have the z600llpddk.rpm.

What website did you download the z600cups.rpm from ?


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Suspend fails on F14

2011-04-20 Thread Kevin J. Cummings
On 04/20/2011 11:30 AM, Christopher Svanefalk wrote:
> Hello all,
> 
> I run Fedora 14 on a HP Probook 4510s, and I have been having the
> following problem on Fedora 12 as well. I have filed a bug report about
> it, but since it is still open, I was wondering if anybody has any
> advice on how to work around it?
> 
> The bug report in its entirety can be found here:
> https://bugzilla.redhat.com/show_bug.cgi?id=675535
> 
> The text of the bug description is included here.
> 
> Thanks in advance for any and all help!
> 
> Regards,
> 
> Christopher

Chris,
Self help is available here:

> http://www.mjmwired.net/kernel/Documentation/power/basic-pm-debugging.txt

Read the pagem try some of what it suggests, put that data in your bug
report.  Try each suggested step a number of time to see if any of them
are not consistent

> Description of problem:
> 
> This bug is similar in effect to #649103
> (https://bugzilla.redhat.com/show_bug.cgi?id=649103), however, it differs in
> the following ways:
> 
> 1. The system can still shutdown properly 100% of the time. Hibernate has not
> been extensively tested.  
> 2. Different hardware is being used.
> 3. Suspend still works sometimes, but it seems go into hard freeze at random.
> 
> Version-Release number of selected component (if applicable):
> Fedora 14, latest updates as of February 6.
> 
> How reproducible:
> Should be reproducible on a mint system.
> 
> Steps to Reproduce:
> 1. Start system, login 
> 2. attempt to suspend in any way
> 3. --
> 
> Actual results:
> Sometimes (about 50/50 chance of occurence), the system will go into hard
> freeze when trying to suspend. It manifests in one of two ways:
> 1. The standard shutdown/suspend screen (fedora logo on a blue backround) 
> stays
> indefinetly.
> 2. Screen goes black indefinetly.
> 
> In both cases, the only know resolution is a hard reset. No input devices
> respond.
> 
> Expected results:
> The system should go into suspend, and wake up again when powerbutton is
> pressed.
> 
> Additional info:
> I remember having the exact same problem with Fedora 12 back in the day. The
> problem persists after a fresh reinstallation, with or without updates.

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Setting up a Dell Printer

2011-04-20 Thread Kevin J. Cummings
On 04/20/2011 03:04 PM, james tate wrote:

> I have the z600llpddk.rpm.
> 
> What website did you download the z600cups.rpm from ?

Lexmark.  Back in the 2003-2004 timeframe.  I can put them on my WWW
site if you'd like to download them from there?  I can send you a URL

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Suspend fails on F14

2011-04-20 Thread Christopher Svanefalk
Will check it out Kevin, thanks for the help!

On 04/20/2011 09:08 PM, Kevin J. Cummings wrote:
> On 04/20/2011 11:30 AM, Christopher Svanefalk wrote:
>> Hello all,
>>
>> I run Fedora 14 on a HP Probook 4510s, and I have been having the
>> following problem on Fedora 12 as well. I have filed a bug report about
>> it, but since it is still open, I was wondering if anybody has any
>> advice on how to work around it?
>>
>> The bug report in its entirety can be found here:
>> https://bugzilla.redhat.com/show_bug.cgi?id=675535
>>
>> The text of the bug description is included here.
>>
>> Thanks in advance for any and all help!
>>
>> Regards,
>>
>> Christopher
> Chris,
>   Self help is available here:
>
>> http://www.mjmwired.net/kernel/Documentation/power/basic-pm-debugging.txt
> Read the pagem try some of what it suggests, put that data in your bug
> report.  Try each suggested step a number of time to see if any of them
> are not consistent
>
>> Description of problem:
>>
>> This bug is similar in effect to #649103
>> (https://bugzilla.redhat.com/show_bug.cgi?id=649103), however, it differs in
>> the following ways:
>>
>> 1. The system can still shutdown properly 100% of the time. Hibernate has not
>> been extensively tested.  
>> 2. Different hardware is being used.
>> 3. Suspend still works sometimes, but it seems go into hard freeze at random.
>>
>> Version-Release number of selected component (if applicable):
>> Fedora 14, latest updates as of February 6.
>>
>> How reproducible:
>> Should be reproducible on a mint system.
>>
>> Steps to Reproduce:
>> 1. Start system, login 
>> 2. attempt to suspend in any way
>> 3. --
>>
>> Actual results:
>> Sometimes (about 50/50 chance of occurence), the system will go into hard
>> freeze when trying to suspend. It manifests in one of two ways:
>> 1. The standard shutdown/suspend screen (fedora logo on a blue backround) 
>> stays
>> indefinetly.
>> 2. Screen goes black indefinetly.
>>
>> In both cases, the only know resolution is a hard reset. No input devices
>> respond.
>>
>> Expected results:
>> The system should go into suspend, and wake up again when powerbutton is
>> pressed.
>>
>> Additional info:
>> I remember having the exact same problem with Fedora 12 back in the day. The
>> problem persists after a fresh reinstallation, with or without updates.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Desktop effects issue...

2011-04-20 Thread Steven P. Ulrick
> Did you change ownership for the directories/files in the new target area?

I did not knowingly change any permissions at all.  What I did was exactly this:
1. Created a brand new user account.
2. Logged that brand new user into the SAME version of KDE that I always log 
into.
3. Desktop effects work perfectly.

So, I continued my experimentation by trying the following:
4. Desktop effects in my main user account were not working, so I logged out of 
KDE and moved ~/.kde to a different name.
5. Logged back in, and Desktop effects still did not work.

In the case where Desktop Effects worked, ~/.kde was created fresh when the 
user 
logged in for the first time.  The closest (if not perfect) way to duplicate 
that 
circumstance with my normal user account was to force KDE to create a new 
~/.kde 
directory, so I moved the old one out of the way.  That was all that I did.  I 
did not change any permissions.

That is why I was wondering if some settings that affect Desktop Effects are 
located somewhere else other than "~/.kde"?

Steven P. Ulrick


> 
> 
> 
> - Original Message 
> > From: Steven P. Ulrick 
> > To: users@lists.fedoraproject.org
> > Sent: Wed, April 20, 2011 12:45:57 PM
> > Subject: Desktop effects issue...
> > 
> > Hello Everyone,
> > How come I can create an entirely fresh user account, log  into KDE and 
enable 
> 
> > Desktop effects, but when I move my main user account's  ~/.kde directory 
> > to 
a 
> 
> > different name and attempt to log in, I cannot enable  Desktop effects?  
> > Are 
> >there 
> >
> > some relevant settings that are contained  somwhere else other than 
"~/.kde"?
> > 
> > This is on Fedora 14, NVidia driver  from RPM Fusion and KDE 4.6.2 from the 
KDE 
> >
> > updates-testing repo.
> > 
> > I  know this is not much information, but I will provide whatever you ask 
> > me  
> >for.
> > 
> > Steven P. Ulrick
> > -- 
> > users mailing list
> > users@lists.fedoraproject.org
> > To  unsubscribe or change subscription options:
> > https://admin.fedoraproject.org/mailman/listinfo/users
> > Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> > 
> -- 
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
> 
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


A cute Penguin

2011-04-20 Thread james tate
I know this is out of place , but I just think the Linux users will 
enjoy it.

www.youtube.com/watch?v=3wTWWjYTe1I&NR=1
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: A cute Penguin

2011-04-20 Thread Christopher Svanefalk
Watched that this morning, what a perfectly adorable little fellow :D

On 04/20/2011 09:41 PM, james tate wrote:
> I know this is out of place , but I just think the Linux users will 
> enjoy it.
>
> www.youtube.com/watch?v=3wTWWjYTe1I&NR=1

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Setting up a Dell Printer

2011-04-20 Thread james tate
On 04/20/2011 03:11 PM, Kevin J. Cummings wrote:
> On 04/20/2011 03:04 PM, james tate wrote:
>
>> I have the z600llpddk.rpm.
>>
>> What website did you download the z600cups.rpm from ?
> Lexmark.  Back in the 2003-2004 timeframe.  I can put them on my WWW
> site if you'd like to download them from there?  I can send you a URL
>
Thanks very much I would greatly appreciate that, I will patiently be 
waiting.

Thanks again.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [Errno 5] Input/output error

2011-04-20 Thread Leon Legorreta
I have no problems with swap, I'll try the fsck.

thanks

top - 15:05:33 up  3:25,  2 users,  load average: 0.10, 0.14, 0.09
Tasks: 208 total,   1 running, 207 sleeping,   0 stopped,   0 zombie
Cpu(s):  3.3%us,  3.8%sy,  0.0%ni, 93.0%id,  0.0%wa,  0.0%hi,  0.0%si,
0.0%st
Mem:   2052888k total,  1565284k used,   487604k free,   280204k buffers
Swap:  4095996k total,0k used,  4095996k free,   883524k cached

2011/4/18 charles zeitler 

> --
>
> Do what thou wilt
> shall  be the whole  of the Law.
>
>
> On Mon, Apr 18, 2011 at 2:28 PM, Leon Legorreta
>  wrote:
> > I'm trying to update packages are only 33MB
> >
> how's your swap holding out?
> if that's not the problem,
> try a fsck on vg_leon-LogVol00, vg_leon-LogVol03
> and vg_leon-LogVol04
>
> also, you might look at 'man smartctl'
>
> charles zeitler
>
> Love is the law, love under will.
> --
> users mailing list
> users@lists.fedoraproject.org
> To unsubscribe or change subscription options:
> https://admin.fedoraproject.org/mailman/listinfo/users
> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>



-- 
Leon Legorreta
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Setting up a Dell Printer

2011-04-20 Thread james tate
On 04/20/2011 03:11 PM, Kevin J. Cummings wrote:
> On 04/20/2011 03:04 PM, james tate wrote:
>
>> I have the z600llpddk.rpm.
>>
>> What website did you download the z600cups.rpm from ?
> Lexmark.  Back in the 2003-2004 timeframe.  I can put them on my WWW
> site if you'd like to download them from there?  I can send you a URL
>
I don't know if you got my other email Kevin , but I would greatly 
appreciate if send me a URL I could download those RPM's.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


compile error between gcc 4.5 and 4.6

2011-04-20 Thread David Timms
I'm having trouble with building dvbcut [1] for F15. It occurs on both 
an F15 beta machine and in mock from F14, on both i386 and x86_64.

The error is:
=
dvbcut.cpp: In member function 'virtual void 
dvbcut::eventlistcontextmenu(QListBoxItem*, const QPoint&)':
dvbcut.cpp:1328:60: error: invalid initialization of reference of type 
'EventListItem&' from expression of type 'const EventListItem'
dvbcut.cpp: In member function 'void 
dvbcut::open(std::list >, std::string, 
std::string)':
dvbcut.cpp:1863:57: warning: ignoring return value of 'int chdir(const 
char*)', declared with attribute warn_unused_result [-Wunused-result]
make[1]: *** [dvbcut.o] Error 1
make[1]: Leaving directory `/builddir/build/BUILD/dvbcut-svn170/src'
make: *** [all] Error 2
=
The source [2] hasn't changed, so I guess gcc has gained the ability to 
check for this sort of problem, and exits.

Assuming it is buggy application rather than compiler code, what would 
the fix be ?

[1] http://dvbcut.sourceforge.net/
[2] 
http://dvbcut.svn.sourceforge.net/viewvc/dvbcut/trunk/src/dvbcut.cpp?annotate=155&pathrev=155
 
  line 1328
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Help with PPTP VPN connection keeps failing

2011-04-20 Thread Eric B.
"Rick Sewill"  wrote in message 
news:201104200034.38054.rsew...@gmail.com...
>> This may sound like a stupid question, but how/where does one configure
>> compression using the Network Manager?  I can't seem to find 
>> documentation
>> on option configuration anywhere.
>>

> I use KDE so I am limited in what I can do with GNOME Network Manager, 
> but...
> Can you go to the Network Connections, select VPN,
> select the pptp connection and edit it.
> Click the Advanced button, which I think is above the Save button.
>
> Doing a google search: networkmanager pptp compression
> I got the URL http://blog.herbertm.ca/archives/258
> which may help us.

Perfect!  Thanks so much!  That link was exactly what I needed.  I guess I 
must have searched aganst different parameters and didn't get to it.  I must 
have missed those advanced settings, and sure enough, MPPE wasn't enabled. 
So it wasn't as much a question of compression, but rather encryption that 
wasn't set properly.  Enabled the MPPE encryption in the advanced options, 
and now it works properly.

Thanks again so much!

Eric



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Desktop effects issue...

2011-04-20 Thread Tim
On Wed, 2011-04-20 at 11:45 -0500, Steven P. Ulrick wrote:
> How come I can create an entirely fresh user account, log into KDE and
> enable Desktop effects, but when I move my main user account's ~/.kde
> directory to a different name and attempt to log in, I cannot enable
> Desktop effects?

While you may see files as being owned by yourself based on the
username, the system sees them based on the numeric user ID.  The files
owner ID has to be the same ID as the log-on.

You can see which user ID owns the files with: "ls -n"

When you moved files, did you change ownership?  When you created the
new user, did you set the user ID appropriately?

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

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



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Encrypted MD Device

2011-04-20 Thread EredicatorX
On 04/20/2011 04:22 AM, Andrew Haley wrote:
> mdadm  --assemble /dev/md0 /dev/sdc1  /dev/sdd1
Thanks for the info Andrew that did the trick.

E./

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Problem with atheros ar5008 wifi card

2011-04-20 Thread JD
I have an Atheros AR5008 (AR5416 / AR2133 chipset) mini-pci (32 bit)
wifi card.

If I boot into Fedora, with any of the kernels
kernel-2.6.35.6-45.fc14.i686
kernel-2.6.35.11-83.fc14.i686
kernel-2.6.35.12-88.fc14.i686

Or mainline kernels:
linux-2.6.36.x
linux-2.6.37.x
linux-2.6.38.x



I see this output during boot
ath: Failed to stop TX DMA in 100 msec after killing last frame
and even after boot (while logged in to the main console as root).

So, the wlan0 device is never available. Ath9k driver is loaded.
But no wlan0 device.

So, what I do in order to fix the problem is to boot into
windows (xp), bring up the card, and reboot  into linux,
and then the card works. This has been going on for several
days now, and I have no idea what might be causing this.

If you need more data, please let me know.

Cheers,

JD

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Setting up a Dell Printer

2011-04-20 Thread Kevin J. Cummings
On 04/20/2011 04:35 PM, james tate wrote:
> On 04/20/2011 03:11 PM, Kevin J. Cummings wrote:
>> On 04/20/2011 03:04 PM, james tate wrote:
>>
>>> I have the z600llpddk.rpm.
>>>
>>> What website did you download the z600cups.rpm from ?
>> Lexmark.  Back in the 2003-2004 timeframe.  I can put them on my WWW
>> site if you'd like to download them from there?  I can send you a URL
>>
> I don't know if you got my other email Kevin , but I would greatly 
> appreciate if send me a URL I could download those RPM's.

Sorry, was busy this afternoon.  I'm putting them here:

http://kjchome.homeip.net/z600cups-1.0-1.i386.rpm
http://kjchome.homeip.net/z600llpddk-2.0-1.i386.rpm

-- 
Kevin J. Cummings
kjch...@verizon.net
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


screencast to youtube live

2011-04-20 Thread Skunk Worx
Hi,

I see youtube has a "Live Beta" feature to share a webcam live with a 
group of people.

Apparently Mac and Windows users can use a product called "manycam" to 
screencast their desktops live on youtube.

Is there something like this available for Fedora?

Thanks,
John
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


RESTful tools

2011-04-20 Thread Skunk Worx
Hi,

I see a google code project named "staff" that converts a fairly simple 
interface definition into C/C++ web client and service headers and stubs.

With appropriate options, "staff" can create RESTful client and service 
stubs.

If anyone is familiar with gSOAP, it kind of resembles staff, but 
without the REST options.

Are there any tools like these available in the Fedora repos? Tools that 
can build RESTful C/C++ stubs?

Does anyone have an opinion on the state of machine-to-machine 
communications? Are SOAP and REST still pretty mainstream?

Thanks,
John

Refs :

http://code.google.com/p/staff/
http://www.cs.fsu.edu/~engelen/soap.html
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines