Manuals/errorcodes: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this is not a manual but a list of error codes minux can trow at you debug and error codes is still a work in progress, this is not complete yet. '''apt''' 100 - Apt Access denied, not owner or admin 101 - invalid input 102 - getfile found no source file, resetting to default source 103 - failed to meet package dependency's. 104 - apt noticed that "installed.db" is missing, it created a new one 105 - apt package installation failed, file was not found. 106 -...")
 
No edit summary
 
Line 1: Line 1:
this is not a [[Manuals|manual]] but a list of error codes minux can trow at you
this is not a [[Manuals|manual]] but a list of error codes minux can trow at you
debug and error codes is still a work in progress, this is not complete yet.
debug and error codes is still a work in progress, this is not complete yet.


'''apt'''
'''apt'''
100 - Apt Access denied, not owner or admin
100 - Apt Access denied, not owner or admin
101 - invalid input
101 - invalid input
102 - getfile found no source file, resetting to default source
102 - getfile found no source file, resetting to default source
103 - failed to meet package dependency's.
103 - failed to meet package dependency's.
104 - apt noticed that "installed.db" is missing, it created a new one
104 - apt noticed that "installed.db" is missing, it created a new one
105 - apt package installation failed, file was not found.
105 - apt package installation failed, file was not found.
106 - uninstall failed, program not installed
106 - uninstall failed, program not installed
107 - Repository verification failed, the URL is wrong.
107 - Repository verification failed, the URL is wrong.
108 - no server found for this package.
108 - no server found for this package.


'''minux'''
'''minux'''
201 - login found no root user, attempting to create one.
201 - login found no root user, attempting to create one.
202 - invalid input data, cannot proceed.
202 - invalid input data, cannot proceed.
204 - dhcp not found
204 - dhcp not found
205 - dhcp does not know who auth is
205 - dhcp does not know who auth is
206 - dhcp auth request returned nill, no reply.
206 - dhcp auth request returned nill, no reply.
207 - auth did not reply ack on request
207 - auth did not reply ack on request
208 - auth did not reply at all
208 - auth did not reply at all
209 - connection to auth server failed
209 - connection to auth server failed
210 - data sync error
210 - data sync error


'''auth-client'''
'''auth-client'''
300 - access denied, not admin
300 - access denied, not admin
301 - invalid input
301 - invalid input
302 - data sync error, the data sent did not match the bounce received. most likely network collision.
302 - data sync error, the data sent did not match the bounce received. most likely network collision.
303 - auth access denied, user data is invalid
303 - auth access denied, user data is invalid
304 - auth did not reply confirmation, check the auth server output for info.
304 - auth did not reply confirmation, check the auth server output for info.
305 - auth could not be contacted, check if it is in reach and running.
305 - auth could not be contacted, check if it is in reach and running.
306 - DHCP server unknown, is it outside of reach or offline?
306 - DHCP server unknown, is it outside of reach or offline?


after testing this system, more error codes will be added for other programs to.
after testing this system, more error codes will be added for other programs to.

Latest revision as of 10:20, 24 September 2024

this is not a manual but a list of error codes minux can trow at you debug and error codes is still a work in progress, this is not complete yet.


apt

100 - Apt Access denied, not owner or admin

101 - invalid input

102 - getfile found no source file, resetting to default source

103 - failed to meet package dependency's.

104 - apt noticed that "installed.db" is missing, it created a new one

105 - apt package installation failed, file was not found.

106 - uninstall failed, program not installed

107 - Repository verification failed, the URL is wrong.

108 - no server found for this package.


minux

201 - login found no root user, attempting to create one.

202 - invalid input data, cannot proceed.

204 - dhcp not found

205 - dhcp does not know who auth is

206 - dhcp auth request returned nill, no reply.

207 - auth did not reply ack on request

208 - auth did not reply at all

209 - connection to auth server failed

210 - data sync error


auth-client

300 - access denied, not admin

301 - invalid input

302 - data sync error, the data sent did not match the bounce received. most likely network collision.

303 - auth access denied, user data is invalid

304 - auth did not reply confirmation, check the auth server output for info.

305 - auth could not be contacted, check if it is in reach and running.

306 - DHCP server unknown, is it outside of reach or offline?

after testing this system, more error codes will be added for other programs to.