|
#yocto systemd not able to start sshd after a reboot
#yocto
Seems strange to me too...I had been troubleshooting the sshd.service issue for two days. There was no logs, nothing. I was just hitting the wall. I tried a lot of combinations to get it to work but a
Seems strange to me too...I had been troubleshooting the sshd.service issue for two days. There was no logs, nothing. I was just hitting the wall. I tried a lot of combinations to get it to work but a
|
By
srijan.nandi@...
· #50755
·
|
|
#yocto systemd not able to start sshd after a reboot
#yocto
Not sure about that. The problem I faced was because there was a sshd.socket that had the following line in it. The sshd.socket comes with openssh. Conflicts=sshd.service So I had two options. either
Not sure about that. The problem I faced was because there was a sshd.socket that had the following line in it. The sshd.socket comes with openssh. Conflicts=sshd.service So I had two options. either
|
By
srijan.nandi@...
· #50750
·
|
|
#yocto systemd not able to start sshd after a reboot
#yocto
Hello All, I finally got it to work!!! There was a sshd.socket file in /lib/systemd/system which had the following line in it. Conflicts=sshd.service I remove it and added the following two lines: Aft
Hello All, I finally got it to work!!! There was a sshd.socket file in /lib/systemd/system which had the following line in it. Conflicts=sshd.service I remove it and added the following two lines: Aft
|
By
srijan.nandi@...
· #50739
·
|
|
#yocto systemd not able to start sshd after a reboot
#yocto
Hello Khem, With the above sshd.service file the sshd daemon fails to start. It gives an error "(code=exited, status=203/EXEC)". Cannot figure out as to why the systemd for sshd fails to work, while t
Hello Khem, With the above sshd.service file the sshd daemon fails to start. It gives an error "(code=exited, status=203/EXEC)". Cannot figure out as to why the systemd for sshd fails to work, while t
|
By
srijan.nandi@...
· #50734
·
|
|
#yocto systemd not able to start sshd after a reboot
#yocto
I am facing a peculiar problem with openssh. I have built openssh_8.0p1on zeus. The sshd.service file is as follows: [Unit] Description=OpenSSH server daemon Documentation=man:sshd(8) man:sshd_config(
I am facing a peculiar problem with openssh. I have built openssh_8.0p1on zeus. The sshd.service file is as follows: [Unit] Description=OpenSSH server daemon Documentation=man:sshd(8) man:sshd_config(
|
By
srijan.nandi@...
· #50731
·
|
|
#yocto Problem compiling binutils-2.32.0-r0 on zeus
#yocto
The issue got resolved after running bitbake -c cleanall binutils. After which it build successfully. -=Srijan Nandi
The issue got resolved after running bitbake -c cleanall binutils. After which it build successfully. -=Srijan Nandi
|
By
srijan.nandi@...
· #50668
·
|
|
#yocto Problem compiling binutils-2.32.0-r0 on zeus
#yocto
I am trying to compile binutils-2.32.0-r0 on zeus. I am getting the following error: DEBUG: Executing python function do_unpack DEBUG: Executing python function base_do_unpack DEBUG: Running 'export P
I am trying to compile binutils-2.32.0-r0 on zeus. I am getting the following error: DEBUG: Executing python function do_unpack DEBUG: Executing python function base_do_unpack DEBUG: Running 'export P
|
By
srijan.nandi@...
· #50667
·
|
|
#yocto - mongodb files missing
#yocto
Thank you, Vincent. I was finally able to make a .bbappend file and here is what I have made. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://mongod \ file://mongod.service \ file://
Thank you, Vincent. I was finally able to make a .bbappend file and here is what I have made. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI += "file://mongod \ file://mongod.service \ file://
|
By
srijan.nandi@...
· #50642
·
|
|
[meta-java] compile and configure openjdk-8-jre-headless
Hello Everyone, I have successfully compiled openjdk-8 with a zeus build. But I want to compile openjdk-8 headless. Can anyone tell me how and where to enable options such as headless, disable CUPS an
Hello Everyone, I have successfully compiled openjdk-8 with a zeus build. But I want to compile openjdk-8 headless. Can anyone tell me how and where to enable options such as headless, disable CUPS an
|
By
srijan.nandi@...
· #50042
·
|
|
How to completely uninstall a pre-installed package in Yocto
#linux
#yocto
What I did was, ran the following command to see what all gets installed.. bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in the local.conf
What I did was, ran the following command to see what all gets installed.. bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in the local.conf
|
By
srijan.nandi@...
· #50039
·
|
|
How to completely uninstall a pre-installed package in Yocto
#linux
#yocto
What I did was. I ran the following: bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in local.conf to remove the unwanted packages. -=Srijan
What I did was. I ran the following: bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in local.conf to remove the unwanted packages. -=Srijan
|
By
srijan.nandi@...
· #50038
·
|
|
#yocto - mongodb files missing
#yocto
Hello Everyone, I have built mongodb on zeus. It seems the mongod.service and mongod.conf files are missing. Can anyone show me the procedure to build a .bbappend file to add those. Thanks and Regards
Hello Everyone, I have built mongodb on zeus. It seems the mongod.service and mongod.conf files are missing. Can anyone show me the procedure to build a .bbappend file to add those. Thanks and Regards
|
By
srijan.nandi@...
· #50037
·
|
|
openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED]
#yocto
Helo Zoran, Type=notify didn't work, either. The only thing that worked was Type=simple. Thanks, -=Srijan Nandi
Helo Zoran, Type=notify didn't work, either. The only thing that worked was Type=simple. Thanks, -=Srijan Nandi
|
By
srijan.nandi@...
· #49992
·
|
|
openssh_8.0p1 on zeus - sshd.service not starting [RESOLVED}
#yocto
Finally was able to resolve the issue. It seems the sshd.service did not line Type=forking. I changed it to Type=simple and it started working. So now my sshd.service file looks like this: [Unit] Desc
Finally was able to resolve the issue. It seems the sshd.service did not line Type=forking. I changed it to Type=simple and it started working. So now my sshd.service file looks like this: [Unit] Desc
|
By
srijan.nandi@...
· #49990
·
|
|
openssh_8.0p1 on zeus - sshd.service not starting
#yocto
Hello Zoran, I started the service and then ran journalctl -u sshd.service -r -n 10 This is what I see: sshd.service Failed with result 'timeout' sshd.service: start operation timed out. Terminating.
Hello Zoran, I started the service and then ran journalctl -u sshd.service -r -n 10 This is what I see: sshd.service Failed with result 'timeout' sshd.service: start operation timed out. Terminating.
|
By
srijan.nandi@...
· #49969
·
|
|
openssh_8.0p1 on zeus - sshd.service not starting
#yocto
I am facing an issue with openssh_8.0p1 on zeus...systemd is not able to start sshd.service. I am using the following sshd.service file. [Unit] Description=OpenSSH server daemon Documentation=man:sshd
I am facing an issue with openssh_8.0p1 on zeus...systemd is not able to start sshd.service. I am using the following sshd.service file. [Unit] Description=OpenSSH server daemon Documentation=man:sshd
|
By
srijan.nandi@...
· #49966
·
|
|
mongodb issue - missing systemd service and conf files
#yocto
Hello Everyone, I have installed mongodb on zeus. It seems the mogod.service and the mongod.conf files are missing. Can someone tell me where I can find these or maybe point me to some documentation w
Hello Everyone, I have installed mongodb on zeus. It seems the mogod.service and the mongod.conf files are missing. Can someone tell me where I can find these or maybe point me to some documentation w
|
By
srijan.nandi@...
· #49965
·
|
|
How to completely uninstall a pre-installed package in Yocto
#linux
#yocto
This is what I did. I ran the following: bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Found out the DISTRO_FEATURES and IMAGE_FEATURES. Thne used DISTRO_FEATURES_remove i
This is what I did. I ran the following: bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Found out the DISTRO_FEATURES and IMAGE_FEATURES. Thne used DISTRO_FEATURES_remove i
|
By
srijan.nandi@...
· #49964
·
|
|
Error building openjdk-8 on zeus
So here is what I have done so far:. # Added meta-java layer in bblayers.conf and then did a bitbake -c cleanall glibc followed by bitbake glibc. Everything builds successfully. # As soon as I try to
So here is what I have done so far:. # Added meta-java layer in bblayers.conf and then did a bitbake -c cleanall glibc followed by bitbake glibc. Everything builds successfully. # As soon as I try to
|
By
srijan.nandi@...
· #49778
·
|
|
Error building openjdk-8 on zeus
Hello Everyone, When I am trying to add meta-java as a layer on zeus. I get the following error message: ERROR: glibc-2.30-r0 do_package: SYSTEMD_SERVICE_nscd value nscd.service does not exist ERROR:
Hello Everyone, When I am trying to add meta-java as a layer on zeus. I get the following error message: ERROR: glibc-2.30-r0 do_package: SYSTEMD_SERVICE_nscd value nscd.service does not exist ERROR:
|
By
srijan.nandi@...
· #49774
·
|