Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
aports
aports
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 642
    • Issues 642
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 196
    • Merge Requests 196
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • alpine
  • aportsaports
  • Issues
  • #264

Closed
Open
Opened Feb 07, 2010 by algitbot@rootOwner

alpine-mini-1.10-rc1 - Segmentation fault when trying to connect through proxy

Trying out alpine-mini-1.10_rc1-x86.iso (behind proxy).
I put it on a bootable USB-mem.

Started by setting up alpine.

setup-alpine

Modified /etc/apk/repositories

/media/usbdisk/apks
http://dl-3.alpinelinux.org/alpine/v1.10/packages/main

Set up my proxy settings

export http_proxy=http://proxy:8080

And tried to update apk repository

apk update

But the update fails

ERROR: Failed to update http://dl-3.alpinelinux.org/alpine/v1.10/packages/main

If you try wget you will even get ‘Segmentation fault’

testbox:~# wget http://dl-3.alpinelinux.org/alpine/v1.10/packages/main
Connecting to proxy:8080 (192.168.1.100:8080)
Segmentation fault

Solution to the above problem is to install the ‘real’ wget

apk add wget

but the problem is that if you are behind proxy, you won’t be able to get it :-/
(When you have installed wget you have no problems with the proxy.)

Any ideas on how to solve this?

(from redmine: issue id 264, created on 2010-02-07, closed on 2010-02-13)

  • Changesets:
    • Revision 05e61714 on 2010-02-10T09:00:19Z:
main/busybox: fix use of http proxy with wget

Patch from here:
https://bugs.busybox.net/show_bug.cgi?id=1057

fixes #264
  • Revision a6c1f3c6 on 2010-02-10T09:14:30Z:
main/busybox: fix use of http proxy with wget

Patch from here:
https://bugs.busybox.net/show_bug.cgi?id=1057

fixes #264
(cherry picked from commit 05e61714674f3d4387d3d575c1a8da5aef54536d)
To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
Alpine 1.10.0
Milestone
Alpine 1.10.0 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: alpine/aports#264