7 Aug 2023 |
Jez (he/him) ♾️ | has anyone packaged up openrefine for nix? | 15:39:04 |
| kupac joined the room. | 18:41:35 |
9 Aug 2023 |
| @box1:matrix.org changed their display name from sb to sepiabrown. | 11:10:48 |
10 Aug 2023 |
| pbsds changed their display name from pbsds (UTC+1) to pbsds. | 14:54:49 |
12 Aug 2023 |
| @federicodschonborn:matrix.org joined the room. | 01:34:10 |
13 Aug 2023 |
| @10leej:matrix.org joined the room. | 01:24:44 |
14 Aug 2023 |
| Edmund Miller joined the room. | 22:39:29 |
15 Aug 2023 |
| @10leej:matrix.org left the room. | 19:34:02 |
16 Aug 2023 |
| @rvlobato:matrix.org joined the room. | 00:50:07 |
20 Aug 2023 |
| isomorph70 set a profile picture. | 07:57:56 |
23 Aug 2023 |
| Vitali Bohush joined the room. | 12:55:18 |
24 Aug 2023 |
| Florian joined the room. | 09:57:53 |
27 Aug 2023 |
Bruno Rodrigues | hi all, just saw this on twitter, might be of interest to this group: https://twitter.com/DeterminateSys/status/1695567786309783819?s=20 | 21:21:31 |
28 Aug 2023 |
| CRTified joined the room. | 19:13:30 |
CRTified | Hey, I'm currently trying to setup a slurm cluster and want to run a test within a VM. Having no state, I am always met with this failure, which is fixed after one restart (leading to other errors, which is fixed by a second restart): | 19:25:14 |
CRTified |  Download image.png | 19:25:21 |
CRTified | Apparently, slurmdbd is not running when slurmctld gets started, but even after putting slurmdbd in the require and after fields of the slurmctld unit, this behaviour appears | 19:26:14 |
CRTified | The relevant config for slurmctld and slurmdbd is this here (and there's a mariadb with ensureDatabase /ensureUsers ):
slurm = {
server.enable = true;
dbdserver = {
enable = true;
extraConfig = ''
PidFile=/run/slurmdbd.pid
StorageHost=localhost
'';
};
extraConfig = ''
AccountingStorageHost=${config.clusterRole.slurmServer}-link
AccountingStorageType=accounting_storage/slurmdbd
'';
};
| 19:28:39 |
CRTified | * The relevant config for slurmctld and slurmdbd is this here (and there's a mariadb with ensureDatabase /ensureUsers ):
services.slurm = {
server.enable = true;
dbdserver = {
enable = true;
extraConfig = ''
PidFile=/run/slurmdbd.pid
StorageHost=localhost
'';
};
extraConfig = ''
AccountingStorageHost=${config.clusterRole.slurmServer}-link
AccountingStorageType=accounting_storage/slurmdbd
'';
};
| 19:28:51 |
CRTified | * The relevant config for slurmctld and slurmdbd is this here (and there's a mariadb with ensureDatabase /ensureUsers ):
services.slurm = {
server.enable = true;
dbdserver = {
enable = true;
extraConfig = ''
PidFile=/run/slurmdbd.pid
StorageHost=localhost
'';
};
extraConfig = ''
AccountingStorageHost=server04-link
AccountingStorageType=accounting_storage/slurmdbd
'';
};
| 19:29:26 |
CRTified | oh wait, it's possible that slurm is not that common in data science and this is the wrong channel, or? | 19:29:55 |
CRTified | (Oh wow, sleep 10 in the preStart is sufficient to make it work...) | 20:18:00 |
CRTified | sleep 1 suffices and is not that painful, so I'll keep that in it | 20:30:40 |
30 Aug 2023 |
| maupind joined the room. | 15:16:50 |
maupind | Does anyone here have good experience developing shiny apps? | 15:17:22 |
31 Aug 2023 |
Bruno Rodrigues | I've built some, but am no expert | 15:31:04 |