Search found 22 matches
- Mon Mar 23, 2020 8:09 pm
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Re: Slow upload on new Raspberry Pi 4 2GB
It looks like speedtest-cli version 2.0.2 is the problem (installed via apt-get), I installed 2.1.1 via Pip and I’m seeing the full upload speed. Since you installed it with pip, it's not creating the link to the speedtest-cli file... so, how do you run it when it's just dropped it in the /.local/b...
- Wed Aug 21, 2019 4:34 am
- Forum: Gentoo
- Topic: Does Raspberry Pi 3 B+ support UASP?
- Replies: 28
- Views: 13707
Re: Does Raspberry Pi 3 B+ support UASP?
Created an account to mention that the Raspberry Pi 4 supports UASP (from what I've read) See: https://www.tomshardware.com/news/raspbian-buster-upgrade,39735.html Raspberry Pi 4 fixed a lot of issues with Raspberry Pi 3 B+ although its CPU is not substantially faster than that of Raspberry Pi 3 B+...
- Sat Aug 17, 2019 2:19 pm
- Forum: General discussion
- Topic: When can we expect USB boot for the Pi 4?
- Replies: 53
- Views: 19650
Re: When can we expect USB boot for the Pi 4?
After doing some digging into getting my Ubuntu on (HAR HAR) my Pi 4Bs, the 64-bit release cannot use more than 1GB RAM due to an issue with the SD Card Driver failing if you enable it to use your full compliment of RAM (if you have 2GB or 4GB models). So having the USB-only boot was looking like my...
- Thu Aug 08, 2019 10:25 am
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Re: Slow upload on new Raspberry Pi 4 2GB
The Darwin binary is for macOS. https://github.com/davidferguson/pibake ... in-x64.zip
macOS is based on Darwin which is open source. It just isn’t a super popular piece of open source since it doesn’t really come together without all of the proprietary pieces.
macOS is based on Darwin which is open source. It just isn’t a super popular piece of open source since it doesn’t really come together without all of the proprietary pieces.
- Wed Aug 07, 2019 5:30 pm
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Re: Slow upload on new Raspberry Pi 4 2GB
I’m on macOS 10.14
- Wed Aug 07, 2019 12:41 pm
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Re: Slow upload on new Raspberry Pi 4 2GB
That is odd-I didn’t do anything fancy... It just worked?
I was using the Raspbian Buster Lite dated June 20th, 2019 (based off what I see on the card).
Are you sure you’re using the correct lite image when loading into PiBakery?
I was using the Raspbian Buster Lite dated June 20th, 2019 (based off what I see on the card).
Are you sure you’re using the correct lite image when loading into PiBakery?
- Tue Aug 06, 2019 5:00 pm
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Re: Slow upload on new Raspberry Pi 4 2GB
Yessir, I did use the 2.0 beta.
- Sat Jul 06, 2019 2:04 pm
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Re: Slow upload on new Raspberry Pi 4 2GB
It looks like speedtest-cli version 2.0.2 is the problem (installed via apt-get), I installed 2.1.1 via Pip and I’m seeing the full upload speed.
- Sat Jul 06, 2019 6:01 am
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Re: Slow upload on new Raspberry Pi 4 2GB
Upon further testing, even over WiFi it is only getting 3.14-3.27 Mbps up.... So it must be the test itself rather than the Pi unless it is a TCP/IP stack issue.... I'll have to try iPerf. Iperf3 results: Connecting to host MOARPI, port 5201 [ 5] local macbook port 63572 connected to MOARPI port 520...
- Sat Jul 06, 2019 5:31 am
- Forum: General discussion
- Topic: Slow upload on new Raspberry Pi 4 2GB
- Replies: 17
- Views: 2729
Slow upload on new Raspberry Pi 4 2GB
Howdy folks, I just loaded raspbian lite buster via PiBakery onto one of my new Pi 4 2GB (connected via ethernet to a Gigabit switch) and am seeing some odd behaviour with speedtest-cli. It is only showing under 4 Mbit upload no matter how many times I test. When I run the same tool from a Pi2 (also...
- Thu Oct 11, 2018 6:06 am
- Forum: HATs and other add-ons
- Topic: PoE HAT - USB Ports not working - over-current (FIXED - New Hardware Release)
- Replies: 327
- Views: 115245
Re: PoE HAT - USB Ports not working - over-current
I initially tested both of my PoE hats with a USB hard drive with two USB connectors for adequate power and didn't have any issues. Today I brought one into work and tried to power it over PoE and had it actually throw over-current errors with just a keyboard and mouse in the two ports beside the NI...
- Fri Aug 03, 2018 5:00 am
- Forum: General discussion
- Topic: RPi 3B+ gigabit ethernet bad download speeds.
- Replies: 226
- Views: 97111
Re: RPi 3B+ gigabit ethernet bad download speeds.
I found the following settings help transfer speeds for the Ethernet port Run as root sysctl -w net.core.rmem_max=8388608 sysctl -w net.core.wmem_max=8388608 sysctl -w net.core.rmem_default=65536 sysctl -w net.core.wmem_default=65536 sysctl -w net.ipv4.tcp_rmem='4096 87380 8388608' sysctl -w net.ip...
- Sun Aug 16, 2015 5:05 am
- Forum: Advanced users
- Topic: subdomains
- Replies: 8
- Views: 5014
Re: subdomains
Another good alternative for providing better security and that is light on system resources is HAProxy. If you're running multiple web servers behind it, you only need to expose it and it will provide a reverse proxy. The nice part of it is if you're using SSL/TLS you can update it without affectin...
- Sun Aug 16, 2015 4:56 am
- Forum: Advanced users
- Topic: Raspberry Pi and Webservers
- Replies: 19
- Views: 3363
Re: Raspberry Pi and Webservers
Have you looked at learning to use Ansible? It allows you to create scripts (called "playbooks" in Ansible lingo) that will repeat the script on however many machines you need to update. It connects via SSH and SFTP to the stations you are managing-both of which are what you should be usin...
- Sat Mar 14, 2015 4:06 am
- Forum: Beginners
- Topic: i'm about ready to throw in the towel (keyboard localization
- Replies: 27
- Views: 4151
Re: i'm about ready to throw in the towel
A standard 104 key US layout keyboard features those characters on a dedicated button below the backspace. Every full-sized keyboard I've owned had them. The pipe ( | ) is heavily used in PowerShell on Windows and forward slash ( \ ) is critical to file paths in Windows-so I'm not sure why a manufac...
- Thu Mar 05, 2015 3:09 am
- Forum: Networking and servers
- Topic: Docker on Arch Linux
- Replies: 9
- Views: 2962
Re: Docker on Arch Linux
Aaaaand the cliche response fixed it. I rebooted it and then 443 started working.
Go figure.
Thanks for your help!
Go figure.
Thanks for your help!
- Wed Mar 04, 2015 11:11 pm
- Forum: Networking and servers
- Topic: Docker on Arch Linux
- Replies: 9
- Views: 2962
Re: Docker on Arch Linux
Hi Dougie, Here is the output from lsof: COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME docker 1618 root 4u IPv6 206600 0t0 TCP *:http (LISTEN) COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME docker 1611 root 4u IPv6 205416 0t0 TCP *:https (LISTEN) Docker output: CONTAINER ID IMAGE COMMAND CR...
- Wed Mar 04, 2015 10:48 pm
- Forum: Networking and servers
- Topic: Docker on Arch Linux
- Replies: 9
- Views: 2962
Re: Docker on Arch Linux
I don't think so? IPtables has nothing in it but docker exceptions and I don't see anything about a default firewall in the Arch documentation... It's really odd.
- Wed Mar 04, 2015 10:30 pm
- Forum: Networking and servers
- Topic: Docker on Arch Linux
- Replies: 9
- Views: 2962
Re: Docker on Arch Linux
I used -p 80:80 -p 443:443 so it is bound to 0.0.0.0 for both. Port 80 does redirect to 443-but 443 says I can't route to it.
Thanks!
Thanks!
- Wed Mar 04, 2015 10:03 pm
- Forum: Networking and servers
- Topic: Docker on Arch Linux
- Replies: 9
- Views: 2962
Re: Docker on Arch Linux
I installed netstat and confirmed docker was the only thing on port 443. Using curl, I can connect to 443 on 127.0.0.1 and on the container IP. It's like something else on the system is blocking it-but I've only installed VIM and Docker on this Pi prior to installing net-tools. Installing HAProxy I ...
- Wed Mar 04, 2015 6:48 am
- Forum: Networking and servers
- Topic: Docker on Arch Linux
- Replies: 9
- Views: 2962
Docker on Arch Linux
Hi All, My first question post! I've got Docker running on Arch Linux on 2 of my Pi 2Bs. I'm trying to set up HAProxy on one Pi from within a Docker Container with ports 80 and 443 on it. The issue: If I let Docker set the ports (which are non-standard when it does) everything works beautifully, but...
- Thu Feb 26, 2015 5:09 am
- Forum: Networking and servers
- Topic: Setting up a Web Server to host multiple Web sites
- Replies: 4
- Views: 2001
Re: Setting up a Web Server to host multiple Web sites
This may be a little late... But specifically you will want to look at setting up virtual hosts for each student's website if using Nginx or Apache (this gives you the separation of the URLs used so the web server can tell which URL that is sent to it should be served which website) and either local...