Dmitry Samoylenko
Dmitry Samoylenko
Same, ArchLinux: `➜ ~ sudo waydroid container start [sudo] password for s: [13:21:02] waiting 10 seconds for container to start... [13:21:03] waiting 9 seconds for container to start... [13:21:04] waiting...
Add: I think my problem is this line in `/usr/lib/waydroid/data/scripts/waydroid-net.sh` script: ``` dnsmasq $LXC_DHCP_CONFILE_ARG $LXC_DOMAIN_ARG $LXC_DHCP_PING_ARG -u ${DNSMASQ_USER} \ --strict-order --bind-interfaces --pid-file="${varrun}"/dnsmasq.pid \ --listen-address ${LXC_ADDR} --dhcp-range ${LXC_DHCP_RANGE} \ --dhcp-lease-max=${LXC_DHCP_MAX} --dhcp-no-override...
Basically, command: ``` `➜ ~ sudo /usr/lib/waydroid/data/scripts/waydroid-net.sh start --conf-file=/dev/null -u dnsmasq --strict-order --bind-interfaces --pid-file=/run/waydroid-lxc/dnsmasq.pid --listen-address 192.168.250.1 --dhcp-range 192.168.250.2,192.168.250.254 --dhcp-lease-max=253 --dhcp-no-override --except-interface=lo --interface=waydroid0 --dhcp-leasefile=/var/lib/misc/dnsmasq.waydroid0.leases --dhcp-authoritative dnsmasq: failed to create listening socket...
Same problem in our project :( ``` ➜ ivi git:(develop) ./gradlew assemblemobiledebug --stacktrace Configuration cache is an incubating feature. Configuration on demand is an incubating feature. Reusing configuration cache. >...
GhostText is the one solution for editing leetcode in an actual editor. (Also the one supporting Vim). It would be great to support Intellij lightedit mode - https://www.jetbrains.com/help/idea/lightedit-mode.html
> @mrjameshamilton unfortunately the task I'm using is all private/company code, but I can tell you that we have a multi-module maven project (which is a Spark application), ~300 non-test...
@adamhamlin I have the same problem but we use gradle instead of maven and there is no simple way to exclude it...
@mrjameshamilton thank you! Unfortunately I can't apply this solution. Now I asked a question here https://community.guardsquare.com/t/cant-compile-android-jackson-duplicate-module-info-class/596
Is there any example project showing how to replace ``` gradle.buildFinished { ... } ``` to the working solution with all project dirs/paths and files that are needed provided?
> Could you provide the steps to reproduce this please. I've enabled configuration cache, but it is not getting triggered on the local machine and Involved only on remote machine...