Fedora 2 hard drive install

From: IT Project Hope Switzerland (postmaster_at_projecthope.ch)
Date: 07/07/04

  • Next message: John Cox: "Subject: Re: FC2 Can't save system-config-display changes"
    To: <fedora-list@redhat.com>
    Date: Wed, 7 Jul 2004 14:04:38 +0200
    
    

    Hi there,
    Could anyone please give advice on installing fedora2 on a secondary
    hard drive(optical drive swap on a dell latitude d505). I downloaded the
    necessary files but when trying to boot on this secondary disk install
    will not start. Is is possible that fedora 2 still does not recognise
    ntfs?
    Many thanks

    ===========
    IT Project Hope Switzerland
    email: postmaster@projecthope.ch
    web: http://www.projecthope.ch

    -----Original Message-----
    From: fedora-list-bounces@redhat.com
    [mailto:fedora-list-bounces@redhat.com] On Behalf Of
    fedora-list-request@redhat.com
    Sent: Wednesday, July 07, 2004 1:36 PM
    To: fedora-list@redhat.com
    Subject: fedora-list Digest, Vol 5, Issue 78

    Send fedora-list mailing list submissions to
            fedora-list@redhat.com

    To subscribe or unsubscribe via the World Wide Web, visit
            http://www.redhat.com/mailman/listinfo/fedora-list
    or, via email, send a message with subject or body 'help' to
            fedora-list-request@redhat.com

    You can reach the person managing the list at
            fedora-list-owner@redhat.com

    When replying, please edit your Subject line so it is more specific than
    "Re: Contents of fedora-list digest..."

    Today's Topics:

       1. Re: error mounting encrypted files (Steven R. Ringwald)
       2. Strange problem with "man". (GianPiero Puccioni)
       3. Re: Fedora Palm Questions - Resolved (Grigory Bakunov)
       4. php + RPM (SOSSON Frederic)
       5. Re: php + RPM (Giovanni Riganti)
       6. Re: php + RPM (Michael Schwendt)
       7. RE: php + RPM (SOSSON Frederic)
       8. Strange characters in "make xconfig" (Ra?l Moratalla)
       9. Re: Strange characters in "make xconfig" (Harald Hoyer)
      10. DNS Server trouble. (david)
      11. Re: FC2 Can't save system-config-display changes (Douglas Furlong)
      12. Re: DNS Server trouble. (Alexander Dalloz)
      13. Re: Strange characters in "make xconfig" (Ra?l Moratalla)
      14. Can Anyone Help? (wrgraves2)
      15. Re: Strange characters in "make xconfig" (Alexander Dalloz)
      16. Re: nvidia users: about the xorg-x11 update (Axel Thimm)
      17. Re: Can Anyone Help? (Jim Cornette)
      18. Re: Strange characters in "make xconfig" (Ra?l Moratalla)
      19. Re: Linux audio player (Douglas Furlong)

    ----------------------------------------------------------------------

    Message: 1
    Date: Wed, 07 Jul 2004 01:42:23 -0700
    From: "Steven R. Ringwald" <asric@asric.com>
    Subject: Re: error mounting encrypted files
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <40EBB76F.9030300@asric.com>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed

    Paulo Antonio wrote:

    >Up to Fedora 1, I could mount encrypted files but I
    >can't do it on Fedora 2.
    >
    >I used to do:
    >
    ># mount -o loop,encryption=xor encrypted_file /mnt/dir
    >Password: <my password here>
    >#
    >
    >Now I get:
    >
    ># mount -o loop,encryption=xor encrypted_file /mnt/dir
    >Password: <my password here>
    >ioctl: LOOP_SET_STATUS: Invalid argument
    >#
    >
    >I've seen similiar complaints on the net, but people
    >complain about des or some other stronger encryption,
    >while they say xor works. I can't even get xor
    >working!
    >
    >I've tried loading modules such as cryptoloop, xor,
    >des, etc. They all load, but I can't never mount the
    >file. What's the matter with losetup? Please help.
    >
    I got the same thing, using AES encryption, instead of xor. What I
    needed to do was this:

    modprobe loop
    modprobe cryptoloop
    modprobe aes

    losetup -e aes /dev/loop0 /dev/md4
    <give a password>
    mke2fs /dev/loop0
    losetup -d /dev/loop0

    In my case, I have the filesystem, /dev/md4, in my fstab.

    /dev/md4 /secure ext2
    noauto,encryption=aes 0 0

    then, assuming that the modprobe above has been done, I can type:

    mount /secure

    and it asks me for a password and mounts the filesystem.

    Now to get this to work for a filesystem that needs to be mounted at
    bootup, there is one more step:

    mkinitrd --with=aes --with=cryptoloop --with=loop /boot/initrd
    <kernel-version>

    Hopefully this helps. I have not used the XOR encryption, so I can only
    give the AES example, and say that it is working for me in this fashion.

    Steve

    -- 
    Steven Ringwald
    Asric Consulting Services
    ------------------------------
    Message: 2
    Date: Wed, 7 Jul 2004 11:02:37 +0200
    From: GianPiero Puccioni <gip@ino.it>
    Subject: Strange problem with "man".
    To: fedora-list@redhat.com
    Message-ID: <20040707110237.A2730@fox.ino.it>
    Content-Type: text/plain; charset=us-ascii
    Hi,
    There is a strange problem when I try to use "man" as root.
    The first time I try "man" on a command, say "man ls" I get:
    recursive I/O operation, unit 1, file (echo ".pl 1100i"; /usr/bin/gunzip
    -c '/usr/share/man/man1/ls.1.gz'; echo ".\\\""; echo ".pl \n(nlu+10") |
    /usr/bin/gtbl | /usr/bin/nroff -c --legacy ISO-8859-1 -mandoc
    2>/dev/null
    and the manual can be seen normally, after that it works without the
    error, but I suppose now it uses the formatted version in /var/cache. If
    I am not root the error is not seen but the formatted version in
    /var/cache is not created either, shouldn't "man" run suid man? or the
    cache dirs be writable to users?
    Instead if I use "man" on a non existing command, say "man nothing" I
    get:  "cannot overwrite existing file, unit -17155555, file" and some
    random characters (the number changes too) and this seems to happen to
    both root and user. 
    Is there something wrong?
    Ciao,
      GianPiero
    ------------------------------
    Message: 3
    Date: Wed, 7 Jul 2004 13:01:17 +0400
    From: Grigory Bakunov <thebobuk@gmail.com>
    Subject: Re: Fedora Palm Questions - Resolved
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <f1f8beab04070702016d2197ef@mail.gmail.com>
    Content-Type: text/plain; charset=UTF-8
    > As for the external MS card and MSImport application it turned out 
    > After that put the following entry in /etc/fstab:
    > /dev/sda1    /mnt/clie      vfat      noauto,user,rw         0 0
    > As root run /usr/sbin/updfstab
    > mkdir /mnt/clie
    So sad what it's works only with CLIE.
    Old Palm's like m5xx and Tungsten series  haven't something like
    MSImport so I can't mount my SD/MMC card.
    > The only remaining problemwith syncronization isthat localeon FC2 for 
    > Russians is ru_RU.UTF-8, and j-pilot 0.99.7 doesn't suggest the option
    > of recoding Host UTF-8 - Palm windows-1251 (or koi8-r for that 
    > matter). I filed a bug for them and hope it'll be available sometime 
    > soon.
    Realy gnome-pilot provides much more usable interface. And integration
    with evolution is a big plus too. But gnome-pilot know nothig about
    'charsets', 'encodings' etc.
    -- 
    Theâ„¢ BoBuK
    ------------------------------
    Message: 4
    Date: Wed, 7 Jul 2004 11:17:35 +0200
    From: "SOSSON Frederic" <fsosson@europarl.eu.int>
    Subject: php + RPM
    To: <fedora-list@redhat.com>
    Message-ID:
    	
    <6085BD800C1D704C953466C4B31DAD2B038F96EE@EPLUXSEX01.ep.parl.union.eu>
    Content-Type: text/plain;	charset="iso-8859-1"
    Hello,
    I have installed fedora core 2 and I would like to update php via rpm,
    so I get these rpm and I typed this command:
    rpm -U php-ldap-4.3.6-5.i386.rpm
    And the system told me that:
    warning: php-4.3.6-5.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
    error: Failed dependencies:
            php = 4.3.4-11 is needed by (installed) php-ldap-4.3.4-11
            php = 4.3.4-11 is needed by (installed) php-mysql-4.3.4-11
            php = 4.3.4-11 is needed by (installed) php-odbc-4.3.4-11
    Could you help me?
    Frederic
    ------------------------------
    Message: 5
    Date: Wed, 7 Jul 2004 11:33:25 +0200
    From: Giovanni Riganti  <admin.linux@eco.uninsubria.it>
    Subject: Re: php + RPM
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <200407071133.25504.admin.linux@eco.uninsubria.it>
    Content-Type: text/plain;  charset="iso-8859-1"
    Alle 11:17, mercoledì 07 luglio 2004, SOSSON Frederic ha scritto:
    > Hello,
    >
    > I have installed fedora core 2 and I would like to update php via rpm,
    > so I get these rpm and I typed this command:
    >
    > rpm -U php-ldap-4.3.6-5.i386.rpm
    >
    > And the system told me that:
    >
    > warning: php-4.3.6-5.i386.rpm: V3 DSA signature: NOKEY, key ID 
    > 4f2a6fd2
    > error: Failed dependencies:
    >         php = 4.3.4-11 is needed by (installed) php-ldap-4.3.4-11
    >         php = 4.3.4-11 is needed by (installed) php-mysql-4.3.4-11
    >         php = 4.3.4-11 is needed by (installed) php-odbc-4.3.4-11
    >
    >
    > Could you help me?
    >
    > Frederic
    You must upgrade all php packages. not only ldap. 
    You need :
    	php-4.3.6-5.i386.rpm  
    	php-ldap-4.3.6-5.i386.rpm 
    	php-mysql-4.3.6-5.i386.rpm 
    	php-odbc-4.3.6-5.i386.rpm
    Bye,
    Gio
    -- 
    FC1 - 11:27:57  up 40 days, 20:14.
    ------------------------------
    Message: 6
    Date: Wed, 7 Jul 2004 11:39:00 +0200
    From: Michael Schwendt <fedora@wir-sind-cool.org>
    Subject: Re: php + RPM
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <20040707113900.0c928a02.fedora@wir-sind-cool.org>
    Content-Type: text/plain; charset=US-ASCII
    On Wed, 7 Jul 2004 11:17:35 +0200, SOSSON Frederic wrote:
    > Hello,
    > 
    > I have installed fedora core 2 and I would like to update php via rpm,
    > so I get these rpm and I typed this command:
    > 
    > rpm -U php-ldap-4.3.6-5.i386.rpm
    You didn't type that. You typed: rpm -U php-4.3.6-5.i386.rpm
    > And the system told me that:
    > 
    > warning: php-4.3.6-5.i386.rpm: V3 DSA signature: NOKEY, key ID 
    > 4f2a6fd2
    > error: Failed dependencies:
    >         php = 4.3.4-11 is needed by (installed) php-ldap-4.3.4-11
    >         php = 4.3.4-11 is needed by (installed) php-mysql-4.3.4-11
    >         php = 4.3.4-11 is needed by (installed) php-odbc-4.3.4-11
    > 
    > 
    > Could you help me?
    The error message means that php-ldap, php-mysql and php-odbc packages
    are installed already which depend strictly on php-4.3.4-11. Since you
    want to upgrade the php package to 4.3.6-5, this would break the
    dependency of the other packages. You must erase them or upgrade them
    together with the php main package. And all provided that your newer php
    packages are fully compatible [with the rest of your distribution and
    any other dependencies].
    ------------------------------
    Message: 7
    Date: Wed, 7 Jul 2004 11:47:58 +0200
    From: "SOSSON Frederic" <fsosson@europarl.eu.int>
    Subject: RE: php + RPM
    To: "For users of Fedora Core releases" <fedora-list@redhat.com>
    Message-ID:
    	
    <6085BD800C1D704C953466C4B31DAD2B038F96F0@EPLUXSEX01.ep.parl.union.eu>
    Content-Type: text/plain;	charset="iso-8859-1"
    OK, it worked well,
    Thank you
    -----Original Message-----
    From: fedora-list-bounces@redhat.com
    [mailto:fedora-list-bounces@redhat.com] On Behalf Of Michael Schwendt
    Sent: 07 July 2004 11:39
    To: For users of Fedora Core releases
    Subject: Re: php + RPM
    On Wed, 7 Jul 2004 11:17:35 +0200, SOSSON Frederic wrote:
    > Hello,
    > 
    > I have installed fedora core 2 and I would like to update php via rpm,
    > so I get these rpm and I typed this command:
    > 
    > rpm -U php-ldap-4.3.6-5.i386.rpm
    You didn't type that. You typed: rpm -U php-4.3.6-5.i386.rpm
    > And the system told me that:
    > 
    > warning: php-4.3.6-5.i386.rpm: V3 DSA signature: NOKEY, key ID
    > 4f2a6fd2
    > error: Failed dependencies:
    >         php = 4.3.4-11 is needed by (installed) php-ldap-4.3.4-11
    >         php = 4.3.4-11 is needed by (installed) php-mysql-4.3.4-11
    >         php = 4.3.4-11 is needed by (installed) php-odbc-4.3.4-11
    > 
    > 
    > Could you help me?
    The error message means that php-ldap, php-mysql and php-odbc packages
    are installed already which depend strictly on php-4.3.4-11. Since you
    want to upgrade the php package to 4.3.6-5, this would break the
    dependency of the other packages. You must erase them or upgrade them
    together with the php main package. And all provided that your newer php
    packages are fully compatible [with the rest of your distribution and
    any other dependencies].
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    ------------------------------
    Message: 8
    Date: Wed, 07 Jul 2004 11:52:33 +0200
    From: Ra?l Moratalla <raul.moratalla@ono.com>
    Subject: Strange characters in "make xconfig"
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <40EBC7E1.6050004@ono.com>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Hi!
    When I execute make xconfig in the directory where is located the kernel
    source, the program is displayed with a very strange font that is 
    unreadable. I tried to delete the source and install it again, but it 
    still happens.
    Why does this happens?
    Cheers,
    Raúl
    ------------------------------
    Message: 9
    Date: Wed, 07 Jul 2004 12:08:08 +0200
    From: Harald Hoyer <harald@redhat.com>
    Subject: Re: Strange characters in "make xconfig"
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <40EBCB88.6080002@redhat.com>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Raúl Moratalla wrote:
    > Hi!
    > 
    > When I execute make xconfig in the directory where is located the 
    > kernel
    > source, the program is displayed with a very strange font that is 
    > unreadable. I tried to delete the source and install it again, but it 
    > still happens.
    > 
    > Why does this happens?
    > 
    > Cheers,
    > 
    > Raúl
    > 
    > 
    $ mv .qt/qtrc .qt/qtrc.old
    and try again...
    ------------------------------
    Message: 10
    Date: Wed, 7 Jul 2004 11:30:14 +0200
    From: "david" <davidh@niitsa.com>
    Subject: DNS Server trouble.
    To: <fedora-list@redhat.com>
    Message-ID: <000501c46405$03244820$ca0aa8c0@NIITPLK>
    Content-Type: text/plain;	charset="US-ASCII"
    hi all,
    i am trying 2 setup the dns server.
    im using fc1 but my book that im using was writen for red hat 8.0 the
    problem area is where i need 2 enter '@' for the primary
    nameserver(soa)
    however i cant type it in.fc1 seems 2 ignore shift + 2.
    what should I enter instead of @?
    thanxs n advance
    dbh
    ------------------------------
    Message: 11
    Date: Wed, 07 Jul 2004 11:47:47 +0100
    From: Douglas Furlong <douglas.furlong@firebox.com>
    Subject: Re: FC2 Can't save system-config-display changes
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <1089197267.2732.3.camel@douglas-furlong.firebox.com>
    Content-Type: text/plain
    On Tue, 2004-07-06 at 14:59 -0700, John Cox wrote:
    > When I change from the default VESA driver to ATI Radeon Mobility U1,
    > I can't seem to save this change. Next time I log on the VESA driver
    is
    > there again. How do I save this configuration change?
    > Thanks.
    Have you run yum update, to make sure your system is up to date? There
    were problems with some code and I am not 100% sure if it was fixed
    before FC2 final.
    You may want to edit /etc/X11/xorg.conf and change the driver by hand
    from vesa to I believe radeon.
    May I also suggest having a look at
    https://bugzilla.redhat.com/bugzilla/buglist.cgi?product=Fedora+Core&com
    ponent=redhat-config-xfree86&component=system-config-display&bug_status=
    NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_stat
    us=CLOSED&short_desc_type=allwordssubstr&short_desc=&long_desc_type=allw
    ordssubstr&long_desc=&Search=Search
    This includes some closed bugs, but you may find some thing of help.
    If you can't see any thing there it would be helpful to submit a bug
    with as much info as possible, and then monitor it for changes, as you
    will probably need to help the developer to resolve the trouble's.
    -- 
    Douglas Furlong
    Systems Administrator
    Firebox.com
    T: 0870 420 4475
    ------------------------------
    Message: 12
    Date: Wed, 07 Jul 2004 12:49:56 +0200
    From: Alexander Dalloz <alexander.dalloz@uni-bielefeld.de>
    Subject: Re: DNS Server trouble.
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <1089197396.3202.173.camel@serendipity.dogma.lan>
    Content-Type: text/plain; charset="us-ascii"
    Am Mi, den 07.07.2004 schrieb david um 11:30:
    > i am trying 2 setup the dns server.
    > 
    > im using fc1 but my book that im using was writen for red hat 8.0 the 
    > problem area is where i need 2 enter '@' for the primary
    > nameserver(soa)
    > however i cant type it in.fc1 seems 2 ignore shift + 2.
    > 
    > what should I enter instead of @?
    > dbh
    >From the documentation
    http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/sysadmin-gui
    de/ch-bindconf.html
    I guess the field has to be empty.
    Alexander
    -- 
    Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
    Fedora GNU/Linux Core 2 (Tettnang) on Athlon CPU kernel 2.6.6-1.435.2.3 
    Serendipity 12:48:57 up 2 days, 12:31, load average: 1.62, 1.81, 1.33 
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: not available
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: Dies ist ein digital signierter Nachrichtenteil
    Url : /archives/fedora-list/attachments/20040707/43d44ae6/attachment.bin
    ------------------------------
    Message: 13
    Date: Wed, 07 Jul 2004 13:03:40 +0200
    From: Ra?l Moratalla <raul.moratalla@ono.com>
    Subject: Re: Strange characters in "make xconfig"
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <40EBD88C.40906@ono.com>
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Harald Hoyer escribió:
    > Raúl Moratalla wrote:
    >
    >> Hi!
    >>
    >> When I execute make xconfig in the directory where is located the
    >> kernel source, the program is displayed with a very strange font that
    >> is unreadable. I tried to delete the source and install it again, but
    >> it still happens.
    >>
    >> Why does this happens?
    >>
    >> Cheers,
    >>
    >> Raúl
    >>
    >>
    >
    >
    > $ mv .qt/qtrc .qt/qtrc.old
    >
    > and try again...
    >
    >
    I execute make xconfig as root and I have nothing in .qt folder :(
    ------------------------------
    Message: 14
    Date: Wed, 7 Jul 2004 07:09:32 -0400
    From: wrgraves2 <wrgraves2@netzero.net>
    Subject: Can Anyone Help?
    To: fedora-list@redhat.com
    Message-ID: <200407070709.32852.wrgraves2@netzero.net>
    Content-Type: text/plain;  charset="us-ascii"
    Hello People,
    	I'll try this a second time before giving up. I recently
    upgraded?? from RH 
    7.3 to FC-2. Before the upgrade?? my Epson Stylus C62 printer worked 
    perfectly. After the upgrade??, nothing. Have run system-config-printer
    as 
    root. With the 'config' added a local printer with the name 'Epson'.
    Goto 
    rescan the device, nothing so add a custom device as /dev/lp0 for a
    parallel 
    printer. Set the printer model as Epson Stylus C62 which I find and note
    that 
    the driver is correct. I'm ask if I want to print a test page and I say
    yes. 
    Nothing and the dialog box says 'Printer not connected'. (Printer IS 
    connected to the computer and is on!) Run lpq and am told that the Epson
    is 
    ready and printing which it most certainly isn't. I've wasted hours with
    this 
    to no avail. Does anyone have a clue as to why I can't get this to work?
    This 
    upgrade?? is most frustrating.
    Thanks
    Bill Graves  
    ------------------------------
    Message: 15
    Date: Wed, 07 Jul 2004 13:07:25 +0200
    From: Alexander Dalloz <alexander.dalloz@uni-bielefeld.de>
    Subject: Re: Strange characters in "make xconfig"
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <1089198444.3202.175.camel@serendipity.dogma.lan>
    Content-Type: text/plain; charset="iso-8859-15"
    Am Mi, den 07.07.2004 schrieb Raúl Moratalla um 13:03:
    > I execute make xconfig as root and I have nothing in .qt folder :(
    Run "qtconfig" and make sure you have proper fonts set.
    Alexander
    -- 
    Alexander Dalloz | Enger, Germany | GPG key 1024D/ED695653 1999-07-13
    Fedora GNU/Linux Core 2 (Tettnang) on Athlon CPU kernel 2.6.6-1.435.2.3 
    Serendipity 13:06:51 up 2 days, 12:49, load average: 1.98, 1.77, 1.59 
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: not available
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: Dies ist ein digital signierter Nachrichtenteil
    Url : /archives/fedora-list/attachments/20040707/c2359d77/attachment.bin
    ------------------------------
    Message: 16
    Date: Wed, 7 Jul 2004 13:09:28 +0200
    From: Axel Thimm <Axel.Thimm@ATrpms.net>
    Subject: Re: nvidia users: about the xorg-x11 update
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <20040707110928.GB11700@neu.nirvana>
    Content-Type: text/plain; charset="us-ascii"
    On Tue, Jul 06, 2004 at 01:21:35PM -0700, Jack Spaar wrote:
    > If you used nvidia's installer for the 6106 driver, you will
    > need to re-run the installer after the new xorg-x11 update.
    > 
    > After the xorg-x11 update, glxgears dropped from ~5200 fps to 1750 
    > fps. Re-running nvidia's installer patched things up again.
    > 
    > This is because nvidia's installer effectively replaces some GL 
    > libraries with nvidia's accellerated version.  The xorg-x11 update 
    > re-installs the un-accellerated GL libraries.  [My explanation is 
    > approximate.  So is my understanding. ;) ]
    > 
    > I wish there was some rpm-savvy way for nvidia's installer to handle 
    > this situation.]
    You mean like http://ATrpms.net/name/nvidia-graphics/ ? ;)
    No messing with library or Mesa rpm replacement, and you can even have
    multiple nvidia drivers installed in parallel.
    -- 
    Axel.Thimm at ATrpms.net
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: not available
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: not available
    Url : /archives/fedora-list/attachments/20040707/01617e70/attachment.bin
    ------------------------------
    Message: 17
    Date: Wed, 07 Jul 2004 07:31:11 -0400
    From: Jim Cornette <fc-cornette@sbcglobal.net>
    Subject: Re: Can Anyone Help?
    To: wrgraves2@netzero.net,	For users of Fedora Core releases
    	<fedora-list@redhat.com>
    Message-ID: <40EBDEFF.7070704@sbcglobal.net>
    Content-Type: text/plain; charset=us-ascii; format=flowed
    wrgraves2 wrote:
    > Hello People,
    > 	I'll try this a second time before giving up. I recently
    upgraded?? 
    > from RH
    > 7.3 to FC-2. Before the upgrade?? my Epson Stylus C62 printer worked 
    > perfectly. After the upgrade??, nothing. Have run
    system-config-printer as 
    > root. With the 'config' added a local printer with the name 'Epson'.
    Goto 
    > rescan the device, nothing so add a custom device as /dev/lp0 for a
    parallel 
    > printer. Set the printer model as Epson Stylus C62 which I find and
    note that 
    > the driver is correct. I'm ask if I want to print a test page and I
    say yes. 
    > Nothing and the dialog box says 'Printer not connected'. (Printer IS 
    > connected to the computer and is on!) Run lpq and am told that the
    Epson is 
    > ready and printing which it most certainly isn't. I've wasted hours
    with this 
    > to no avail. Does anyone have a clue as to why I can't get this to
    work? This 
    > upgrade?? is most frustrating.
    > Thanks
    > Bill Graves  
    > 
    > 
    The only thing that I can think of is the change in printer control from
    RHL 7.3 to FC 2. Are you using the printer control from RHL 7.3 or the 
    preferred method used by FC2?
    There were discussions that talked about printer problems and solutions 
    earlier on the list, maybe 3 or 4 months back.
    I have a parallel printer that works, so I did not pay close attention 
    to the thread.
    Jim
    -- 
    You will inherit some money or a small piece of land.
    ------------------------------
    Message: 18
    Date: Wed, 07 Jul 2004 13:36:44 +0200
    From: Ra?l Moratalla <raul.moratalla@ono.com>
    Subject: Re: Strange characters in "make xconfig"
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <40EBE04C.50308@ono.com>
    Content-Type: text/plain; charset=ISO-8859-15; format=flowed
    Alexander Dalloz escribió:
    >Am Mi, den 07.07.2004 schrieb Raúl Moratalla um 13:03:
    >
    >  
    >
    >>I execute make xconfig as root and I have nothing in .qt folder :(
    >>    
    >>
    >
    >Run "qtconfig" and make sure you have proper fonts set.
    >
    >Alexander
    >
    >
    >  
    >
    Thanks for the suggestion Alexander. I run qtconfig and the fonts are 
    correct and other qt applications are showed with the correct fonts. But
    the problem is still there.
    Cheers,
    Raúl
    ------------------------------
    Message: 19
    Date: Wed, 07 Jul 2004 12:35:48 +0100
    From: Douglas Furlong <douglas.furlong@firebox.com>
    Subject: Re: Linux audio player
    To: For users of Fedora Core releases <fedora-list@redhat.com>
    Message-ID: <1089200148.2732.5.camel@douglas-furlong.firebox.com>
    Content-Type: text/plain
    On Sun, 2004-07-04 at 14:21 -0300, Ben Steeves wrote:
    > On Sun, 4 Jul 2004 12:37:49 -0400, Gene Heskett 
    > <gene.heskett@verizon.net> wrote:
    > 
    > > >
    > > >Is this the same type of Library management you say that XMMS has?
    > > >What menu is it on? Because I can't seem to find it.
    > > >
    > > No, sorry.  I thought you were referring to the support libraries to
    > > play or convert your music.
    > 
    > He's not... what he wants is metadata managment.  Two I know of are:
    > 
    > Rhythmbox: http://rhythmbox.sourceforge.net/ (included with FC2)
    > Zinf: http://www.zinf.org/
    If he is a fan of winamp, then he may want to trial this, and help get
    it going with reporting bugs et all.
    http://software.deviantart.com/details/225/
    -- 
    Douglas Furlong
    Systems Administrator
    Firebox.com
    T: 0870 420 4475
    ------------------------------
    --
    fedora-list mailing list
    fedora-list@redhat.com
    http://www.redhat.com/mailman/listinfo/fedora-list
    End of fedora-list Digest, Vol 5, Issue 78
    ******************************************
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: John Cox: "Subject: Re: FC2 Can't save system-config-display changes"

    Relevant Pages

    • Re: nvidia blues
      ... files that come from fedora. ... It did not install and it ruined the older nvidia. ... but I would always recommend the rpm based driver ... over the standard nvidia installer any day. ...
      (Fedora)
    • Re: Latest Seamonkey update
      ... The installer version works fine. ... It is the rpm version available from Fedora Extras that seems to be having a problem with SELinux lately. ... I mean chances are that i can still try to download the rpm version and see how it goes. ...
      (Fedora)
    • Re: Latest Seamonkey update
      ... The installer version works fine. ... It is the rpm version available from Fedora Extras that seems to be having a problem with SELinux lately. ... mozilla and seamonkey installations with the packages that are contained in rpms without interference. ...
      (Fedora)
    • Re: nvidia blues
      ... Then I was told about better nvidia software from their web site. ... Note that the livna driver is *exactly* the same as the one you got from the nvidia site, just repackaged as an rpm. ... In my opinion it simply interacts better with fedora systems (understandable, since the nvidia installer has to work with any generic linux system,, whereas the fedora rpm can be fine tuned to fedora). ...
      (Fedora)
    • Re: apache2 + PHP + RH
      ... apache seems to not parsing the php pages. ... This was _probably_ done by the apxs2 mod installer: ... Removing the RPM probably removed ...
      (comp.lang.php)