[00:28] I am having issues commissioning a hyper-v vm. It passes comissioning, however, it does not detect the storage [00:28] I'm not sure what to do here [00:30] any guideance would be appreciated [00:33] Hey__: what's 'it'? The HyperV container, or the guest OS/ [03:37] for this particular set off hosts during initial ubuntu build we skip the network manually when asked.. is it possible to add the skip in the boot option (F6) ? [03:38] I know it is possible to add it to the preseed.. but preseed is builtin for this particual builds... so wondering if I could add the skip network at boot instead of extracting the iso and then comment out network [06:11] Hello, I have created the .ssh/config file: http://paste.debian.net/1020372/ and I am trying to establish reverse ssh using autossh -M 0 -f -T -N ovh; At the remote machine I type ssh -p 2210 osmc@localhost [06:12] But it says connection refused. Do you know what should I do? === Aztec03 is now known as Azbot === Azbot is now known as Aztec03 === Sircle_ is now known as Sircle [09:26] mojtaba: connection refused means connection refused - it just doesn't listen to port 22 or it's blocked somehow [10:57] Hello, I have created the .ssh/config file: http://paste.debian.net/1020372/ and I am trying to establish reverse ssh using autossh -M 0 -f -T -N ovh; At the remote machine I type ssh -p 2210 osmc@localhost But it says connection refused. Do you know what should I do? [10:57] I have tried ssh -R 2210:localhost:22 root@IP, and then on the remote machine ssh -p 2210 osmc@localhost connects without any problem. [11:01] mojtaba: why are you connecting to localhost on the remote machine you're already connected to over ssh? [11:18] mojtaba: iirc LocalForward is the same as -L, not -R [11:24] is there ubuntu 18.04 beta fourm ? [12:38] Hello, I have created the .ssh/config file: http://paste.debian.net/1020372/ and I am trying to establish reverse ssh using autossh -M 0 -f -T -N ovh; At the remote machine I type ssh -p 2210 osmc@localhost But it says connection refused. Do you know what should I do? [12:38] I have tried ssh -R 2210:localhost:22 root@IP, and then on the remote machine ssh -p 2210 osmc@localhost connects without any problem. [12:39] blackflow: I need to establish reverse ssh. [14:15] ubuntu 16.04 hangs at LightDM after installing and configuring SSSD [14:16] ubuntu 16.04 hangs at LightDM after installing and configuring SSSD [18:18] how do I get ubuntu boot in verbose? [18:19] I already have GRUB_CMDLINE_LINUX_DEFAULT="" set and ran update-grub .. still do not see grub2 menu or the vebose boot [18:26] probably /etc/default/grub has GRUB_HIDDEN_TIMEOUT_QUIET=true ? [18:26] if so, you have to tap Esc to get GRUB to show the boot menu whilst it waits the GRUB_HIDDEN_TIMEOUT [18:37] TJ-: yep.. it is set to true.. how about the verbosity? [19:08] axisys: for kernel? add to it's command line "debug systemd.log_level=info" (the systemd part is needed because it co-opts the kernel's 'debug' setting and spams the logs so much a boot can actually fail. [19:12] ah.. in here GRUB_CMDLINE_LINUX=".. " ? [19:13] added it like this and updated the grub [19:13] GRUB_CMDLINE_LINUX="console=tty0 console=ttyS0,115200n8 debug systemd.log_level=info" [19:14] rebooting now [19:22] axisys: what device are you using it on, I notice you've got the serial port set [19:28] TJ-: hp proliant gen9 [19:29] axisys: ahh! I was doing something similar last week but on a truely headless device, serial for GRUB + kernel === JanC_ is now known as JanC