Re: [leaf-user] P9100.lrp

2017-02-16 Thread Jim Munro
Thanks Andrew,

I loaded an old release and discovered I failed to include lp in modules.lrp.  
My mistake and I should have read the documentation more closely.  Its working 
fine now.

Thanks
Jim
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] openvpn server in v6

2017-02-16 Thread Trev Peterson
Shouldn't the paths be relative to /etc/openvpn?  Did you try copying
the keys there and adjusting the relative paths?  Might not be a bug at
all.

On Thu, 2017-02-16 at 09:01 +1100, Mark Berndt wrote:
> Hello all,
> 
> I just upgraded to v6.02 and had some time to play with the openvpn
> server, 
> which did not work out of the box when I migrated from 5 to 6.
> 
> the problem was the paths are no longer relative to a base so in the 
> server.conf:
> 
> ca keys/ca.crt
> cert keys/Server.crt
> key keys/Server.key  # This file should be kept secret
> Additionally set the path to the key with the Diffie-Hellman
> parameters: 
> dh keys/dh1024.pem
> 
> works when converted to:
> 
> ca /etc/easyrsa/keys/ca.crt
> cert /etc/easyrsa/keys/Server.crt
> key /etc/easyrsa/keys/Server.key  # This file should be kept secret
> Additionally set the path to the key with the Diffie-Hellman
> parameters: 
> dh /etc/easyrsa/keys/dh1024.pem
> 
> I still have problem with hostapd with a usb wifi, otherwise
> everything else I 
> use work
> 
> cheers
> 
> Marko
> 
> 
> ---
> ---
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ---
> -
> leaf-user mailing list: leaf-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> Support Request -- http://leaf-project.org/
-- 
Trev Peterson
Advanced Reality
Email: t...@advanced-reality.com
Phone: +1 847 406 9018




--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/


Re: [leaf-user] p9100.lrp troubles

2017-02-16 Thread Andrew
Hi.

Can you pls paste somewhere (for ex., pastebin.com) dmesg output?

Also try to add to /etc/modules parport_pc and ppdev

On 16.02.2017 05:40, Jim Munro wrote:
> Hi,
>
> I'm using the p9100.lrp module on leaf bering 5.2.6.  Nothing will print
> to the parallel port on the leaf box.  Getting this error in syslog when
> I print from the network:
>
> Feb 16 03:19:57 firewall p9100d[10300]: /dev/lp0: No such file or directory, 
> will try opening late
>
> lp0 does not appear in the /dev directory.  I do not have anything
> configured in modules.lrp specific to the parallel port.  I thought
> find and load modules for hardware would take care of it.  The parallel
> port is enabled in bios and seems to be detected by the OS.   It does
> not look like there is anything in /lib/modules that might pertain to it.
>
> Help anyone?
> Thanks in advance
> Jim
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> 
> leaf-user mailing list: leaf-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> Support Request -- http://leaf-project.org/



--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot

leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/