Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- hemanth@hemanth:~$ sudo apt install lava-server
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following additional packages will be installed:
- lava-common lava-coordinator lava-dispatcher lava-dispatcher-host
- lava-server-doc
- Suggested packages:
- docker.io lavacli
- The following NEW packages will be installed:
- lava-common lava-coordinator lava-dispatcher lava-dispatcher-host
- lava-server lava-server-doc
- 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
- Need to get 0 B/3,589 kB of archives.
- After this operation, 29.0 MB of additional disk space will be used.
- Do you want to continue? [Y/n] y
- Preconfiguring packages ...
- Selecting previously unselected package lava-common.
- (Reading database ... 315058 files and directories currently installed.)
- Preparing to unpack .../0-lava-common_2020.07+10+buster_all.deb ...
- Unpacking lava-common (2020.07+10+buster) ...
- Selecting previously unselected package lava-server-doc.
- Preparing to unpack .../1-lava-server-doc_2020.07+10+buster_all.deb ...
- Unpacking lava-server-doc (2020.07+10+buster) ...
- Selecting previously unselected package lava-server.
- Preparing to unpack .../2-lava-server_2020.07+10+buster_all.deb ...
- Unpacking lava-server (2020.07+10+buster) ...
- Selecting previously unselected package lava-coordinator.
- Preparing to unpack .../3-lava-coordinator_2020.07+10+buster_all.deb ...
- Unpacking lava-coordinator (2020.07+10+buster) ...
- Selecting previously unselected package lava-dispatcher-host.
- Preparing to unpack .../4-lava-dispatcher-host_2020.07+10+buster_all.deb ...
- Unpacking lava-dispatcher-host (2020.07+10+buster) ...
- Selecting previously unselected package lava-dispatcher.
- Preparing to unpack .../5-lava-dispatcher_2020.07+10+buster_all.deb ...
- Unpacking lava-dispatcher (2020.07+10+buster) ...
- Setting up lava-server-doc (2020.07+10+buster) ...
- Setting up lava-common (2020.07+10+buster) ...
- Setting up lava-coordinator (2020.07+10+buster) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/lava-coordinator.service → /lib/systemd/system/lava-coordinator.service.
- Setting up lava-server (2020.07+10+buster) ...
- Updating configuration:
- * generate SECRET_KEY [SKIP]
- * generate DATABASES [SKIP]
- Run fixups:
- * fix permissions:
- - /var/lib/lava-server/home/
- - /var/lib/lava-server/default/
- - /var/lib/lava-server/default/media/
- - /var/lib/lava-server/default/media/job-output/
- - /etc/lava-server/dispatcher-config/
- - /etc/lava-server/dispatcher.d/
- - /var/lib/lava-server/default/media/job-output/2017/
- - /etc/lava-server/dispatcher-config/devices/
- - /etc/lava-server/dispatcher-config/devices/*
- - /etc/lava-server/dispatcher-config/device-types/
- - /etc/lava-server/dispatcher-config/device-types/*
- - /etc/lava-server/dispatcher-config/health-checks/
- - /etc/lava-server/dispatcher-config/health-checks/*
- * drop duplicated templates:
- * fix permissions:
- - /etc/lava-server/settings.conf
- - /etc/lava-server/instance.conf
- - /var/log/lava-server/
- - /var/log/lava-server/*
- - /etc/lava-server/secret_key.conf
- Create database:
- /var/run/postgresql:5432 - accepting connections
- psql -q
- lava-server manage migrate --noinput --fake-initial
- Operations to perform:
- Apply all migrations: admin, auth, contenttypes, lava_results_app, lava_scheduler_app, linaro_django_xmlrpc, sessions, sites
- Running migrations:
- Applying contenttypes.0001_initial... OK
- Applying auth.0001_initial... OK
- Applying admin.0001_initial... OK
- Applying admin.0002_logentry_remove_auto_add... OK
- Applying contenttypes.0002_remove_content_type_name... OK
- Applying auth.0002_alter_permission_name_max_length... OK
- Applying auth.0003_alter_user_email_max_length... OK
- Applying auth.0004_alter_user_username_opts... OK
- Applying auth.0005_alter_user_last_login_null... OK
- Applying auth.0006_require_contenttypes_0002... OK
- Applying auth.0007_alter_validators_add_error_messages... OK
- Applying auth.0008_alter_user_username_max_length... OK
- Applying linaro_django_xmlrpc.0001_initial... OK
- Applying lava_scheduler_app.0001_initial... OK
- Applying lava_scheduler_app.0002_add_lava-health_user... OK
- Applying lava_scheduler_app.0003_populate_master_node... OK
- Applying lava_scheduler_app.0004_add_pipeline_marks... OK
- Applying lava_scheduler_app.0005_auto_devicedictionarytable_pipelinestore... OK
- Applying lava_results_app.0001_initial... OK
- Applying lava_results_app.0002_auto_20150825_1926... OK
- Applying lava_results_app.0003_auto_20150908_1522... OK
- Applying lava_results_app.0004_auto_20150925_0002... OK
- Applying lava_results_app.0005_auto_20151124_1419... OK
- Applying lava_results_app.0006_auto_20160111_1318... OK
- Applying lava_results_app.0007_auto_20160225_1256... OK
- Applying lava_results_app.0008_auto_20160405_1543... OK
- Applying lava_results_app.0009_query_limit... OK
- Applying lava_results_app.0010_auto_20160504_0814... OK
- Applying lava_results_app.0011_namedtestattribute... OK
- Applying lava_results_app.0012_namedtestattribute_metadata... OK
- Applying lava_results_app.0013_buglinks... OK
- Applying lava_results_app.0014_xaxis_maxlength_increase... OK
- Applying lava_results_app.0015_add_test_case_result_index... OK
- Applying lava_results_app.0016_add_testcase_start_end_tc... OK
- Applying lava_results_app.0017_testdata_onetoone_field... OK
- Applying lava_scheduler_app.0006_auto_20150619_1035... OK
- Applying lava_scheduler_app.0007_devicetype_description... OK
- Applying lava_scheduler_app.0008_auto_20151014_1044... OK
- Applying lava_scheduler_app.0009_testjob_pipeline_compatibility... OK
- Applying lava_scheduler_app.0010_auto_20151103_1136... OK
- Applying lava_scheduler_app.0011_remove_testjob_log_file... OK
- Applying lava_scheduler_app.0012_auto_20160208_1600... OK
- Applying lava_scheduler_app.0013_auto_20160302_0404... OK
- Applying lava_scheduler_app.0014_add_testjob_index... OK
- Applying lava_scheduler_app.0015_drop_heartbeat... OK
- Applying lava_scheduler_app.0016_index_testjob_submit_time... OK
- Applying lava_scheduler_app.0017_custompermissions... OK
- Applying lava_scheduler_app.0018_notifications... OK
- Applying lava_scheduler_app.0019_extendeduser... OK
- Applying lava_scheduler_app.0020_notificationrecipient_uniquetogether... OK
- Applying lava_scheduler_app.0021_blacklist_to_array... OK
- Applying lava_scheduler_app.0022_create_devicetype_alias... OK
- Applying lava_scheduler_app.0023_update_aliases... OK
- Applying lava_scheduler_app.0024_do_not_cascade_deletions... OK
- Applying lava_scheduler_app.0025_switch_job_status_trigger_type... OK
- Applying lava_scheduler_app.0026_devicetype_disable_health_check... OK
- Applying lava_scheduler_app.0027_device_dict_onto_filesystem... OK
- Applying lava_scheduler_app.0028_notify_callback... OK
- Applying lava_scheduler_app.0029_remove_testjob__results_bundle... OK
- Applying lava_scheduler_app.0030_unused_scheduler_fields... OK
- Applying lava_scheduler_app.0031_add_worker_state_and_health... OK
- Applying lava_scheduler_app.0032_add_state_health_to_testjob_and_device... OK
- Applying lava_scheduler_app.0033_remove_old_status_fields... OK
- Applying lava_scheduler_app.0034_worker_last_ping... OK
- Applying lava_scheduler_app.0035_remove_testjob__results_link... OK
- Applying lava_scheduler_app.0036_remove_is_pipeline... OK
- Applying lava_scheduler_app.0037_notify_callback_separation... OK
- Applying lava_scheduler_app.0038_set_default_device_health_maintenance... OK
- Applying lava_scheduler_app.0039_remove_testjob_admin_notifications... OK
- Applying lava_scheduler_app.0040_change_device_type_alias... OK
- Applying lava_scheduler_app.0041_notification_charfield_to_textfield... OK
- Applying lava_scheduler_app.0042_add-table-length-setting... OK
- Applying lava_scheduler_app.0043_auth_refactoring... OK
- Applying lava_scheduler_app.0044_reintroduce_cancel_resubmit_permission... OK
- Applying lava_scheduler_app.0045_remove_submit_testjob_perm... OK
- Applying lava_scheduler_app.0046_permission_consolidation... OK
- Applying lava_scheduler_app.0047_job_limit... OK
- Applying lava_scheduler_app.0048_job_limit_constraint... OK
- Applying lava_scheduler_app.0049_add_worker_auth... OK
- Applying lava_scheduler_app.0050_worker_version... OK
- Applying lava_scheduler_app.0051_worker_master_version_notified... OK
- Applying lava_scheduler_app.0052_device_is_synced... OK
- Applying sessions.0001_initial... OK
- Applying sites.0001_initial... OK
- Applying sites.0002_alter_domain_unique... OK
- lava-server manage drop_materialized_views
- lava-server manage refresh_queries --all
- AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
- NOTICE: not creating role lavaserver -- it already exists
- NOTICE: not creating role devel -- it already exists
- AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
- Created symlink /etc/systemd/system/multi-user.target.wants/lava-logs.service → /lib/systemd/system/lava-logs.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/lava-master.service → /lib/systemd/system/lava-master.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/lava-publisher.service → /lib/systemd/system/lava-publisher.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/lava-server-gunicorn.service → /lib/systemd/system/lava-server-gunicorn.service.
- Setting up lava-dispatcher-host (2020.07+10+buster) ...
- Setting up lava-dispatcher (2020.07+10+buster) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/lava-slave.service → /lib/systemd/system/lava-slave.service.
- Processing triggers for man-db (2.8.5-2) ...
- Scanning processes...
- Scanning linux images...
- Running kernel seems to be up-to-date.
- No services need to be restarted.
- No containers need to be restarted.
- No user sessions are running outdated binaries.
- hemanth@hemanth:~$ ls -la /etc/lava-server/
- total 44
- drwxr-xr-x 5 root root 4096 Jul 22 13:11 .
- drwxr-xr-x 148 root root 12288 Jul 22 13:11 ..
- drwxr-xr-x 5 lavaserver lavaserver 4096 Jul 22 13:11 dispatcher-config
- drwxr-xr-x 2 lavaserver lavaserver 4096 Jul 9 21:03 dispatcher.d
- -rw-r--r-- 1 root root 900 Jul 9 20:28 env.yaml
- -rw-r--r-- 1 root root 589 Jul 9 20:28 lava-logs
- -rw-r--r-- 1 root root 719 Jul 9 20:28 lava-master
- -rw-r--r-- 1 root root 496 Jul 9 20:28 lava-server-gunicorn
- drwxr-xr-x 2 root root 4096 Jul 22 13:03 settings.d
- hemanth@hemanth:~$ dpkg -l | grep lava
- ii lava-common 2020.07+10+buster all Linaro Automated Validation Architecture common
- ii lava-coordinator 2020.07+10+buster all LAVA coordinator daemon
- ii lava-dispatcher 2020.07+10+buster all Linaro Automated Validation Architecture dispatcher
- ii lava-dispatcher-host 2020.07+10+buster all LAVA dispatcher host tools
- ii lava-server 2020.07+10+buster all Linaro Automated Validation Architecture server
- ii lava-server-doc 2020.07+10+buster all Linaro Automated Validation Architecture documentation
Add Comment
Please, Sign In to add comment