• Joined on 2021-11-20
ungleich-gitea commented on issue ungleich-public/cdist#177 2021-11-20 15:46:13 +00:00
Integrate network support

closed

ungleich-gitea commented on issue ungleich-public/cdist#176 2021-11-20 15:46:12 +00:00
Installing a new consul-client via cdist result in an error

Created by: telmich

Fixed some time ago

ungleich-gitea commented on issue ungleich-public/cdist#175 2021-11-20 15:46:10 +00:00
"make man" fails with parallel builds

closed

ungleich-gitea commented on issue ungleich-public/cdist#174 2021-11-20 15:46:09 +00:00
update package list before installing new packages

Created by: telmich

My opinion is that we need to introduce something like a "pre" and "post" stage in cdist - @asteven and I discussed this briefly before - do you have the notes, @asteven?

ungleich-gitea commented on issue ungleich-public/cdist#174 2021-11-20 15:46:08 +00:00
update package list before installing new packages

Created by: tom-ee

For the specific issue: Updating the package cache introduces a) longer runtimes for cdist b) increased network-traffic and c) more dependencies on external…

ungleich-gitea commented on issue ungleich-public/cdist#174 2021-11-20 15:46:06 +00:00
update package list before installing new packages

Created by: tom-ee

__package_update_index got the --maxage <seconds>-parameter (for apt) w/ commit 4d4d76bb382126b69d1ac79faa98176c3a5744db. With --maxage 3600 the apt-get update only runs…

ungleich-gitea commented on issue ungleich-public/cdist#172 2021-11-20 15:46:02 +00:00
Error in exec/local.py run method when OSError is thrown

Created by: telmich

The idea was to pass on the error to the user - does that help?

ungleich-gitea commented on issue ungleich-public/cdist#172 2021-11-20 15:46:01 +00:00
Error in exec/local.py run method when OSError is thrown

Created by: darko-poljak

Code is merged with ungleich/master.

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:59 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: telmich

Can you run cdist -d servername and output the error in here so we can see what exactly triggered this (very unusual) error? Btw, /var/lib is being used on the target host, not…

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:58 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: zilti

Ah, I see. I've pasted it below. Weirdly enough, this seems to happen in any version, so now I really think it's something I did wrong, but I have no clue what, since I followed…

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:56 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: zilti

Ah, so here's the other. Taken on tags/3.1.13:

zilti@linux-tkvd:~/projects/union/cdist> bin/cdist -d config 192.168.1.2
DEBUG: cdist: Namespace(conf_dir=None, debug=True,…
ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:55 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: zilti

Ok I found out something new. I think the problem is that the target server is running FreeBSD. Are there any known incompatibilities? Because I now tried it with localhost…

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:54 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: zilti

A-ha, I found the solution. FreeBSD uses tcsh, a modified csh, as default shell for root. But this doesn't work. After changing the root's default shell using chsh to…

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:52 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: darko-poljak

@zilti This is because ssh invokes commands using user's shell. The command `ERROR: 192.168.1.2: Command failed: ssh -o User=root -q 192.168.1.2 __target_host=192.168.1.2…

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:51 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: telmich

I think you are right, we should use /bin/sh instead of defaulting to the user shell, because in some (rare, knowadays ;-)

@asteven fine with you?

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:50 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: asteven

Daniel Ziltener wrote on 03/16/16 13:27:

Ok I found out something new. I think the problem is that the target server is running FreeBSD. Are there any known…

ungleich-gitea commented on issue ungleich-public/cdist#171 2021-11-20 15:45:48 +00:00
CDist completely broken - __explorer=/var/lib/cdist/conf/explorer: Command not found.

Created by: zilti

I'll just change the default root shell on my machines. I was somewhat surprised that it wasn't sh, since it's the default user shell.

ungleich-gitea commented on issue ungleich-public/cdist#170 2021-11-20 15:45:45 +00:00
Remove bashisms

Created by: darko-poljak

Merged in 7fe4e20f53