I have tried below thing but no luck, Can anyone help what is wrong in my approach .
crio-user@vis08cs:~/workspace/QBox$ chmod +x vsftpd_v1 vsftpd_v1.conf
chmod: changing permissions of ‘vsftpd_v1’: Operation not permitted
chmod: changing permissions of ‘vsftpd_v1.conf’: Operation not permitted
crio-user@vis08cs:~/workspace/QBox$ chown root vsftpd_v1 vsftpd_v1.conf
chown: changing ownership of ‘vsftpd_v1’: Operation not permitted
chown: changing ownership of ‘vsftpd_v1.conf’: Operation not permitted
crio-user@vis08cs:~/workspace/QBox$ sudo ./vsftpd_v1
crio-user@vis08cs:~/workspace/QBox$ ./vsftpd_v1 vsftpd_v1.conf
500 OOPS: config file not owned by correct user, or not a file
crio-user@vis08cs:~/workspace/QBox$
Hi @vishal0708
Looks like you are facing challenges in the current module.
Here are a few FAQs that we think might be helpful for you
Below is a link to all the FAQ’s for the current module
Below are a few similar topics raised by other users which you might find usefull
- Module 3 milestone 1
- Module 3: Milestone 2
- Milestone 2 Module 3
- Milestone 1 module 3 QBOX
- QBox Module 3, Milestone # 1
- Module 3 Milestone 1 error
- Stuck in Module 3 Milestone 1
- Module 3 milestone 3 failing
- Error in milestone 1 of module 3
- Module 3 milestone 1 ftp problem!
- Error in module 3 milestone 3
- Vsftpd (Mod 3 Milestone 1)
- Module 3 milestone 2 ftp problem
- Module 3 milestone 2 ftp_username
- Module 3 milestone 1. Can’t change conf file
- Module3 milestone 2 , /var/log
- Unable to fix Module 2 Milestone 2
- Active and passive mode in module 3 milestone 2
- Module 3 milestone $3 filezilla error at PASV
- Module 3 Milestone 1: Failed to save ./vsftpd_v1.conf
- Milestone 3 of Model 3 Failing
- Connection error in module 3 last milestone
- Module 3 Milestone 3(500 Illegal Port command)
- I am not able understand milestone 2 of module 3
- Milestone 1 listen_port
- Module 3 Test 3 Failed
- Module 3 milestone 1 password not found in crio workspacee
- Module 3 milestone 2 ftp connection not established
- Buid Failure in milestone 3
- Not able to clone module 3
- Module 3 transfer file
- Why am not able to complete mod3 milestone 3
- Error in module 3 milestone 3 regarding connection to server
- Put issue module 3
- Failing test case for milestone 3
- Put and get milestone 2
- Build failed in module 3
- FileZilla Error Module 3
- Error in milestone 2 in ftp
- Not able to load module 3 files
- Ftp error in module 3
- Module 3 still locked
- Unit testing failed in module 3
- Unit test error in module 3
- Module 3 vsftpd install?
- Build error in module 3
- Module 3 , ftp connection failed
- Module 3 vsftpd.log file empty
- Module 3 issue while setting up
- Terminal stuck while asking password in module3 milestone1
- In module 3 milestone 3 with external client, where do we have to upload the files
- Module 3 - Assesment FAILURE!
- 550 failed to open file in module 3
- Killing process in module 3
- 421 Service not available, remote server has closed connection-module 3 : milestone 2
- Error in assesment in module 3
- Difference between the task and test case in Module3 - Milestone Task#2
- Can’t upload the module 3 code
- Errors in Assessment Module 3
- QEats Third Module
- Filezilla error module 3 connection error
- Module 3 : Unable to set port to 8081
- Filezila error module 3 not connecting
- Debrief #1 Module 3 is not marking as complete
- Error in Module 3 . unable to resolve this error (1 test case failed)
Note - This is a BETA Feature,if you find this helpful, kindly let us know.
Feedback link - https://forms.gle/cmxN5pdTXgnwgC986
Kindly mark this as a solution if this has helped you solve your query
Done , but while executing still getting error
sudo chmod +x vsftpd_v1 vsftpd_v1.conf
crio-user@vis08cs:~/workspace/QBox$ vsftpd_v1
vsftpd_v1: command not found
crio-user@vis08cs:~/workspace/QBox$ sudo chown root vsftpd_v1 vsftpd_v1.conf
crio-user@vis08cs:~/workspace/QBox$ sudo vsftpd_v1
sudo: vsftpd_v1: command not found
crio-user@vis08cs:~/workspace/QBox$ ./vsftpd_v1
500 OOPS: vsftpd: must be started as root (see run_as_launching_user option)
crio-user@vis08cs:~/workspace/QBox$ vsftpd_v1
vsftpd_v1: command not found
Hi @vishal0708
You are not able to figure put how to execute the vsftpd server.
vsftpd needs vsftpd.conf as argument.
Try to figure out how to execute vsftpd server .
crio-user@vis08cs:~/workspace/QBox$ sudo ./vsftpd_v1 vsftpd_v1.conf
^C
crio-user@vis08cs:~/workspace/QBox$
@ved-prakash-CrioTAHow to know that the vsftpd_v1 server has started successfully
Hi @vishal0708
Search google for how to check if a service is running.
Commands like ps top htop will help.
Closing this topic as there is no response since last 12 hours. Please feel free to create a new topic and post this question as a reference link in the description of the new topic.