-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added tor spk #3189
base: master
Are you sure you want to change the base?
added tor spk #3189
Conversation
spk/tor/src/service-setup.sh
Outdated
|
||
# Package | ||
PACKAGE="tor" | ||
DNAME="Tor" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The service-part looks good!
Only these first 6 lines are not needed and can be removed!
I didn't compile it yet, but I can start a Travis-build and add it to #3138 if you like?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops. yeah those should be gone.
Travis build would be great for some reason my buildbox has some sourceforge dl problems again so i've only build for 6.1 Cedarview to test if it compiles sucessfully
$USER is still the right user? was a little confused with $USER and $EFF_USER \cc @ymartin59
I have found in other package (probably |
i think there are some packages which do this. Most likely those who use a MySQL database which is backed up at uninstall. For tor i'm not 100% sure what files where exactly stored by tor in the var folder (has been some time since i've tested this) but i think it was just config and some ID File which identifies the node. The warning imho could be deleted completely as EVERY SPK removes it's configuration on uninstall. I'm not really sure why it was added in the first place but there must have been a reason... |
Seems indeed bit unnecessary to have this uninstall note. |
nope. afaik tor downloads it's own geoip database stuff on build. |
Triggered a build of the package for all archs, will test tonight. |
most likely. i guess the easiest way is to install a bridge/proxy and try setting it up as a proxy in chrome or something else |
@cytec something is wrong, all except the |
strange... i didn't test anything but cedarview on my box since downloading the toolchains didn't work correctly... i'll have a look asap |
@cytec @Safihre I played a bit with the build.
Fixed it in my fork. So it successfully builds for rtd1296-6.1 Also I had a problem with service-setup. it passes Should I make a PR to cytec's repo? |
@alexey-pimenov would be great! i dont have a lot of time lately and my buildbox went to hell again -.- |
Fixed tor build
I know this is quite an old PR, but I'm just checking in to see what the progress is on this 😊 |
Motivation: replaces #1659
Checklist
all-supported
completed successfully@ymartin59 @Safihre maybe one of you can check if i did the generic service part correctly?