Rui Lopes

Results 311 comments of Rui Lopes

I now understand! And I like the solution :-) Can you also bind the sending socket to that interface? I think that would make it more consistent with the intent...

Ah indeed it is. Scrap what I've said :-) Since I assign multiple IPs to the same interface, I'd rather not use the interface to infer its IP address. How...

Its looking good :-) What switch model are you testing this on?

Never seen that happening before, and indeed its somewhat odd. The network should be available at that point because vagrant is using it to run those commands in a SSH...

like you said before, it really seems that something else is trying to use apt-get, maybe there's a systemd unit that does automatic updates / checks at boot?

it looks good to be used in the terminal but I'm afraid it might not work when started from vagrant (it does not emulate a terminal). did you understood what...

I do not have the intention of making this repository scripts "reusable", that would require a different set of script structure and mindset. This repository should be viewed as _a...

you are supposed to build the [base image](https://github.com/rgl/ubuntu-vagrant) first, but I didn't mentioned that in the README. thou, you can try using that vagrantup image if it works with your...

Thanks for the PR, but this is not really needed when you keep the base image updated. But I missed to mention, on the Readme, that the base image is...

Sorry, but that never happened here, and I'm not sure what is going on, since sudo is not supposed to be used at all. Maybe we should not install the...