Open Dusko28 opened 4 years ago
On Sat, Oct 24, 2020 at 5:06 PM Dusko28 notifications@github.com wrote:
Preliminary Docs
I confirm that I have read the CONTRIBUTING https://github.com/ccrisan/motioneyeos/blob/master/.github/CONTRIBUTING.md guide before opening this issue.
I confirm that I have read the FAQ https://github.com/ccrisan/motioneyeos/wiki/FAQ before opening this issue. motionEyeOS Version
I am running motionEyeOS version: 20200606
version Board Model
I am using the following board/model: RPI 4 - 4GB model Network Connection
My motionEyeOS unit is connected to the network via: Ethernet on raspberry
**Hello guys, i try multitimes running motionEyeOs via ethernet cable conection. After first boot fresh installed system, everything work fine. DHCP give me IP adress. But after reboot, system cycle in bootloop caused by network. Configuring wired network: no link
Of course, i can set wifi conection on first boot. Thats work, but i wish use ethernet.
I try check connection status via ip addr in terminal I try manualy set IP addres for eth0 adapter via ip addr add 192.168.1.22/24 http://192.168.1.22/24 dev eth0 command
I hope for some advice, and thank you for making motioneyeos **
[image: first boot] https://user-images.githubusercontent.com/73405697/97093552-30166900-164d-11eb-8a70-8e2c1d99250c.jpg [image: second boot] https://user-images.githubusercontent.com/73405697/97093553-36a4e080-164d-11eb-881f-e7e0074494ef.jpg
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2553, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHJHNHJOKSGPUSRBCRLSMM6UXANCNFSM4S524U5Q .
-- Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52" W85° 45' 8.56"
Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
An alternative is to go to Settings, Network, and change Ip Configuration from Automatic (DHCP) to Manual (Static IP) and add your settings there.
On Sat, Oct 24, 2020 at 5:14 PM Kevin Shumaker kevin.shumaker@gmail.com wrote:
If you want a static IP address, use the static_ip.conf file when you create the fresh image, and put it in the /boot partition https://github.com/ccrisan/thingos/wiki/static_ip.conf sample text [modify to your network settings]
STATIC_IP="192.168.42.1/24" STATIC_GW="192.168.42.1" STATIC_DNS="192.168.42.1"
On Sat, Oct 24, 2020 at 5:06 PM Dusko28 notifications@github.com wrote:
Preliminary Docs
I confirm that I have read the CONTRIBUTING https://github.com/ccrisan/motioneyeos/blob/master/.github/CONTRIBUTING.md guide before opening this issue.
I confirm that I have read the FAQ https://github.com/ccrisan/motioneyeos/wiki/FAQ before opening this issue. motionEyeOS Version
I am running motionEyeOS version: 20200606
version Board Model
I am using the following board/model: RPI 4 - 4GB model Network Connection
My motionEyeOS unit is connected to the network via: Ethernet on raspberry
**Hello guys, i try multitimes running motionEyeOs via ethernet cable conection. After first boot fresh installed system, everything work fine. DHCP give me IP adress. But after reboot, system cycle in bootloop caused by network. Configuring wired network: no link
Of course, i can set wifi conection on first boot. Thats work, but i wish use ethernet.
I try check connection status via ip addr in terminal I try manualy set IP addres for eth0 adapter via ip addr add 192.168.1.22/24 http://192.168.1.22/24 dev eth0 command
I hope for some advice, and thank you for making motioneyeos **
[image: first boot] https://user-images.githubusercontent.com/73405697/97093552-30166900-164d-11eb-8a70-8e2c1d99250c.jpg [image: second boot] https://user-images.githubusercontent.com/73405697/97093553-36a4e080-164d-11eb-881f-e7e0074494ef.jpg
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2553, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHJHNHJOKSGPUSRBCRLSMM6UXANCNFSM4S524U5Q .
-- Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52" W85° 45' 8.56"
Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
-- Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52" W85° 45' 8.56"
Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
Thanks for advice, but my problem is not set static IP adress. My problem is ethernet conection after first reboot. 1st time, system boot corectly and obtaine IP from DHCP server. I noting change, just log and give reboot command second boot faild, ethernet connection dont work. i must motioneyeos run only via wifi connection :(
Yes, it is. You cannot set a static IP via the command line you posted. In order to set a static IP address, you have to use one of the 2 options I posted. If you run the command you posted, it will break ethernet networking.
On Sat, Oct 24, 2020 at 5:37 PM Dusko28 notifications@github.com wrote:
Thanks for advice, but my problem is not set static IP adress. My problem is ethernet conection after first reboot. 1st time, system boot corectly and obtaine IP from DHCP server. I noting change, just log and give reboot command second boot faild, ethernet connection dont work. i must motioneyeos run only via wifi connection :(
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2553#issuecomment-716058529, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHOVOQTQUUSC7SM4FV3SMNCIJANCNFSM4S524U5Q .
-- Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52" W85° 45' 8.56"
Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
ok, pls forget what i say about change IP adress. Thats just my hopefull trying fix problem :)
again: i have fresh installation 1st boot with ethernet cable OK i do nothing, just reboot system second boot dont work - configuring wired network: no link
I expect motionEyeOS with ethernet cable work anytime
My setup: RPi4-4GB, Gigabit Ethernet, 4GB microSDCard, image https://github.com/ccrisan/motioneyeos/releases/download/20200606/motioneyeos-raspberrypi4-20200606.img.xz No other changes. First Boot: login as: admin Welcome to meye-2ba2d181! [root@meye-2ba2d181 ~]# cat /var/log/boot.log ---- booting motionEyeOS 20200606 ----
[root@meye-2ba2d181 ~]# no changes, command given: reboot logged back in as admin [root@meye-2ba2d181 ~]# cat /var/log/boot.log ---- booting motionEyeOS 20200606 ----
================================ I am able to access the WebGUI in both sessions (first boot and 2nd boot) at the same IP address. No issues. What are you doing differently? Can you install RaspberryPiOS and reboot and get ethernet connection each time?
On Sun, Oct 25, 2020 at 4:31 AM Dusko28 notifications@github.com wrote:
ok, pls forget what i say about change IP adress. Thats just my hopefull trying fix problem :)
again: i have fresh installation 1st boot with ethernet cable OK i do nothing, just reboot system second boot dont work - configuring wired network: no link
I expect motionEyeOS with ethernet cable work anytime
—
---- booting motionEyeOS 20200606 ----
---- shutting down motionEyeOS 20200606 ----
no change, just reboot second boot:
---- booting motionEyeOS 20200606 ----
Something's broken in your setup.How are you rebooting?
On Sun, Oct 25, 2020 at 8:59 AM Dusko28 notifications@github.com wrote:
fresh installation first boot log:
---- booting motionEyeOS 20200606 ----
- Detecting disk device: /dev/mmcblk0
- Creating data partition: done
- Formatting data partition: done
- Mounting data partition: done
- Copying data skeleton: done
- Mounting filesystems: done
- Mounting overlay filesystems: done
- Setting empty root password: done
- Copying version file: done
- Setting UTC timezone: done
- Loading kernel modules: done
- Setting hostname: done
- Configuring CPU frequency: done
- Starting syslogd: done
- Loading device-tree overlays: done
- Starting throttle watcher: done
- Starting eudev: done
- Starting watchdog: done
- Starting rngd: done
- Preparing AP interfaces: ap0
- Configuring wired network: dhcp
- Setting current date using SNTP: Sun Oct 25 12:47:57 UTC 2020
- Starting ntpd: done
- Starting crond: done
- Generating ssh host keys: done
- Starting sshd: done
- Starting proftpd: done
- Starting smbd: done
- Starting nmbd: done
- Starting motioneye: done
Interface eth0 has IP address 192.168.1.7/24 Default gateway is 192.168.1.1 DNS server address is 213.46.172.38
---- shutting down motionEyeOS 20200606 ----
- Stopping motioneye: done
- Stopping smbd: done
- Stopping nmbd: done
- Stopping proftpd: done
- Stopping sshd: done
- Stopping crond: done
- Stopping ntpd: done
- Stopping network: done
- Stopping rngd: done
- Stopping eudev: done
- Stopping throttle watcher: done
Stopping syslogd: done
no change, just reboot second boot:
---- booting motionEyeOS 20200606 ----
- Detecting disk device: /dev/mmcblk0
- Mounting filesystems: done
- Mounting overlay filesystems: done
- Loading kernel modules: done
- Setting hostname: done
- Configuring CPU frequency: done
- Starting syslogd: done
- Loading device-tree overlays: done
- Starting throttle watcher: done
- Starting eudev: done
- Starting watchdog: done
- Starting rngd: done
- Preparing AP interfaces: ap0
- Configuring wired network: no link ---- shutting down motionEyeOS 20200606 ----
- Stopping motioneye: failed
- Stopping smbd: failed
- Stopping nmbd: failed
- Stopping proftpd: failed
- Stopping sshd: failed
- Stopping crond: failed
- Stopping ntpd: failed
- Stopping network: done
- Stopping rngd: done
- Stopping eudev: done
- Stopping throttle watcher: done
- Stopping syslogd: done
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2553#issuecomment-716144242, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHJRIU5VKGQHBI5HB3LSMQOKJANCNFSM4S524U5Q .
-- Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52" W85° 45' 8.56"
Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
just log as admin and put reboot command
Can you try a different ethernet port on your switch?
On Sun, Oct 25, 2020 at 9:06 AM Dusko28 notifications@github.com wrote:
just log as admin and put reboot command
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ccrisan/motioneyeos/issues/2553#issuecomment-716145194, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEZTUHIX76ILQ6GGKDSTLYDSMQPEJANCNFSM4S524U5Q .
-- Thanks
Kevin Shumaker
Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel
N38° 19' 56.52" W85° 45' 8.56"
Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
I try - no effect
on my RPI4 i normaly use other distribution like raspbian or libreelec. Network conecction via ethernet work great. I have more SD card with diferent systems. Im sad :(
I try older version motionEyeOS for RPI4
version 20200203 and 20190911 same issue
I find problem and fix!
I read initial script in /etc/init.d/S40network
part on line 139 checking if ethernet working - time limit is maybe too short
i edited this code for my use and put longer time limit - work good
i give original and edited script ( if someone use - remember rename to original name "S40network" )
Preliminary Docs
I confirm that I have read the CONTRIBUTING guide before opening this issue.
I confirm that I have read the FAQ before opening this issue.
motionEyeOS Version
I am running motionEyeOS version: 20200606
version Board Model
I am using the following board/model: RPI 4 - 4GB model
Network Connection
My motionEyeOS unit is connected to the network via: Ethernet on raspberry
**Hello guys, i try multitimes running motionEyeOs via ethernet cable conection. After first boot fresh installed system, everything work fine. DHCP give me IP adress. But after reboot, system cycle in bootloop caused by network. Configuring wired network: no link
Of course, i can set wifi conection on first boot. Thats work, but i wish use ethernet.
I try check connection status via ip addr in terminal I try manualy set IP addres for eth0 adapter via ip addr add 192.168.1.22/24 dev eth0 command
I hope for some advice, and thank you for making motioneyeos **