2023-07-14 - Re: [GRASE-Hotspot] packages.grasehotspot.org not reachable
Header Data
From: Manish Sethi <se***3@gmail.com>
Message Hash: 2f5208b5fcfd7f5636c88acb648c9715a7a0c53eb92405d0405b12b0590bb3de
Message ID: <1b409c34-1172-4fd7-b88f-4f120e63a85an@grasehotspot.org>
Reply To: <79f2918f-369a-447d-8400-c47b56d94559n@grasehotspot.org>
UTC Datetime: 2023-07-14 04:23:28 UTC
Raw Date: Fri, 14 Jul 2023 04:23:28 -0700
Raw message
Hi
Just tried on Debian 6.0.10. Almost same errors.
login as: root
root@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>