2023-08-20 - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable
Header Data
From: sberniz <sb***z@gmail.com>
Message Hash: 028848b66afd74dfc6418522e698ae78d2bf169b9104d6868ff9e40f05d18812
Message ID: <93a66592-e0fb-4c30-892f-77213134336dn@grasehotspot.org>
Reply To: <3ea0237e-26c8-4f0e-a609-1a3799a6ec98n@grasehotspot.org>
UTC Datetime: 2023-08-20 08:14:44 UTC
Raw Date: Sun, 20 Aug 2023 08:14:44 -0700
Raw message
Hi Tim and all. Since the latest ubuntu it works is 14.04 and i already
have a newr version, (I dont want to really go back) i wonder if anyone was
successful on runing it on docker?
On Saturday, July 15, 2023 at 3:36:23 PM UTC-4 se***.@gmail.com wrote:
> Hi Tim
>
> Just saw you mentioned support for 14.04 on "hotspot installion page". Got
> confused with 12.04 which is written on "ubuntu server installation page"
> and which i had earlier also.
>
> v3 with Ubuntu 14.04 works. Thanks for your amazing work.
> I followed the below steps:-
>
> 1.
> wget
> http://packages.grasehotspot.org/pool/main/g/grase-repo/grase-repo_1.8_all.deb
>
> 2.
> echo deb http://packages.grasehotspot.org/ purewhite main | sudo tee
> /etc/apt/sources.list.d/grasehotspot.list
>
> 3.
> sudo wget
> https://github.com/GraseHotspot/grase-repo/tree/master/key/grase.hotspot.2020.gpg
> -O /etc/apt/trusted.gpg.d/grase.hotspot.2020.gpg
>
> 4.
> sudo apt-get update
>
> 5.
> sudo apt-get install grase-www-portal grase-conf-freeradius
>
>
> Rest steps as metioned by you on "hotspot installion page".
>
> 14.04 taken from :-
>
> https://old-releases.ubuntu.com/releases/14.04.0/ubuntu-14.04-server-i386.iso
>
>
> Thanks
> Manish
>
>
> On Friday, July 14, 2023 at 4:53:29 PM UTC+5:30 Manish Sethi wrote:
>
>> Hi
>>
>> Just tried on Debian 6.0.10. Almost same errors.
>>
>>
>> login as: root
>> ro...@192.168.0.124's password:
>> Linux debian 2.6.32-5-686 #1 SMP Tue May 13 16:33:32 UTC 2014 i686
>> root@debian:~# wget
>> http://packages.grasehotspot.org/pool/main/g/grase-repo/grase-repo_1.8_all.deb
>> --2023-07-14 16:26:21--
>> http://packages.grasehotspot.org/pool/main/g/grase-repo/grase-repo_1.8_all.deb
>> Resolving packages.grasehotspot.org... 103.1.185.200
>> Connecting to packages.grasehotspot.org|103.1.185.200|:80... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length: 8628 (8.4K) [application/vnd.debian.binary-package]
>> Saving to: `grase-repo_1.8_all.deb'
>>
>> 100%[===========================================================================>]
>> 8,628 31.4K/s in 0.3s
>>
>> 2023-07-14 16:26:22 (31.4 KB/s) - `grase-repo_1.8_all.deb' saved
>> [8628/8628]
>>
>> root@debian:~# dpkg -i grase-repo_1.8_all.deb
>> dpkg-deb: file `grase-repo_1.8_all.deb' contains ununderstood data member
>> control.tar.xz, giving up
>> dpkg: error processing grase-repo_1.8_all.deb (--install):
>> subprocess dpkg-deb --control returned error exit status 2
>> Errors were encountered while processing:
>> grase-repo_1.8_all.deb
>> root@debian:~#
>> root@debian:~#
>> root@debian:~#
>> root@debian:~# echo deb http://packages.grasehotspot.org/ purewhite main
>> | tee /etc/apt/sources.list.d/grasehotspot.list
>> deb http://packages.grasehotspot.org/ purewhite main
>> root@debian:~#
>> root@debian:~#
>> root@debian:~#
>> root@debian:~#
>> root@debian:~# wget
>> https://github.com/GraseHotspot/grase-repo/tree/master/key/grase.hotspot.2020.gpg
>> -O /etc/apt/trusted.gpg.d/grase.hotspot.2020.gpg
>> --2023-07-14 16:27:44--
>> https://github.com/GraseHotspot/grase-repo/tree/master/key/grase.hotspot.2020.gpg
>> Resolving github.com... 20.207.73.82
>> Connecting to github.com|20.207.73.82|:443... connected.
>> OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert
>> protocol version
>> Unable to establish SSL connection.
>>
>>
>> Thanks
>> Manish
>>
>>
>>
>> On Friday, July 14, 2023 at 3:53:23 PM UTC+5:30 Manish Sethi wrote:
>>
>> Hi Tim
>>
>> Thanks. Link seems to be working now.
>>
>> But somehow the installation is not possible on Ubuntu 12.04. Have been
>> trying from last few days but no luck.
>> Had been using Grase-Hotspot from last few years and had installed 2-3
>> number of times, but now installation is getting stuck.
>> It gets into number of errors. Will be glad if you can provide your
>> inputs
>>
>> 1. dpkg gets into error.
>> sudo dpkg -i grase-repo_1.8_all.deb
>>
>> dpkg-deb: error: archive 'grase-repo_1.8_all.deb' contains not understood
>> data member control.tar.xz, giving up
>> dpkg: error processing grase-repo_1.8_all.deb (--install):
>> subprocess dpkg-deb --control returned error exit status 2
>> Errors were encountered while processing:
>> grase-repo_1.8_all.deb
>>
>> 2. Tried alternate solution for above error which is in 2 steps
>>
>> echo deb http://packages.grasehotspot.org/ purewhite main | sudo tee
>> /etc/apt/sources.list.d/grasehotspot.list
>> This works
>>
>> sudo wget
>> https://github.com/GraseHotspot/grase-repo/tree/master/key/grase.hotspot.2020.gpg
>> -O /etc/apt/trusted.gpg.d/grase.hotspot.2020.gpg
>> Not working. giving following error
>>
>> --2023-07-13 17:34:58--
>> https://github.com/GraseHotspot/grase-repo/tree/master/key/grase.hotspot.2020.gpg
>> Resolving github.com (github.com)... 20.207.73.82
>> Connecting to github.com (github.com)|20.207.73.82|:443... connected.
>> OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert
>> protocol version
>> Unable to establish SSL connection.
>>
>>
>> 3. Tried some alternate solution, some risky ones as below but cant move
>> ahead.
>> sudo apt-get update --allow-unauthenticated
>>
>>
>> manish@ubuntu:~$ sudo apt-get install grase-www-portal
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> Some packages could not be installed. This may mean that you have
>> requested an impossible situation or if you are using the unstable
>> distribution that some required packages have not yet been created
>> or been moved out of Incoming.
>> The following information may help to resolve the situation:
>>
>> The following packages have unmet dependencies:
>> grase-www-portal : Depends: grase-conf-freeradius (>= 1.9.4) but it is
>> not going to be installed
>> Depends: php5 but it is not installable
>> Depends: php-mdb2-driver-mysql but it is not
>> installable
>> Depends: php-mdb2 but it is not installable
>> Depends: php-auth but it is not installable
>> Depends: php5-intl but it is not installable
>> Depends: php-gettext but it is not installable
>> Depends: javascript-common but it is not installable
>> Depends: dbconfig-common but it is not installable
>> E: Unable to correct problems, you have held broken packages.
>>
>>
>>
>> Using same 12.04 CD which gave me a good install 3 years back. Tried with
>> fresh 12.04 download on a VM and also on a standalone pc but still cant get
>> pass these errors.
>>
>> Is there a VM image which i can directly use?
>>
>> Many thanks for your work. Will be great if you can provide your inputs.
>>
>> Thanks and Regards
>> Manish
>> India
>>
>> On Tuesday, July 11, 2023 at 12:36:10 AM UTC+5:30 Tim White wrote:
>>
>> Hi Manish
>>
>> That link works for me here in Australia.
>>
>> What error are you getting? DNS? Timeout?
>>
>> Regards
>>
>> Tim
>>
>>
>> On 10 July 2023 11:56:06 pm AEST, Manish Sethi <se***.@gmail.com>
>> wrote:
>>
>> Hi
>> Thanks for your great work. Can you please check as the below link is not
>> reachable.
>> Tried the alternate solution of getting from github but due to some
>> reasons git is not getting install on ubuntu 12.4.
>>
>>
>> http://packages.grasehotspot.org/pool/main/g/grase-repo/
>>
>>
>> Thanks and Regards
>> Manish
>> India
>>
>>
>>
Thread
- Return to July 2023
-
Return to August 2023
- Return to “Deepak Kaushik <de***3@gmail.com>”
- Return to “Extrem BILLIONS-CITY <ex***y@gmail.com>”
- Return to “sberniz <sb***z@gmail.com>”
- Return to “Manish Sethi <se***3@gmail.com>”
-
Return to “Tim <ti***8@gmail.com>”
- 2023-07-10 (Mon, 10 Jul 2023 06:56:06 -0700) - packages.grasehotspot.org not reachable - Manish Sethi <se***3@gmail.com>
- 2023-07-10 (Tue, 11 Jul 2023 05:05:59 +1000) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Tim <ti***8@gmail.com>
- 2023-07-12 (Wed, 12 Jul 2023 05:46:03 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Extrem BILLIONS-CITY <ex***y@gmail.com>
- 2023-07-12 (Thu, 13 Jul 2023 07:27:46 +1000) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Tim <ti***8@gmail.com>
- 2023-07-14 (Fri, 14 Jul 2023 03:23:22 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Manish Sethi <se***3@gmail.com>
- 2023-07-14 (Fri, 14 Jul 2023 04:23:28 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Manish Sethi <se***3@gmail.com>
- 2023-07-15 (Sat, 15 Jul 2023 12:36:23 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Manish Sethi <se***3@gmail.com>
- 2023-08-20 (Sun, 20 Aug 2023 08:14:44 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - sberniz <sb***z@gmail.com>
- 2023-08-20 (Sun, 20 Aug 2023 10:25:22 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Deepak Kaushik <de***3@gmail.com>
- 2023-08-30 (Wed, 30 Aug 2023 20:29:32 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - sberniz <sb***z@gmail.com>
- 2023-08-20 (Sun, 20 Aug 2023 10:25:22 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Deepak Kaushik <de***3@gmail.com>
- 2023-08-20 (Sun, 20 Aug 2023 08:14:44 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - sberniz <sb***z@gmail.com>
- 2023-07-15 (Sat, 15 Jul 2023 12:36:23 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Manish Sethi <se***3@gmail.com>
- 2023-07-14 (Fri, 14 Jul 2023 04:23:28 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Manish Sethi <se***3@gmail.com>
- 2023-07-12 (Wed, 12 Jul 2023 05:46:03 -0700) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Extrem BILLIONS-CITY <ex***y@gmail.com>
- 2023-07-10 (Tue, 11 Jul 2023 05:05:59 +1000) - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable - Tim <ti***8@gmail.com>