Flat Monitors
by Mike Chambers
Anyone got a good recommendation for one less than $200 US? Might need
to get rid of this KDS CRT one.
--
Mike Chambers
Madisonville, KY
"Best lil town on Earth!"
13 years, 4 months
kdepim from Fedora Development repository
by Timothy Murphy
I just made what may be the mistake of installing kdepim
from the Fedora development repository.
[I did this because I had the gnokii package from this repository,
and was unable to update gnokii-devel from the standard repository
because this required an earlier version of gnokii.
I tried the two suggestions made when I asked about downgrading,
but neither of them seemed to work,
though it is quite likely I did not follow them correctly.]
In any case, the new kdepim
kdepim-3.5.7-10.svn20070926.ent.fc7.i386
seems to contain a strange kaddressbook.
Surprisingly, this is an older version, 3.5.6,
than the current standard version, 3.5.7,
and it seems much larger:
[tim@elizabeth ~]$ ls -ls /usr/bin/kaddressbook
804 -rwxr-xr-x 1 root root 819188 2007-10-08 15:00 /usr/bin/kaddressbook
[tim@alfred ~]$ ls -ls /usr/bin/kaddressbook
44 -rwxr-xr-x 1 root root 43892 2007-06-20 01:22 /usr/bin/kaddressbook
I filed a KDE bugzilla, but I'm not entirely sure it is not my mistake ...
13 years, 4 months
How To Use The DN to log onto the LDAP server with PHPLDAPAD
by Jyotishmaan Ray
Dear All Members,
This is Jyotishmaan.
I have a small problem with phpldapadmin.
These are the lines of config.php file, which i have changed:-
$ldapservers->SetValue($i,'server','name','My LDAP Server: authdns(a)nits.ac.in');
$ldapservers->SetValue($i,'server','host','127.0.0.1');
$ldapservers->SetValue($i,'server','base',array('dc=nits,dc=ac,dc=in'));
$ldapservers->SetValue($i,'server','auth_type','session');
$ldapservers->SetValue($i,'login','dn','');
$ldapservers->SetValue($i,'login','dn','cn=Manager,dc=nits,dc=ac,dc=in');
$ldapservers->SetValue($i,'login','pass','');
$ldapservers->SetValue($i,'login','pass','secret');
with
the above lines in config.php i am getting the following error message
displayed while logging onto the LDAP server with the phpldapadmin
browser:-
Could not bind to the LDAP server. LDAP said: Unknown errorError number: 0x1a ()Description:
Please note I have not used either TLS or SASL to connect or authenticate with the LDAP server. Is it important to do ??
However,
i have added two entries into the bdb database over the ldap from the
root prompt using ldap command. the transcript of it is as given below:-
[root@authdns
bin]# ldapadd -x -D "cn=Manager,dc=nits,dc=ac,dc=in" -W -f
/etc/openldap/test/.ldif/etc/openldap/test/.ldif: No such file or
directory
[root@authdns bin]# ldapadd -x -D "cn=Manager,dc=nits,dc=ac,dc=in" -W -f /etc/openldap/test/new.ldif
Enter LDAP Password:
adding new entry "dc=nits,dc=ac,dc=in"
adding new entry "cn=Manager,dc=nits,dc=ac,dc=in"
But since i have the phpldapadmin browser,
i would like to add all the entries using the browser.
Please let me know the necessary changed that needs to be done in the config.php file.
One more question, here i have to run the slapd deemon manually in the directory, /usr/bin/slapd -d 65 &
I wish to run it directly using the command :-
service slapd restart
Now, should i include this service name directly in the file /etc/services file?
I would not like to take risk, so please help me???
Thanking you, for all the answers, in advance,
Jyotishmaan
With Thanks and Regards,
Jyotishmaan Ray
Moderator Of Paradise Groups
http://yahoogroups.com/group/Spirituality-Paradise
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
13 years, 4 months
Yum Dependency problem
by david walcroft
I'm trying to update but get this error
Total download size: 40 M
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package python-reportlab needs python(abi) = 2.4, this is not available.
Package metakit needs python(abi) = 2.4, this is not available.
Package PyRTF needs python(abi) = 2.4, this is not available.
Package python-sqlite2 needs python(abi) = 2.4, this is not available.
Package python-imaging-tk needs python(abi) = 2.4, this is not available.
Complete!
My rpm database says this
[david@reddwarf ~]$ sudo rpm -q python
python-2.5-12.fc7.i386
Why does yum want python-2.4 when 2.5 is installed.
If it is required where do I find it?
Thanks david
13 years, 4 months
OT: Help with compiling gphoto 2.4
by awrobinson-ml@nc.rr.com
I'm trying to build gphoto 2.4 from source. However, when I run
'configure', it says it cannot link to the libltdl. As I illustrate
below, I have the rpm installed. I am hoping someone can point out what
I'm doing wrong.
Thanks!
Andrew Robinson
[root@orpheus libgphoto2-2.4.0]# ./configure
...
checking ltdl.h usability... no
checking ltdl.h presence... no
checking for ltdl.h... no
checking that we can compile and link with libltdl... no
configure: error: cannot compile and link against libltdl
libgphoto2 requires libltdl (the libtool dl* library),
but cannot compile and link against it.
Aborting.
[root@orpheus libgphoto2-2.4.0]# rpm -qa | grep libtool
libtool-1.5.22-11.fc7
libtool-ltdl-1.5.22-11.fc7
[root@orpheus libgphoto2-2.4.0]# rpm -ql libtool-ltdl-1.5.22-11.fc7
/usr/lib/libltdl.so.3
/usr/lib/libltdl.so.3.1.4
/usr/share/doc/libtool-ltdl-1.5.22
/usr/share/doc/libtool-ltdl-1.5.22/COPYING.LIB
/usr/share/doc/libtool-ltdl-1.5.22/README
13 years, 4 months
Source for pthread-stubs
by R. G. Newbury
I'm trying to do a full build of X following the instructions in the
X.org Modular Builders Guide.
It get an error trying to build the xcb/libxcb directory, that I am
missing a library called "pthread-stubs xau"....I have pthread
installed but yum cannot find anything called either pthread-stubs or
xau...and I don't think that xau is actually a missing library, but what
it is I have no idea. Yes, that is how it shows in the configure error
output.
Does anyone know what/where/how I can find this library?
13 years, 4 months
Re: Fedora 7 'issues' (printer)
by Michael Hartley
>
>
> Message: 5
> Date: Fri, 02 Nov 2007 11:19:59 +0000
> From: Tim Waugh <twaugh(a)redhat.com>
> Subject: Re: Fedora 7 'issues' (printer)
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <1194002399.8852.2.camel(a)cyberelk.elk>
> Content-Type: text/plain; charset="us-ascii"
>
> On Fri, 2007-11-02 at 11:15 +0900, Michael Hartley wrote:
> >
> > Under FC4, it worked ok once I managed to get it installed, but kept
> > disappearing, until someone from this list advised me how to tweak the
> > OS to make it work.
>
> Not sure what you mean about this. Can you be more specific? Perhaps
> it's relevant.
It was quite some time ago, but if you search the list archives for
mike40033 samsung, you'll probably find it.
By the way, I didn't upgrade to F7, I did a clean install on a new hard
disk.
> Under FC7, it worked for a couple of weeks, but now (after a YUM
> > update) the printer seems to be 'not connected - trying again in 30s'
>
> What does 'lpstat -s' say, and what does '/usr/sbin/lpinfo -v' say?
[hartleym@genesis ~]$ lpstat -s
no system default destination
device for Samsung: usb://Samsung/ML-1510_700
[hartleym@genesis ~]$ /usr/sbin/lpinfo -v
network socket
network beh
direct hal
direct hpfax
direct hp
network http
network ipp
network lpd
direct parallel:/dev/lp0
direct scsi
serial serial:/dev/ttyS0?baud=115200
serial serial:/dev/ttyS1?baud=115200
network smb
Tim.
> */
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 189 bytes
> Desc: This is a digitally signed message part
> Url :
> https://www.redhat.com/archives/fedora-list/attachments/20071102/33b85658...
>
> ------------------------------
>
> Message: 6
> Date: Fri, 2 Nov 2007 12:25:16 +0100
> From: "Michael Schwendt" <mschwendt(a)gmail.com>
> Subject: Re: Yum Dependency problem [Solved]
> To: "For users of Fedora" <fedora-list(a)redhat.com>
> Message-ID:
> <440f31f60711020425w1b34e165i5f724e9291488c7f(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 02/11/2007, david walcroft <d_j_w46(a)bigpond.net.au> wrote:
>
> > >>> Package python-reportlab needs python(abi) = 2.4, this is not
> > >>> available.
> > >>> Package metakit needs python(abi) = 2.4, this is not available.
> > >>> Package PyRTF needs python(abi) = 2.4, this is not available.
> > >>> Package python-sqlite2 needs python(abi) = 2.4, this is not
> available.
> > >>> Package python-imaging-tk needs python(abi) = 2.4, this is not
> > >>> available.
>
> > I have just done another 'yum update' for the third time today and yum
> > download 87 updates and cleaned up my dependency problem.
> > I notice that If I wait a couple of days dependency problems tend to
> > resolve them selves.
>
> You are confused. There have not been any huge updates for this. For
> example, "metakit" (see above quote) for stock Fedora 7 is unchanged
> since May 23rd and does NOT require python(abi) = 2.4 (which is Fedora
> Core 6 and older), but python(abi) = 2.5. A simple upgrade to Fedora 7
> would have replaced it with the f7 package already. Same applies to
> python-imaging-tk (... and I haven't checked the others).
>
> $ rpm -qpR metakit-2.4.9.6-1.fc7.i386.rpm |grep py
> python(abi) = 2.5
>
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 02 Nov 2007 11:56:48 +0100
> From: Bob Marcan <bob.marcan(a)interstudio.homeunix.net>
> Subject: Re: send e-mail without use sendmail
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <472B0270.7080000(a)interstudio.homeunix.net>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Ed Greshko wrote:
> > Frank Cox wrote:
> >> On Wed, 31 Oct 2007 12:05:11 -0500
> >> Les Mikesell <lesmikesell(a)gmail.com> wrote:
> >>
> >>> You must have a real domain name to send email.
> >> Is there any technical reason (other than "we hate spammers") why email
> can't
> >> be sent to an IP address instead of a domain name?
> >>
> >> I know that mail sent to joeblow(a)123.456.789.001 doesn't work, but have
> never
> >> really understood why...
> >
> > It is call "fault tolerance". In general, sending to a single IP
> address is
> > has a single point of failure. If that system is down...email doesn't
> move.
> > When you send to company.com there is what is known as an MX record
> that
> > returns all the IP addresses that accept email for company.com and
> weights
> > for the sending side to decided who to sent to first and failing that
> > second, etc.
> >
> > Sending to IP addresses doesn't scale and isn't manageable.
> >
>
> joeblow(a)[123.456.789.001] does work.
>
> --
> Bob Marcan, Consultant mailto:bob.marcan@snt.si
> S&T Slovenija d.d. tel: +386 (1) 5895-300
> Leskoskova cesta 6 fax: +386 (1) 5895-202
> 1000 Ljubljana, Slovenia url: http://www.snt.si
>
>
>
> ------------------------------
>
> Message: 8
> Date: Fri, 02 Nov 2007 22:07:22 +1030
> From: Tim <ignored_mailbox(a)yahoo.com.au>
> Subject: Re: Network install FC7
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <1194003442.3138.8.camel(a)suspishus.lan.cameratim.com>
> Content-Type: text/plain
>
> Tim:
> >> I did a network install of FC7 ages ago, but I can't recall what
> >> protocol I used. Whichever technique it was, I would have copied the
> >> files to a directory, I didn't use a loop mount, or serve out the
> >> ISO.
>
>
> John Summerfield:
> > You might have copied and then run createrepo. That should work.
>
> No, I didn't do anything like that. I just can't remember whether I
> used HTTP or NFS for the last network install. My install booted from
> the rescue disc to do a network install with the files from a DVD ISO as
> files on my hard disc, exactly as copied from it. The copying process
> would have been from a loop mount, but the actual install wasn't.
>
> But anyway, I think that's probably going off on a tangent from the
> original poster's query about networking installing.
>
> I do recall having quite some difficulty the first time I tried to
> install. I'd put the install files onto another hard drive, and tried
> to do an install from a local hard drive, and despite it being mounted
> and readable, the install routine couldn't make use of it.
>
> I installed another box by removing the DVD drive from yet another
> computer.
>
> And the last FC7 install was using the rescue CD as the boot drive, and
> external drive in a USB box with the DVD ISO on it.
>
> --
> (This computer runs FC7, my others run FC4, FC5 & FC6, in case that's
> important to the thread.)
>
> Don't send private replies to my address, the mailbox is ignored.
> I read messages from the public lists.
>
>
>
> ------------------------------
>
> Message: 9
> Date: Fri, 02 Nov 2007 07:51:52 -0400
> From: Bill Davidsen <davidsen(a)tmr.com>
> Subject: Re: DVD and CD not automounting in F7
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <472B0F58.50800(a)tmr.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Andrea Mastellone wrote:
> > Hi,
> >
> > it is about four months that my fedora box does not automount dvd and
> > cd's. It is a F7, with regular updates.
> >
> > The USB sticks and disks correctly automounts. Running lshal -m, I see
> > that USB devices are detected and mounted, but CD and DVD are not
> > reported when inserted in the drive (a simple IDE internal DVD/CD writer
> > in a notebook).
> >
> > By googling, there is a number of cases relative both to hald and
> > autofs, and so on, but no one gave me an hint :(
> >
> > Some similar case and suggestion ? Thanks in advance.
> >
> Probably you changed the "preferences" in your window manager to turn
> off automount. Or some update did it for you. This is one of the first
> things I do, since having the system, WM or hal, checking for new media
> can create problems with burning.
>
> There was a discussion of this on another list, the mode of the burner
> can get changed, streaming can be interrupted, etc.
>
> If you want to enable that behavior, start in Preferences, I don't
> remember if it's Hardware or Look&Feel, but it's there, something like
> "mounting of media or such."
>
> --
> Bill Davidsen <davidsen(a)tmr.com>
> "We have more to fear from the bungling of the incompetent than from
> the machinations of the wicked." - from Slashdot
>
>
>
> ------------------------------
>
> Message: 10
> Date: Fri, 02 Nov 2007 07:53:09 -0400
> From: Bill Davidsen <davidsen(a)tmr.com>
> Subject: Re: Network install FC7
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <472B0FA5.6020704(a)tmr.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Kam Leo wrote:
> > On 11/1/07, Bill Davidsen <davidsen(a)tmr.com> wrote:
>
> >> Is there a simple trick or a pointer to valid instructions? I can
> >> install FC8 on the machine just fine, but pulling a pre-release
> >> distribution over a slow (4Mbit) network is not what I want other than
> a
> >> proof of concept.
>
> > For NFS install you only need to provide access to the iso file. The
> > information here, http://fedoranews.org/dowen/nfsinstall , is a
> > little dated but the concepts should hold.
> >
> The document appears to refer to FC5 and earlier, or maybe FC6, when the
> install format changed from "many CDs" to "DVD" it looks as if something
> was lost, like the ability to install from your own local network copy.
>
> Thanks for the link, however.
>
> --
> Bill Davidsen <davidsen(a)tmr.com>
> "We have more to fear from the bungling of the incompetent than from
> the machinations of the wicked." - from Slashdot
>
>
>
> ------------------------------
>
> Message: 11
> Date: Fri, 02 Nov 2007 05:50:14 -0600
> From: Karl Larsen <k5di(a)zianet.com>
> Subject: Re: Fedora 7 'issues' (microphone)
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <472B0EF6.6080801(a)zianet.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Michael Hartley wrote:
> >
> > Hi!
> >
> > I'm trying to use Skype beta 1.4.0.99 <http://1.4.0.99/>, under Fedora
> > 7. My sound setup is :
> > ALSA driver 1.0.14, with card VIA 8235 and chip Realtek ALC650F.
> >
> > Besides the fact that I often have to go to the mixer to set things up
> > properly, I find that even with Mic Boost (+20db) on, the sound is
> > just not
> > loud enough. People at the other end have trouble hearing, unless I talk
> > very loudly.
> >
> > It was ok under Fedora 4.
> >
> > Does anyone have any suggestions I could try?
> >
> >
> When you open the Volume control there are two Mixers, and one is
> the OSS Mixer. Go to recording and click on the mike below the
> Microphone slider. Now turn up the slider and you should be heard just
> fine.
>
>
>
> --
>
> Karl F. Larsen, AKA K5DI
> Linux User
> #450462 http://counter.li.org.
>
>
>
> ------------------------------
>
> Message: 12
> Date: Fri, 02 Nov 2007 05:55:08 -0600
> From: Karl Larsen <k5di(a)zianet.com>
> Subject: Re: RPM
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <472B101C.6050902(a)zianet.com>
> Content-Type: text/plain; charset=ISO-8859-15; format=flowed
>
> Tim wrote:
> > On Thu, 2007-11-01 at 15:13 -0600, Karl Larsen wrote:
> >
> >> OK. The book Maximum RPM does not even mention rpmbuild. For this
> >> function I think the early work was done with amanda. I expect most of
> >> rpmbuild is in amanda but not easy to check.
> >>
> >
> > What does drive backup software (amanda) have to do with RPM?
> >
> >
> It is used in the making of rpm files. I didn't read it with care.
> But it is in Maximum RPM.
>
>
>
>
> --
>
> Karl F. Larsen, AKA K5DI
> Linux User
> #450462 http://counter.li.org.
>
>
>
> ------------------------------
>
> Message: 13
> Date: Fri, 2 Nov 2007 12:02:27 +0000 (UTC)
> From: Mike C <mike.cohler(a)gmail.com>
> Subject: Re: Network install FC7
> To: fedora-list(a)redhat.com
> Message-ID: <loom.20071102T120043-82(a)post.gmane.org>
> Content-Type: text/plain; charset=us-ascii
>
> One thing that may be very important is to make sure the appropriate ports
> have
> access - in other words don't forget to open the firewall as necessary.
>
> I have been bitten a few times by forgetting that the firewall can stop
> things
> working, not only for nfs but also for wireless cards to work correctly -
> depending on how you configure your firewall of course!
>
>
>
>
> ------------------------------
>
> Message: 14
> Date: Fri, 02 Nov 2007 13:17:06 +0100
> From: Andrew Kelly <akelly(a)corisweb.org>
> Subject: Re: RPM
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <1194005826.3091.75.camel(a)localhost.localdomain>
> Content-Type: text/plain; charset=utf-8
>
> On Fri, 2007-11-02 at 05:55 -0600, Karl Larsen wrote:
> > Tim wrote:
> > > On Thu, 2007-11-01 at 15:13 -0600, Karl Larsen wrote:
> > >
> > >> OK. The book Maximum RPM does not even mention rpmbuild. For this
> > >> function I think the early work was done with amanda. I expect most
> of
> > >> rpmbuild is in amanda but not easy to check.
> > >>
> > >
> > > What does drive backup software (amanda) have to do with RPM?
> > >
> > >
> > It is used in the making of rpm files. I didn't read it with care.
> > But it is in Maximum RPM.
>
> [BEEEP!] Wrong answer.
>
> It is NOT used in the making of rpm files. The Amanda application was
> used to provide an example of creating a (more complicated) package.
>
> The first appearance of "Amanda" (page 276 of the printed book, page 367
> of the pdf book) is:
>
> "So, without further ado, let's meet amanda..."
>
> a statement preceded by the paragraph:
>
> "In this chapter, we’ll package a more complex application that will
> call on most of RPM’s capabilities. We’ll start with a general
> overview
> of the application and end with a completed package, just as you would
> if you were tasked with packaging an application that you’d not seen
> before."
>
>
> Please, Karl, attempt to be a bit less Authoritative when you are
> clearly talking through your shirt-sleeve.
>
>
> Andy
>
>
>
> ------------------------------
>
> Message: 15
> Date: Fri, 02 Nov 2007 07:19:35 -0600
> From: Aaron Konstam <akonstam(a)sbcglobal.net>
> Subject: Re: Returning to the OOwrite malfuntion question
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <1194009575.2847.7.camel@cyrus>
> Content-Type: text/plain
>
> On Thu, 2007-11-01 at 15:23 -0500, Tom Owens wrote:
> > On Thursday 01 November 2007 04:17:06 pm Aaron Konstam wrote:
> > > > Well that is interesting. One response agreed with me that it does
> not
> > > > work and you say it does. Which leaves me in a quandary.
> > >
> > > Then it is bugzilla time.
> >
> > I would be more inclined to lean towards "pilot error".
> I don't know what pilot error is supposed to mean but if it means misuse
> of OOwrite I disagree. In MS word if you go to printer setup under File
> and click on Landscape the document becomes Landscape. If openoffice is
> supposed to mirror MS behavior it should have the same functionality.
> I am glad to know that Landscape printing is possible but not by the
> method that should work. That is a bug in my book.
> --
> Aaron Konstam <akonstam(a)sbcglobal.net>
>
>
>
> ------------------------------
>
> Message: 16
> Date: Fri, 02 Nov 2007 13:31:46 +0100
> From: info(a)boer-software-en-webservices.nl
> Subject: Problem finding devel rpm for procps
> To: fedora-list(a)redhat.com
> Message-ID: <472B18B2.6030608(a)boer-software-en-webservices.nl>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hey list,
>
> I was trying to compile a program that a friend of mine made, and it
> requires the library and headers of procps.
> I could find a number of RPM packages from other distributions, as well
> as debian packages that also
> contain the headers, but I have yet to find a fedora RPM that has
> these.My friend runs debian and can compile
> this the program just fine. There is a procps-debuginfo package, but it
> does not have all the header files I need.
>
> Another thing I noticed (unsure if it's just my setup though), when I
> try to compile my program, it does not
> find libproc. However, when I look in my /lib directory, I can find
> libproc-3.2.7.so. Symlinking this to
> /lib/libproc.so does work though.
>
> Anyone a solution for this, or do I have to get the files from another
> distro? (I sure hope not)
>
> Regards
>
>
>
> ------------------------------
>
> Message: 17
> Date: Fri, 02 Nov 2007 05:34:55 -0700
> From: Craig White <craigwhite(a)azapple.com>
> Subject: Re: Network install FC7
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <1194006895.12175.0.camel(a)lin-workstation.azapple.com>
> Content-Type: text/plain
>
> On Fri, 2007-11-02 at 15:55 +1030, Tim wrote:
> > Tim:
> > >> Which is it, FC 7 or 8? The subject description is different from
> the
> > >> message, and which one you're actually doing might be able to
> pinpoint
> > >> the problem.
> >
> > Craig White :
> > > solution the same either way.
> >
> > I'd have thought so, but I was asking in case there was some bug in the
> > newest install routine.
> >
> > > copy iso to system that has httpd running, loop mount in /var/www/html
> > > path somewhere...good to go.
> > >
> > > mkdir /var/www/html/FC8
> > > mount -t iso /tmp/F-8-x86_64-DVD.iso /var/www/html/FC8
> > >
> > > linux method=http://MY_WEB_SERVER/FC8/disc1
> >
> > It occurred to me that you could have some SELinux issues from that sort
> > of thing, if the contexts aren't in place to allow HTTP serving of those
> > files.
> >
> > I did a network install of FC7 ages ago, but I can't recall what
> > protocol I used. Whichever technique it was, I would have copied the
> > files to a directory, I didn't use a loop mount, or serve out the ISO.
> ----
> if you serve out as NFS, you don't need to loop mount. You only serve
> the iso's themselves via NFS
>
> Craig
>
>
>
> ------------------------------
>
> Message: 18
> Date: Fri, 02 Nov 2007 07:37:18 -0500
> From: Les Mikesell <lesmikesell(a)gmail.com>
> Subject: Re: send e-mail without use sendmail
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <472B19FE.6040805(a)gmail.com>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> Bob Marcan wrote:
> > Ed Greshko wrote:
> >> Frank Cox wrote:
> >>> On Wed, 31 Oct 2007 12:05:11 -0500
> >>> Les Mikesell <lesmikesell(a)gmail.com> wrote:
> >>>
> >>>> You must have a real domain name to send email.
> >>> Is there any technical reason (other than "we hate spammers") why
> >>> email can't
> >>> be sent to an IP address instead of a domain name?
> >>>
> >>> I know that mail sent to joeblow(a)123.456.789.001 doesn't work, but
> >>> have never
> >>> really understood why...
> >>
> >> It is call "fault tolerance". In general, sending to a single IP
> >> address is
> >> has a single point of failure. If that system is down...email doesn't
> >> move.
> >> When you send to company.com there is what is known as an MX record
> that
> >> returns all the IP addresses that accept email for company.com and
> >> weights
> >> for the sending side to decided who to sent to first and failing that
> >> second, etc.
> >>
> >> Sending to IP addresses doesn't scale and isn't manageable.
> >>
> >
> > joeblow(a)[123.456.789.001] does work.
>
>
> Well it might with a real IP address... None of the octets would be
> greater than 255 in a real one - and they don't have leading 0's.
>
> --
> Les Mikesell
> lesmikesell(a)gmail.com
>
>
>
> ------------------------------
>
> --
> fedora-list mailing list
> fedora-list(a)redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-list
>
> End of fedora-list Digest, Vol 45, Issue 13
> *******************************************
>
13 years, 4 months
Intel(R) PRO/100 VE NIC
by gordon@gorste.plus.com
Dear List
I am runnning FC6 on a laptop that has a Intel(R) PRO/100 VE network card.
by mistake I deleted the config though xwindows. Can some one tell me
how to configure it back so that it works again. I do not want to
reinstall my laptop.
Kind regards
Gordon
13 years, 4 months
Re: fedora-list Digest, Vol 45, Issue 12
by Michael Hartley
>
>
> Message: 13
> Date: Fri, 2 Nov 2007 11:03:13 +0100
> From: Stefano Cavallari <stefano(a)cavallari.cjb.net>
> Subject: Re: Fedora 7 'issues' (microphone)
> To: For users of Fedora <fedora-list(a)redhat.com>
> Message-ID: <200711021103.13327.stefano(a)cavallari.cjb.net>
> Content-Type: text/plain; charset="utf-8"
>
> On Friday 02 November 2007 03:11:25 Michael Hartley wrote:
> > Hi!
> >
> > I'm trying to use Skype beta 1.4.0.99, under Fedora 7. My sound setup is
> :
> > ALSA driver 1.0.14, with card VIA 8235 and chip Realtek ALC650F.
> >
> > Besides the fact that I often have to go to the mixer to set things up
> > properly, I find that even with Mic Boost (+20db) on, the sound is just
> not
> > loud enough. People at the other end have trouble hearing, unless I talk
> > very loudly.
> >
> > It was ok under Fedora 4.
> >
> > Does anyone have any suggestions I could try?
> What is the output of
> "amixer" ?
>
>
Another issue is that the settings seem to reset after each reboot. However,
even with the following, the microphone sound is not really loud enough - my
wife has to shout to be hear properly....
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 23 [74%] [-12.00dB] [on]
Front Right: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control 'Master Mono',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 23 [74%] [-12.00dB] [on]
Simple mixer control '3D Control - Center',0
Capabilities: volume volume-joined
Playback channels: Mono
Capture channels: Mono
Limits: 0 - 15
Mono: 0 [0%]
Simple mixer control '3D Control - Depth',0
Capabilities: volume volume-joined
Playback channels: Mono
Capture channels: Mono
Limits: 0 - 15
Mono: 0 [0%]
Simple mixer control '3D Control - Switch',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'PCM',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 16 [52%] [-10.50dB] [on]
Front Right: Playback 16 [52%] [-10.50dB] [on]
Simple mixer control 'Surround',0
Capabilities: pvolume pswitch
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 0 [0%] [-46.50dB] [off]
Front Right: Playback 0 [0%] [-46.50dB] [off]
Simple mixer control 'Surround Down Mix',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Surround Jack Mode',0
Capabilities: enum
Items: 'Shared' 'Independent'
Item0: 'Shared'
Simple mixer control 'Center',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 31 [100%] [0.00dB] [off]
Simple mixer control 'Center/LFE Down Mix',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'LFE',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 31
Mono: Playback 0 [0%] [-46.50dB] [off]
Simple mixer control 'Line',0
Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
Simple mixer control 'CD',0
Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 23 [74%] [0.00dB] [on] Capture [off]
Front Right: Playback 23 [74%] [0.00dB] [on] Capture [off]
Simple mixer control 'Mic',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-exclusive
Capture exclusive group: 0
Playback channels: Mono
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono: Playback 0 [0%] [-34.50dB] [off]
Front Left: Capture [on]
Front Right: Capture [on]
Simple mixer control 'Mic Boost (+20dB)',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Mic Select',0
Capabilities: enum
Items: 'Mic1' 'Mic2'
Item0: 'Mic1'
Simple mixer control 'Video',0
Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
Simple mixer control 'Phone',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined cswitch
cswitch-exclusive
Capture exclusive group: 0
Playback channels: Mono
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono: Playback 0 [0%] [-34.50dB] [off]
Front Left: Capture [off]
Front Right: Capture [off]
Simple mixer control 'IEC958',0
Capabilities: pswitch pswitch-joined cswitch cswitch-joined
Playback channels: Mono
Capture channels: Mono
Mono: Playback [off] Capture [off]
Simple mixer control 'IEC958 Output',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'IEC958 Playback AC97-SPSA',0
Capabilities: volume volume-joined
Playback channels: Mono
Capture channels: Mono
Limits: 0 - 3
Mono: 3 [100%]
Simple mixer control 'PC Speaker',0
Capabilities: pvolume pvolume-joined pswitch pswitch-joined
Playback channels: Mono
Limits: Playback 0 - 15
Mono: Playback 0 [0%] [-45.00dB] [off]
Simple mixer control 'Aux',0
Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-exclusive
Capture exclusive group: 0
Playback channels: Front Left - Front Right
Capture channels: Front Left - Front Right
Limits: Playback 0 - 31
Front Left: Playback 0 [0%] [-34.50dB] [off] Capture [off]
Front Right: Playback 0 [0%] [-34.50dB] [off] Capture [off]
Simple mixer control 'Mono Output Select',0
Capabilities: enum
Items: 'Mix' 'Mic'
Item0: 'Mix'
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 15
Front Left: Capture 7 [47%] [10.50dB] [on]
Front Right: Capture 7 [47%] [10.50dB] [on]
Simple mixer control 'Mix',0
Capabilities: cswitch cswitch-exclusive
Capture exclusive group: 0
Capture channels: Front Left - Front Right
Front Left: Capture [off]
Front Right: Capture [off]
Simple mixer control 'Mix Mono',0
Capabilities: cswitch cswitch-exclusive
Capture exclusive group: 0
Capture channels: Front Left - Front Right
Front Left: Capture [off]
Front Right: Capture [off]
Simple mixer control 'Analog to IEC958 Output',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Channel Mode',0
Capabilities: enum
Items: '2ch' '4ch' '6ch'
Item0: '2ch'
Simple mixer control 'Duplicate Front',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'Exchange Center/LFE',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'External Amplifier',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [on]
Simple mixer control 'Input Source Select',0
Capabilities: enum
Items: 'Input1' 'Input2'
Item0: 'Input1'
Simple mixer control 'Input Source Select',1
Capabilities: enum
Items: 'Input1' 'Input2'
Item0: 'Input1'
Simple mixer control 'Swap Surround Slot',0
Capabilities: pswitch pswitch-joined
Playback channels: Mono
Mono: Playback [off]
Simple mixer control 'VIA DXS',0
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 31 [100%] [-48.00dB]
Front Right: Playback 31 [100%] [-48.00dB]
Simple mixer control 'VIA DXS',1
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 31 [100%] [-48.00dB]
Front Right: Playback 31 [100%] [-48.00dB]
Simple mixer control 'VIA DXS',2
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 31 [100%] [-48.00dB]
Front Right: Playback 31 [100%] [-48.00dB]
Simple mixer control 'VIA DXS',3
Capabilities: pvolume
Playback channels: Front Left - Front Right
Limits: Playback 0 - 31
Mono:
Front Left: Playback 31 [100%] [-48.00dB]
Front Right: Playback 31 [100%] [-48.00dB]
13 years, 4 months