|
From: Matteo Benaroyo <matteo.benaroyo@gm...> - 2013-03-21 10:38:46
Attachments:
Message as HTML
|
Hi, i'm trying to install Packetfence 3.6.1 on a Raspberry PI with Raspbian Wheezy as OS. I've tried both installing from source and installing using deb package but I'm having a lot of trouble with Perl Library dependencies. Does someone managed to install it on Raspberry and if so how he solved the dependencis' problem?? Thank in advance for you support and sorry for my poor English. Best Regards Matteo Benaroyo Engineering Ingegneria Informatica matteo.benaroyo@... |
|
From: Sean Nelson <Sean.Nelson@cc...> - 2013-03-21 17:34:34
Attachments:
Message as HTML
|
It may be possible to do, but it's likely going to perform very poorly when MySQL saturates the available ram, and forces caching to the sd card via USB bus. That said, it's an interesting project and I'd like to hear out it turns out. Maybe you can make it perform well! From: Matteo Benaroyo [mailto:matteo.benaroyo@...] Sent: Thursday, March 21, 2013 5:38 AM To: packetfence-users@... Subject: [PacketFence-users] Install Packetfence on Raspberry PI Hi, i'm trying to install Packetfence 3.6.1 on a Raspberry PI with Raspbian Wheezy as OS. I've tried both installing from source and installing using deb package but I'm having a lot of trouble with Perl Library dependencies. Does someone managed to install it on Raspberry and if so how he solved the dependencis' problem?? Thank in advance for you support and sorry for my poor English. Best Regards Matteo Benaroyo Engineering Ingegneria Informatica matteo.benaroyo@...<mailto:matteo.benaroyo@...> DoubleCheck identified this as CLEAN. Give feedback: This is SPAM<http://dcem.cccp.com> * More<http://dcem.cccp.com> |
|
From: Francois Gaudreault <fgaudreault@cl...> - 2013-03-21 18:22:19
Attachments:
Message as HTML
|
Nice project :) I don't know much about what Raspbian, but I would assume CPAN is available and that you can compile the perl modules sources. The memory is a factor, and is quite limited. If you can offload the MySQL portion to somewhere else, it might actually work! On 2013-03-21 1:34 PM, Sean Nelson wrote: > > It may be possible to do, but it's likely going to perform very poorly > when MySQL saturates the available ram, and forces caching to the sd > card via USB bus. That said, it's an interesting project and I'd like > to hear out it turns out. Maybe you can make it perform well! > > *From:*Matteo Benaroyo [mailto:matteo.benaroyo@...] > *Sent:* Thursday, March 21, 2013 5:38 AM > *To:* packetfence-users@... > *Subject:* [PacketFence-users] Install Packetfence on Raspberry PI > > Hi, > > i'm trying to install Packetfence 3.6.1 on a Raspberry PI with > Raspbian Wheezy as OS. I've tried both installing from source and > installing using deb package but I'm having a lot of trouble with Perl > Library dependencies. Does someone managed to install it on Raspberry > and if so how he solved the dependencis' problem?? > > Thank in advance for you support and sorry for my poor English. > > Best Regards > > Matteo Benaroyo > > Engineering Ingegneria Informatica > > matteo.benaroyo@... <mailto:matteo.benaroyo@...> > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > > > _______________________________________________ > PacketFence-users mailing list > PacketFence-users@... > https://lists.sourceforge.net/lists/listinfo/packetfence-users -- Francois Gaudreault Architecte de Solution Cloud | Cloud Solutions Architect fgaudreault@... 514-629-6775 - - - CloudOps 420 rue Guy Montréal QC H3J 1S6 http://www.cloudops.com @CloudOps_ |
|
From: David Lang <David_Lang@Intuit.com> - 2013-03-21 19:32:48
Attachments:
text/plain
text/plain
|
Raspbian is Debian compiled for the Arm (with a little extra config thrown in that shouldn't matter to packetfence) Does anyone know the list of Debian packages for the perl modules that PF depends on? David Lang On Thu, 21 Mar 2013, Francois Gaudreault wrote: > Nice project :) I don't know much about what Raspbian, but I would assume > CPAN is available and that you can compile the perl modules sources. > > The memory is a factor, and is quite limited. If you can offload the MySQL > portion to somewhere else, it might actually work! > > On 2013-03-21 1:34 PM, Sean Nelson wrote: >> >> It may be possible to do, but it's likely going to perform very poorly when >> MySQL saturates the available ram, and forces caching to the sd card via >> USB bus. That said, it's an interesting project and I'd like to hear out >> it turns out. Maybe you can make it perform well! >> >> *From:*Matteo Benaroyo [mailto:matteo.benaroyo@...] >> *Sent:* Thursday, March 21, 2013 5:38 AM >> *To:* packetfence-users@... >> *Subject:* [PacketFence-users] Install Packetfence on Raspberry PI >> >> Hi, >> >> i'm trying to install Packetfence 3.6.1 on a Raspberry PI with Raspbian >> Wheezy as OS. I've tried both installing from source and installing using >> deb package but I'm having a lot of trouble with Perl Library dependencies. >> Does someone managed to install it on Raspberry and if so how he solved the >> dependencis' problem?? >> >> Thank in advance for you support and sorry for my poor English. >> >> Best Regards >> >> Matteo Benaroyo >> >> Engineering Ingegneria Informatica >> >> matteo.benaroyo@... <mailto:matteo.benaroyo@...> >> >> >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> >> >> _______________________________________________ >> PacketFence-users mailing list >> PacketFence-users@... >> https://lists.sourceforge.net/lists/listinfo/packetfence-users > > > |
|
From: Fabrice DURAND <fdurand@in...> - 2013-03-21 19:36:00
Attachments:
Message as HTML
|
The list is here: https://github.com/inverse-inc/packetfence/blob/stable/debian/control Fabrice Le 2013-03-21 15:32, David Lang a écrit : > Raspbian is Debian compiled for the Arm (with a little extra config > thrown in that shouldn't matter to packetfence) > > Does anyone know the list of Debian packages for the perl modules that > PF depends on? > > David Lang > > On Thu, 21 Mar 2013, Francois Gaudreault wrote: > >> Nice project :) I don't know much about what Raspbian, but I would >> assume CPAN is available and that you can compile the perl modules >> sources. >> >> The memory is a factor, and is quite limited. If you can offload the >> MySQL portion to somewhere else, it might actually work! >> >> On 2013-03-21 1:34 PM, Sean Nelson wrote: >>> >>> It may be possible to do, but it's likely going to perform very >>> poorly when MySQL saturates the available ram, and forces caching to >>> the sd card via USB bus. That said, it's an interesting project and >>> I'd like to hear out it turns out. Maybe you can make it perform well! >>> >>> *From:*Matteo Benaroyo [mailto:matteo.benaroyo@...] >>> *Sent:* Thursday, March 21, 2013 5:38 AM >>> *To:* packetfence-users@... >>> *Subject:* [PacketFence-users] Install Packetfence on Raspberry PI >>> >>> Hi, >>> >>> i'm trying to install Packetfence 3.6.1 on a Raspberry PI with >>> Raspbian Wheezy as OS. I've tried both installing from source and >>> installing using deb package but I'm having a lot of trouble with >>> Perl Library dependencies. Does someone managed to install it on >>> Raspberry and if so how he solved the dependencis' problem?? >>> >>> Thank in advance for you support and sorry for my poor English. >>> >>> Best Regards >>> >>> Matteo Benaroyo >>> >>> Engineering Ingegneria Informatica >>> >>> matteo.benaroyo@... <mailto:matteo.benaroyo@...> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> >>> Everyone hates slow websites. So do we. >>> Make your web apps faster with AppDynamics >>> Download AppDynamics Lite for free today: >>> http://p.sf.net/sfu/appdyn_d2d_mar >>> >>> >>> _______________________________________________ >>> PacketFence-users mailing list >>> PacketFence-users@... >>> https://lists.sourceforge.net/lists/listinfo/packetfence-users >> >> >> > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_mar > > > > _______________________________________________ > > PacketFence-users mailing list > > PacketFence-users@... > > https://lists.sourceforge.net/lists/listinfo/packetfence-users > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > > > _______________________________________________ > PacketFence-users mailing list > PacketFence-users@... > https://lists.sourceforge.net/lists/listinfo/packetfence-users -- Fabrice Durand fdurand@... :: +1.514.447.4918 (x135) :: http://www.inverse.ca Inverse inc. :: Leaders behind SOGo (http://www.sogo.nu) and PacketFence (http://packetfence.org) |
|
From: David Lang <David_Lang@Intuit.com> - 2013-03-21 19:42:22
Attachments:
text/plain
text/plain
|
Ok, that looks like it should work. Matteo, what is the problem you are having when installing the deb package? David Lang On Thu, 21 Mar 2013, Fabrice DURAND wrote: > Date: Thu, 21 Mar 2013 12:35:51 -0700 > From: Fabrice DURAND <fdurand@...> > Reply-To: packetfence-users@... > To: packetfence-users@... > Subject: Re: [PacketFence-users] Install Packetfence on Raspberry PI > > The list is here: > > https://github.com/inverse-inc/packetfence/blob/stable/debian/control > > > Fabrice > > Le 2013-03-21 15:32, David Lang a ?crit : >> Raspbian is Debian compiled for the Arm (with a little extra config thrown >> in that shouldn't matter to packetfence) >> >> Does anyone know the list of Debian packages for the perl modules that PF >> depends on? >> >> David Lang >> >> On Thu, 21 Mar 2013, Francois Gaudreault wrote: >> >>> Nice project :) I don't know much about what Raspbian, but I would assume >>> CPAN is available and that you can compile the perl modules sources. >>> >>> The memory is a factor, and is quite limited. If you can offload the MySQL >>> portion to somewhere else, it might actually work! >>> >>> On 2013-03-21 1:34 PM, Sean Nelson wrote: >>>> >>>> It may be possible to do, but it's likely going to perform very poorly >>>> when MySQL saturates the available ram, and forces caching to the sd card >>>> via USB bus. That said, it's an interesting project and I'd like to hear >>>> out it turns out. Maybe you can make it perform well! >>>> >>>> *From:*Matteo Benaroyo [mailto:matteo.benaroyo@...] >>>> *Sent:* Thursday, March 21, 2013 5:38 AM >>>> *To:* packetfence-users@... >>>> *Subject:* [PacketFence-users] Install Packetfence on Raspberry PI >>>> >>>> Hi, >>>> >>>> i'm trying to install Packetfence 3.6.1 on a Raspberry PI with Raspbian >>>> Wheezy as OS. I've tried both installing from source and installing using >>>> deb package but I'm having a lot of trouble with Perl Library >>>> dependencies. Does someone managed to install it on Raspberry and if so >>>> how he solved the dependencis' problem?? >>>> >>>> Thank in advance for you support and sorry for my poor English. >>>> >>>> Best Regards >>>> >>>> Matteo Benaroyo >>>> >>>> Engineering Ingegneria Informatica >>>> >>>> matteo.benaroyo@... <mailto:matteo.benaroyo@...> >>>> >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Everyone hates slow websites. So do we. >>>> Make your web apps faster with AppDynamics >>>> Download AppDynamics Lite for free today: >>>> http://p.sf.net/sfu/appdyn_d2d_mar >>>> >>>> >>>> _______________________________________________ >>>> PacketFence-users mailing list >>>> PacketFence-users@... >>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users >>> >>> >>> >> >> >> >> ------------------------------------------------------------------------------ >> >> Everyone hates slow websites. So do we. >> >> Make your web apps faster with AppDynamics >> >> Download AppDynamics Lite for free today: >> >> http://p.sf.net/sfu/appdyn_d2d_mar >> >> >> >> _______________________________________________ >> >> PacketFence-users mailing list >> >> PacketFence-users@... >> >> https://lists.sourceforge.net/lists/listinfo/packetfence-users >> >> >> >> >> ------------------------------------------------------------------------------ >> Everyone hates slow websites. So do we. >> Make your web apps faster with AppDynamics >> Download AppDynamics Lite for free today: >> http://p.sf.net/sfu/appdyn_d2d_mar >> >> >> _______________________________________________ >> PacketFence-users mailing list >> PacketFence-users@... >> https://lists.sourceforge.net/lists/listinfo/packetfence-users > > > |