Davidc502- wrt1200ac wrt1900acx wrt3200acm wrt32x builds

Can you try running it with make -j1 V=sc ?

What is the host OS? Debian, Ubuntu, Arch, CentOS?

Thanks for the help @ParanoidZoid!!

I'm running Centos 8 and am able to build and boot an operational openwrt master on a wndr3800 from the builds on this machine.

When I run:
make -j1 V=sc > build_log.txt
I get:
Makefile:802: WARNING: skipping libgomp -- package has no install section
WARNING: kmod-crypto-hw-ccp is not available in the kernel config - generating empty package
WARNING: kmod-crypto-hw-geode is not available in the kernel config - generating empty package
WARNING: kmod-crypto-hw-padlock is not available in the kernel config - generating empty package
WARNING: kmod-crypto-hw-talitos is not available in the kernel config - generating empty package
WARNING: kmod-crypto-pcompress is not available in the kernel config - generating empty package
WARNING: kmod-ipt-ulog is not available in the kernel config - generating empty package
WARNING: kmod-gpio-dev is not available in the kernel config - generating empty package
WARNING: kmod-rtc-pt7c4338 is not available in the kernel config - generating empty package
WARNING: kmod-bmp085 is not available in the kernel config - generating empty package
WARNING: kmod-bmp085-i2c is not available in the kernel config - generating empty package
WARNING: kmod-bmp085-spi is not available in the kernel config - generating empty package
WARNING: kmod-w83627hf-wdt is not available in the kernel config - generating empty package
WARNING: kmod-itco-wdt is not available in the kernel config - generating empty package
WARNING: kmod-it87-wdt is not available in the kernel config - generating empty package
WARNING: kmod-w1-slave-ds2760 is not available in the kernel config - generating empty package
WARNING: kmod-net-prism54 is not available in the kernel config - generating empty package
make[3]: execvp: /usr/bin/env: Argument list too long
make[3]: *** [../../luci.mk:266: /home/usr1/3200/master/bin/packages/arm_cortex-a9_vfpv3/luci/luci_git-19.320.34348-1df1421-1_all.ipk] Error 127
make[2]: *** [package/Makefile:113: package/feeds/luci/luci/compile] Error 2
make[1]: *** [package/Makefile:107: /home/usr1/3200/master/staging_dir/target-arm_cortex-a9+vfpv3_musl_eabi/stamp/.package_compile] Error 2
make: *** [/home/usr1/3200/master/include/toplevel.mk:227: world] Error 2

build_log.txt is here https://pastebin.com/mQw6rsuh

Just upgraded to the most recent release and experienced the same issue (the same workaround fixed it). I suspect it's some issue on my end that just happened to be exposed by v2 + me not tending to my unbound config over the many updates it's undergone.

Dear David

I suspect there is a bug in relation to Vsftpd 3.0.3. After configuration, it works smoothly as first login, bu whenever I reconnect, it gives internal error 80 (SSL not properly shutdown). System is 3200acm, with penWrt SNAPSHOT r11266-34939711a5 build. vsftpd configuration is as follows:

background=YES
listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
check_shell=NO
#dirmessage_enable=YES
#ftpd_banner=Welcome to blah FTP service.
session_support=NO
#syslog_enable=YES
#userlist_enable=YES
#userlist_deny=NO
#userlist_file=/etc/vsftpd/vsftpd.users
#xferlog_enable=YES
#xferlog_file=/var/log/vsftpd.log
#xferlog_std_format=YES

TLS/SSL options

example key generation: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/vsftpd/vsftpd_privkey.pem -out /etc/vsftpd/vsftpd_cert.pem -subj /C="DE"/ST="Saxony"/L="Leipzig"/CN="OpenWrt"

ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
rsa_cert_file=/etc/vsftpd/vsftpd_cert.pem
rsa_private_key_file=/etc/vsftpd/vsftpd_privkey.pem

pasv_enable=YES
pasv_min_port=10060
pasv_max_port=10090

accept_timeout=5
allow_writeable_chroot=YES

Hello, install openwrt for the first time on my wrt3200acm and choose davidc502 builds.

I'm having a weird issue having wifi 5ghz too slow, checking with iperf report 3/4 Mb/s (but not disconnects). Have the build r11398-6f3a293532.
In fact 2.4Ghz works better.

Read that there are problems with the marvel chipset, is there any proper fix? As i saw i have the same issue with stock firmware in 5Ghz.

Or is hardware problem?

Another issue i have is that Dynamic DNS doesn't seem to start, and port forwarding doesn't seem to work, not sure what you check (but it work on the openwrt 18.06.5 version available here https://openwrt.org/toh/linksys/linksys_wrt3200acm)

I haven't really dug into CentOS yet, but see this thread: Cannot build LUCI OpenWrt 19.07.0-rc1 - Argument list too long

It looks like your previous ulimit command should help, but it needs to be set "system wide"?

Since appears there is no (yet?) official arm32-musl package of dotnet, maybe there is mono available somewhere? It's run OK on ARM, but I didn't found compiled package.
Long story short, I need run on .net app on the Rango (wrt3200acm) on David's build.

I have same problem but on WRT32x

Uploaded new builds to the site this morning. Several kernel bumps and various bug fixes.

Kernel version = 4.19.85
WiFi driver = 10.3.8.0-20181210
Build = r11583

https://dc502wrt.org/releases/

7 Likes

thank you very much!

Thank you david, i now have some backups as my system is also running a compile run atm was running 11558 so will be able to see the difference if any.

Hi Dave
Please I told before I fixed the problem of dnsmasq by uninstall dnsmasq standard and reinstall dnsmasq full

Can u add dnsmasq full version to next build?
Thank you
Regards,
Tarek Herik

You could always build against master and add what you need herik, the issue is what works for you might not work for everyone else and thier configuration as well as not every user is running ext-root something which i understand that softethervpn requires in some circumstances.

Also to me your wording sounds like a demand so you might want to rephrase it slightly.

Dear Dave,
Build = r11583 works great and thanks for enabling tls v1.3 - peace
and I am out

1 Like

Thank you for the suggestion. There was a time when I switched to full, and it caused issues, so I went back.

Thanks,

David

@davidc502

Hi David,

I just flashed the latest firmware (r11583) hoping that it would resolve the issue that I explained earlier but unfortunately it did not resolve it. I am still having the same issues i described before.

Can you please tell me what could possibly be wrong if I am flashing a fresh firmware.

I tried to flash the regular opwewrt firmware and everything works fine it is just whenever I flash any firmware newer than r10726 I do not get internet at all and non of the network interfaces have a functional "stop/start" buttons. The button is disabled.

I would appreciate it if you could help me with this

Thanks

+1 for dnsmasq full. Never had any issues with it...

Just flashed your firmware, but noticed your domain has gone down, so i hope everything is ok your bud. Will wait for the serverto come back online so i can opkg update.

root@WRT32X:~# opkg update
Downloading https://dc502wrt.org/snapshots/r11583/targets/mvebu/cortexa9/package                                                                                                                                                             s/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/targets/mvebu/cortexa9/packages/Packages.gz

Downloading https://dc502wrt.org/snapshots/r11583/packages/arm_cortex-a9_vfpv3/b                                                                                                                                                             ase/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/packages/arm_cortex-a9_vfpv3/base/Packages.gz

Downloading https://dc502wrt.org/snapshots/r11583/packages/arm_cortex-a9_vfpv3/a                                                                                                                                                             tmeterial/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/packages/arm_cortex-a9_vfpv3/atmeterial/Packages.gz

Downloading https://dc502wrt.org/snapshots/r11583/packages/arm_cortex-a9_vfpv3/d                                                                                                                                                             arkmatter/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/packages/arm_cortex-a9_vfpv3/darkmatter/Packages.gz

Downloading https://dc502wrt.org/snapshots/r11583/packages/arm_cortex-a9_vfpv3/l                                                                                                                                                             uci/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/packages/arm_cortex-a9_vfpv3/luci/Packages.gz

Downloading https://dc502wrt.org/snapshots/r11583/packages/arm_cortex-a9_vfpv3/p                                                                                                                                                             ackages/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/packages/arm_cortex-a9_vfpv3/packages/Packages.gz

Downloading https://dc502wrt.org/snapshots/r11583/packages/arm_cortex-a9_vfpv3/r                                                                                                                                                             outing/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/packages/arm_cortex-a9_vfpv3/routing/Packages.gz

Downloading https://dc502wrt.org/snapshots/r11583/packages/arm_cortex-a9_vfpv3/t                                                                                                                                                             elephony/Packages.gz
*** Failed to download the package list from https://dc502wrt.org/snapshots/r115                                                                                                                                                             83/packages/arm_cortex-a9_vfpv3/telephony/Packages.gz

Collected errors:
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/targe                                                                                                                                                             ts/mvebu/cortexa9/packages/Packages.gz, wget returned -1.
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/packa                                                                                                                                                             ges/arm_cortex-a9_vfpv3/base/Packages.gz, wget returned -1.
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/packa                                                                                                                                                             ges/arm_cortex-a9_vfpv3/atmeterial/Packages.gz, wget returned -1.
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/packa                                                                                                                                                             ges/arm_cortex-a9_vfpv3/darkmatter/Packages.gz, wget returned -1.
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/packa                                                                                                                                                             ges/arm_cortex-a9_vfpv3/luci/Packages.gz, wget returned -1.
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/packa                                                                                                                                                             ges/arm_cortex-a9_vfpv3/packages/Packages.gz, wget returned -1.
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/packa                                                                                                                                                             ges/arm_cortex-a9_vfpv3/routing/Packages.gz, wget returned -1.
 * xsystem: wget: Child killed by signal 7.
 * opkg_download: Failed to download https://dc502wrt.org/snapshots/r11583/packa                                                                                                                                                             ges/arm_cortex-a9_vfpv3/telephony/Packages.gz, wget returned -1.

Yet i can see your website strange.

@davidc502

Are we safe to keep our existing config files when flashing to the latest build if we are coming from 11398?

1 Like

hello, last build are broken for me, my devices in my network loose connection to local network and no internet, computers and mobiles WiFi or by Ethernet.

i loose connection to Luci too and have time out , the only way it shut down by removing power cable.

Bad Gateway

The process did not produce any response

any idea?