Re: Remote administration of FC 10 headless servers.

2009-04-27 Thread Tim Waugh

Richard Hughes wrote:

On Thu, 2009-04-23 at 08:03 +1000, Michael D. Setzer II wrote:

I see what you mean now. See the same error. I use yumex and it seems
to work fine from vnc. 


You need to add authorisations to do this from an inactive console in
polkit-gnome-authorization. It's denied by default.


I still get this message:

==>
Software Update Viewer is running when the session is not active

These applications should be run only when on active console.
This normally indicates a bug with your remote desktop implementation.
<==

Has anyone managed to get this working inside a pure VNC session?

Tim.
*/



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

Re: Remote administration of FC 10 headless servers.

2009-04-27 Thread Mike Cloaked



Michael D. Setzer II wrote:
> 
> 
> You do have to open up the port in the firewall.
> system-config-firewall 
> other ports
> Click Add
> Enter port 5900 + port you use for server 
> Example:
> vncserver :50
> Add port 5950 TCP
> 
> 

Or safer still run vnc over an ssh tunnel - that way you don't need to open
ports in the firewall - just forward a local port to remote port 5900 in the
vnc connection and then connect vnc to your local port when administering
the remote machine.

HTH

-- 
View this message in context: 
http://www.nabble.com/Remote-administration-of-FC-10-headless-servers.-tp23177890p23253846.html
Sent from the Fedora List mailing list archive at Nabble.com.

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


Re: Remooving U3 from USB drive.

2009-04-27 Thread Aaron Konstam
On Sun, 2009-04-26 at 14:28 -0700, Mike Cloaked wrote:
> 
> 
> Aaron Konstam wrote:
> > 
> > A question which appeared on fedora-list recently was how to remove U#W
> > from a USB drive. I did not see a resolution until the following web
> > link:
> > 
> > http://www.u3.com/uninstall
> > 
> > 
> 
> I tried to find the answer to this some time ago also - the link you refer
> to does provide a solution to removing the u3 stuff but not for linux as far
> as I know - I never did find if there was a way to remove it in linux even
> using the reformatting tools like parted and equivalents - the hidden
> partition seems particularly stubborn against decontamination attempts in
> linux!
> 
> I only ever bought a single u3 drive and in the end resorted to using a
> windows machine and the software you referred to in order to clean up the
> drive.  After that it worked fine as a normal usb key.
> 
> If you do find a linux removal solution I would be interested to hear about
> it
You are right the above referenced procedure is a Windows solution. In a
discussion about this yesterday some on suggested dd to wipe out the
stick and then reformatting it. I don't know if this will work.
--
===
He asked me if I knew what time it was -- I said yes, but not right now.
-- Steven Wright
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

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


Re: F10 recent network problem

2009-04-27 Thread Simon Andrews

Dennis Mattingly wrote:

 >A few other things which might be relevant:
 >
 >Have you tried to disable the firewall and restart the network:
 >[as root]
 >$ service iptables stop
 >$ service network stop
 >$ service NetworkManager restart
 >
 >..if that doesn't help then post the output from
 >[as root]
 >$ route -n
 >$ ethtool eth0
 >$ ifconfig eth0
 >$ ping 127.0.0.1
 >$ chkconfig --list | grep [35]:on
 >..which may shed some light on what's going on.

Yes, refreshing the Firewall did help.
Now my eth0 (and NetworkManager) start successfully.

However, my route table is empty.
So still no internet with my router / DHCP.

SUMMARY




[r...@localhost ~]# service network stop
Shutting down interface eth0:  [  OK  ]
Shutting down loopback interface:  [  OK  ]

[r...@localhost ~]# service NetworkManager stop
Stopping NetworkManager daemon:[  OK  ]


OK, something is wrong here.  You managed to successfully shut down both 
network and NetworkManager.  It's not normal to have both of these 
active at the same time and bad things will happen if both of them are 
trying to manage the same interface (like overwriting your routing tables).


On my machines I tend to use the older 'network' system for fixed 
ethernet connections, and the newer NetworkManager
for wireless connections.  However NetworkManager should be able to 
manage fixed DHCP connections too and is probably the more generic way 
of handling network connections now.


To set up just the traditional 'network' system:

[as root]
service NetworkManger stop
chkconfig --del NetworkManager
service network restart
chkconfig --add network
ifdown eth0
ifup eth0

.. if you're still not able to route anywhere then run

system-config-network

select eth0 and press "Edit".

Check that "Controlled by NetworkManager"  is unticked.

Check that "Automatically obtain IP address setting with DHCP" is checked

Check that there are no hardcoded routes defined.

Reboot just to make sure everything is cleared.




If you want to use NetworkManager [I don't use this much so I'll leave 
it for others to correct me here!]


[as root]
service network stop
chkconfig --del network
service NetworkManger restart
chkconfig --add NetworkManager

..possibly reboot just to be sure everything's clear.


Hopefully one of those will get you up and running again.

TTFN

Simon.

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


Re: Akonadi server process not registered at DBus

2009-04-27 Thread Bill Crawford
On Saturday 11 April 2009 19:10:37 Anne Wilson wrote:

> Then there is something very odd about your machine.  System Settings, as
> it appears on the menu, has been present on every install I've had of KDE4,
> going back to early 4.0 on F9 beta.  Try looking on the menu's Computer tab
> - on mine it's the top item.  Try also entering 'system' into the search
> bar on the menu.  If you use the Classic menu, look under System.

The early version only showed it under "Favourites", not "System" for some 
reason, and stayed that way at least until the F10 beta.

Possibly Gene's machine is stuck that way ...

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


FC10 and NDISwrapper

2009-04-27 Thread Gary Stainburn
Hi folks.

I'm trying to get WIFI working on my new DELL and I've been told to try 
ndiswrappers.

I tried 

yum search ndiswrapper

and varients, but nothing was found. I then found RPMs using rpmsearch and 
downloaded them.

Now when I try 'yum localinstall' it adds the kernel as a dependancy, 
downloads it, and then errors saying it is already installed.

If I try 'rpm -i'  it fails on dependancy for /boot/vmlinuz

I've included the session log. Has anyone any suggestions?

Gary
[r...@gary gary]# yum localinstall ~gary/ndiswrapper-1.54-20.fc10.i386.rpm 
ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm 
Loaded plugins: refresh-packagekit  
  
Setting up Local Package Process
  
Examining /home/gary/ndiswrapper-1.54-20.fc10.i386.rpm: 
ndiswrapper-1.54-20.fc10.i386   
  
Marking /home/gary/ndiswrapper-1.54-20.fc10.i386.rpm to be installed
  
fedora  
  | 
2.8 kB 00:00 
adobe-linux-i386
  |  
951 B 00:00 
updates 
  | 
2.3 kB 00:00 
Examining ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm: 
ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586  
   
Marking ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm to be 
installed   
Resolving Dependencies  
 
--> Running transaction check   
 
---> Package ndiswrapper.i386 0:1.54-20.fc10 set to be updated  
 
---> Package ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10.i586 0:1.54-20.fc10 set 
to be updated  
--> Processing Dependency: /boot/vmlinuz-2.6.27.21-170.2.56.fc10.i586 for 
package: ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10   
   
Importing additional filelist information   
 
--> Running transaction check   
 
---> Package kernel.i586 0:2.6.27.21-170.2.56.fc10 set to be installed  
 
--> Finished Dependency Resolution  
 

Dependencies Resolved

=
 Package  Arch Version  

Repository  Size 
=
Installing: 
 
 ndiswrapper  i386 
1.54-20.fc10 /home/gary/ndiswrapper-1.54-20.fc10.i386.rpm   
 
48 k 
 ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10 i586 1.54-20.fc10 

ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm 186 k 
Installing for dependencies:
 
 kernel   i586 2.6.27.21-170.2.56.fc10  

updates 19 M 

Transaction Summary
=
Install  3 Package(s)   
 

Problem to join with Win2K3 AD

2009-04-27 Thread Adeel Akbar
Hi, When I joined my FC10 with Win2k3 AD, its occurred error;

 

[r...@aakbar ~]# system-config-authentication 

 

Shutting down Winbind services:[  OK  ]

Starting Winbind services: [  OK  ]

[/usr/bin/net join -w Ic -S pklhradc2.i2c.com -U ServerUser]

Enter ServerUser's password:<...>

 

Using short domain name -- IC

Joined 'AAKBAR' to realm 'i2c.com'

DNS update failed!

 

Shutting down Winbind services:[  OK  ]

Starting Winbind services:

 

Please help me to join fedora with AD.

 

Adeel Akbar

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

annoying domain.local issue

2009-04-27 Thread Valent Turkovic
Hi,
I have trouble accessing local services inside my company from my
Fedora desktop.

We have samba webserver at samba.domain.local and when I try to open
it via Nautilus it fails. I also have Windows XP running in VirtualBox
and Windows open this samba share with no issue.

Also pinging samba.domain.local works form Windows in VirtualBox but
doesn't work from Fedora.
There is also a web server at web.domain.local that also works under
Windows but doesn't work under Fedora 10. If I remember correctly this
all worked under Fedora 6.

Do you have any issues when domain ends with dot local (.local) ?

How can I troubleshoot this more and fix it?

Both Fedora and Windows use the same DNS and same default gateway.

Thank you in advance,
Valent.

-- 
http://kernelreloaded.blog385.com/
linux, blog, anime, spirituality, windsurf, wireless
registered as user #367004 with the Linux Counter, http://counter.li.org.
ICQ: 2125241, Skype: valent.turkovic

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


Re: annoying domain.local issue

2009-04-27 Thread Gbenga Shobowale
On Mon, Apr 27, 2009 at 4:20 PM, Valent Turkovic
 wrote:
> Hi,
> I have trouble accessing local services inside my company from my
> Fedora desktop.
>
> We have samba webserver at samba.domain.local and when I try to open
> it via Nautilus it fails. I also have Windows XP running in VirtualBox
> and Windows open this samba share with no issue.
>
> Also pinging samba.domain.local works form Windows in VirtualBox but
> doesn't work from Fedora.
> There is also a web server at web.domain.local that also works under
> Windows but doesn't work under Fedora 10. If I remember correctly this
> all worked under Fedora 6.
>
> Do you have any issues when domain ends with dot local (.local) ?
>
> How can I troubleshoot this more and fix it?
>
> Both Fedora and Windows use the same DNS and same default gateway.
>
> Thank you in advance,
> Valent.
>
any domain can be resolved if you have it in /etc/resolve
type in the nameserver there and try again.. should work

Best regards

> --
> http://kernelreloaded.blog385.com/
> linux, blog, anime, spirituality, windsurf, wireless
> registered as user #367004 with the Linux Counter, http://counter.li.org.
> ICQ: 2125241, Skype: valent.turkovic
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>

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


Re: fedora 10 weird mplayer playback

2009-04-27 Thread Robin Laing

Janez Ko¹mrlj wrote:
I upgraded to fedora 10 about a month ago. And since then mplayer 
doesn't play videos smoothly. The sound is ok, but the video plays to 
slow for a couple of seconds, then it plays to fast, to catch up with 
the sound, then it slows down again and so on.
I did a fresh install from the live cd, but i reused the old home dir, 
so the user settings stayed the same.
I installed Mplayer from the rpmfusion repo. I use the x86-64 
distribution, on an AMD Pheom II X3.
My Brother has similar problems on a completely fresh install (including 
home dir) on a core 2 duo laptop.




I have seen the same thing.  In my case it just seems to freeze for the 
first few seconds.  I didn't worry about it at first because I had 
bigger issues to deal with.  I have the problem with no configuration 
files as using configuration files.


I don't have any problem playing the videos in VLC.

As it is a rpmfusion package, it would be better to ask them.


--
Robin Laing

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


Re: can't open .docx files using OO2.3 in F7

2009-04-27 Thread Robin Laing

Frank Cox wrote:

On Sun, 26 Apr 2009 23:38:26 +0200
Kevin Kofler wrote:


OO.o 2.3 doesn't support .docx, only OO.o 3.0 does, so you need at least
F10.


Or the OO3 download from the openoffice.org website.  I put OO3 on Centos 5
using those rpms and it works well.



Oops, I missed the 2.3 version number.  Me bad.


--
Robin Laing

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


Re: [Semi-OT] OSS audio vs ALSA

2009-04-27 Thread Gilboa Davara
On Sun, 2009-04-26 at 14:02 -0400, Tom Horsley wrote:
> On Sun, 26 Apr 2009 18:42:20 +0100
> Alan Cox wrote:
> 
> > Anyway if you have a volume/quality difference its either in the megaton
> > of desktop plumbing or a funny in one of the AC97 or HDMI codec drivers
> > and in each case simply means you have some specific local configuration
> > thats either broken somewhere or an obscure system config specific kernel
> > bug.
> 
> I don't know about that, I think there is something subtle going on with
> fedora's configuration or build or something. I personally don't care
> that much about sound quality, but when I have installed other distros
> on the same hardware (other distros that also use alsa like ubuntu
> and suse), I've noticed that the sound was better on them. Playing
> a silly game like neverputt, the sound will almost always have a bit
> of crackling on fedora that does not show up in the others.
> 

Must likely a pulseaudio issue.

- Gilboa

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


Re: Remooving U3 from USB drive.

2009-04-27 Thread Robin Laing

Aaron Konstam wrote:

On Sun, 2009-04-26 at 14:28 -0700, Mike Cloaked wrote:


Aaron Konstam wrote:

A question which appeared on fedora-list recently was how to remove U#W
from a USB drive. I did not see a resolution until the following web
link:

http://www.u3.com/uninstall



I tried to find the answer to this some time ago also - the link you refer
to does provide a solution to removing the u3 stuff but not for linux as far
as I know - I never did find if there was a way to remove it in linux even
using the reformatting tools like parted and equivalents - the hidden
partition seems particularly stubborn against decontamination attempts in
linux!

I only ever bought a single u3 drive and in the end resorted to using a
windows machine and the software you referred to in order to clean up the
drive.  After that it worked fine as a normal usb key.

If you do find a linux removal solution I would be interested to hear about
it

You are right the above referenced procedure is a Windows solution. In a
discussion about this yesterday some on suggested dd to wipe out the
stick and then reformatting it. I don't know if this will work.
--


I tried that.  Resorted to the Windows technique.  Even the U3 support 
groups couldn't give an answer.  It was two years ago.  I contacted 
Cruiser whom made the stick and they couldn't offer any support either.


On one stick.  The person that removed the U3 software had to remove 
some USB devices as they conflicted with the U3 software.  Also our 
administrator that cleared one stick was surprised how the software 
screwed up with his windows system.


The last stick that I purchased that had U3 on it didn't have anything 
listed on the package.



--
Robin Laing

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


Re: Installing Moonlight?

2009-04-27 Thread Robin Laing

Matthew Saltzman wrote:

On Sun, 2009-04-26 at 11:31 -0600, Frank Cox wrote:

On Sun, 26 Apr 2009 13:26:40 -0400
Matthew Saltzman wrote:


I downloaded the file novell-moonlight-1.0.1-x86_64.xpi, which is a zip
archive, but I'm not sure what to do with its contents.  Anyone know the
answer?

An xpi file is a Firefox plugin.  I have never looked at that particular one,
but Firefox has a built-in ability to install xpi files -- just click on the
file and it will give you the opportunity to install it.  After installing, you
can remove or disable it from the Firefox tools menu.


Ah, good point.  That worked to get the plugin installed, but the site
seems to require Silverlight 2...



I am concerned about Moonlight (as well as mono).  Something to think about.

http://meandubuntu.wordpress.com/2009/04/25/3-moonlight-questions/

Moonlight has some of the Silverlight 2 features.

I would complain to the site that requires Moonlight and show them that 
it isn't good enough for Major league Baseball.


--
Robin Laing

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


Re: [Semi-OT] OSS audio vs ALSA

2009-04-27 Thread Tom Horsley
On Mon, 27 Apr 2009 19:35:33 +0300
Gilboa Davara wrote:

> Must likely a pulseaudio issue.

Definitely not pulseaudio. I've noticed it in fedoras predating
pulseaudio, and the first thing I do after installing
fedora is "yum remove pulseaudio" anyway :-).

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


Re: annoying domain.local issue

2009-04-27 Thread Tim
On Mon, 2009-04-27 at 17:20 +0200, Valent Turkovic wrote:
> Do you have any issues when domain ends with dot local (.local) ?
>
> How can I troubleshoot this more and fix it?
>
> Both Fedora and Windows use the same DNS and same default gateway.

And does that DNS server have an answer for queries to that domain name?
If it does, does it have the right answer?

How domains are resolved is configured in a few places.
The /etc/nsswitch.conf has a hosts section which lists the places to
look up through, in sequence.  Mine has the following in it:

#hosts: db files nisplus nis dns
hosts:  files dns

("files" being the /etc/hosts file, "dns" being a DHS server.)

Putting a custom entry into your hosts file, for your .local addresses,
ain't gonna help you if it consults a DNS server, first, which says
something different about .local.

That's used for networking, in general.  SMB work independently, it can
also use an lmhosts file (inside the /etc/samba/ directory), or as a
WINS server (an option inside the smb.conf file), as well as DNS.

I'd suggest posting your hosts, nsswitch.conf, resolv.conf and smb.conf
files for others to see what you're doing, rather than guess.  Also the
outputs from running nslookup and dig with your problem domain name.

i.e. dig samba.domain.local
 nslookup samba.domain.local

If you're bodging up faux domain names, you might have to fiddle quite a
few things to get it to work.  I found it easier to run my own domain
name server, with records for local domain names, and have all my local
computers use my domain name server.

-- 
[...@localhost ~]$ uname -r
2.6.27.21-78.2.41.fc9.i686

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



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


Apache Virtual Server

2009-04-27 Thread Dennis Kaptain

 I am playing with the Zend Framework on my laptop. In my reading of
Zend documentation it looks like Zend wants a certain directory structure
so I created: 
/var/www/html/QuickStart/
/var/www/html/QuickStart/application/
/var/www/html/QuickStart/application/controllers/
/var/www/html/QuickStart/application/views/
/var/www/html/QuickStart/application/views/scripts/
/var/www/html/QuickStart/library/
/var/www/html/QuickStart/public/

The last directory 'public' wants to be the DocumentRoot
I want to set up a virtual server whose DocumentRoot is 
/var/www/html/QuickStart/public

my machine's name is confianza and it is running Fedora 10
[r...@confianza conf]# uname -a
Linux confianza 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54 EDT 
2009 i686 i686 i386 GNU/Linux

I set up /etc/hosts so both confianza and confianzazend resolve to 127.0.0.1
[r...@confianza conf]# grep 127.0.0.1 /etc/hosts
127.0.0.1localhost.localdomain localhost confianza confianzazend


My current apache web server uses /var/www/html as it's DocumentRoot and runs 
fine.


[r...@confianza conf]# yum list installed | grep -i http
httpd.i386  2.2.11-2.fc10  installed
httpd-tools.i3862.2.11-2.fc10  installed
jakarta-commons-httpclient.i386 1:3.1-0.3.fc10 installed
system-config-httpd.noarch  5:1.4.4-2.fc10 installed
[r...@confianza conf]# yum list installed | grep -i zend
php-ZendFramework.noarch

I edited /etc/httpd/conf/httpd.conf as follows:
#
ServerName confianza:80
NameVirtualHost *:80
#

ServerName confianza
DocumentRoot "/var/www/html"

# 

ServerName confianzazend
DocumentRoot "/var/www/html/QuickStart/public"


I then restart httpd 
[r...@confianza html]# service httpd restart
Stopping httpd:[  OK  ]
Starting httpd:[  OK  ]


I want http://confianza to return the contents of /var/www/html
I want http://confianzazend to return the contents of /var/www/html/QuickStart


What is happening is that both http://confianza and http://confianzazend are 
both returning the contents of /var/www/html

I've looked at several web pages and they all say the same thing, this should 
just work (TM). It seems simple enough yet my problem persists. What else do I 
need to do?

Thanks


  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

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


Re: Apache Virtual Server

2009-04-27 Thread Uwe Kiewel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dennis Kaptain wrote:
>  I am playing with the Zend Framework on my laptop. In my reading of
> 
> I edited /etc/httpd/conf/httpd.conf as follows:
> #
> ServerName confianza:80

Do not configure a ServerName in the global section if you are using
virtual hosts.

HTH
Uwe

> NameVirtualHost *:80
> #
> 
> ServerName confianza
> DocumentRoot "/var/www/html"
> 
> # 
> 
> ServerName confianzazend
> DocumentRoot "/var/www/html/QuickStart/public"
> 
> 
> I then restart httpd 
> [r...@confianza html]# service httpd restart
> Stopping httpd:[  OK  ]
> Starting httpd:[  OK  ]
> 
> 
> I want http://confianza to return the contents of /var/www/html
> I want http://confianzazend to return the contents of /var/www/html/QuickStart
> 
> 
> What is happening is that both http://confianza and http://confianzazend are 
> both returning the contents of /var/www/html
> 
> I've looked at several web pages and they all say the same thing, this should 
> just work (TM). It seems simple enough yet my problem persists. What else do 
> I need to do?
> 
> Thanks
> 
> 
>   ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo 
> Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJJ9fY7AAoJEEJXG7BUuynnxlsP/iMfVBKO9+cMlwE1DFq/IIQJ
zlG+K1JN9379Gk78dte4kP3v/DkWBuQWySpWiBGw1Ea8Ya4RU7ULPGRyiW3GdKj4
866B1+ZGO7YVD/AafZwpFstUE46/m4pVXH6Uq4C7TvEp2iOaGTSKctqQS635WT79
tP5+YIs01uM/SZyDeln2/A/uqLFixKvUZ97QdyByFqAeYeh5yAXEbn0JrL/h6OB7
eMzqccdYLmsZvaCwd+1/MhzbC7wSA8UGp/8YTqkCPqO2ofu6DM1QOPrPiV/MwZcr
Xhpq3xRNJu/wOSlpzdh9MMMK/NUgnCde73J1/j692+lctHKuBR11MlZXuvv4lmSf
u1hL6zMU3GNM8gOIKSp319cPNxoy7gTx4ZYuOQmPFv33w8IWI1wuNa9QrJM3flXa
cHTXUkVpCdaPsvzMF33VbaiNyvUQvJ73/D+qIGof4UM9UT1e0Y1Birxi4+zOzCr+
3F+YNZqgESCBNt9HRB9v5SGeV8R6WJOELdEVGF3WHy9JWwLlAP1mmrAQjJp7Y4Da
5h106VWhPvo4VmbHhufKpZ4Esr4Yxgvh0TU0+zTfrt1Y9YBv6DN/Nw2AYZiB4b7A
ceF6C/HkIWusz7jb6/3sTR6AyDkW0Px5NprRAq9R58G6rQQVLSYrIEFb5P+c6IIR
cEe4YGXesdw2rN6BxeTG
=NsFC
-END PGP SIGNATURE-

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


Re: Apache Virtual Server

2009-04-27 Thread Dennis Kaptain



- Mensaje original 
> De: Uwe Kiewel 
> Para: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Enviado: lunes, 27 de abril, 2009 13:15:23
> Asunto: Re: Apache Virtual Server
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Dennis Kaptain wrote:
> >  I am playing with the Zend Framework on my laptop. In my reading of
> > 
> > I edited /etc/httpd/conf/httpd.conf as follows:
> > #
> > ServerName confianza:80
> 
> Do not configure a ServerName in the global section if you are using
> virtual hosts.
> 
> HTH
> Uwe
> 

Uwe,
Thanks for the quick response

In /etc/httpd/conf/httpd.conf
I commented out 
#ServerName confianza:80
Saved the file
and restarted the server 
[r...@confianza httpd]# service httpd restart
Stopping httpd:[  OK  ]
Starting httpd:[  OK  ]
[r...@confianza httpd]# 

and http://confianzazend still returns the contents of /var/www/html

I also thought to clear the cache in Firefox 3.0.9. That wasn't it either.

Do you have any other ideas? This seems like it should be very easy?
DK



  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

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


Re: Apache Virtual Server

2009-04-27 Thread Uwe Kiewel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dennis Kaptain wrote:
> 
> 
> - Mensaje original 
>> De: Uwe Kiewel 
>> Para: "Community assistance, encouragement, and advice for using Fedora." 
>> 
>> Enviado: lunes, 27 de abril, 2009 13:15:23
>> Asunto: Re: Apache Virtual Server
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Dennis Kaptain wrote:
>>>  I am playing with the Zend Framework on my laptop. In my reading of
>>>
>>> I edited /etc/httpd/conf/httpd.conf as follows:
>>> #
>>> ServerName confianza:80
>> Do not configure a ServerName in the global section if you are using
>> virtual hosts.
>>
>> HTH
>> Uwe
>>
> 
> Uwe,
> Thanks for the quick response
> 
> In /etc/httpd/conf/httpd.conf
> I commented out 
> #ServerName confianza:80
> Saved the file
> and restarted the server 
> [r...@confianza httpd]# service httpd restart
> Stopping httpd:[  OK  ]
> Starting httpd:[  OK  ]
> [r...@confianza httpd]# 
> 
> and http://confianzazend still returns the contents of /var/www/html
> 
> I also thought to clear the cache in Firefox 3.0.9. That wasn't it either.
> 
> Do you have any other ideas? This seems like it should be very easy?

I'm not sure how apache recognizes which virtual server the client
requests. Maybe you need a real dns setup.


THT,
Uwe

> DK
> 
> 
> 
>   ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo 
> Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iQIcBAEBAgAGBQJJ9fypAAoJEEJXG7BUuynnllwQAJexU2gBmTBGymW8zhDOP+gP
SL+qhTeVfNHJ4kbMabSpWKIaMEupN/eRPnnpvsdxcXQkc+IeoRXdJAdJzA55wpwf
mYoTsSCeDIyyO2QBil6XlucrWVDM/jiuCTwcpkET7kKulxKMrqyRmnSkjlw3bxkZ
SNcSKRG3I7I6mTSJCQJJ/Xq1McPemh6paCN9C62Jtvvtlubb2cIgmSts2CQb3+5t
Di9MjiR1H67hoN7Xf2zjs3s55Wt+7YGaR6g2yRw3kI/cWJ9VW5QKn0gl/7mIi+ur
p2gV6d9phy41M+RlcypIBkrMof2bBA/yLMWjEZTOelhgFsJsf0asO4JMoYgL3GRq
zqsl28xMA+k6lekRbYvS6C6HrmbbL7lKt9wLjMUP3o3qKYtLpn7APEyDSBFgeCRp
9UDlaHYLARepOO7Fu5cLmTYxvD5BORDgz7Tyi8mHVzNYw1w3sspLd5mip3XSejBN
F6rJMhQFJCJX2DLb6xRNzeAkW5Eht2ACBIa1MW6JbC9M4qb6O5ITQKOFTLW0rbsw
SyDr5kDBWZrcWTFXQszfdP2Hcr7OxVQWs6DYCxBEo7NqMXmfeBOikTAfq3/B2K38
Vl3BcBYah4duQStU3a8OZNp+eXvzKB+tVfYt9GATCw+QRnLEAYlbLejgj8pUySVq
DKFmmYw4xdSZIZDUB9da
=4tyo
-END PGP SIGNATURE-

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


Re: Apache Virtual Server

2009-04-27 Thread Dennis Kaptain



- Mensaje original 
> De: Uwe Kiewel 
> Para: "Community assistance, encouragement, and advice for using Fedora." 
> 
> Enviado: lunes, 27 de abril, 2009 13:42:49
> Asunto: Re: Apache Virtual Server
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Dennis Kaptain wrote:
> > 
> > 
> > - Mensaje original 
> >> De: Uwe Kiewel 
> >> Para: "Community assistance, encouragement, and advice for using Fedora." 
> 
> >> Enviado: lunes, 27 de abril, 2009 13:15:23
> >> Asunto: Re: Apache Virtual Server
> >>
> >> -BEGIN PGP SIGNED MESSAGE-
> >> Hash: SHA1
> >>
> >> Dennis Kaptain wrote:
> >>>  I am playing with the Zend Framework on my laptop. In my reading of
> >>>
> >>> I edited /etc/httpd/conf/httpd.conf as follows:
> >>> #
> >>> ServerName confianza:80
> >> Do not configure a ServerName in the global section if you are using
> >> virtual hosts.
> >>
> >> HTH
> >> Uwe
> >>
> > 
> > Uwe,
> > Thanks for the quick response
> > 
> > In /etc/httpd/conf/httpd.conf
> > I commented out 
> > #ServerName confianza:80
> > Saved the file
> > and restarted the server 
> > [r...@confianza httpd]# service httpd restart
> > Stopping httpd:[  OK  ]
> > Starting httpd:[  OK  ]
> > [r...@confianza httpd]# 
> > 
> > and http://confianzazend still returns the contents of /var/www/html
> > 
> > I also thought to clear the cache in Firefox 3.0.9. That wasn't it either.
> > 
> > Do you have any other ideas? This seems like it should be very easy?
> 
> I'm not sure how apache recognizes which virtual server the client
> requests. Maybe you need a real dns setup.
> 
> 
> THT,
> Uwe
> 
> > DK

Uwe,
I don't know either. I don't really want to set up my own DNS server just to 
use a virtual host. It would be easier for me to rename directories and move 
files around.
If anyone else sees any errors or has run into this in the past, let me know.
Thanks
DK


  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

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


Re: USB MicroSD card reader fails to mount

2009-04-27 Thread Kam Leo
On Sun, Apr 26, 2009 at 7:11 PM, g  wrote:
> Kam Leo wrote:
> On Tue, Apr 21, 2009 at 7:37 PM, Max Pyziur  wrote:
>>>
>>> Greetings,
>>>
>>> This evening when I installed my USB MicroSD reader into a USB port it
>>> failed to be mounted.
> 
>>> Apr 21 23:12:54 brill kernel: usb 1-2: Product: Generic USB2.0 card
>>> Apr 21 23:12:54 brill kernel: usb 1-2: Manufacturer: Silicon Motion, Inc.
>>> Apr 21 23:12:54 brill kernel: usb 1-2: SerialNumber: 12345678901234567890
>>> Apr 21 23:12:59 brill kernel: scsi 11:0:0:0: Direct-Access     Generic USB
>>>  SD Reader   1.00 PQ: 0 ANSI: 0 CCS
> 
>> What type of media did you put into the reader? Verify that your
>> reader is capable of reading SDHC media. Many are not.
>
> op states it is a microsd reader. log states it is an sd reader/
>
> why would it not be able to read an sd card?

FORMAT.  Like their standard sized SD and SDHC counterparts there are
micro-SD and  micro-SDHC cards. SD cards have up to 2 GB memory while
SDHC have capacities in the range of 4 - 32 GB.  Mechanical adapters
can enable micro cards to be plugged into SD readers, but the adapters
do not accommodate format changes. Contrary to what the SD Association
says about compatibility and interoperability older SD readers are not
able to interface with the higher capacity media. When you purchase a
reader or media you need to make sure that they are compatible.

Note: SDXC is coming out. I'm certain the majority of existing readers
will not be able to handle this new format.


> peace out.
>
> tc,hago.
>
> g
> .

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


Re: Bouts of Extreme System Slug

2009-04-27 Thread Bill Davidsen

Frank Cox wrote:

On Sat, 18 Apr 2009 23:31:21 -0400 (EDT)
D. Hugh Redelmeier wrote:


The Intel Atom processor seems a step in the right direction.  Too bad
that they haven't released an appropriately low-power support chipset
for it.


I have a book that I put under my Acer Aspire One if I'm going to use it when
sitting in a chair with the computer on my lap.  Even the Atom processor gives
off significant heat.

I've been thinking about buying or making some kind of a laptop lap desk to use
instead of the book but haven't thought of a good design for one yet.

I got one for my birthday, from 'Bed, Bath & Beyond' which was about $20-25 
before their monthly 20%-OFF sale. The top tilts up for some keyboard slant, it 
has a slot/tray for pens, and a little storage on either side for a few books or 
listings. Intended for bed use, okay in a chair, tilts up enough to hold a book 
if you want.


--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

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


Re: Apache Virtual Server

2009-04-27 Thread Bill Davidsen

Dennis Kaptain wrote:



- Mensaje original 

De: Uwe Kiewel 
Para: "Community assistance, encouragement, and advice for using Fedora." 

Enviado: lunes, 27 de abril, 2009 13:42:49
Asunto: Re: Apache Virtual Server

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dennis Kaptain wrote:


- Mensaje original 
De: Uwe Kiewel 
Para: "Community assistance, encouragement, and advice for using Fedora." 
Enviado: lunes, 27 de abril, 2009 13:15:23

Asunto: Re: Apache Virtual Server

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dennis Kaptain wrote:

 I am playing with the Zend Framework on my laptop. In my reading of

I edited /etc/httpd/conf/httpd.conf as follows:
#
ServerName confianza:80

Do not configure a ServerName in the global section if you are using
virtual hosts.

HTH
Uwe


Uwe,
Thanks for the quick response

In /etc/httpd/conf/httpd.conf
I commented out 
#ServerName confianza:80

Saved the file
and restarted the server 
[r...@confianza httpd]# service httpd restart

Stopping httpd:[  OK  ]
Starting httpd:[  OK  ]
[r...@confianza httpd]# 


and http://confianzazend still returns the contents of /var/www/html

I also thought to clear the cache in Firefox 3.0.9. That wasn't it either.

Do you have any other ideas? This seems like it should be very easy?

I'm not sure how apache recognizes which virtual server the client
requests. Maybe you need a real dns setup.


THT,
Uwe


DK


Uwe,
I don't know either. I don't really want to set up my own DNS server just to 
use a virtual host. It would be easier for me to rename directories and move 
files around.
If anyone else sees any errors or has run into this in the past, let me know.

There is something happening in this area, I took a working setup from a server 
running FC5, and put it on CentOS-5.3 and the virtual name stuff isn't working. 
Tried on FC10, and that isn't either. Something has changed since the lst time I 
did this.


--
Bill Davidsen 
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot

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


Re: Remooving U3 from USB drive.

2009-04-27 Thread Beartooth
On Sun, 26 Apr 2009 07:56:51 -0500, Aaron Konstam wrote:

> A question which appeared on fedora-list recently was how to remove U#W
> from a USB drive. I did not see a resolution until the following web
> link:
> 
> http://www.u3.com/uninstall

I've been trying to do that, and have a long thread going at

http://forum.eeeuser.com/viewforum.php?id=1

called "How to wipe thumbdrives??" 

I've tried formatting under XP; under Gparted; under QTparted; 
and going as root to a mounted one and using rm & rmdir. *Some* of my 
thumbdrives now *seem* to be clear; and several do function as bootable 
media with other distros.

Since those bootable drives are my chief current concern, I 
haven't been nearly so meticulous about tracking what I've done with 
which as I might; but i *think* I've picked up a joker in the deck. 

Afaict (and I mean what my .sig says), a given Fedora app may or 
may not always see this U3 foulness when looking at a given thumbdrive. 
Often Fedora will tell me a drive is empty, but show a pie chart with 
less than 100% available space -- and an open folder with ostensibly no 
contents.

There is one post in that thread with a technique using dd; I 
haven't tried it yet, but probably will.

In particular, I've two or three times downloaded that .exe and 
installed it under Wine. When launched, it asks me to insert a drive -- 
whether or not I already have -- and then does nothing, and offers 
nothing.

If I could find non SanDisk Cruzer thumbdrives here, I'd never 
buy another.

-- 
Beartooth Staffwright, PhD, Neo-Redneck Linux Convert
Remember I know precious little of what I am talking about.

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


Re: USB MicroSD card reader fails to mount

2009-04-27 Thread g
Kam Leo wrote:

> FORMAT.  Like their standard sized SD and SDHC counterparts there are

i am familiar with *sizes* of sd series.

op, max pyziur, stated in his post;

 This evening when I installed my USB MicroSD reader into a USB port it
 failed to be mounted.

in my reply to your post, i stated sd card, as he does not mention size
of card and i am giving him credit to know what card he has. i may be
incorrect in doing so.

in your post, you state;

>>> What type of media did you put into the reader? Verify that your
>>> reader is capable of reading SDHC media. Many are not.

you are presuming that max has an sdhc card and that he is trying to
read it in an sd reader.

this really should be put on hold until max replies with a conformation of
just what card and reader he has.

-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today
**
to mess up a linux box, you need to work at it;
to mess up an ms windows box, you just need to *look at* it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




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

Re: FC10 and NDISwrapper

2009-04-27 Thread Jerry Feldman

Rather than screw with NDISWrapper, are you using a BroadCom NIC?
There is a native Broadcom driver in F10, but you need to load the 
firmware. There is a utility called b43-fwcutter you would use to do 
this from the Windows driver. In any case, it might be better for you to 
describe your wireless chip and Dell model. Note that NDISWrapper is 
bith a driver (ndiswrapper.ko) as well as a command.  But, in the case 
of Broadcom, it will conflict with the native driver.



On 04/27/2009 10:18 AM, Gary Stainburn wrote:

Hi folks.

I'm trying to get WIFI working on my new DELL and I've been told to try 
ndiswrappers.


  


--
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
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Remooving U3 from USB drive.

2009-04-27 Thread Rick Stevens

Beartooth wrote:

On Sun, 26 Apr 2009 07:56:51 -0500, Aaron Konstam wrote:


A question which appeared on fedora-list recently was how to remove U#W
from a USB drive. I did not see a resolution until the following web
link:

http://www.u3.com/uninstall


I've been trying to do that, and have a long thread going at

http://forum.eeeuser.com/viewforum.php?id=1

called "How to wipe thumbdrives??" 

	I've tried formatting under XP; under Gparted; under QTparted; 
and going as root to a mounted one and using rm & rmdir. *Some* of my 
thumbdrives now *seem* to be clear; and several do function as bootable 
media with other distros.


	Since those bootable drives are my chief current concern, I 
haven't been nearly so meticulous about tracking what I've done with 
which as I might; but i *think* I've picked up a joker in the deck. 

	Afaict (and I mean what my .sig says), a given Fedora app may or 
may not always see this U3 foulness when looking at a given thumbdrive. 
Often Fedora will tell me a drive is empty, but show a pie chart with 
less than 100% available space -- and an open folder with ostensibly no 
contents.


	There is one post in that thread with a technique using dd; I 
haven't tried it yet, but probably will.


I have a couple of those buggers as well.  I think the dd you're
thinking of is something like:

dd if=/dev/zero of=/dev/sdb bs=1M count=2048

or something like that...the idea being to write zeros to the entire
drive, wiping out its partition table and all.

It does NOT work on the SanDisk Cruzers.  I ran the dd three times on
each, writing all 4GB of data to them (took forever!).  Fired up fdisk
and it reported a gparted-type partition table on them.  The partition
table should have been wiped out via the dd.

I then ran gparted itself.  It did NOT complain about a missing
partition table (it should have), but it did say there were no defined
partitions.  Whoopee.  Yeah, no partitions, but a gparted-style
partition table that can't be done away with.  Sheesh.



	If I could find non SanDisk Cruzer thumbdrives here, I'd never 
buy another.


I now buy nothing but PNY or Apacer thumbdrives.  If I'm in doubt and
if the package says that something's preloaded, I treat them like
toxic waste.
--
- Rick Stevens, Systems Engineer  ri...@nerd.com -
- AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 -
--
-   Never try to outstubborn a cat.  -
--

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


Re: Apache Virtual Server

2009-04-27 Thread Dennis Kaptain

> > 

> There is something happening in this area, I took a working setup from a 
> server 
> running FC5, and put it on CentOS-5.3 and the virtual name stuff isn't 
> working. 
> Tried on FC10, and that isn't either. Something has changed since the lst 
> time I 
> did this.
> 
> -- Bill Davidsen 
>   "We have more to fear from the bungling of the incompetent than from
> the machinations of the wicked."  - from Slashdot
> 

Bill

THAT is interesting! So it really should be that easy. Could this be a bug? 
I've been scouring 
the web and every page seems to say the same thing. Add the new server to 
/etc/hosts
and edit the http.conf file.

What do you think would be my best course of action from here?

DK



  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

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


Re: USB MicroSD card reader fails to mount

2009-04-27 Thread Max Pyziur
Much thanks for all of the replies and apologies for my delay in
contributing, especially since I started this thread.

The card is a 4GB MicroSDHC marketed by Kingston. I use it in my Palm
Centro phone.

Prior to reporting the initial error, I tried several possible solutions,
including remounting in a different USB slot, reseating it in the USB
adapter, rebooting the machine (an Intel Core 2 Duo 64 bit desktop)
(apologies, as yet I don't know what services or other processes/modules
are associated with the automounting of the USB MicroSD card reader).
None, at the time worked.

After reporting the error, I tried it on an i386 laptop and it automounted
successfully.

The following day, after doing a number of yum updates, I tried mounting
it on the Core 2 desktop, and it worked. For me and others interested in
this issue, that doesn't resolve why the card/card reader stopped
automounting.

However, now I can't replicate the problem.

But thanks to all for the help.

Max Pyziur
p...@brama.com


> Kam Leo wrote:
>
>> FORMAT.  Like their standard sized SD and SDHC counterparts there are
>
> i am familiar with *sizes* of sd series.
>
> op, max pyziur, stated in his post;
>
> This evening when I installed my USB MicroSD reader into a USB port
> it
> failed to be mounted.
>
> in my reply to your post, i stated sd card, as he does not mention size
> of card and i am giving him credit to know what card he has. i may be
> incorrect in doing so.
>
> in your post, you state;
>
 What type of media did you put into the reader? Verify that your
 reader is capable of reading SDHC media. Many are not.
>
> you are presuming that max has an sdhc card and that he is trying to
> read it in an sd reader.
>
> this really should be put on hold until max replies with a conformation of
> just what card and reader he has.
>
> --
>
> peace out.
>
> tc,hago.
>
> g
> .
>
> 
> in a free world without fences, who needs gates.
> **
> help microsoft stamp out piracy - give linux to a friend today
> **
> to mess up a linux box, you need to work at it;
> to mess up an ms windows box, you just need to *look at* it.
> **
> learn linux:
> 'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
> 'The Linux Documentation Project' http://www.tldp.org/
> 'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
> 'HowtoForge' http://howtoforge.com/
> 
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

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


Re: Apache Virtual Server

2009-04-27 Thread Mike Wright

Dennis Kaptain wrote:

 I am playing with the Zend Framework on my laptop. In my reading of
Zend documentation it looks like Zend wants a certain directory structure
so I created: 
/var/www/html/QuickStart/

/var/www/html/QuickStart/application/
/var/www/html/QuickStart/application/controllers/
/var/www/html/QuickStart/application/views/
/var/www/html/QuickStart/application/views/scripts/
/var/www/html/QuickStart/library/
/var/www/html/QuickStart/public/

The last directory 'public' wants to be the DocumentRoot
I want to set up a virtual server whose DocumentRoot is 
/var/www/html/QuickStart/public

my machine's name is confianza and it is running Fedora 10
[r...@confianza conf]# uname -a
Linux confianza 2.6.27.21-170.2.56.fc10.i686 #1 SMP Mon Mar 23 23:37:54 EDT 
2009 i686 i686 i386 GNU/Linux

I set up /etc/hosts so both confianza and confianzazend resolve to 127.0.0.1
[r...@confianza conf]# grep 127.0.0.1 /etc/hosts
127.0.0.1localhost.localdomain localhost confianza confianzazend


My current apache web server uses /var/www/html as it's DocumentRoot and runs 
fine.


[r...@confianza conf]# yum list installed | grep -i http
httpd.i386  2.2.11-2.fc10  installed
httpd-tools.i3862.2.11-2.fc10  installed
jakarta-commons-httpclient.i386 1:3.1-0.3.fc10 installed
system-config-httpd.noarch  5:1.4.4-2.fc10 installed
[r...@confianza conf]# yum list installed | grep -i zend
php-ZendFramework.noarch


I edited /etc/httpd/conf/httpd.conf as follows:


If there is no NameVirtualHost declaration the vhosts will be treated as 
the default host.


Try putting

  NameVirtualHost *:80

before the VirtualHost declarations.

:m)


#
ServerName confianza:80
NameVirtualHost *:80
#

ServerName confianza
DocumentRoot "/var/www/html"

# 


ServerName confianzazend
DocumentRoot "/var/www/html/QuickStart/public"


I then restart httpd 
[r...@confianza html]# service httpd restart

Stopping httpd:[  OK  ]
Starting httpd:[  OK  ]


I want http://confianza to return the contents of /var/www/html
I want http://confianzazend to return the contents of /var/www/html/QuickStart


What is happening is that both http://confianza and http://confianzazend are 
both returning the contents of /var/www/html

I've looked at several web pages and they all say the same thing, this should 
just work (TM). It seems simple enough yet my problem persists. What else do I 
need to do?

Thanks


  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx



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


Re: PCSCD failure

2009-04-27 Thread Todd Denniston

john wendel wrote, On 04/24/2009 11:11 AM:


I'm trying to use a smart card reader, without any luck. I've installed 
pcscd and whatever else yum pilled in and have 2 new services running 
(pcscd and ???). The system log shows the following failure to setup the 
device. I'm stuck.


Any clues appreciated.

Thanks,

John

Apr 22 13:50:58 Godzilla1 pcscd: pcscdaemon.c:498:main() pcsc-lite
1.4.102 daemon ready.
Apr 22 13:50:59 Godzilla1 pcscd: hotplug_libhal.c:342:HPAddDevice()
Adding USB device: usb_device_9c3_8_50108525_if0
Apr 22 13:51:00 Godzilla1 pcscd:
readerfactory.c:1082:RFInitializeReader() Attempting startup of
ActivCard USB Reader 2.0 00 00 using
/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so


it looks like you have a ActivCard USB Reader V2,
http://pcsclite.alioth.debian.org/iManufacturer.html
with usb product id 0x0008
http://pcsclite.alioth.debian.org/unsupported.html#0x09C30x0008

Some folks have had luck upgrading the firmware on SOME instances of that 
hardware with the latest firmware from SCM for the SCR-331.

see http://lists.drizzle.com/pipermail/muscle/
If it works then you now have a reader that acts like a
http://pcsclite.alioth.debian.org/supported.html#0x04E60xE001

if it don't work I suspect you have a very light paperweight at the end, and 
then again, that is pretty much what you got now.


Before buying later I would suggest looking more at the pcsclite lists:
http://pcsclite.alioth.debian.org/supported.html
http://pcsclite.alioth.debian.org/section.html

Good luck.
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter

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


Re: Apache Virtual Server

2009-04-27 Thread Dennis Kaptain

> 

> If there is no NameVirtualHost declaration the vhosts will be treated as the 
> default host.
> 
> Try putting
> 
>   NameVirtualHost *:80
> 
> before the VirtualHost declarations.
> 
> :m)
> 

Mike,
I already have that directive before the VirtualHosts. I did try to remove it 
just to see what would happen 

[r...@confianza conf]# service httpd restart
Stopping httpd:[  OK  ]
Starting httpd: [Mon Apr 27 16:49:00 2009] [warn] _default_ VirtualHost overlap 
on port 80, the first has precedence
   [  OK  ]
[r...@confianza conf]# 

and there you have it.

Anyway, that wasn't the problem in my case.


Thinking about how DNS is working in the picture I added \n"; ?>
to my index.php file and it shows a difference between
http://confianza  and  http://confianzazend 
so it does know the difference.

Thanks

DK



  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

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


Re: FC10 and NDISwrapper

2009-04-27 Thread Axel Thimm
On Mon, Apr 27, 2009 at 03:18:31PM +0100, Gary Stainburn wrote:
> I'm trying to get WIFI working on my new DELL and I've been told to try 
> ndiswrappers.

What does lspci say? Maybe you don't need ndiswrappers.

> I tried 
> 
> yum search ndiswrapper
> 
> and varients, but nothing was found. I then found RPMs using rpmsearch and 
> downloaded them.
> 
> Now when I try 'yum localinstall' it adds the kernel as a dependancy, 
> downloads it, and then errors saying it is already installed.
> 
> If I try 'rpm -i'  it fails on dependancy for /boot/vmlinuz
> 
> I've included the session log. Has anyone any suggestions?

Yes, it looks like you downloaded the packages for an i586 kernel,
which in reality you run an i686 one. Just download the same kmdl
package ending with i686.rpm (not i586.rpm), or simply use yum
pointing to ATrpms and do yum install ndiswrappers.

> Gary
> [r...@gary gary]# yum localinstall ~gary/ndiswrapper-1.54-20.fc10.i386.rpm 
> ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm 
> Loaded plugins: refresh-packagekit
> 
> Setting up Local Package Process  
> 
> Examining /home/gary/ndiswrapper-1.54-20.fc10.i386.rpm: 
> ndiswrapper-1.54-20.fc10.i386 
> 
> Marking /home/gary/ndiswrapper-1.54-20.fc10.i386.rpm to be installed  
> 
> fedora
> | 
> 2.8 kB 00:00 
> adobe-linux-i386  
> |  
> 951 B 00:00 
> updates   
> | 
> 2.3 kB 00:00 
> Examining ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm: 
> ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586
>  
> Marking ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm to be 
> installed 
>   
> Resolving Dependencies
>   
>  
> --> Running transaction check 
>   
>  
> ---> Package ndiswrapper.i386 0:1.54-20.fc10 set to be updated
>   
>  
> ---> Package ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10.i586 0:1.54-20.fc10 set 
> to be updated 
>  
> --> Processing Dependency: /boot/vmlinuz-2.6.27.21-170.2.56.fc10.i586 for 
> package: ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10 
>  
> Importing additional filelist information 
>   
>  
> --> Running transaction check 
>   
>  
> ---> Package kernel.i586 0:2.6.27.21-170.2.56.fc10 set to be installed
>   
>  
> --> Finished Dependency Resolution
>   
>  
> 
> Dependencies Resolved
> 
> =
>  Package  Arch Version
>   
> Repository  Size 
> =
> Installing:   
>   
>  
>  ndiswrapper  i386 
> 1.54-20.fc10 /home/gary/ndiswrapper-1.54-20.fc10.i386.rpm 
>
> 48 k 
>  ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10 i586 1.54-20.fc10   
>   
> ndiswrapper-kmdl-2.6.27.21-170.2.56.fc10-1.54-20.fc10.i586.rpm 186 k 
> Installing for dependencies:   

Re: Apache Virtual Server

2009-04-27 Thread César Sepúlveda B
El Lunes, 27 de Abril de 2009 18:23, Dennis Kaptain escribió:
> > If there is no NameVirtualHost declaration the vhosts will be treated as
> > the default host.
> >
> > Try putting
> >
> >   NameVirtualHost *:80
> >
> > before the VirtualHost declarations.
> >
> > :m)
>
> Mike,
> I already have that directive before the VirtualHosts. I did try to remove
> it just to see what would happen
>
> [r...@confianza conf]# service httpd restart
> Stopping httpd:[  OK  ]
> Starting httpd: [Mon Apr 27 16:49:00 2009] [warn] _default_ VirtualHost
> overlap on port 80, the first has precedence [  OK  ] [r...@confianza
> conf]#
>
> and there you have it.
>
> Anyway, that wasn't the problem in my case.
>
>
> Thinking about how DNS is working in the picture I added  $_SERVER['SERVER_NAME']."\n"; ?> to my index.php file and it shows a
> difference between
> http://confianza  and  http://confianzazend
> so it does know the difference.
>
> Thanks
>
> DK
>
>
>
>   ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo
> Internet Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

try httpd -S, verify if vhost are declared. (sorry my english)

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


Re: Apache Virtual Server

2009-04-27 Thread Dennis Kaptain

> 

> try httpd -S, verify if vhost are declared. (sorry my english)
>

César

Here is the output of httpd -S
it looks like the virtual hosts are declared.
 
[r...@confianza ~]# httpd -S
VirtualHost configuration:
wildcard NameVirtualHosts and _default_ servers:
*:*confianza 
(/etc/httpd/conf.d/system-config-httpd.conf:314)
*:80   is a NameVirtualHost
 default server confianza (/etc/httpd/conf/httpd.conf:991)
 port 80 namevhost confianza (/etc/httpd/conf/httpd.conf:991)
 port 80 namevhost confianzazend (/etc/httpd/conf/httpd.conf:996)
Syntax OK
[r...@confianza ~]# 


No preocupa por su inglés. Gracias

DK



  ¡Obtén la mejor experiencia en la web! Descarga gratis el nuevo Internet 
Explorer 8. http://downloads.yahoo.com/ieak8/?l=mx

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


Video Card for SuperMicro SuperWorkstation 5046A-XB

2009-04-27 Thread Steven P. Ulrick
Hello Everyone
I am building a system with the following specifications:
Chassis: SuperMicro SuperWorkstation 5046A-XB
Mainboard: Super C7X58
Processor: Intel Quad Core Xeon E5504 2GHz
Hard Drives: Western Digital 320 GB 7200 RPM Caviar SE16 Sata Hard Drive
Memory: Kingston 8GB (4 x 2GB) 240-Pin DDR3 SDRAM DDR3 1333 (PC3 10600)
Dual Channel Kit Desktop Memory

What I am now after is a video card.  I don't need anything fancy.  I
think I would be satisfied with whatever functionality that I can get
just using the apporpriate open source driver.  So, I don't mind using,
let's say an NVidia card.  I further don't mind completely and totally
AVOIDING any issues involved with depending on a proprietary company
keeping their proprietary binary blob in sync with the latest Kernel
updates.  I just want a card that will "Just Work" the above described
system, with a minimum of headaches.

Thank you in advance for your knowledge and wisdom,
Steven P. Ulrick

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


F10 - KDE - Wake from screensaver lock screen

2009-04-27 Thread Craig White
F10/KDE

Since the last round of updates, it seems that when I wake the screen
from sleep/non-use, it shows me the entire screen instead of a dark
background while I am prompted to enter a password.

Blank screen - Start Automatically/10 minutes - Require Password After
60 seconds

Is this a bug?

Craig


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

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


Treo 755p goes into boot cycle when connected to F10 over USB

2009-04-27 Thread Mark A. Miller

I have a Palm Treo 755p.  Up until recently, I could connect the Treo to my 
Dell D830 running F10 and hotsync, or I could run Mobile Stream's USBModem app 
on the Treo and establish a ppp internet connection.

Recently, when I make the USB connection from the phone to the laptop, the 
phone goes into an immediate, endless boot cycle.  I know this could be the 
result of a million different things, but I was wondering if anybody out there 
had any suggestions.  (2.6.27.19-170.2.35.fc10.i686 #1 SMP)

I have tried all sorts of permutations of hotsyncing and modem usage over USB 
or bluetooth with various computers.  I can hotsync the phone with my D830 over 
bluetooth, but I haven't figured how to do the bluetooth ppp configuration.  
USBmodem and hotsync work over USB on an Asus Z71a running XP.  If I boot the 
Asus into F9 and connect the phone over USB, the phone doesn't reboot, but the 
pppd script doesn't run to completion.  I also have an eee 1000, and I see 
either the phone rebooting or just the pppd failure, depending on what 
distribution I'm running.

I prefer USB, but I would try Bluetooth for dial-up, if somebody could point me 
towards good directions.  I would even change the distro on my Asus or eee if 
that was a solution.

Thanks in advance,
Mark

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


strange ImageMagick dependencies

2009-04-27 Thread brian
I was about to yum install ImageMagick on a FC8 server when I saw that 
it would require some 47MB of dependencies, including a ton of gnome 
packages, metacity, bluecurve-icon-theme and other xWindow stuff. This 
is a headless server and I'd really rather not have to install all this 
(in this particular situation) cruft.


Anyone have any idea how to get around this? If there are just a couple 
of libs i can install that'll keep yum from listing off ~60 
dependencies, that'd be fine. I'm just not that familiar with all of 
this to be able to pick through it.


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


Re: strange ImageMagick dependencies

2009-04-27 Thread brian

brian wrote:
I was about to yum install ImageMagick on a FC8 server when I saw that 
it would require some 47MB of dependencies, including a ton of gnome 
packages, metacity, bluecurve-icon-theme and other xWindow stuff. This 
is a headless server and I'd really rather not have to install all this 
(in this particular situation) cruft.


Anyone have any idea how to get around this? If there are just a couple 
of libs i can install that'll keep yum from listing off ~60 
dependencies, that'd be fine. I'm just not that familiar with all of 
this to be able to pick through it.





~sigh~ Sorry, here's the rest of my msg:


Resolving Dependencies
--> Running transaction check
---> Package ImageMagick.i386 0:6.3.5.10-1.fc8 set to be updated
--> Processing Dependency: libjasper.so.1 for package: ImageMagick
--> Processing Dependency: liblcms.so.1 for package: ImageMagick
--> Processing Dependency: libwmflite-0.2.so.7 for package: ImageMagick
--> Processing Dependency: libgs.so.8 for package: ImageMagick
--> Processing Dependency: librsvg-2.so.2 for package: ImageMagick
--> Running transaction check
---> Package lcms.i386 0:1.17-2.fc8 set to be updated
---> Package ghostscript.i386 0:8.63-1.fc8 set to be updated
--> Processing Dependency: ghostscript-fonts for package: ghostscript
--> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript
---> Package librsvg2.i386 0:2.18.2-2.fc8 set to be updated
--> Processing Dependency: libgnomevfs-2.so.0 for package: librsvg2
--> Processing Dependency: libORBit-2.so.0 for package: librsvg2
--> Processing Dependency: libcroco >= 0.6.1 for package: librsvg2
--> Processing Dependency: libgsf >= 1.6.0 for package: librsvg2
--> Processing Dependency: gnome-vfs2 >= 1.9.16 for package: librsvg2
--> Processing Dependency: libgsf-1.so.114 for package: librsvg2
--> Processing Dependency: libgconf-2.so.4 for package: librsvg2
--> Processing Dependency: libcroco-0.6.so.3 for package: librsvg2
---> Package jasper-libs.i386 0:1.900.1-7.fc8 set to be updated
---> Package libwmf.i386 0:0.2.8.4-17.fc8 set to be updated
--> Running transaction check
---> Package GConf2.i386 0:2.20.1-1.fc8 set to be updated
---> Package libcroco.i386 0:0.6.1-3.fc8 set to be updated
---> Package ghostscript-fonts.noarch 0:5.50-18.fc8 set to be updated
--> Processing Dependency: /usr/bin/mkfontscale for package: 
ghostscript-fonts

--> Processing Dependency: /usr/bin/mkfontdir for package: ghostscript-fonts
---> Package gnome-vfs2.i386 0:2.20.1-1.fc8 set to be updated
--> Processing Dependency: libavahi-glib.so.1 for package: gnome-vfs2
--> Processing Dependency: libhal.so.1 for package: gnome-vfs2
--> Processing Dependency: libfam.so.0 for package: gnome-vfs2
--> Processing Dependency: shared-mime-info for package: gnome-vfs2
--> Processing Dependency: libavahi-client.so.3 for package: gnome-vfs2
--> Processing Dependency: gnome-mount >= 0.4 for package: gnome-vfs2
--> Processing Dependency: gnome-mime-data >= 2.0.0-11 for package: 
gnome-vfs2

--> Processing Dependency: libavahi-common.so.3 for package: gnome-vfs2
--> Processing Dependency: libhal-storage.so.1 for package: gnome-vfs2
--> Processing Dependency: libdbus-glib-1.so.2 for package: gnome-vfs2
---> Package ORBit2.i386 0:2.14.10-2.fc8 set to be updated
--> Processing Dependency: libIDL-2.so.0 for package: ORBit2
---> Package urw-fonts.noarch 0:2.4-3.fc8 set to be updated
---> Package libgsf.i386 0:1.14.7-1.fc8 set to be updated
--> Running transaction check
---> Package libIDL.i386 0:0.8.9-1.fc8 set to be updated
---> Package avahi.i386 0:0.6.21-8.fc8 set to be updated
--> Processing Dependency: libdaemon >= 0.11 for package: avahi
--> Processing Dependency: libdaemon.so.0 for package: avahi
---> Package gamin.i386 0:0.1.9-4.fc8 set to be updated
---> Package dbus-glib.i386 0:0.73-8.fc8 set to be updated
---> Package gnome-mount.i386 0:0.7-1.fc8 set to be updated
--> Processing Dependency: hal >= 0.5.10 for package: gnome-mount
--> Processing Dependency: PolicyKit-gnome >= 0.6 for package: gnome-mount
--> Processing Dependency: libgnome-keyring.so.0 for package: gnome-mount
--> Processing Dependency: libnotify.so.1 for package: gnome-mount
---> Package gnome-mime-data.noarch 0:2.18.0-2.fc7 set to be updated
---> Package avahi-glib.i386 0:0.6.21-8.fc8 set to be updated
---> Package xorg-x11-font-utils.i386 1:7.2-2.fc8 set to be updated
--> Processing Dependency: libfontenc.so.1 for package: xorg-x11-font-utils
--> Processing Dependency: libXfont.so.1 for package: xorg-x11-font-utils
--> Processing Dependency: libfontenc >= 0.99.2-2 for package: 
xorg-x11-font-utils

---> Package hal-libs.i386 0:0.5.10-5.fc8 set to be updated
---> Package shared-mime-info.i386 0:0.23-2.fc8 set to be updated
--> Running transaction check
---> Package PolicyKit-gnome.i386 0:0.6-1.fc8 set to be updated
--> Processing Dependency: libgnome >= 2.16 for package: PolicyKit-gnome
--> Processing Dependency: libbonobo-2.so.0 for package: PolicyKit-gnome
--> Processing D

Re: Video Card for SuperMicro SuperWorkstation 5046A-XB

2009-04-27 Thread Bruno Wolff III
On Mon, Apr 27, 2009 at 19:34:58 -0500,
  "Steven P. Ulrick"  wrote:
> 
> What I am now after is a video card.  I don't need anything fancy.  I
> think I would be satisfied with whatever functionality that I can get
> just using the apporpriate open source driver.  So, I don't mind using,
> let's say an NVidia card.  I further don't mind completely and totally
> AVOIDING any issues involved with depending on a proprietary company
> keeping their proprietary binary blob in sync with the latest Kernel
> updates.  I just want a card that will "Just Work" the above described
> system, with a minimum of headaches.

With which version of Fedora? Things are changing a lot in Fedora 11, so
which cards work has been changing throughout rawhide.

Right now my ATI rv530 based card is working pretty well for normal stuff.
I don't do much 3d with it, but did do a short test using tremulous today
and it seemed to work OK.

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


Re: PCSCD failure

2009-04-27 Thread john wendel

Todd Denniston wrote:



it looks like you have a ActivCard USB Reader V2,
http://pcsclite.alioth.debian.org/iManufacturer.html
with usb product id 0x0008
http://pcsclite.alioth.debian.org/unsupported.html#0x09C30x0008

Some folks have had luck upgrading the firmware on SOME instances of 
that hardware with the latest firmware from SCM for the SCR-331.

see http://lists.drizzle.com/pipermail/muscle/
If it works then you now have a reader that acts like a
http://pcsclite.alioth.debian.org/supported.html#0x04E60xE001

if it don't work I suspect you have a very light paperweight at the end, 
and then again, that is pretty much what you got now.


Before buying later I would suggest looking more at the pcsclite lists:
http://pcsclite.alioth.debian.org/supported.html
http://pcsclite.alioth.debian.org/section.html

Good luck.


Thanks very much for the tips. I've downloaded the firmware and Windows 
installer, now I just need to get someone (at work) with a Windows box 
that isn't totally locked down, to run the firmware update. My NMCI 
windows box told me to drop dead when I tried it.


BTW, I once saw this reader working correctly on an FC6 installation, 
with a lot of hand installed packages. Too bad that the "improvements" 
to the code broke something that was working.


Regards,

John

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


Re: WSJ on Oracle's purchase of Sun and consequences for MySQL

2009-04-27 Thread Matthew Flaschen
Anne Wilson wrote:
>> If Oracle thinks that their $7 billion is going to killing MySQL, they
>> are sorely mistaken.  Companies come and go.  FOSS endures, and so will
>> MySQL.
>>
> So if I were in their shoes I'd want to make some money out of it.  Oops - 
> isn't that what they are planning?

I hope so, but that's certainly not what they did with PeopleSoft.

Matt Flaschen

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


Re: Difference between NAT and NAPT?

2009-04-27 Thread Nifty Fedora Mitch
On Sun, Apr 26, 2009 at 05:51:52PM +0200, Marko Vojinovic wrote:
> 
> In short, what is the difference? Are there any (dis)advantages of
> using one over the other?

Put your subject line in a search engine like Google.

  http://www.dcs.gla.ac.uk/~lewis/networkpages/m05s09NAT.htm

For most "mortals" NAT is just fine.
NAPT may be needed on a large private network but 
the hardware/ software has to work harder and thus
may cost more.




-- 
T o m  M i t c h e l l 
Found me a new hat, now what?

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


Re: Apache Virtual Server

2009-04-27 Thread Tim
On Mon, 2009-04-27 at 10:59 -0700, Dennis Kaptain wrote:
> I created: 
> /var/www/html/QuickStart/
> /var/www/html/QuickStart/application/
> /var/www/html/QuickStart/application/controllers/
> /var/www/html/QuickStart/application/views/
> /var/www/html/QuickStart/application/views/scripts/
> /var/www/html/QuickStart/library/
> /var/www/html/QuickStart/public/
> 
> The last directory 'public' wants to be the DocumentRoot
> I want to set up a virtual server whose DocumentRoot
> is /var/www/html/QuickStart/public

Just so that you're aware:

If anyone can connect to your web server by IP or domain name, then they
can access all those other directories just by using the base domain
name, unless you take other measure about it.

i.e. http://confianza/application/controllers/

I mention this in case it's important.  Perhaps it doesn't matter if
someone can access everything on the server, I don't know what the
content is.

-- 
[...@localhost ~]$ uname -r
2.6.27.21-78.2.41.fc9.i686

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



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


Re: Apache Virtual Server

2009-04-27 Thread Tim
On Mon, 2009-04-27 at 20:42 +0200, Uwe Kiewel wrote:
> I'm not sure how apache recognizes which virtual server the client
> requests. Maybe you need a real dns setup.

The hostname request is sent in the connection from the browser, the
webserver uses the first virtual host that matches the name.  So the
order that you specify hosts in is important if there's any double
matches.  The default will be used if none of the virtual hosts match.

I have virtual hosts configured as per your sample, plus a default one
like this:


  DocumentRoot/var/www/html


That just shows the usual Fedora + Apache, the webserver is working,
test page.

I found it easier to specify *all* websites as virtual hosts, with just
a blank dummy site in the default host (/var/www/html/).  And to avoid
someone being able to cross between sites inappropriately, none of them
are sub-directories inside /var/www/html/.  They all have separate
roots.

e.g. Default:  /var/www/html/
 example:  /var/www/example
 test: /var/www/test

If you don't do that, and you don't want people to be able to access one
site through another, you need complex access limitation rules.

You need to have name and numerical IP address resolution agreeing with
each other on the server and any clients that connect.  That can be done
with their hosts files, or using a DNS server.  For anything more than
about two or three computers, it's easier to use one central DNS server.
Never again will you have to mess with any hosts file for any other
network or server configurations.  And, for some things, the hosts file
is inadequate.


-- 
[...@localhost ~]$ uname -r
2.6.27.21-78.2.41.fc9.i686

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



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