[00:01] hi folks [00:01] I have an issue with Grub [00:01] I currently a setup of a PC with two drives [00:01] one drive will be for Windows 10 [00:01] and the other drive will be for ubuntu [00:02] during install, I set the installer to install Ubuntu on the second drive [00:02] I am set grub to be installed on that drive [00:02] however during install, I get a grub failed to install message. [00:03] can someone help? [00:14] hey all, i have a really strange error where I run `ifconfig` or `sudo ifconfig` and it just hangs [00:14] no error message [00:14] i ran it because my internet seems down also [00:14] OERIAS: install WIndows first then install ubuntu, and put grub on the MBR of the 1st (booting) drive. Best of luck. [00:15] any thoughts on what might be going on and how to stop it? [00:16] Smaug_: which ubuntu release is this? [00:16] Smaug_: "ip" is the modern replacement for ifconfig... just sayin' [00:16] 18.04 [00:17] tomreyn: zykotick9: 18.04, and happy to use ip to resolve the issue instead [00:17] suggestions of avenues to investigate? [00:17] Smaug_: "ip a" might get you started. [00:17] zykotick9: `ip a` also hangs [00:17] doh [00:17] Smaug_: see journalctl -eb to see what's the underlying issue. [00:22] tomreyn: lots of output from that. can try to get it to you (remember that comp has no internet) but there is among output, a red error line saying "watchng: BUG: soft lockup - CPU3 stuk for 22s!" [00:23] lots of other outputas well [00:23] should i look for something else in particular/ [00:23] ? [00:25] Smaug_: anything regading networking, netlink, network manager (if Ubuntu Desktop), systemd-networkd (if Ubuntu Server), PCI [00:25] Smaug_: a 22 second CPU core lockup is probably not a good thing. [00:26] zykotick9, [00:26] tomreyn: yah what should i do. also i don't see to have systemd-networkd and of course, cannot download [00:26] I can't install Windows [00:26] Windows is preinstalled [00:27] and I would prefer to install ubuntu in the way asked. [00:27] OERIAS: you can download a bootable image from MS and put it on a USB [00:30] but that is not what I want. [00:30] What I want is to to preserve that Windows Installation. [00:30] OERIAS: what you reported initially could be an instance of bug 1396379 [00:30] bug 1396379 in ubiquity (Ubuntu) "installer uses first EFI system partition found even when directed otherwise" [High,Confirmed] https://launchpad.net/bugs/1396379 [00:31] then what should I do? [00:32] read the bug report, see whether this is actually the bug you're seeing, or not. only IF it is, read the suggestions provided to work around it and apply them. [00:37] OERIAS: if your hardware provides enough performance for this, consider running windows in a VM under ubuntu instead. it's often times a better setup than dual-boot [00:38] I have been running Ubuntu and Windows as dual-boot for 15 years [00:38] for some reason I have an issue with grub [00:42] I'm looking at getting a Wake on LAN ethernet card for my existing ubuntu machine. Is that something that I need to make sure I have motherboard compatability in order for it to work? It's a PCIe card, which I have slots for available. The built in ethernet on the MB does not have WOL, which is why I'm looking into it. [00:44] jayjo: yes, you need motherboard support [00:46] what does it mean for the PCIe card to support it? It passes the magic packet up the chain to the motherboard? [00:46] Or, it has the ability to do that, and some other PCIe cards would just ignore that packet? Whether or not the MB supports it? [00:47] since this channel is about an operating system, and you have hardware / firmware questions, i suggest asking in ##hardware [00:47] jayjo, check your bios first most mb now a days the is in the bios [00:48] https://wiki.archlinux.org/index.php/Wake-on-LAN#Hardware_settings provides some generic info, but in the end it'll be manufacturer / model specific how to set it up [00:50] thank you [01:39] that whole betting on flutter thing makes me think canonical is going to be google's bitch in near future just like mozilla, what you guys think? [01:40] well, dart/flutter actually [01:42] ua_: Discusion belongs in the #ubuntu-discuss channel :D [01:42] ok, I wasn't aware of that, thanks [01:47] also mind the language a bit ua_ [01:53] ##hardware === zbenjamin_ is now known as zbenjamin [03:15] hi. How do i maximize terminal to cover favorits bar on the left? [03:24] van777: autohide your dock [03:48] lotuspsychje: got it. thanks === hendry1 is now known as hendry [04:21] what is maximus --sm-client-id? [04:23] hi guys how big are these? https://paste.ubuntu.com/p/rtGBcYhpnd/ [04:34] is there a way to provide bridged networking to a multipass vm? [04:47] OrangeTurtle197, what is that [05:13] On 18.04, so I'm formatting a new 2TB usb drive as ext3. Almost 2 days laters and it still going. Is this usual? [05:15] "Partitioning Master Boot Record" is says on Disks at the top. [06:30] I'm on Ubuntu 18.04, formatting a new 2TB usb drive as ext3. Almost 2 days laters and it still going. Is this usual? [06:30] net dropped out so must repeat, sorry [06:31] The Ubuntu Disks application at top says "Partitioning - Master Boot Record". That's probably OK for usb drive, I guess. [06:56] adam4567: no that's not normal, it should take a min or so [06:58] 2TB reformat from FAT32 to ext3, via USB, no, elsewhere says 30 hours or so. [07:01] oh, reformat [07:01] adam4567: what do you mean, you're preserving the data? or a fresh format? [07:03] It was new from the shop, ready for MS. I'm formatting to ext3 for Linux [07:04] I think its slow because USB2, probably should be USB3 but I don't know can't confirm [07:06] adam4567: no, something is not right, it should only take a few minutes, when you format it only sets up the filesystem and that's all [07:06] adam4567: cancel the application and we can do it manually from the terminal === dingir is now known as dingir_ [07:06] Hmm. OK. [07:07] is there a picture bin I can put up a screenshot ? [07:08] imgur [07:08] no need [07:15] here's screenshot https://imgur.com/a/4tBXf4q [07:16] I might leave it overnight. It was straightforward using Disks to unmount then select ext3 and format. [07:16] adam4567: you're encrypting it? [07:17] It shouldn't take anywhere near that long [07:17] 1. To show the USB drive among all storage partitions and volumes on your computer use: lsblk [07:17] 2. Suppose it may be /dev/sdy1. Unmount it with: sudo umount /dev/sdy1 [07:17] 3. To format drive with the FAT32 file system format: sudo mkfs.vfat -F 32 /dev/sdy1 [07:17] To set a file system label for your drive in the process: sudo mkfs.vfat -F 32 -n 'name_for_your_drive' /dev/sdy1 [07:21] Eric^^ don't know about encrypting, I thought I was locking by adding a Password [07:22] adam4567: it's made a LUKS encryption [07:22] That encryption process requires every bit on the drive to be written, which will be slow over USB2, you're right [07:22] also, I'm not exactly sure how to stop this thing in Ubuntu's Disks application. I could kill from Sysmon I guess. [07:23] adam4567: you could try pressing on the "x" and force stop t [07:23] alt-f2, run "xkill", the next application you click will be killed dead [07:23] Thanks rory: I can leave it for a bit longer [07:23] doesn't matter about data loss there since you intend to format it anyway :) [07:25] I will leave it for a bit, overnight. It seems ext3 2TB over usb2 takes a white, and LUKS encrypted multiplies that by some huge order. [07:25] .. takes a while .. [07:26] how can I block audio from a specific firefox profile? [07:26] thanks folks. [07:26] or from a specific tab / website? [07:29] Hello, I am using ubuntu 20.04. I am experiencing slow internet connection on my ubuntu machine. When I check speed on other devices on the same network they're get more speed; nearly double. [07:30] What could be the issue? The router does not have anything throttled for any connection. [07:36] Okay, there's something not right with the wifi. When I plugged in the ethernet cable the speed is back to normal as on other devices. [07:50] I'll be back later when there are humans alive here. [08:00] what difference between inteldrmfb and i915drmfb ?? [08:00] and why both have been referenced? [08:01] i can see dmesg |grep drm [08:07] Hi guys, I bind my ip on name and I adjust an IPV4 in dbs server but my program are runnig on ipv6!!! [08:08] Hamidreza: Id reccomend asking in ##Networking [08:09] https://pastebin.ubuntu.com/p/67q64Dtf46/ [09:41] hello all. is this the right place to ask for help with an apt issue ("trying to overwrite...") ? [09:42] if you are running ubuntu then yes [09:43] Yes, freechips, please share the command you are running, and the full output on https://paste.ubuntu.com [09:44] alright. So, i'm tryna install some stuff but ubuntu complains that "You might want to run 'apt --fix-broken install' to correct these", then discussing some linux-tools dependency. It says to run "apt --fix-broken install", which fails with a "trying to overwrite '/usr/lib/libcpupower.so.5.8.0-33', which is also in package [09:44] linux-hwe-5.8-tools-5.8.0-33 5.8.0-33.36~20.04.1" [09:44] I need some advice. I didn't like the idea of Snaps or Flatpacks when they first started gaining traction, but now I've just tried to edit some audio in Audactiy -- one of the most lightweight pieces of software I've ever used -- and my entire PC came to a grinding halt... it turns out that I'd accidentally installed it via Snap instead of the [09:44] normal Deb mechanism, and it's unusably slow. I also have issues where snap apps can't copy/paste between each other, or files saved in the apps aren't visible to the filesystem... Surely this is a problem with ME rather than Linux? [09:44] it sounds like a pretty ez bs issue, but i haven't been using linux ina while so idk.. thanks [09:46] hello! I'm trying to install nvidia drivers, version 430, but apt keeps installing 430, 440 and 450, dkms building only for 450. How to switch to 430? ubuntu 20.04, using ppa:graphics-drivers/ppa === retentiveboy_ is now known as retentiveboy [09:48] https://paste.ubuntu.com/p/wdhh2x6s4z/ here is the pastebin that was requested. [09:48] also guys, does this channel have a log? i might need to log off to reboot [09:49] freechips, taking a look at your issue now. Here are the logs. https://irclogs.ubuntu.com/ [09:50] freechips, I can share a screenshot when you return anyway [09:51] freechips, Is it an option to simply "sudo apt remove linux-hwe-5.8-tools-5.8.0-33" ? [09:52] freechips, sorry I think that would be: sudo dpkg --purge linux-hwe-5.8-tools-5.8.0-33 [09:52] thx rory, i just noticed the logs aren't updated frequently enough for me to briefly log off-on [09:53] it should be possible to run that command, i dont think im using any particular linux stuff, and as long as it's not an essential package i am fine to remove it [09:54] thx a bunch  m8, that worked a charm! [09:54] super [09:54] imma log off but you saved me quite some time rory [09:54] cya [09:54] I found it here https://askubuntu.com/questions/176121/dpkg-error-trying-to-overwrite-file-which-is-also-in [09:55] cya [09:55] yeah i wasnt sure if i should try to just remove those packages. like i said, i havent used linux in a while so idk if they were fundamental... needed someone to take a quick look [09:58] the microphone on a Lenovo T14s AMD (4750U) seems to now only work when the volume is cranked up all the way to 150% [09:58] this used to work fine, so I suspect a kernel upgrade broke something [09:58] anything comes to mind? anything I can check? [10:07] pedrocr: we usualy look inside dmesg to debug problems [10:08] pedrocr: you could try to doublecheck booting different kernel versions to see if its a sub kernel version that makes it fail [10:17] Hi, I would appreciate if someone help me on this : https://pastebin.ubuntu.com/p/VwVWMG39cf/ [10:18] !crosspost | Hamidreza [10:18] Hamidreza: Please don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support. [10:19] ubottu, ok [10:19] You're welcome! But keep in mind I'm just a bot ;-) [10:24] lotuspsychje: I guess I can try and boot something older and see if I find the difference [10:24] lotuspsychje: is there anything specific I'd look for in dmesg? [10:28] lotuspsychje: grepping through dmesg, nothing stands out [10:30] pedrocr: share the whole dmesg to the channel please so volunteers can have a look and think along with you [10:32] (in a pastebin) [10:44] lotuspsychje: here's a log: https://gist.github.com/pedrocr/39c2e89ef3aea2c311dc0daf5154d005 === PowerTower_121 is now known as PowerTower_120 [11:04] ghost [11:50] pedrocr: i see you got secureboot enabled, can you try booting disabled please? [12:01] lotuspsychje: I can try, what would that change? [12:02] pedrocr: secureboot enabled can influence your hardware, aka graphics, sound, wifi etc [12:03] not sure why, it verifies the integrity of the kernel but shouldn't change the hardware enumeration and init [12:05] pedrocr: before we blame kernels, we better test secureboot first [12:12] Hey huys need help [12:13] im trying to set the minimum frequency of my cpu to 800 from 480 (max 2240MHz) 480 is way too low and when needed it takes alot of time to rev up [12:13] i installed tpl ...didnt work out now im trying with cpupower commands [12:14] also have cpufreq which is set to performance mode ,but .....its not any different from power save mode [12:15] i have intel_pstate driver [12:15] anyone familiar with processor tweaks ? [12:17] using xubuntu xfce deskop enviroment [12:17] HoLyDea7h: if you want performance over power consumption setting the cpu policy to performance is probably a better bet than trying to tweak values [12:18] echo performance | sudo tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor [12:18] i changed it in cpufreq the only place i found way to change and it did nothing [12:18] i have gt710 card on linux how do i check whether this card is loaded with uefi or not ? === thnee1 is now known as thnee [12:20] samba35: graphics card? What exactly are you trying to check or do? [12:20] pedrocr, if that is for check its on performance ,but sometimes the processor is just stuck on 480 and no matter what i do it doesnt go up [12:20] (judging by the cpufreq graph) [12:21] its annoying to wait for 2 minutes for the browser to start and seeing the processor just sleeping ,and the cpu fan doesnt start its just like idle [12:21] if i change it atleast i know its gona work on 800 minimum not on the dumb 480 its not 1990 [12:22] sometimes when it gets stuck on minimum it doesnt change unless i restart the whole pc....which is more waiting game [12:22] HoLyDea7h: that wasn't to check, that just set it to performance [12:22] if it's actually stuck at a low value under load then there's another problem [12:23] thanks ,still want to try out cpupower commands if you are familiar [12:23] if it's stuck at something so low as 480 I'd suspect a hardware problem, lack of cooling most likely [12:23] what machine is this? [12:24] asus x550 sa [12:24] it never goes hot ....so its not cooling issue [12:24] atleast hot on touch [12:24] its notebook i suspect its gona get hot outside if its hot on the inside xD [12:25] im also down for fan speedup and disabling idle proccesor fan if possible ... [12:26] idc about any type of power saving i just want it cool and fast xD [12:29] sounds like broken kernel power management then [12:30] maybe there's a quirk to fix it somewhere but I don't know it [12:32] thank you pedrocr if its broken kernel will roll back fix it ? [12:32] i know ubuntu saved the system on every start but idk if xubuntu does [12:37] if it started happening recently then rolling back might work, but if it's always been like that it's just a bug === vlm_ is now known as vlm [13:22] l [13:31] Hi folks [13:56] i am installing 18.04.5, but the display in console in vmware is cut off, so it uses half the screen [13:56] so most settings are not visable [13:57] do you need to change something in vmware? [13:59] i read installing open-vmtools fixes it, but that's a bit hard in install phase === przemeklal_ is now known as przemeklal [14:39] i now installed a 16.04, but same problem with install on console, only there i know what to press without seeing the menu [14:39] then distupgraded [14:46] DJ-ArcAngel: did you try nomodeset? [14:46] how can i parse those arguments in install phase [14:46] you mean you want the live usb to boot with nomodeset? [14:47] yes [14:47] are you installing in uefi or legacy mode? [14:47] hmm.. legacy [14:47] nice menu in the middle or black/white grub when it first starts [14:47] ok [14:47] so no grub [14:48] hi guys i am new here [14:48] maybe that was it.. that i installed the other in uefi [14:48] * DJ-ArcAngel checks [14:48] DJ-ArcAngel: with legacy mode you get a tiny man at the bottom while it loads [14:49] hm.. no, other is also legacy [14:49] maybe it's a vmware problem, i think i didn't use to have this [14:49] DJ-ArcAngel: ok, press F6, select nomodeset, then boot [14:49] ok.. i'll try that [14:49] what's the problem, black screen when it boots? [14:49] nah.. half screen [14:49] hey Sneakyfish [14:49] oh [14:49] 800x600 while the install menu has other res [14:50] so half of text is out of range [14:50] i installed from memory now [14:50] you can hold Alt and click+drag anywhere in a window to move it [14:50] doesn't matter if i resize it.. the console stays same size [14:52] DJ-ArcAngel: you might be able to pass a certain resolution to grub and let it keep it after booting [14:54] you can pass vga=789 for 800x600 [14:54] thanks EriC^^, will try === To_Aru_Shiroi_Ne is now known as ToAruShiroiNeko === Canuck is now known as canuck [18:44] i am getting inteldrmfb and i915drmfb from dmesg log [18:44] is it strange? [18:45] why would it be strange? [18:45] maybe they depend on eachother isapgswell ? try "lsmod | grep i915drmfb" [18:45] is it strange? dual drm fb [18:46] maybe one points to the other or maybe one contains generic code the other more specific code [18:47] ThinkT510 i noticed input lag [18:49] can you elaborate? [18:49] ThinkT510 i have been testing performance on games [18:50] ThinkT510 and a tried to disable framebuffers complete, leave only kms [18:50] keyboard? mouse? gamepad? [18:53] ThinkT510 keyboard and mouse [18:55] ThinkT510 i only can boot with nomodeset on ubuntu live usb [18:56] with intel graphics? usually it's nvidia graphics that require nomodeset [18:57] ThinkT510 intel + nvidia hybrid graphics [18:58] ThinkT510 with nouveau driver live usb works [18:59] ThinkT510 with installed OS, nvidia proprietary driver i got black screen [18:59] ThinkT510 maybe is gdm [19:00] ThinkT510 i tried xforcevesa nomodeset [19:00] ThinkT510 no success [19:01] !optimus [19:01] Ubuntu uses nvidia-prime to support optimus videocards. [19:02] !info nvidia-prime [19:02] nvidia-prime (source: nvidia-prime): Tools to enable NVIDIA's Prime. In component main, is optional. Version 0.8.16~0.20.04.1 (focal), package size 9 kB, installed size 50 kB [19:07] ThinkT510 thanks [19:46] Just getting reorientated with Ubuntu. Is it my imagination or are there far fewer keyboard shortcuts on Gnome 3? For example, I used to be able to rotate a PDF in Evince with keyboard. Now I have to use the hamburger menu. Is this a trend with G3? [19:59] Iarla: these work for me in Ubuntu 18.04 https://help.gnome.org/users/evince/stable/shortcuts.html.en [20:00] that's really helpful leftyfb, thank you. Looks like the same shortcuts too. I think they're just not printed in the menu anymore. [20:02] Is there a mature desktop that provides global menu like Unity 7 did? Or are the apps not compatible these days since adopting CSD. [20:59] Hi I upgraded system ram from 4 gb to 6gb by inserting another 2gb pc3-10600s but ubuntu didn't recognize. Still showing 4 gb [20:59] both ram are ddr3l [21:03] dev76, does the BIOS recognise it? [21:04] You may want to check your computer user manual for the memory configurations it accepts [21:04] Often they require matched pairs [21:05] yeah that shows 4gb but motherboard has compatibility of upto 8gb ddr3l as per user manual so it should have recognized [21:05] dev76, if the BIOS is not happy, it's unlikely Ubuntu will ever be happy - so start there [21:07] but can you tell me just basic thing with hardware like if older ram is pc3-12800s, then would pc3-10600s be supported as newly added ram [21:08] In general, if you add slower memory to a system, all the ram will be clocked to the lowest common denominator. But some systems do not accept mixed-speed sticks at all [21:09] It is very system-dependent [21:09] given that in reverse scenario, pc3-10600s was the older ram and i added up new pc3-12600s in another system, then it worked === kostkon_ is now known as kostkon [21:10] maybe your mobo accepts only pairs, ECC perhaps? [21:10] The system will not know in what order ram was added. Only that the configuration is either good or not good [21:10] dev76: you could also try #hardware, as this issue is hardware related and not Ubuntu related [21:11] leftyfb : says can't join channel you must be invited [21:11] dev76: try ##hardware [21:12] Yes, it's a double-hash channel [21:13] ddr3 wants pairs, AFAIKnow [21:26] yeah its not about pairing, one way it works like I said in reverse scenario where older one is pc3-12800s while newer one is pc3-10600s [21:27] but the other way another system doesn't recognize. [21:27] Here is the older one : https://www.amazon.in/Samsung-M471B5173QH0-YK0-DDR3L-PC3-12800-SO-DIMM/dp/B00T592DGG [21:28] and this is newer one : Dell Hynix 2GB DDR3 Memory SO-DIMM 204pin PC3-10600S 1333MHz [21:28] oops , https://www.amazon.in/Memory-SO-DIMM-PC3-10600S-1333MHz-HMT325S6BFR8C-H9/dp/1254875778 [21:30] without the proper info like motherboard, nobody in ##hardware can help you [21:32] I provided them link to system user manual as well : https://www.dell.com/support/manuals/en-in/latitude-3540-laptop/lat3540om-v1/specifications?guid=guid-e315ddbf-4e3a-4547-8172-c47a1a5d8f89 [21:32] Dont know if they had gone through [21:32] dev76: please take it to ##hardware. Non-ubuntu issues are offtopic here [21:38] @dev76 crucial lists only 1600mhz ram as compatible with your dell 3540, so it might just be a bios issue https://www.crucial.com/compatible-upgrade-for/dell/latitude-3540 [21:40] any other good channel for hardware [21:47] @dev76 crucial lists only 1600mhz ram as compatible with your dell 3540, so it might just be a bios issue https://www.crucial.com/compatible-upgrade-for/dell/latitude-3540 if the bios is updated and the stick is not visible you can't do much more tbh, gl [21:48] Am I the only one who finds chrome-sandbox 4755 absolutely and utterly unnacceptable? How can people download random binaries and set them root setuid??? Crazy people... craaaaaaaaaaaaazy. [21:48] every time i boot into ubuntu it messes up my windows raid [21:49] goddard: how so? [21:50] @dev76 keep in mind there's also integrated graphics running off system ram so maybe 'there's reasons' for dell to keep ram requirements @ 1600mhz [21:51] well i boot back into windows after booting into ubuntu and I have to repair errors [21:53] goddard: ok, so which part of that has anything to do with affecting RAID volumes as opposed to an unclean filesystem? [21:54] u_ra : makes sense and this is what I wanted to clarify that in general the lowest compatible clock is chosen by system for rams if they are of different clocks given same tech based i.e. "ddr3l" . But this system couldn't [21:55] leftyfb: because files get corrupted [21:55] goddard: it sounds like you are mounting the filesystem in Ubuntu from said RAID volume and it's not being unmounted properly or Windows isn't unmounting it properly so when it gets mounted, Windows flags it as unclean. Have you disabled fast boot in Windows? [21:55] leftyfb: usually when it is just an "unclean" filesystem it just gives a warning and you carry on with your day. [21:56] this is actually errors corrupting data [21:56] at least newish data [21:56] is that the same thing? [21:56] goddard: https://www.windowscentral.com/how-disable-windows-10-fast-startup [21:57] u_ra  : people on another channel were talkin about dimms compatibility but I dont think that's an issue given both are  ddr3l . [21:58] dev76: please keep the discussion in ##hardware. This channel is for Ubuntu support [21:58] leftyfb: interesting thanks [21:58] ubuntu solving windows problems since (insert ubuntu creation date here) [22:00] it all depends what you do with that windows raid, goddard, some mysql server that is not properly stopped and shutdown ? [22:01] or anti virus that kicks in :-P [22:02] yeah I guess more to it then I thought [22:02] Been trying to debug an issue in Ubuntu so I always have to reboot. [22:03] Stupid nvidia driver isn't loading [22:03] I deleted the xorg config but still won [22:03] won't load [22:03] since i installed a new gpu [22:03] tried to purge and reinstall but that didn't help either [22:06] Hi, I have a Ubuntu server running. I created ~/bin and downloaded a "vault" binary there. I also set VAULT_ADDR in ~/.bashrc. After logging out and back in I'm able to run "vault status". But I can't do that over ssh. i.e. `ssh my-machine "vault status"` [22:07] goddard: the /var/log/gpu-manager.log file provide any hints ? [22:07] first it doesn't find the vault binary, then even if I do `ssh my-machine "~/bin/vault status"` it's not picking up the VAULT_ADDR environment variable I set in ~/.bashrc. [22:09] Bashing-om: https://paste.ubuntu.com/p/c52XjGpqrj/ [22:10] snap = evil [22:11] Nomenclatura: if you'd like to discuss Ubuntu and its features, there's #ubuntu-discuss [22:11] this, #ubuntu, is just for support (see /topic) [22:12] goddard, so you claim to have a RTX 3090... [22:12] yes [22:12] ELFrederich: does ssh my-machine whoami return the same username as the user whose ~/.bashrc you edited? [22:12] tomreyn: yes [22:13] it's "ubuntu" [22:13] goddard, then you already know what driver you need, and what kernel. [22:13] ELFrederich: what does which vault return when run in either variant? [22:13] tomreyn: maybe the sshd only reads that file once? Like I said, I had to log out and back in for it to work in an interactive ssh session. [22:14] oerheks: at least 460 i think for nvidia and not sure on the kernel [22:14] tomreyn: on a new interactive session I get "/home/ubuntu/bin/vault", but via "ssh my-machine which vault" it gives nothing [22:15] ELFrederich: what you described above sounded like you got it to work locally, in a virtual temrinal, after logging out and back in again, and then it kept working. and that it never worked over ssh. [22:16] ELFrederich: but now you're saying it worked through ssh once and then never again? === a999 is now known as m1-curious [22:16] goddard, 5.8 or higher.. and this card is so fresh, disable Secure Boot [22:17] 455 driver would work, afaik [22:17] tomreyn: from my experience, on new ubuntu machines there is no ~/bin directory. If you create it and put an executable in there you have to log out and back in for ~/bin to be on your PATH. That's been my experience. I'm just wondering, without rebooting, how to get this working over SSH [22:18] oerheks: ahh okay so my kernel is probably too old [22:19] fresh 20.04 would give 5.8 [22:19] goddard: "last cards number = 2" Sorry I do not know how to deal with twin cards. [22:19] oerheks: but not an upgrade? [22:19] Bashing-om: well thanks for trying [22:20] i think you need HWE if you are still on 5.4 [22:20] !hwe [22:20] The Ubuntu LTS enablement stacks provide newer kernel and X support for existing LTS releases, see https://wiki.ubuntu.com/Kernel/LTSEnablementStack [22:21] goddard: At least ya have some points to work toward - presently there is no driver available. [22:21] ElFrederich: maybe just put link/symlink or miniscript inside /usr/bin, can also include var export there [22:23] u_ra: was looking to understand the problem, not really create a workaround. [22:23] u_ra: I have a feeling if I restart the sshd service it may start working [22:23] * ELFrederich tries [22:23] i tried to manually connect my wifi by running /var/run/dhclient-eth1.conf, but it said permission deniied even with root or sudo [22:24] ELFrederich: what you described about ~/bin is what i'd expect, too - for interactive shells only. [22:24] how to do this? [22:24] /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-eth1.pid -lf /var/lib/dhcp3/dhclient-eth1.lease -cf /var/run/nm-dhclient-eth1.conf eth1 [22:24] tomreyn: yeah.... where do I edit environment variables for non-interactive shells? [22:25] ELFrederich: should work immediately over ssh if it's an interactive session and ~/.bashrc of the very user is evaluated. [22:25] ELFrederich: /etc/environment system-wide [22:25] or.. some place in ~/.config i forgot [22:27] ~/.pam_environment or ~/.profile according to https://help.ubuntu.com/community/EnvironmentVariables [22:27] but i *think* the former actually moved into .config/ somewhere [22:28] tomreyn: so for non-interactive, is there a place to modify per-user? /etc/environment would be for all users [22:28] pam_env(8) still says $HOME/.pam_environment on 18.04 LTS, though [22:31] there is ~/.config/environment.d/*.conf in the systemd context [22:32] thanks, gotta run... I'll look into that later [22:33] Bashing-om: oh really so nvidas driver only supports 1 3090 on linux? [22:34] anyone got my question? [22:40] why are you doing this in the first place? [22:44] goddard: No === depends on the card as to the proper driver . the latest drivers from Nvidia are available. [22:46] goddard: ^ what card(s) are we working with: lspci -k | grep -iEA5 'vga|3d' ? [22:47] Ubuntu Software, under the Explore tab only shows a single row of Editor's Picks. Is it not possible to browse categories any more? [22:49] Bashing-om: I'd tell ya, but I am in windows now. Going to reboot into Linux and attempt to install the new kernel and see if that helps. I will relog in here later and let you know. [22:49] :-) [22:51] tomreyn, just wanted to learn it [22:51] manuaslly [22:51] -s [22:56] goddard: Good deal - we be here to try and help - But I say again I know nothing of twin (SLI ??) cards - will be an adventure for me. [23:47] Hi, my new laptop w/ 20.04 on it freezes after it suspends- relevant syslog is at https://paste.ubuntu.com/p/htjQVDyVqY/ if anyone has ideas on a cause [23:48] and part b) I can't figure out how to disable 'suspend' [23:49] Under the 'power' settings, 'automatic suspend' is turned off for 'plugged in' [23:54] is there any obscure fuse plugins that can mount an email account as storage?!?!?! [23:54] just out of curiosity [23:55] did you care to check the available connectors in systemsettings? [23:55] 'online accounts'