Re: [389-users] fedora-idm-console is not working after ssl enabled

2011-08-24 Thread s.varadha rajan
Hi,

Thanks for the reply for you and team. yesterday i fixed that issue.my
system is having already jss4 installed and the problem is related to path.i
created libjss4.so link in my lib path, i.e /usr/lib as like,

root@varad:/usr/lib# ls -l libjss4.so
lrwxrwxrwx 1 root root 23 2011-08-23 18:24 libjss4.so -
/usr/lib/jni/libjss4.so

After that, console asked for certificate acceptance and everything went
fine. this is ok for me.

*I have one more doubt*, same thing i accessed through browser such as
https://localhost:9830 and can login inside.but after that, i can't do any
activity inside.that mean, i cant manage anything like, how i manage from
fedora-idm-console.Is there anything needs to be configured in Apache side
or any other settings.if possible, kindly let me know the solution.

Regards,
Varad



2011/8/23 Chun Tat David Chu beyonddc.stor...@gmail.com

 Hi Varad,

 The issue probably just as stated in the JAVA exception you are seeing.

 The JSS library is missing.  The JSS library is not part of standard JAVA,
 you will need to install it separately.

 You issue should be either 1) JSS is not install or 2) JSS is not in your
 classpath.

 Try execute rpm -qa | grep jss and check if JSS is installed.

 Here's the result when I run the above command.
 rpm -qa | grep jss
 jss-4.2.5-1

 Good luck

 - dc

 2011/8/23 s.varadha rajan rajanvara...@gmail.com

 Hi,

 I have configured ssl settings as per the redhat official doc(
 http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html/Administration_Guide/Managing_SSL.html#Managing_SSL-Using_certutil
 ).

 There is no issues with Directory server.after enabling ssl settings in
 the Admin server and after restarted the admin server, i tried to login with
 https://localhost:9830.it's not at all logging and in the Terminal throws
 the below error.

 Exception in thread main java.lang.UnsatisfiedLinkError: no jss4 in
 java.library.path
 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
  at java.lang.Runtime.loadLibrary0(Runtime.java:840)
 at java.lang.System.loadLibrary(System.java:1047)
  at
 org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1339)
 at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:827)
  at org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:800)
 at com.netscape.management.client.util.UtilConsoleGlobals.initJSS(Unknown
 Source)
  at com.netscape.management.client.comm.HttpsChannel.clinit(Unknown
 Source)
 at com.netscape.management.client.comm.HttpManager.createChannel(Unknown
 Source)
  at com.netscape.management.client.comm.CommManager.send(Unknown Source)
 at com.netscape.management.client.comm.CommManager.send(Unknown Source)
  at com.netscape.management.client.comm.HttpManager.get(Unknown Source)
 at com.netscape.management.client.console.Console.invoke_task(Unknown
 Source)
  at
 com.netscape.management.client.console.Console.authenticate_user(Unknown
 Source)
 at com.netscape.management.client.console.Console.init(Unknown Source)
  at com.netscape.management.client.console.Console.main(Unknown Source)

 Please let me know the solution for this issue ?

 Regards,
 Varad


 --
 389 users mailing list
 389-users@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/389-users



 --
 389 users mailing list
 389-users@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/389-users

--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: [389-users] fedora-idm-console is not working after ssl enabled

2011-08-24 Thread Rich Megginson

On 08/24/2011 12:26 AM, s.varadha rajan wrote:

Hi,

Thanks for the reply for you and team. yesterday i fixed that issue.my 
system is having already jss4 installed and the problem is related to 
path.i created libjss4.so link in my lib path, i.e /usr/lib as like,


root@varad:/usr/lib# ls -l libjss4.so
lrwxrwxrwx 1 root root 23 2011-08-23 18:24 libjss4.so - 
/usr/lib/jni/libjss4.so


After that, console asked for certificate acceptance and everything 
went fine. this is ok for me.


*I have one more doubt*, same thing i accessed through browser such as 
https://localhost:9830 and can login inside.but after that, i can't do 
any activity inside.that mean, i cant manage anything like, how i 
manage from fedora-idm-console.Is there anything needs to be 
configured in Apache side or any other settings.if possible, kindly 
let me know the solution.
The web interface provided by 389-admin doesn't do very much.  You might 
want to use 389-dsgw.


Regards,
Varad



2011/8/23 Chun Tat David Chu beyonddc.stor...@gmail.com 
mailto:beyonddc.stor...@gmail.com


Hi Varad,

The issue probably just as stated in the JAVA exception you are
seeing.

The JSS library is missing.  The JSS library is not part of
standard JAVA, you will need to install it separately.

You issue should be either 1) JSS is not install or 2) JSS is not
in your classpath.

Try execute rpm -qa | grep jss and check if JSS is installed.

Here's the result when I run the above command.
rpm -qa | grep jss
jss-4.2.5-1

Good luck

- dc

2011/8/23 s.varadha rajan rajanvara...@gmail.com
mailto:rajanvara...@gmail.com

Hi,

I have configured ssl settings as per the redhat official

doc(http://docs.redhat.com/docs/en-US/Red_Hat_Directory_Server/8.2/html/Administration_Guide/Managing_SSL.html#Managing_SSL-Using_certutil).

There is no issues with Directory server.after enabling ssl
settings in the Admin server and after restarted the admin
server, i tried to login with https://localhost:9830.it's not
at all logging and in the Terminal throws the below error.

Exception in thread main java.lang.UnsatisfiedLinkError: no
jss4 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1047)
at

org.mozilla.jss.CryptoManager.loadNativeLibraries(CryptoManager.java:1339)
at
org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:827)
at
org.mozilla.jss.CryptoManager.initialize(CryptoManager.java:800)
at
com.netscape.management.client.util.UtilConsoleGlobals.initJSS(Unknown
Source)
at
com.netscape.management.client.comm.HttpsChannel.clinit(Unknown
Source)
at
com.netscape.management.client.comm.HttpManager.createChannel(Unknown
Source)
at
com.netscape.management.client.comm.CommManager.send(Unknown
Source)
at
com.netscape.management.client.comm.CommManager.send(Unknown
Source)
at com.netscape.management.client.comm.HttpManager.get(Unknown
Source)
at
com.netscape.management.client.console.Console.invoke_task(Unknown
Source)
at
com.netscape.management.client.console.Console.authenticate_user(Unknown
Source)
at
com.netscape.management.client.console.Console.init(Unknown
Source)
at com.netscape.management.client.console.Console.main(Unknown
Source)

Please let me know the solution for this issue ?

Regards,
Varad


--
389 users mailing list
389-users@lists.fedoraproject.org
mailto:389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users



--
389 users mailing list
389-users@lists.fedoraproject.org
mailto:389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users



--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: [389-users] fedora-idm-console is not working after ssl enabled

2011-08-24 Thread up

 The web interface provided by 389-admin doesn't do very much.  You might
 want to use 389-dsgw.

Does anybody know if the DSGW interface is available for CentOS Directory 
Server? 
The RHDS docs mention it, but the only file that appears on the server were I
installed CDS is:  admserv_dsgw.html.  No conf files or anything else.  I had
installed the Webmin OpenLDAP client for managing users, but although it mostly
works, there are some compatibility issues and shortcomings.

--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: [389-users] fedora-idm-console is not working after ssl enabled

2011-08-24 Thread Rich Megginson
On 08/24/2011 08:26 AM, u...@3.am wrote:
 The web interface provided by 389-admin doesn't do very much.  You might
 want to use 389-dsgw.
 Does anybody know if the DSGW interface is available for CentOS Directory 
 Server?
 The RHDS docs mention it, but the only file that appears on the server were I
 installed CDS is:  admserv_dsgw.html.  No conf files or anything else.  I had
 installed the Webmin OpenLDAP client for managing users, but although it 
 mostly
 works, there are some compatibility issues and shortcomings.
You could try installing 389-dsgw from EPEL5.
 --
 389 users mailing list
 389-users@lists.fedoraproject.org
 https://admin.fedoraproject.org/mailman/listinfo/389-users

--
389 users mailing list
389-users@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Re: Needs-restarting is useless

2011-08-24 Thread Rahul Sundaram
On 08/24/2011 04:36 AM, Reindl Harald wrote:
 i did not know needs-restarting before some posts on this mailing-list
 but for me on F15 it DOES NOT work too, it gave nothing out after a lot
 of updates including running services like httpd and php itself

Have you filed a bug report?

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


Re: Needs-restarting is useless

2011-08-24 Thread n2xssvv.g02gfr12930
On 23/08/11 21:07, Joe Zeff wrote:
 On 08/23/2011 12:43 PM, John Pilkington wrote:
 [John@localhost ~]$ su
 Password:

 [root@localhost John]# needs-restarting

 3433 : /usr/lib64/thunderbird-3.1/thunderbird-bin
 5567 : /usr/lib64/firefox-3.6/firefox-UILocaleen-GB

 Thunderbird and Firefox restarted here
 
 Interesting.  I tried again, using su - instead of su -c to see what 
 happened and it still reports nothing.  In fact, it's never reported 
 anything needing restarting.  Clearly, my copy of it's b0rk.  Any ideas 
 why?  (I haven't restarted anything yet, and will hold off for a little 
 bit in case there are any suggestions.)

May I wish you better luck than I had with Fedora 15. It does appear to
be a troublesome release, so I'm staying with Fedora 14 for now.

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


Re: Non-native RPM or compile?

2011-08-24 Thread Lars Eighner
On Tue, 23 Aug 2011, Bob Goodwin wrote:

 On 23/08/11 20:11, Lars Eighner wrote:
 I want lifeline (genealogy program). I don't find it packaged for Fedora 15.
 I do find an OpenSuSE rpm, apparently appropriate for my architecture.

 In general, would I be better off using a non-native RPM or compiling it
 myself?


You may not like gramps but it works and is available via yum.

It's not so much disliking gramps as having a big stack of php functions to
query a lifelines database and lifelines report-language scripts to produce
pages customized to my site.

Also apparently to get a command-line image viewer, I have to
compile/install zgv since, I discover the fb in fbi stands for framebuffer.

-- 
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

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


Re: Personal VPN on Fedora

2011-08-24 Thread Timothy Murphy
Manuel Escudero wrote:

 OpenVPN is too difficult to Setup and Tor is not what I'm looking for.

I'm puzzled by this thread.
It doesn't seem to me to be too difficult to set up an OpenVPN server,
following the instructions in /usr/share/openvpn/easy-rsa/2.0/ .

Or are you all trying to do something else?


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

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


OT: Improving laptop wifi reception

2011-08-24 Thread Paul Smith
Dear All,

Is there some device that can boost a laptop wifi reception? In the
library where I spend some time studying, I usually get a signal with
a quality of about 20%.

Thanks in advance,

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


Re: Non-native RPM or compile?

2011-08-24 Thread Stephen Gallagher
On Tue, 2011-08-23 at 19:11 -0500, Lars Eighner wrote:
 I want lifeline (genealogy program). I don't find it packaged for Fedora 15. 
 I do find an OpenSuSE rpm, apparently appropriate for my architecture.
 
 In general, would I be better off using a non-native RPM or compiling it
 myself?


The optimal solution here would be for you to take the OpenSuSE source
RPM, extract it, modify the spec file so that it corresponds to the
Fedora Packaging Guidelines[1] and then submit it for package review[2]
in Fedora. That way others can use this tool as well.

[1] http://fedoraproject.org/wiki/Packaging:Guidelines
[2] http://fedoraproject.org/wiki/PackageMaintainers/Join


signature.asc
Description: This is a digitally signed message part
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Personal VPN on Fedora

2011-08-24 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 08/23/2011 10:51 PM, Manuel Escudero wrote:
 
 
 2011/8/23 Manuel Escudero jmlev...@gmail.com
 mailto:jmlev...@gmail.com
 
 
 
 2011/8/22 admin lewis adminle...@gmail.com 
 mailto:adminle...@gmail.com
 
 2011/8/20 Manuel Escudero jmlev...@gmail.com 
 mailto:jmlev...@gmail.com:
 Hi there:
 
 I was wondering if is there something like Hotspot Shield or
 TunnelBear for
 Linux or if not, How can I easily mount a VPN connection in
 Fedora? Have been reading a lot, but it's quite difficult :S 
 OpenVPN is too difficult to Setup and Tor is not what I'm
 looking for.
 Any advice?
 
 Try to download/install some gui for openvpn
 
 openvpn-admin.noarch : OpenVPN-Admin is a multiplatform GUI for 
 OpenVPN. stonevpn.noarch : Easy OpenVPN certificate and
 configuration management
 
 to install (from root): # yum install openvpn-admin
 
 then configure openvpn from gui.. anyway openvpn is the easiest way
 to connect a vpn.. dont forget u can connect to a vpn by the
 NetworkManager too cheers lewis
 
 
 
 
 -- my blog - http://predellino.blogspot.com/ -- users mailing list 
 users@lists.fedoraproject.org
 mailto:users@lists.fedoraproject.org To unsubscribe or change
 subscription options: 
 https://admin.fedoraproject.org/mailman/listinfo/users Guidelines:
 http://fedoraproject.org/wiki/Mailing_list_guidelines
 
 
 VPN Mounting on fedora is a little painful... Using any method. At
 the end I found what I needed but it just seem to work in Ubuntu 
 and not in Fedora. However, As I'm going to recieve some Acer
 Aspire Revo PC's (one for personal use) to transform them into
 different kinds of Linux Servers, I decided that Mounting an
 OpenVPN installation for once in a lifetime in order to use it
 whenever it is needed is worth the time it requires,
 
 Thanks!
 
 
 -- Manuel Escudero Linux User #509052 Twitter: @Jmlevick
 http://twitter.com/Jmlevick Blogger: Blog Xenode
 http://xenodesystems.blogspot.com/ PGP/GnuPG: E2F5 12FA E1C3 FA58
 CF15  8481 B77B 00CA C1E1 0FA7 Xenode Systems - xenodesystems.com 
 http://www.xenodesystems.com/ - Conéctate a Tu Mundo
 
 
 
 UPDATE on this issue:
 
 With At the end I found what I needed I was refering
 toHostizzle wich is a service that provide you with free OpenVPN
 certificates and configuration files, installing OpenVPN package
 from repos  the lastest Kvpnc on the machine (built from source
 this one) I was able to connect to an external hosted VPN just like
 with Hotspot Shield or TunnelBear using the package that
 Hostizzle provide to you...
 
 Hostizzle Provide you with 100GB of monthly VPN bandwidth, an USA
 IP adress, connection encryption with blowfish SSL/TLS of 1024 Bits
 and other interesting stuff.
 
 The thing worked at the end in Fedora too, just had to use the
 lastest version of OpenVPN Client Kvpnc and disable SELinux; (Set
 it to permissive mode, after using the VPN I switch to enforcing
 always). The Point is, If it works on Fedora and Ubuntu, I bet this
 solution can work in any distro.
 

Your SELinux problems are most likely with the cert files being
mislabeled.  If you put the certs in ~/.pki or ~/.cert, and run
restorecon on the file everything should work.


 Hope this helps someone out there.
 
 
 P.S. More info, the tutorial and even a video of my investigation
 are in here:
 
 http://xenodesystems.blogspot.com/2011/08/al-fin-hotspot-shieldtunnelbear-en.html

  (in spanish) go there if you want to know more ;)
 
 C'ya!
 
 -- Manuel Escudero Linux User #509052 Twitter: @Jmlevick
 http://twitter.com/Jmlevick Blogger: Blog Xenode
 http://xenodesystems.blogspot.com/ PGP/GnuPG: E2F5 12FA E1C3 FA58
 CF15  8481 B77B 00CA C1E1 0FA7 Xenode Systems - xenodesystems.com 
 http://www.xenodesystems.com/ - Conéctate a Tu Mundo
 
 

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

iEYEARECAAYFAk5U8vcACgkQrlYvE4MpobOYmgCfbrBZd+YJ5kofMcFii09Z61fT
Wv8AoKI2y0BKbYR4aQc2P8S4rPZXMw0r
=uZFQ
-END PGP SIGNATURE-
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Personal VPN on Fedora

2011-08-24 Thread Manuel Escudero
2011/8/24 Timothy Murphy gayle...@eircom.net

 Manuel Escudero wrote:

  OpenVPN is too difficult to Setup and Tor is not what I'm looking for.

 I'm puzzled by this thread.
 It doesn't seem to me to be too difficult to set up an OpenVPN server,
 following the instructions in /usr/share/openvpn/easy-rsa/2.0/ .

 Or are you all trying to do something else?


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

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


The idea was to get an easy solution to mount a personal VPN
in Linux using an external pre-arranged solution such as those
you might use on windows or mac, (HotspotShield/TunnelBear).

See, Win/Mac users don't mount their own VPN servers when they
wanna use VPN because of those apps, I found a solution like
that but for Linux, and that was what I was looking for in the first place.

-- 
Manuel Escudero
Linux User #509052
Twitter: @Jmlevick http://twitter.com/Jmlevick
Blogger: Blog Xenode http://xenodesystems.blogspot.com/
PGP/GnuPG: E2F5 12FA E1C3 FA58 CF15  8481 B77B 00CA C1E1 0FA7
Xenode Systems - xenodesystems.com http://www.xenodesystems.com/ - Conéctate
a Tu Mundo
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Non-native RPM or compile?

2011-08-24 Thread Bob Goodwin
On 24/08/11 08:46, Stephen Gallagher wrote:
 On Tue, 2011-08-23 at 19:11 -0500, Lars Eighner wrote:
 I want lifeline (genealogy program). I don't find it packaged for Fedora 15.
 I do find an OpenSuSE rpm, apparently appropriate for my architecture.

 In general, would I be better off using a non-native RPM or compiling it
 myself?

 The optimal solution here would be for you to take the OpenSuSE source
 RPM, extract it, modify the spec file so that it corresponds to the
 Fedora Packaging Guidelines[1] and then submit it for package review[2]
 in Fedora. That way others can use this tool as well.

 [1] http://fedoraproject.org/wiki/Packaging:Guidelines
 [2] http://fedoraproject.org/wiki/PackageMaintainers/Join


Yes, I would like a copy to try here.

Bob



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


Re: Installing driver for WiFi adapter

2011-08-24 Thread John W. Linville
On Tue, Aug 23, 2011 at 11:36:06PM +0100, Paul Smith wrote:
 On Tue, Aug 23, 2011 at 9:30 PM, Paul Smith phh...@gmail.com wrote:
   TP-LINK TL-WN821N
  
  
   Can you post output of lsmod and lsusb. Have you installed the firmware
   for the device into /lib/firmware?  If the device is supported by the
   kernel you won't be able to load the module without the firmware
   installed.
  
   Google is your friend.
 
  Thanks, Terry.
 
  Why do you believe you need to install some kind of a driver? From the
  below, it looks like your card is an atheros chip-based one, and you have a
  bunch of ath9 modules loaded.
 
  What exactly is or is not working for you.
 
  Well, I plug the the USB device and nothing happens. According to the
  manual, a led should be turned on when I plug the USB.
 
 A possible explanation is here:
 
 http://forums.fedoraforum.org/showthread.php?t=268068

That relates to the carl9170 driver.  We don't have that firmware
packaged in Fedora either -- no one ever bothered to review my
package of the SH cross compiler used to build the firmware, and I
haven't bothered to bang the drum about it either.  Anyway, that's
a different issue.

The ath9k_htc firmware used to be in the linux-firmware tree, but
apparently they have stopped updating it there?  Not sure...

Anyway, you can find the firmware and get it installed by starting
here:

http://wireless.kernel.org/en/users/Drivers/ath9k_htc#Firmware

Hth!

John
-- 
John W. LinvilleThe truth will set you free, but first it will
linvi...@redhat.com make you miserable. -- James A. Garfield
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing driver for WiFi adapter

2011-08-24 Thread Paul Smith
On Wed, Aug 24, 2011 at 3:28 PM, John W. Linville linvi...@redhat.com wrote:
   TP-LINK TL-WN821N
  
  
   Can you post output of lsmod and lsusb. Have you installed the firmware
   for the device into /lib/firmware?  If the device is supported by the
   kernel you won't be able to load the module without the firmware
   installed.
  
   Google is your friend.
 
  Thanks, Terry.
 
  Why do you believe you need to install some kind of a driver? From the
  below, it looks like your card is an atheros chip-based one, and you have 
  a
  bunch of ath9 modules loaded.
 
  What exactly is or is not working for you.
 
  Well, I plug the the USB device and nothing happens. According to the
  manual, a led should be turned on when I plug the USB.

 A possible explanation is here:

 http://forums.fedoraforum.org/showthread.php?t=268068

 That relates to the carl9170 driver.  We don't have that firmware
 packaged in Fedora either -- no one ever bothered to review my
 package of the SH cross compiler used to build the firmware, and I
 haven't bothered to bang the drum about it either.  Anyway, that's
 a different issue.

 The ath9k_htc firmware used to be in the linux-firmware tree, but
 apparently they have stopped updating it there?  Not sure...

 Anyway, you can find the firmware and get it installed by starting
 here:

        http://wireless.kernel.org/en/users/Drivers/ath9k_htc#Firmware

 Hth!

Thanks, John. Since the referred wireless adapter did not improve my
signal reception, I returned it to the shop meanwhile. So, in my case,
that is not anymore an issue. However, I did have the wireless adapter
working with

kernel-2.6.38.8-35.fc15.x86_64

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


Re: Installing driver for WiFi adapter

2011-08-24 Thread Sam Varshavchik

Paul Smith writes:

On Tue, Aug 23, 2011 at 9:22 PM, Sam Varshavchik mr...@courier-mta.com  
wrote:

  TP-LINK TL-WN821N
 
 
  Can you post output of lsmod and lsusb. Have you installed the firmware
  for the device into /lib/firmware?  If the device is supported by the
  kernel you won't be able to load the module without the firmware
  installed.
 
  Google is your friend.

 Thanks, Terry.

 Why do you believe you need to install some kind of a driver? From the
 below, it looks like your card is an atheros chip-based one, and you have a
 bunch of ath9 modules loaded.

 What exactly is or is not working for you.

Well, I plug the the USB device and nothing happens. According to the
manual, a led should be turned on when I plug the USB.


That may not mean anything. These kinds of idiot lights are often software  
controlled. My laptop has a built-in idiot light for it's built-in wireless  
cards. It obediently lights up when I boot Windows. It stays off in Fedora.  
Maybe in blinks occasionally, but wireless works just fine. The kernel  
driver, I guess, doesn't bother to turn on the idiot light, when it  
initializes the adapter.


The most important thing is whether NetworkManager claims to see a wireless  
interface, and gives you a list of available access points your wireless  
card is hearing, and not whether some idiot light comes on.


A good source of clues is to look at what gets written into  
/var/log/messages, when you plug in the card.





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


Re: Installing driver for WiFi adapter

2011-08-24 Thread Paul Smith
On Wed, Aug 24, 2011 at 3:44 PM, Sam Varshavchik mr...@courier-mta.com wrote:
   TP-LINK TL-WN821N
  
  
   Can you post output of lsmod and lsusb. Have you installed the
   firmware
   for the device into /lib/firmware?  If the device is supported by the
   kernel you won't be able to load the module without the firmware
   installed.
  
   Google is your friend.
 
  Thanks, Terry.
 
  Why do you believe you need to install some kind of a driver? From the
  below, it looks like your card is an atheros chip-based one, and you
  have a
  bunch of ath9 modules loaded.
 
  What exactly is or is not working for you.

 Well, I plug the the USB device and nothing happens. According to the
 manual, a led should be turned on when I plug the USB.

 That may not mean anything. These kinds of idiot lights are often software
 controlled. My laptop has a built-in idiot light for it's built-in wireless
 cards. It obediently lights up when I boot Windows. It stays off in Fedora.
 Maybe in blinks occasionally, but wireless works just fine. The kernel
 driver, I guess, doesn't bother to turn on the idiot light, when it
 initializes the adapter.

 The most important thing is whether NetworkManager claims to see a wireless
 interface, and gives you a list of available access points your wireless
 card is hearing, and not whether some idiot light comes on.

 A good source of clues is to look at what gets written into
 /var/log/messages, when you plug in the card.

Thanks, Sam. You are absolutely right: the wireless adapter was
working properly without any light being blinking or flashing.

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


Google Music Manager - Solved

2011-08-24 Thread Steven Stern
I've got it working. Thanks to a poster on the Ubuntu forums for the tip.

Here's the process:

1) Obtain the Mac address for your network card.  Mine is
00:11:95:BC:E5:F3 on em1. (What used to be known as wlan0)

2) In terminal:

cd .config/google-music-manager
sqlite3 Peer.db

In sqlite:

update CONFIG set Value='00:11:95:BC:E5:F3' where Name='MachineIdentifier';

.exit

And we're done!

Once it's running, be sure to set the options so it's not uploading as
fast as possible.




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


Re: Personal VPN on Fedora

2011-08-24 Thread Timothy Murphy
Manuel Escudero wrote:

 I'm puzzled by this thread.
 It doesn't seem to me to be too difficult to set up an OpenVPN server,
 following the instructions in /usr/share/openvpn/easy-rsa/2.0/ .

 Or are you all trying to do something else?

 The idea was to get an easy solution to mount a personal VPN
 in Linux using an external pre-arranged solution such as those
 you might use on windows or mac, (HotspotShield/TunnelBear).

I'm still puzzled, almost certainly due to my ignorance.
What exactly is a personal VPN?
Is OpenVPN a personal VPN?

As far as I can see, Hotspot Shield and Tunnel Bear
are both running VPN servers, on a free/commercial basis,
and if you subscribe to them you can run a VPN client
which communicates with or through them.
Or have I got that wrong?

 See, Win/Mac users don't mount their own VPN servers when they
 wanna use VPN because of those apps, I found a solution like
 that but for Linux, and that was what I was looking for in the first
 place.

It's not really clear to me what this has to do with Linux or Windows.
In fact, from a very quick glance at their bumpf,
it seemed to me that Hotspot Shield probably is running a Linux VPN server.

But I admit I'm far from expert on VPN.
 

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

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


Re: privoxy version 3.0.17

2011-08-24 Thread Patrick
On Sun, Jul 31, 2011 at 01:08:03AM -0500, Michael Cronenworth wrote:
 On 07/30/2011 10:34 PM, Patrick wrote:
  How can I get the new version picked up for Fedora 15?
 
  There's already a bug for it:
 
  https://bugzilla.redhat.com/show_bug.cgi?id=594003
 
  I don't know who the package maintainer is for it in Fedora (or if there is 
  even one).
 
 One way to see who a maintainer is is to check the ACL[1] for the 
 package. It seems the package is still maintained.
 
 You should add a ping comment to the bug requesting a status on the 
 update. The maintainer may be waiting to release the update for 
 dependencies or another reason. If you don't hear back from the 
 maintainer in the bug in a week or so, try a direct e-mail. As a last 
 resort you can invoke the non-responsive maintainer process[2].
 
 [1] https://admin.fedoraproject.org/pkgdb/acls/name/privoxy
 [2] 
 http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers

I added a comment to the bug (back on July 31), and emailed Karsten (on
Aug 13, I'm cc-ing him here too), and have gotten no responses.

In the meantime, I created an rpm for my own use with 3.0.17 privoxy
source, it's working much better.

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


Re: privoxy version 3.0.17

2011-08-24 Thread Patrick
Oops ... cc-ing Karsten.

On Wed, Aug 24, 2011 at 08:49:51AM -0700, Patrick wrote:
 On Sun, Jul 31, 2011 at 01:08:03AM -0500, Michael Cronenworth wrote:
  On 07/30/2011 10:34 PM, Patrick wrote:
   How can I get the new version picked up for Fedora 15?
  
   There's already a bug for it:
  
   https://bugzilla.redhat.com/show_bug.cgi?id=594003
  
   I don't know who the package maintainer is for it in Fedora (or if there 
   is even one).
  
  One way to see who a maintainer is is to check the ACL[1] for the 
  package. It seems the package is still maintained.
  
  You should add a ping comment to the bug requesting a status on the 
  update. The maintainer may be waiting to release the update for 
  dependencies or another reason. If you don't hear back from the 
  maintainer in the bug in a week or so, try a direct e-mail. As a last 
  resort you can invoke the non-responsive maintainer process[2].
  
  [1] https://admin.fedoraproject.org/pkgdb/acls/name/privoxy
  [2] 
  http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers
 
 I added a comment to the bug (back on July 31), and emailed Karsten (on
 Aug 13, I'm cc-ing him here too), and have gotten no responses.
 
 In the meantime, I created an rpm for my own use with 3.0.17 privoxy
 source, it's working much better.
 
 -- Patrick Mansfield
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: privoxy version 3.0.17

2011-08-24 Thread Karsten Hopp
Am 24.08.2011 17:51, schrieb Patrick:
 Oops ... cc-ing Karsten.

 On Wed, Aug 24, 2011 at 08:49:51AM -0700, Patrick wrote:
   On Sun, Jul 31, 2011 at 01:08:03AM -0500, Michael Cronenworth wrote:
 On 07/30/2011 10:34 PM, Patrick wrote:
   How can I get the new version picked up for Fedora 15?
 
   There's already a bug for it:
 
   https://bugzilla.redhat.com/show_bug.cgi?id=594003
 
   I don't know who the package maintainer is for it in Fedora (or if 
  there is even one).
   
 One way to see who a maintainer is is to check the ACL[1] for the
 package. It seems the package is still maintained.
   
 You should add a ping comment to the bug requesting a status on the
 update. The maintainer may be waiting to release the update for
 dependencies or another reason. If you don't hear back from the
 maintainer in the bug in a week or so, try a direct e-mail. As a last
 resort you can invoke the non-responsive maintainer process[2].
   
 [1] https://admin.fedoraproject.org/pkgdb/acls/name/privoxy
 [2]
 
  http://fedoraproject.org/wiki/Policy_for_nonresponsive_package_maintainers
 
   I added a comment to the bug (back on July 31), and emailed Karsten (on
   Aug 13, I'm cc-ing him here too), and have gotten no responses.
 
   In the meantime, I created an rpm for my own use with 3.0.17 privoxy
   source, it's working much better.
 
   -- Patrick Mansfield


I saw your comment, but I'm currently quite busy with secondary arch.
I'f you'd like to either take over or co-maintain privoxy, I'll orphan 
the package or approve commit access for you.

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


Re: Personal VPN on Fedora

2011-08-24 Thread Manuel Escudero
2011/8/24 Timothy Murphy gayle...@eircom.net

 Manuel Escudero wrote:

  I'm puzzled by this thread.
  It doesn't seem to me to be too difficult to set up an OpenVPN server,
  following the instructions in /usr/share/openvpn/easy-rsa/2.0/ .
 
  Or are you all trying to do something else?

  The idea was to get an easy solution to mount a personal VPN
  in Linux using an external pre-arranged solution such as those
  you might use on windows or mac, (HotspotShield/TunnelBear).

 I'm still puzzled, almost certainly due to my ignorance.
 What exactly is a personal VPN?
 Is OpenVPN a personal VPN?

 As far as I can see, Hotspot Shield and Tunnel Bear
 are both running VPN servers, on a free/commercial basis,
 and if you subscribe to them you can run a VPN client
 which communicates with or through them.
 Or have I got that wrong?

  See, Win/Mac users don't mount their own VPN servers when they
  wanna use VPN because of those apps, I found a solution like
  that but for Linux, and that was what I was looking for in the first
  place.

 It's not really clear to me what this has to do with Linux or Windows.
 In fact, from a very quick glance at their bumpf,
 it seemed to me that Hotspot Shield probably is running a Linux VPN server.

 But I admit I'm far from expert on VPN.


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

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



Made a little video tutorial about the easiest way to setup the
Hostizzle service in Linux (On Fedora KDE using NetworkManager)

Also I show how the tool works; Instructions in english are available
in video's description at Youtube:

http://youtu.be/gwhYl4QthO0

@Daniel: in KDE with NetworkManager I can leave SELinux Enabled and the Hozz
VPN Works :)

@Timothy: Yeah, HSS  TunnelBear both are using OpenVPN Linux Servers, the
thing is,
They're apps oriented for the final user, see:

To connect to a VPN (or parse your Internet Connection Trough one) you need
3 basic things:

1) The VPN Server (yours or external)

2) The VPN Software (OpenVPN for example)

3) The VPN Client (Kvpnc, NetworkManager)

The thing is, in Win  Mac, users just Download an app such as TunnelBear
for example
and install it with a NextNextNext tool, then just click ENABLE and
they're magically
browsing through VPN connection... They don't need to setup a private
server, then parse the
keys and the certificates, then install all the things, deal with config
files and so on...

I commited myself to the simple duty of finding something similar but for
linux and
Hostizzle (with a little help from other tools) seem to be the closest
alternative
to such software.

More clear? :)

Cheers.

-- 
Manuel Escudero
Linux User #509052
Twitter: @Jmlevick http://twitter.com/Jmlevick
Blogger: Blog Xenode http://xenodesystems.blogspot.com/
PGP/GnuPG: E2F5 12FA E1C3 FA58 CF15  8481 B77B 00CA C1E1 0FA7
Xenode Systems - xenodesystems.com http://www.xenodesystems.com/ - Conéctate
a Tu Mundo
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Installing driver for WiFi adapter

2011-08-24 Thread mike cloaked
On Wed, Aug 24, 2011 at 3:28 PM, John W. Linville linvi...@redhat.com wrote:
 On Tue, Aug 23, 2011 at 11:36:06PM +0100, Paul Smith wrote:
 On Tue, Aug 23, 2011 at 9:30 PM, Paul Smith phh...@gmail.com wrote:
   TP-LINK TL-WN821N
  
  
   Can you post output of lsmod and lsusb. Have you installed the firmware
   for the device into /lib/firmware?  If the device is supported by the
   kernel you won't be able to load the module without the firmware
   installed.
  
   Google is your friend.
 
  Thanks, Terry.
 
  Why do you believe you need to install some kind of a driver? From the
  below, it looks like your card is an atheros chip-based one, and you have 
  a
  bunch of ath9 modules loaded.
 
  What exactly is or is not working for you.
 
  Well, I plug the the USB device and nothing happens. According to the
  manual, a led should be turned on when I plug the USB.

 A possible explanation is here:

 http://forums.fedoraforum.org/showthread.php?t=268068

 That relates to the carl9170 driver.  We don't have that firmware
 packaged in Fedora either -- no one ever bothered to review my
 package of the SH cross compiler used to build the firmware, and I
 haven't bothered to bang the drum about it either.  Anyway, that's
 a different issue.

 The ath9k_htc firmware used to be in the linux-firmware tree, but
 apparently they have stopped updating it there?  Not sure...

 Anyway, you can find the firmware and get it installed by starting
 here:

        http://wireless.kernel.org/en/users/Drivers/ath9k_htc#Firmware

 Hth!

 John

I also have a machine that has to use an external usb wifi adapter and
in my case I have a tiny device that relies on rtl8712su or rtl8192su
- which is a slight aside from the thread on ath9k...but similar issue
in that there is no wireless driver by default.

Until f14/15 I was able to compile the driver from the source from
realtek - and copy the firmware to /lib/firmware and it would work
fine - however I recently installed f16 alpha rc5 and updated via
ether - but the wireless driver won't compile - (yes I have
kernel-devel and kernel-headers).

I could give the output of lsusb and other diagnostics but I wonder if
anyone else has had a similar issue with f16a ?  Any tips for
rtl8712/8192 for usb would be appreciated.

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


NetworkManager, openswan and l2tp

2011-08-24 Thread Eberhard Schruefer
Hello,

I need to connect to a site via l2tp/openswan. I can set up openswan and 
xl2tpd manually and this works fine.
However, bringing up the connection is not very comfortable and it would 
be much nicer to be able to use the
networkmanager-openswan plugin. Unfortunately, l2tp and other 'advanced 
settings' cannot be selected from
networkmanager-connection-editor. A quick look at the source code of 
NetworkManager-openswan-1.7.0 shows
that these options are programmed, but seem not to be available in 
Fedora 15.

Will these options eventually be set-able in Fedora?

Thanks.

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


Re: Google Music Manager - Solved

2011-08-24 Thread Ted Roche
On Wed, Aug 24, 2011 at 10:58 AM, Steven Stern
subscribed-li...@sterndata.com wrote:
 cd .config/google-music-manager
 sqlite3 Peer.db

Thanks for the tip!

On my F14 box, it's .config/google-musicmanager/ for the folder name.
Just one hyphen.

-- 
Ted Roche
Ted Roche  Associates, LLC
http://www.tedroche.com
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [SOLVED] gnome-shell + nfsv4 = problems?!

2011-08-24 Thread Dr. Michael J. Chudobiak
On 08/22/2011 02:46 PM, Dr. Michael J. Chudobiak wrote:
 Hi all,

 I've been testing F15/gnome-shell on my desktop, and it works great...
 except when I install it on a second user's desktop, everything slows to
 a crawl, sometimes freezing the shells altogether. I can tell when
 another gnome-shell system is in use, because mine freezes!

OK, gnome-shell + firefox + nfsv4 = JUST DOESN'T WORK.

I switched to glusterfs, and with a few tweaks, it rocks! (Tweaks = need 
features/posix-locks in glusterfsd configs, and do the client mounts 
in /etc/rc.d/rc.local, and not in /etc/fstab.)

My firefox freezes are gone. Firefox has stopped losing my authenticated 
sessions (cookies.sqlite). The system boots much faster.

I hope this helps others in a similar situation!

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


Re: Fedora-15-x86_64-netinst on Dell XPS-15z (To Michael Dinon)

2011-08-24 Thread Michael Dinon
On Wed, Aug 24, 2011 at 4:07 AM, Paulo paulopaul...@gmail.com wrote:

 -- Mensagem encaminhada --
 From: Michael Dinon mdi...@gmail.com
 To: Community support for Fedora users users@lists.fedoraproject.org
 Date: Tue, 23 Aug 2011 13:59:43 -0700
 Subject: Re: Fedora-15-x86_64-netinst on Dell XPS-15z


 On Tue, Aug 23, 2011 at 10:11 AM, Paulo paulopaul...@gmail.com wrote:

 Hi Fellas.

 The installer (anaconda) of Fedora-15-x86_64-netinst don't work on Dell
 XPS-15z.
 (with install option default and basic video too).
 When booting it stop at point: Waiting for hardware to initialize then
 halts.
 There is the same problem in Fedora-15-x86_64-install-DVD.

 I think the installer can't recognize the chip-set of Dell XPS-15z, but
 the problem may be other...
 I don't know.

 But I know that this way I can't use Fedora-15 64 bits platform.
 Someone please... Help me...

 Bye all.


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


 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines




 Hello Paulo,

 Have you verified you have a good iso image?  Have you tried a live CD?  Do
 you know what your video card is?

 https://fedoraproject.org/verify


 --
 Mike


 Hi mike.

 Yes man, of course I know that.
 I always do the checksum verify task (i understand the corruption downloads
 possibility).

 The hardware configuration is:
 Dell XPS-15z - Intel core i7-2620M 2.7-3.4 GHz CPU + 8 GB RAM.
 2 graphic adapters: 1-)  Intel HD Graphic 3000 family.
  2-)  nVidia GeForce GT-525M - 3D Vision
 (with 2 GB memory).
 Full HD 1080p led display monitor.
 750 GB hard disk.
 etc...

 I have Fedora-15-i686 (32 bits platform) installed on that machine and it
 is working fine..
 My problem is with Fedora-15-x86_64 (64 bits platform)

 The problem is not the video driver or my video card man.
 The installer for any reason stays waiting for hardware to initialize and
 halts.
 ONLY in Fedora-15-x86_64.
 This occurs with the base video option too (using xdriver=VESA kernel
 option).

 I think may be unsupported chipset, because this machine is a new Dell
 product.
 But I don't know if is this in fact...

 Please Mike verify with some friends if the they know about this problem
 with Dell XPS-5z.

 Thanks and happiness to you man.

 Paulo (Paul).


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


Hi Paulo,

Unfortunately I don't know anyone with that hardware.  I found this
discussion which you might find helpful
http://en.community.dell.com/support-forums/laptop/f/3518/t/19382036.aspx.
It looks like booting with acpi=off or acpi-noirq helped.  Sorry I couldn't
be of more help.  Good luck,

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


Re: [389-users] Announcing 389 Directory Server version 1.2.9.6 Testing

2011-08-24 Thread Rich Megginson
On 08/23/2011 04:26 PM, Anthony Messina wrote:
 On 08/23/2011 09:26 AM, Rich Megginson wrote:
 Can you provide the exact aci you used below?
 dc=messinet,dc=com (anonymous perms removed, all other defaults intact)
 |
 +-ou=People (allowed dns=localhost,messinet.com,*.messinet.com)
 |
 +-ou=Groups (allowed dns=localhost,messinet.com,*.messinet.com)
 |
 +-ou=Special Users (allowed dns=localhost,messinet.com,*.messinet.com)
 |
 +-ou=Computers (allowed dns=localhost,messinet.com,*.messinet.com)
 |
 +-ou=eGW (allowed dns=localhost,messinet.com,*.messinet.com)

 -A
 Attached, find the original ACIs I used prior to
 389-ds-base-1.2.9.6-1.fc15.i686

 Since the upgrade, I have needed to leave the following default in place:

 aci: (targetattr != userPKCS12 || userPassword)(version 3.0;acl
 Enable anon
   ymous access; allow (read,compare,search)(userdn = ldap:///anyone;);)

 But as you can see, the makes it incredibly difficult to restrict acces
 based on tree structure as everyone already has read access.  -A
Thanks.  It seems to have something to do with the number and type of 
acis being used.

I don't have all of the schema for these, but this revealed another bug 
- https://bugzilla.redhat.com/show_bug.cgi?id=733103 - but I don't think 
you are running into this problem - do you ever get syntax errors 
attempting to add acis?  Do you ever have the problem while adding acis?

Even after fixing this bug, I'm still unable to reproduce the problem.  
I've tried something like this:
$ ii=0; while [ $ii -lt 1 ] ; do ldapsearch -x -LLL -h localhost -p 
1389 -b ou=people,dc=example,dc=com  /dev/null  ii=`expr $ii + 1` ; done

Perhaps it has something to do with the search base, scope, filter, and 
attrs your application uses?

At
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users


Latest update boots to blank screen (nvidia)

2011-08-24 Thread CS DBA

Hi All;

I have an IBM Thinkpad with an Nvidia card ( nVidia Corporation GT218 
[NVS 3100M] (rev a2) )


I currently have the nouveau driver black listed in my grub.conf setup: 
/rhgb quiet nouveau.modeset=0 rdblacklist=nouveau/


I did the update which installed/updated the following:

--- Package kernel.i686 0:2.6.35.14-95.fc14 set to be installed
--- Package kernel-devel.i686 0:2.6.35.14-95.fc14 set to be installed
--- Package kernel-headers.i686 0:2.6.35.14-95.fc14 set to be updated
--- Package kmod-nvidia.i686 1:280.13-2.fc14 set to be updated

However when I reboot the system boots to a blank screen, and even the 
previous kernel boots to a blank screen.

I tried installing akmod-nvidia but get the same results

I've restored the system back to before the update for now...

Thoughts?

Thanks in advance

--
-
Kevin Kempter   -   Constent State
A PostgreSQL Professional Services Company
  www.consistentstate.com
-

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


Install Fedora 15 on DELL Precision M6600 Laptop

2011-08-24 Thread Robert McCullough
Hi,

When I try to install Fedora 15 on my new DELL M6600 the install 
locks-up / freezes.
Any Ideas?
Is this new hardware supported?

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


Re: Install Fedora 15 on DELL Precision M6600 Laptop

2011-08-24 Thread Michael Dinon
On Wed, Aug 24, 2011 at 2:03 PM, Robert McCullough 
rob.mccullo...@promessinc.com wrote:

 Hi,

 When I try to install Fedora 15 on my new DELL M6600 the install
 locks-up / freezes.
 Any Ideas?
 Is this new hardware supported?

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



Hi Rob,

It would be helpful if you included more information regarding your hardware
and during what part of the install do you encounter this freeze/lockup?

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


Re: [389-users] Announcing 389 Directory Server version 1.2.9.6 Testing

2011-08-24 Thread Anthony Messina
On 08/24/2011 02:21 PM, Rich Megginson wrote:
 Thanks.  It seems to have something to do with the number and type of
 acis being used.
 
 I don't have all of the schema for these, but this revealed another bug
 - https://bugzilla.redhat.com/show_bug.cgi?id=733103 - but I don't think
 you are running into this problem - do you ever get syntax errors
 attempting to add acis?  Do you ever have the problem while adding acis?
 
 Even after fixing this bug, I'm still unable to reproduce the problem. 
 I've tried something like this:
 $ ii=0; while [ $ii -lt 1 ] ; do ldapsearch -x -LLL -h localhost -p
 1389 -b ou=people,dc=example,dc=com  /dev/null  ii=`expr $ii + 1` ;
 done
 
 Perhaps it has something to do with the search base, scope, filter, and
 attrs your application uses?

Again, thanks.  I don't think I've run into #733103, but I've CC'd
myself there.  Fuynny, I used the same method to try to crash the
server, which didn't work on my VM.

One thing that was running queries against the server at or around the
upgrade was SSSD.

The other was EGroupWare, which uses a base of ou=eGW,dc=messinet,dc=com

I'll keep trying little things through the week, but don't have time to
fix a major crash until the weekend.  -A

-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E



signature.asc
Description: OpenPGP digital signature
--
389 users mailing list
389-us...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/389-users

Re: Personal VPN on Fedora

2011-08-24 Thread Marko Vojinovic
On Wednesday 24 August 2011 17:17:15 Manuel Escudero wrote:
 2011/8/24 Timothy Murphy gayle...@eircom.net
  Manuel Escudero wrote:
   I'm puzzled by this thread.
   It doesn't seem to me to be too difficult to set up an OpenVPN server,
   following the instructions in /usr/share/openvpn/easy-rsa/2.0/ .
   
   Or are you all trying to do something else?

Sorry to drop in on this thread, but it seems that there is some 
misunderstanding here... ;-)

Yes, apparently Manuel is trying to do something else, which has nothing to do 
with creating a VPN on Fedora. He just expressed himself poorly. Read below.

   The idea was to get an easy solution to mount a personal VPN
   in Linux using an external pre-arranged solution such as those
   you might use on windows or mac, (HotspotShield/TunnelBear).

As far as I looked at the HotspotShield and TunnelBear websites, they 
basically say:

quote
Q) What is TunnelBear?
A) TunnelBear is the world’s easiest to use consumer VPN software that 
securely “tunnels” your internet connection to locations around the world.

Q) How does TunnelBear work?
A) TunnelBear creates a secure, encrypted connection between your computer and 
a server in the host country you want to connect to. This both protects your 
privacy allows you to simulate the internet experience from another country.

Hotspot Shield:
* Secure your web session, data, online shopping, and personal information 
online with HTTPS encryption.
* Protect yourself from identity theft online.
* Hide your IP address for your privacy online.
* Access all content privately without censorship; bypass firewalls.
* Protect yourself from snoopers at Wi-Fi hotspots, hotels, airports, 
corporate offices.
/quote

So it seems to me that TunnelBear and HotspotShield are commercial
*proxy* *servers*, which clients use by connecting via the VPN.

  As far as I can see, Hotspot Shield and Tunnel Bear
  are both running VPN servers, on a free/commercial basis,
  and if you subscribe to them you can run a VPN client
  which communicates with or through them.
  Or have I got that wrong?

You got it right. You get logged on their VPN, and they guarantee to clients 
anonymous access to the Internet, using their server as a proxy. The VPN is 
used in order to provide encrypted connection between the server and the 
client, and in addition to provide AA via pay-for certificates.

   See, Win/Mac users don't mount their own VPN servers when they
   wanna use VPN because of those apps, I found a solution like
   that but for Linux, and that was what I was looking for in the first
   place.

This part is a bit confusing. It seems that Manuel doesn't make a distinction 
between a VPN and these commercial proxy services. Win/Mac users that he 
speaks about do not create a VPN, they are just clients to the commercial VPN. 
So they do not need to set up any VPN server or something similar.

AFAIK, if you sign up for this service and get a certificate, you should not 
need any special software to connect to the HS/TB VPN-s. NetworkManager should 
be able to connect to them automatically, if configured to use the appropriate 
certificates. So on Linux at least, no additional software should be necessary, 
unless they are doing something weird and incompatible. As for Windows and 
Mac, I don't know, but if anything needs to be installed, it is a VPN client 
of some kind. Not the server.

 The thing is, in Win  Mac, users just Download an app such as TunnelBear
 for example
 and install it with a NextNextNext tool, then just click ENABLE and
 they're magically
 browsing through VPN connection...

The NextNextNext tool just installs VPN client software on Win/Mac, and 
sets it up automatically for use with HS/TB networks.

 They don't need to setup a private
 server, then parse the
 keys and the certificates, then install all the things, deal with config
 files and so on...

These are steps you need to do when you want to create *your* *own* VPN, not 
to use somebody else's network. Apples and oranges. :-)

 I commited myself to the simple duty of finding something similar but for
 linux and
 Hostizzle (with a little help from other tools) seem to be the closest
 alternative
 to such software.

Hostizzle is just another commercial proxy, in line with Hotspot Shield and 
TunnelBear. It's not a software, it's an online service. It uses VPN (in 
particular OpenVPN implementation) in order to provide its service.

 More clear? :)

The Hostizzle FAQ is very informative regarding what this is all about:

   http://hostizzle.com/faq/

In a nutshell, you sign up to use their VPN for all your internet traffic, 
using 
their server as a gateway. This avoids various firewalls, insecure connections, 
blocked ports, etc., at the expense of using their gateway.

The VPN itself has nothing to do with this. It is just a backend technology 
that provides you a convenient way to use their server as a gateway to the 
Internet.

All in all, the title of 

Re: Personal VPN on Fedora

2011-08-24 Thread Manuel Escudero
2011/8/24 Marko Vojinovic vvma...@gmail.com

 On Wednesday 24 August 2011 17:17:15 Manuel Escudero wrote:
  2011/8/24 Timothy Murphy gayle...@eircom.net
   Manuel Escudero wrote:
I'm puzzled by this thread.
It doesn't seem to me to be too difficult to set up an OpenVPN
 server,
following the instructions in /usr/share/openvpn/easy-rsa/2.0/ .
   
Or are you all trying to do something else?

 Sorry to drop in on this thread, but it seems that there is some
 misunderstanding here... ;-)

 Yes, apparently Manuel is trying to do something else, which has nothing to
 do
 with creating a VPN on Fedora. He just expressed himself poorly. Read
 below.

The idea was to get an easy solution to mount a personal VPN
in Linux using an external pre-arranged solution such as those
you might use on windows or mac, (HotspotShield/TunnelBear).

 As far as I looked at the HotspotShield and TunnelBear websites, they
 basically say:

 quote
 Q) What is TunnelBear?
 A) TunnelBear is the world’s easiest to use consumer VPN software that
 securely “tunnels” your internet connection to locations around the world.

 Q) How does TunnelBear work?
 A) TunnelBear creates a secure, encrypted connection between your computer
 and
 a server in the host country you want to connect to. This both protects
 your
 privacy allows you to simulate the internet experience from another
 country.

 Hotspot Shield:
* Secure your web session, data, online shopping, and personal
 information
 online with HTTPS encryption.
* Protect yourself from identity theft online.
* Hide your IP address for your privacy online.
* Access all content privately without censorship; bypass firewalls.
* Protect yourself from snoopers at Wi-Fi hotspots, hotels, airports,
 corporate offices.
 /quote

 So it seems to me that TunnelBear and HotspotShield are commercial
 *proxy* *servers*, which clients use by connecting via the VPN.

   As far as I can see, Hotspot Shield and Tunnel Bear
   are both running VPN servers, on a free/commercial basis,
   and if you subscribe to them you can run a VPN client
   which communicates with or through them.
   Or have I got that wrong?

 You got it right. You get logged on their VPN, and they guarantee to
 clients
 anonymous access to the Internet, using their server as a proxy. The VPN is
 used in order to provide encrypted connection between the server and the
 client, and in addition to provide AA via pay-for certificates.

See, Win/Mac users don't mount their own VPN servers when they
wanna use VPN because of those apps, I found a solution like
that but for Linux, and that was what I was looking for in the first
place.

 This part is a bit confusing. It seems that Manuel doesn't make a
 distinction
 between a VPN and these commercial proxy services. Win/Mac users that he
 speaks about do not create a VPN, they are just clients to the commercial
 VPN.
 So they do not need to set up any VPN server or something similar.

 AFAIK, if you sign up for this service and get a certificate, you should
 not
 need any special software to connect to the HS/TB VPN-s. NetworkManager
 should
 be able to connect to them automatically, if configured to use the
 appropriate
 certificates. So on Linux at least, no additional software should be
 necessary,
 unless they are doing something weird and incompatible. As for Windows and
 Mac, I don't know, but if anything needs to be installed, it is a VPN
 client
 of some kind. Not the server.

  The thing is, in Win  Mac, users just Download an app such as TunnelBear
  for example
  and install it with a NextNextNext tool, then just click ENABLE and
  they're magically
  browsing through VPN connection...

 The NextNextNext tool just installs VPN client software on Win/Mac, and
 sets it up automatically for use with HS/TB networks.

  They don't need to setup a private
  server, then parse the
  keys and the certificates, then install all the things, deal with config
  files and so on...

 These are steps you need to do when you want to create *your* *own* VPN,
 not
 to use somebody else's network. Apples and oranges. :-)

  I commited myself to the simple duty of finding something similar but for
  linux and
  Hostizzle (with a little help from other tools) seem to be the closest
  alternative
  to such software.

 Hostizzle is just another commercial proxy, in line with Hotspot Shield and
 TunnelBear. It's not a software, it's an online service. It uses VPN (in
 particular OpenVPN implementation) in order to provide its service.

  More clear? :)

 The Hostizzle FAQ is very informative regarding what this is all about:

   http://hostizzle.com/faq/

 In a nutshell, you sign up to use their VPN for all your internet traffic,
 using
 their server as a gateway. This avoids various firewalls, insecure
 connections,
 blocked ports, etc., at the expense of using their gateway.

 The VPN itself has nothing to do with this. It is just a backend 

Re: telnet on local LAN question (progress?)

2011-08-24 Thread Craig White
On Tue, 2011-08-23 at 22:15 -0700, Paul Allen Newell wrote:
 On 8/22/2011 9:51 PM, Tim wrote:
 
 Tim:
 
 Thanks for your two emails. I am stepping back, going through all the 
 email again, and rethinking what I am trying to do and the best way to 
 do it. This little exercise was much bigger than I thought and I need 
 to do alot of learning before I come up with something new to try

get dns  dhcp server working first - or at least dns because e-mail
delivery is heavily dependent upon the ability to resolve names to ip
addresses  mail exchanger records in DNS.

Craig


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

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


Re: telnet on local LAN question (progress?)

2011-08-24 Thread Craig White
On Tue, 2011-08-23 at 14:21 +0930, Tim wrote:

 Ugh, a test mail has come from 127.0.0.1.  You've got machine names
 resolving to 127.0.0.1.  Name resolution is up the spout, and it *does*
 strike problems with various servers, despite the number of people who
 *apparently* get away with putting their machine hostname into the local
 loopback addresses in their hosts file.
 
 Have a look at a virgin hosts file, and it'll be like this:
 
 cat /etc/hosts
 # Do not remove the following line, or various programs
 # that require network functionality will fail.
 127.0.0.1  localhost.localdomain   localhost
 ::1localhost6.localdomain6 localhost6
 
 No matter what anybody says, and despite the setup of Fedora doing it,
 it's a bad bad BAD idea to bodge *anything* else into those two local
 lines.  Sure, you can get away with it under *some* circumstances.  But
 you can run into a hell of a lot of pain under other circumstances.

I'm not a fan of it either but that is indeed the way things are done.
I'm sort of old school on this myself but Ubuntu does things
similarly...

127.0.0.1   localhost
127.0.1.1   srv2.azapple.comsrv2

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

so go figure and I sort of decided to stop fighting it and go with the
flow. It works fine.

Craig



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

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


Re: howto lock DNS number in /etc/resolv.conf

2011-08-24 Thread Craig White
On Tue, 2011-08-23 at 14:19 +0930, Tim wrote:
 Ed Greshko:
  Maybe. Some ISPs, like my Dad's, supply DSL routers to their clients
  and don't allow client access.
 
 Craig White: 
  If that is the case, they will get a LOT of telephone calls when they
  supply a DNS server address that is non-functional.
 
 Or, maybe not...  
 
 I think that every ISP I've ever used has had rotten DNS servers (slow,
 overloaded, or even completely unresponsive), so I started running my
 own DNS server as soon as I learnt how.

What used to be is not necessarily the way it is now and if you lock
into specific DNS server addresses instead of letting them get assigned
via DHCP (as in having a cable modem or DSL modem that gets address
assignment from the provider), then yeah, you might run into issues.

I also run my own DNS servers but that's because I want private LAN
names and e-mail to resolve and I get the added benefit of being able to
flush the DNS cache whenever I choose but for just about everyone I
know, there really is no need to run your own DNS server.

Craig


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

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


Re: OT: Improving laptop wifi reception

2011-08-24 Thread Tim
On Wed, 2011-08-24 at 13:27 +0100, Paul Smith wrote:
 Is there some device that can boost a laptop wifi reception? In the
 library where I spend some time studying, I usually get a signal with
 a quality of about 20%.

Well, is that really a problem?  Some of the signal meters don't mean a
great deal.  They can show a combination of strength and/or quality,
where the threshold of goodness could be anywhere.

Generally speaking, the only way to improve the interface's reception is
to replace the antenna.  That's not easy to do in a laptop, where the
antenna is usually buried somewhere inside the cabinet, and may be
little more than a wire draggled around the screen.

The alternative is to replace the wireless interface with an external
one, one with either a better antenna, or a removable one where you can
fit a better one.  You can get USB wireless interfaces, or ones that
plug into the card slot.

A simpler thing to try, first, is sitting in a different spot in the
library.

Better reception may not help if they have a poor network, anyway, with
too many clients simultaneously using a low bandwidth network.

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

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



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


Re: telnet on local LAN question (progress?)

2011-08-24 Thread Paul Allen Newell
On 8/24/2011 7:26 PM, Craig White wrote:

Craig:

Thanks for the two emails (one in response to Tim). I am trying to do my 
homework but more importantly trying to understand just what I need so I 
don't solve a problem that doesn't need to be solved.

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


Re: telnet on local LAN question (progress?)

2011-08-24 Thread Tim
Tim:
 No matter what anybody says, and despite the setup of Fedora doing
 it, it's a bad bad BAD idea to bodge *anything* else into those two
 local lines.  Sure, you can get away with it under *some*
 circumstances.  But you can run into a hell of a lot of pain under
 other circumstances.

Craig White:
 I'm not a fan of it either but that is indeed the way things are done.
 I'm sort of old school on this myself but Ubuntu does things
 similarly...
  
 127.0.0.1   localhost
 127.0.1.1   srv2.azapple.comsrv2

Probably *less* of an issue, since they've not used 127.0.0.1.  Although
it can behave the same, the names and numbers are different, and
shouldn't resolve back to each other.  But if anything needs the machine
name's IP to resolve to an IP that something else will find it at, then
problems may still arise.

 I sort of decided to stop fighting it and go with the flow. It works
 fine.

I've always found it to be a problem with servers.  Mail servers being
one of them.  It seems less of an issue with clients, and I've just let
clients automatically set themselves up.

I'm yet to mess with IPv6.  I don't have a ADSL modem/router that
supports it, and last time I looked there were no consumer equipment
that did (only very expensive professional Cisco gear).  I don't know if
my ISP has got it working yet.  Many don't, and I've read no news about
the rest of the Australian backbone.  The only way I could use IPv6
across the WWW, would be if I had access to IPv6/IPv4 gateway external
to my ISP.  And since it's not there externally, it's virtually
pointless to use it internally.

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

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



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