New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages in terminal after update #1350

Closed
marmarek opened this Issue Oct 20, 2015 · 5 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Oct 20, 2015

After updating qubes and fedora template I get these messages in the vm terminal:

bash: export: `BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`': not a valid
identifier
bash: export: `}': not a valid identifier
bash: export: `BASH_FUNC_scl()=() {  local CMD=$1;': not a valid identifier
bash: export: `if [ "$CMD" = "load" -o "$CMD" = "unload" ]; then': not a valid identifier
bash: export: `eval "module $@";': not a valid identifier
bash: export: `/usr/bin/scl "$@";': not a valid identifier
bash: export: `}': not a valid identifier
[user@personal ~]$

Reported by raahelps

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 20, 2015

Member

It seems that it is caused by qubes-gui-agent-3.0.12.

Member

marmarek commented Oct 20, 2015

It seems that it is caused by qubes-gui-agent-3.0.12.

marmarek added a commit to marmarek/old-qubes-gui-agent-linux that referenced this issue Oct 20, 2015

Fix handling functions and multi-line variables in environment
Multi line environment variables (and functions) were improperly handled
by /etc/profile.d/qubes-session.sh, which assumed that each line is new
variable.
Until 23f20c4 "Start X session as user login session" this wasn't a
problem, because there were no such variables.

Fix this by using `export -p` instead of `env` for getting environment
in source-able form.

Fixes QubesOS/qubes-issues#1350

(cherry picked from commit 79e9573)
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 4, 2015

Member

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb8u1 has been pushed to the r3.0 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade
Member

marmarek commented Nov 4, 2015

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb8u1 has been pushed to the r3.0 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 4, 2015

Member

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb7u1 has been pushed to the r3.0 testing repository for the Debian wheezy template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing wheezy-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade
Member

marmarek commented Nov 4, 2015

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb7u1 has been pushed to the r3.0 testing repository for the Debian wheezy template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing wheezy-testing, then use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 12, 2015

Member

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb7u1 has been pushed to the r3.0 stable repository for the Debian wheezy template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Nov 12, 2015

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb7u1 has been pushed to the r3.0 stable repository for the Debian wheezy template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 12, 2015

Member

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb8u1 has been pushed to the r3.0 stable repository for the Debian jessie template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Member

marmarek commented Nov 12, 2015

Automated announcement from builder-github

The package qubes-gui-agent_3.0.14+deb8u1 has been pushed to the r3.0 stable repository for the Debian jessie template.
To install this update, please use the standard update command:

sudo apt-get update && sudo apt-get dist-upgrade

Changes included in this update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment