Skip to content
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

on scylla AMIs start getting: [Cannot find a question for debconf/frontend] #6443

Closed
fruch opened this issue Jul 30, 2023 · 4 comments · Fixed by #7246 or #7258
Closed

on scylla AMIs start getting: [Cannot find a question for debconf/frontend] #6443

fruch opened this issue Jul 30, 2023 · 4 comments · Fixed by #7246 or #7258
Assignees

Comments

@fruch
Copy link
Contributor

fruch commented Jul 30, 2023

it's currently seems harmless, and I'm guessing it might be related to recent SMI change (scylladb/scylla-machine-image#466)

00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > Command: "echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections"
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > 
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > Exit code: 1
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > 
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > Stdout:
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > 
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > 
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > 
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > Stderr:
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > 
00:48:45  < t:2023-07-30 21:48:41,940 f:cluster.py      l:1874 c:sdcm.cluster_aws     p:ERROR > error: Cannot find a question for debconf/frontend
@fruch
Copy link
Contributor Author

fruch commented Jul 30, 2023

@yaronkaikov FYI

@ShlomiBalalis
Copy link
Contributor

Just an FYI, it still occurs in runs regularly even today

@fruch
Copy link
Contributor Author

fruch commented Jan 16, 2024

Just an FYI, it still occurs in runs regularly even today

And as written it's harmless

We should review if we need this command in SCT, but for now nothing would be done with it

@fruch
Copy link
Contributor Author

fruch commented Jan 29, 2024

it was introduce back in d1923b9

I don't think we need it anymore, I'll take it out of the code

fruch added a commit to fruch/scylla-cluster-tests that referenced this issue Jan 30, 2024
this call was add long ago for unclear reasons
probably try to make sure we won't be asked questions
during apt commands.

recently it's failing like the following:

```
error: Cannot find a question for debconf/frontend
```

while still no causing any issue for any tests,
so we going to remove this call out

Fixes: scylladb#6443
soyacz pushed a commit that referenced this issue Mar 6, 2024
this call was add long ago for unclear reasons
probably try to make sure we won't be asked questions
during apt commands.

recently it's failing like the following:

```
error: Cannot find a question for debconf/frontend
```

while still no causing any issue for any tests,
so we going to remove this call out

Fixes: #6443
soyacz added a commit to soyacz/scylla-cluster-tests that referenced this issue Mar 7, 2024
There's an issue with recent ubuntu images that fail on setting
`debconf-set-selections`. Remove it and add proper apt settings when
installing packages.

fixes: scylladb#6443
fruch pushed a commit that referenced this issue Mar 11, 2024
There's an issue with recent ubuntu images that fail on setting
`debconf-set-selections`. Remove it and add proper apt settings when
installing packages.

fixes: #6443
fruch pushed a commit that referenced this issue Mar 11, 2024
There's an issue with recent ubuntu images that fail on setting
`debconf-set-selections`. Remove it and add proper apt settings when
installing packages.

fixes: #6443
(cherry picked from commit 780ca42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants