=== unixeng66830 is now known as unixeng6683 | ||
=== antonispgs0 is now known as antonispgs | ||
=== mave5 is now known as mave | ||
=== antonispgs8 is now known as antonispgs | ||
msb | hello | 02:27 |
---|---|---|
msb | what's going on here? | 02:31 |
=== Sidewyz1 is now known as Sidewyz | ||
=== router is now known as Guest6420 | ||
=== Guest6420 is now known as PEAKTOP | ||
rkta | When using git as root via sudo, git will use nano as my editor despite having EDITOR=vi exported. Where is this coming from? | 04:35 |
bougyman | it's switching to root's environment and not inheriting the one from your env. | 04:35 |
bougyman | there's ways to make sudo preserve those. See man 6 sudoers | 04:36 |
bougyman | sorry, man 5 sudoers | 04:36 |
bougyman | look for env_keep | 04:36 |
rkta | sudoers has a line #Defaults:%sudo env_keep += "EDITOR" with a comment to respect the choice of the user. This looks right to me. | 04:44 |
=== VlA is now known as V1A | ||
RegularPaste | any recommendations for a hdmi switch? 2 inputs one output. nothing fancy. 1080p. | 05:53 |
knightwise | hmmm... amazon is your friend there | 05:54 |
RegularPaste | yeah, but wanting any experience or brand recommendation if it matters | 05:56 |
knightwise | Neewer | 05:58 |
caralho | probably try arch | 05:58 |
knightwise | The Neewer HDMI switch would work for ya | 05:58 |
knightwise | caralho: some people try arch in the bedroom | 05:58 |
caralho | Eyyy | 05:59 |
RegularPaste | So Neewer then? | 06:00 |
bougyman | Neewer is decent stuff. | 06:16 |
bobdobbs | Can someone help me install wine32 on ubuntu 22.04 please? At the moment if I do 'apt install wine32' then I get this: https://hastebin.com/share/ukalurupit.yaml | 06:33 |
bobdobbs | If I do 'locate libgphoto' I can see I have that library installed | 06:34 |
caralho | wine-stable | 06:51 |
realivanjx | is it possible to install nut 2.8.0 and later on ubuntu 22.04? i see that the later versions only available on 24.04 | 06:54 |
realivanjx | https://packages.ubuntu.com/search?keywords=nut | 06:54 |
caralho | anything is possible with snap | 06:57 |
caralho | The installed package may even work | 06:57 |
realivanjx | i guess i will have to compile manually | 07:07 |
* vlt was about to suggest tools like gcc instead of compiling manually :D | 07:11 | |
bobdobbs | Sorry, I had to jump off for a moment. So if anyone responded to me, I missed it. | 07:12 |
bobdobbs | Basically, I'm trying to install wine32 on ubuntu 22.04. | 07:12 |
bobdobbs | But when I try 'apt-get install wine32' I get this: https://hastebin.com/share/upadipudon.yaml | 07:13 |
vlt | bobdobbs: Where does this package come from in the first place? | 07:13 |
bobdobbs | vlt: which one? The one I'm trying to install, or the deps that I'm missing? | 07:14 |
bobdobbs | vlt: afaict, wine32 is in the default repos | 07:15 |
bobdobbs | I don't know anything about the deps | 07:15 |
=== fakeplayer_ is now known as fakeplayer | ||
vlt | bobdobbs: What does `apt show wine32 | grep APT` tell you about the package? | 07:53 |
simon_ | would you say I can use telegram desktop on ubuntu without being spied on or should I put telegram desktop into a vm? | 07:54 |
simon_ | :d | 07:54 |
=== mrpond7 is now known as mrpond | ||
nteodosio | simon_, telegram-desktop is open source, you should be able to tell it doesn't spy your system — as a snap you can confine it even more just to be sure. Of course what the server does with what you send via Telegram is a separate issue that a VM does not solve. | 08:16 |
=== leazhi1 is now known as leazhi | ||
knightwise | hmmm | 08:53 |
knightwise | question | 08:53 |
knightwise | i've installed owncloud and have linked my home directory to owncloud | 08:54 |
knightwise | i run a yunohost server | 08:54 |
knightwise | when i'm logged into the server and i create a file in my home dir its owned by ME (knightwise) | 08:55 |
knightwise | When i drag a file into owncloud that file is owned by "owncloud" | 08:55 |
knightwise | how do i make sure the files in my home dir are visible and editable to both me and owncloud ? | 08:56 |
roy | Something happened to apparmor and snapd in one of the systems, apparmor service not starting | 08:59 |
roy | Cannot for the life of me find the reason, it's like a snowball when apparmor goes crooked | 08:59 |
roy | It breaks snapd and then broken dependencies with dpkg | 09:00 |
roy | Then docker cannot run any containers | 09:00 |
roy | Absolute nightmare | 09:00 |
sixwheeledbeast | did you try to remove snapd? | 10:02 |
oerheks | why would someone remove snapd? | 10:04 |
oerheks | that does not solve apparmor issues | 10:05 |
weedmic | ubuntu uses quite a bit of snap items - i do not recommend its removal. pls repeat the original posting of issue as I logged in too late | 10:10 |
[twisti] | my (rp4) ubuntu lts 24 is not getting an inet/ipv4 address for eth0, only for wlan. what can i do ? | 10:22 |
[twisti] | anything i google suggests commands that dont exist by default on lts 24, which i assume means that they were deprecated and i shouldnt manually install them, since wlan works fine | 10:23 |
weedmic | did you try assinging it an address manually - i shall give you a command - sudo ip a add 192.168.10.106/24 brd + dev eth0 (return) then type - dhclient -4 eth0 | 10:28 |
oerheks | are you sure it is the old interface naming? | 10:34 |
oerheks | eth0 is so 2015 | 10:34 |
jim | hello... does DreamTonics SynthV (voice singing synthesizer) work with ubuntu? | 10:34 |
oerheks | they give a linux download, so yes? https://dreamtonics.com/en/synthesizerv/ | 10:36 |
weedmic | you can rename them at will - maybe he should list the cards/assignments he has - ip a | 10:39 |
weedmic | use the synaptic manager to see if there is one already designed to work with your version | 10:40 |
[twisti] | oerheks: it shows up as eth0 when doing ip show | 10:43 |
[twisti] | i dont want to assign a fixed ip, and dhclient is not installed | 10:43 |
jim | oerheks, yep, tried with debian, got stuck with a file type issue... could it be that one of dreamtonic's executable file formats are missing in the debian kernel but present on the ubuntu kernel? | 10:50 |
jim | part of their instructions say to "double click on the voice database installer file" | 10:51 |
jim | and running file on that file just says "data" | 10:51 |
oerheks | jim, no clue, ask their support? | 10:53 |
oerheks | there is #ubuntustudio too, but i doubt they support 3rd party packages | 10:53 |
jim | and trying to "execute" that file (./that-file) says words to the effect "can't execute binary file" | 10:53 |
oerheks | and #lau linux audio users | 10:53 |
oerheks | maybe it needs the execute bit set | 10:54 |
jim | great suggestions... I'll look into those | 10:54 |
oerheks | right click, permissions | 10:54 |
jim | oerheks, yep I did the chmod | 10:54 |
jim | and I've been in conversation with their support | 10:55 |
jim | I figured that since thy run on linux, mayb ubuntu is one they run on (perhaps "out of the box") so I'm checking to see if someone has more info. thanks a lot for the pointers, I'll look into that; meanwhile if someone else here would like to reply to me I'll stick around here for awhile, and respond. I am an op on #linux so I can also be found there | 10:58 |
weedmic | if you do not request an ip address and do not assign one - how do you expect to get one? "i dont want to assign a fixed ip, and dhclient is not installed" - very confused @twisti | 10:58 |
jim | weedmic, by static (you know the specific IP and arrange to use it manually), or automatic (usually this is accomplished by a DHCP server somewhere on the net, and your machine would run a DHCP client | 11:00 |
jim | if you don't get an IP at all, maybe that's you not wanting to participate in IP networking? | 11:01 |
jim | I'm not so sure how to interpret your question otherwiase | 11:01 |
jim | (that is, you must have an IP address in order to participate in IP networking) | 11:02 |
Yakov | i have problem with python3-gimp, could not install with sudo apt install python3-gimp, how to debug? | 11:43 |
=== Guest1601 is now known as temp12388 | ||
jim | pastebin the entire output of that command | 11:45 |
Yakov | jim, is your reply meant for me? | 11:46 |
jim | yeah | 11:46 |
jim | (because no information == nothing to go on) | 11:46 |
Yakov | https://justpaste.it/ey55f | 11:47 |
jim | someone who knows ubuntu well should look at that, and possibly ask for more info | 11:48 |
Yakov | 24.04 Noble | 11:48 |
jim | how did you install that? | 11:48 |
Yakov | same Unable to locate package gimp-python | 11:48 |
Yakov | you mean how did I install OS? | 11:49 |
jim | yes | 11:49 |
jim | (for my own curiousity) | 11:49 |
Yakov | Rufus -> ISO -> USB -> install standard drivers | 11:49 |
oerheks | gimp-python nor python3-gimp is in the repositories. | 11:51 |
oerheks | there used to be a package in a PPA, but outdated | 11:52 |
BluesKaj | Hi all | 11:52 |
jim | where (exactly: URL) did you get the rufusable image to write to the USB? | 11:53 |
jim | hi blues | 11:53 |
BluesKaj | hi jim | 11:54 |
oerheks | jim? he is here for a gimp issue | 11:54 |
BluesKaj | hey oerheks | 11:55 |
oerheks | morning BluesKaj | 11:55 |
jim | well I'm asking him where he got the image for my own purposes | 11:55 |
oerheks | likely https://cdimage.ubuntu.com/releases/noble/release/ | 11:56 |
Yakov | oerheks, how to install? | 11:56 |
oerheks | Yakov, there is no gimp-python or python-gimp plugin | 11:57 |
Yakov | oerheks so it is not possible to install it now? | 11:58 |
oerheks | there used to be one, but that was the python2 era | 11:59 |
Yakov | so how to proceed if I need scripting python with gimp | 12:00 |
oerheks | not sure how, as the debian packages might not match, version number. try the #gimp support channel ? | 12:01 |
jim | is there an intel (amd64 arch) install media? I only saw arm, s390, ppc, others) | 12:03 |
oerheks | no. | 12:04 |
oerheks | amd64 serves amd and intel. as amd was the 1st one with 32+64 support on one cpu | 12:04 |
=== Guest1147 is now known as sotaoverride | ||
oerheks | if you find one, let us know 🤪 | 12:05 |
jim | hmm? has ubuntu dropped intel?! | 12:06 |
oerheks | i did not write that. | 12:07 |
oerheks | amd64 serves (both) amd and intel | 12:09 |
simon_ | are there some apps to get a financial overview about the markte | 12:47 |
simon_ | ? | 12:47 |
simon_ | market | 12:48 |
simon_ | marked | 12:48 |
oerheks | https://snapcraft.io/stox with gui, or tty https://snapcraft.io/ticker | 12:49 |
oerheks | tons of others too, some are paid https://slashdot.org/software/trading/linux/ | 12:50 |
=== ashafq_ is now known as ashafq | ||
Yakov | is that true, folks? quote:from my understanding of flatpak... nothing outside the pak can see what's in it... | 13:11 |
=== justache__ is now known as justache | ||
CosmicDJ | Yakov: are you sure you got the direction right? IIRC (most) flatpaks are sandboxed, so they can't see much of what's outside | 13:18 |
ogra_ | you should probably ask that in some flatpack forum/chat ... | 13:19 |
Elliria | You know how a conf file can have parameters like wrap-mode, family, indent, foreground, etc. in it? Is there a list of all possible parameters for conf files? | 13:19 |
ogra_ | (ubuntu does not support flatpak, so this is kind of offtopic here) | 13:19 |
oerheks | snaps have settings, not sure flatpak installs something simular | 13:23 |
leftyfb | Elliria: "conf" files aren't universal. Each application has their own with their own settings and restrictions. It's best to read the documentation for the application you're referring to | 13:24 |
Elliria | Ah, thanks. | 13:25 |
simon_ | oerheks: can I install yahoo finance? XD | 13:32 |
Yakov | they have yaml, but I cant find it yet | 13:32 |
leftyfb | simon_: it's a website. Go to the website | 13:32 |
simon_ | what is a yaml? | 13:33 |
simon_ | leftyfb: I really do not like uncompfortable websites | 13:33 |
leftyfb | simon_: ok, good luck | 13:33 |
Elliria | It's a markup language. | 13:34 |
Elliria | https://yaml.org/ | 13:35 |
simon_ | unity-scope-yahoostock/noble this one ? Elliria | 13:36 |
leftyfb | simon_: not unless you're running the Unity flavor of ubuntu | 13:37 |
leftyfb | simon_: yahoo.com is not an "unformfortable" website | 13:37 |
leftyfb | "uncomfortable"* | 13:38 |
simon_ | I find firefox is an uncompfortable place | 13:38 |
leftyfb | :/ | 13:38 |
simon_ | I think you understand why | 13:38 |
simon_ | xd | 13:38 |
leftyfb | not at all | 13:39 |
leftyfb | it's a web browser | 13:39 |
Elliria | I've got a Zim config file and was looking for additional parameters. It turns out they're listed in the Zim documentation. That's what I get for not reading the docs. | 13:39 |
leftyfb | simon_: if you don't like firefox, use chrome or chromium | 13:39 |
leftyfb | though I find it highly unlikely you've got this far without using any sort of web browser | 13:40 |
simon_ | how to know whether I run unite flavour of ubuntu | 13:42 |
leftyfb | you aren't | 13:42 |
simon_ | why does my mouse look different when I switch to the konversation app? :D | 13:46 |
simon_ | sad that there is no good app for stonks | 13:47 |
Elliria | Interesting. Mine doesn't. | 13:47 |
simon_ | it is not looking white? | 13:47 |
leftyfb | simon_: probably because you have konversation, which is a KDE application, installed on top of gnome | 13:48 |
simon_ | yes | 13:48 |
webchat91 | How to solve acpi errors in Ubuntu | 13:51 |
leftyfb | !paste | webchat91 please post your errors to pastebin | 13:52 |
ubottu | webchat91 please post your errors to pastebin: For posting multi-line texts into the channel, please use https://bpa.st | To post !screenshots use https://imgur.com | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. | 13:52 |
oerheks | step 1; check for a bios update | 13:52 |
Sai14 | hello | 13:54 |
Sai14 | I have selfhosted the nextcloud using IP address and used docker to deploy it and i have deployed in ubuntu . The url is getting http request and says not secure and since i have to use it only for local and i dont want to use https and instead make it secure and please can anyone help me | 13:54 |
leftyfb | Sai14: help you with what exactly? | 13:55 |
Sai14 | how to make it secure | 13:55 |
leftyfb | you said you don't want to use https | 13:55 |
oerheks | the only valid way to make it secure is to make it https | 13:55 |
Sai14 | got it if i use https is it possible to make the server only to local | 13:56 |
leftyfb | Sai14: if you haven't done any port forwarding for it or reverse proxy, then it is only local | 13:57 |
webchat91 | Bios are my updated now what to do | 13:57 |
webchat91 | To fix acpi errors | 13:57 |
leftyfb | webchat91: you have yet to pastebin any errors | 13:58 |
Sai14 | is it possible to deploy nextcloud with https and can anyone help me with the process on ubuntu | 14:00 |
leftyfb | Sai14: https://help.nextcloud.com/t/enable-https-on-nextcloud/164813 | 14:01 |
leftyfb | Sai14: https://help.nextcloud.com/t/how-to-enable-custom-ssl-https-on-nextcloud-non-snap-on-ubuntu-22-04/171408 | 14:01 |
leftyfb | Sai14: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-nextcloud-on-ubuntu-22-04 | 14:02 |
hermano | Adding this line in visudo: | 14:41 |
hermano | gitlab-runner ALL=(ALL) NOPASSWD:/usr/bin/docker-compose up --build --detach | 14:41 |
hermano | ...but when running that command (specified in visudo) from terminal is still get asked about sudo pwd. | 14:42 |
leftyfb | hermano: are you logged in as gitlab-runner ? | 14:42 |
hermano | I tested with another user, same command, then it works. Only difference is that gitlab-runner has a dash in its name. | 14:43 |
leftyfb | that's unlikely the issue | 14:43 |
hermano | leftyfb, I am logged in as gitlab-runner when executing the command. Adjusting the visudo I have tested both as sudo for gitlab-runner and as root. | 14:43 |
leftyfb | does gitlab-runner have a shell? | 14:43 |
leftyfb | "as root" doesn't test anything | 14:43 |
hermano | leftyfb, The gitlab-runner is created and registered with "shell executor". | 14:44 |
leftyfb | I have no idea what "shell executor" is | 14:44 |
hermano | leftyfb, when registering a gitlab-runner one can choose different "executors". | 14:44 |
hermano | leftyfb, I guess you mean the user gitlab-runner if it has a shell. I can do "sudo su - gitlab-runner" on the server in a terminal. | 14:45 |
leftyfb | sudo grep gitlab-runner /etc/passwd | 14:46 |
hermano | leftyfb, doing a "echo $SHELL" it says "/bin/bash" for user gitlab-runner. | 14:46 |
hermano | leftyfb, Answer for that command: | 14:47 |
hermano | leftyfb, gitlab-runner:x:1003:1004:User for gitlab-runner:/home/gitlab-runner:/bin/bash | 14:47 |
simon_ | can I run android apps on linux | 14:52 |
simon_ | xd | 14:52 |
oerheks | simon_, no. but there are tools like android studio and anbox and such | 14:55 |
hermano | leftyfb, this works: gitlab-runner ALL=NOPASSWD:/usr/bin/docker-compose up --build --detach | 14:55 |
hermano | leftyfb, sligthly different from the first text string i tested to add in visudo. | 14:56 |
hermano | leftyfb, I also removed gitlab-runners group membership to sudo, to reduce that gitlab-runner can only use sudo command as defined in visudo. | 14:58 |
hermano | leftyfb, works fine. | 14:58 |
hermano | leftyfb, Thanks for ideas and input. | 14:58 |
=== root is now known as Guest5800 | ||
simon_ | are cookies bad | 15:47 |
simon_ | ? | 15:48 |
simon_ | how to stop cookies affecting my system? | 15:48 |
simon_ | xd | 15:48 |
leftyfb | simon_: https://en.wikipedia.org/wiki/HTTP_cookie | 15:48 |
nteodosio | You seem to be just asking random questions... | 15:49 |
oerheks | yeah, questions with xd .. | 15:50 |
simon_ | should I only visit a cookie website from a virtual machine?P | 15:51 |
leftyfb | simon_: please stop | 15:52 |
simon_ | whats wrong | 15:52 |
simon_ | ? | 15:52 |
leftyfb | simon_: this is an ubuntu support channel. Not internet/computer support | 15:53 |
leftyfb | simon_: I gave you a link that describes http cookies. Read it. If you have more questions about cookies, try #security | 15:53 |
simon_ | leftyfb: is there a browser which is his own sandbox? | 15:54 |
leftyfb | simon_: snap is a sandboxed environment. Firefox is a snap by default on ubuntu. You are good to go | 15:55 |
elias1 | fun fact: you can do a lot of daily things on linux without a GUI | 15:55 |
elias1 | *normal stuff | 15:56 |
leftyfb | you can also travel with just your feet, but I wouldn't recommend it | 15:56 |
elias1 | lol | 15:56 |
elias1 | i walked 7 km a few months ago | 15:57 |
elias1 | painful | 15:57 |
oerheks | using a desktop without mouse is also fun | 15:57 |
elias1 | to @oerheks: yes | 15:58 |
elias1 | to @oerheks: i did that yesterday, it was good. | 15:58 |
elias1 | how do i change the tail color of the Microsoft Pro Intellimouse, on linux? | 16:00 |
elias1 | it's blue, i can't change it back to red. i need windows to do that. | 16:01 |
elias1 | ok nevermind | 16:03 |
simon_ | interwebs is dangerous place | 16:04 |
weedmic | that's pretty specific - should be searchable. i had an item that required windows to set it, but then it would work on linux. in the end, i added a vm just for that purpose. | 16:04 |
elias1 | w | 16:04 |
elias1 | what | 16:04 |
elias1 | CAN YOU DO THAT ON A WM????????? WOW | 16:05 |
elias1 | *VM | 16:05 |
elias1 | i didn't know vm:s could interact with physical hardware | 16:05 |
elias1 | wow | 16:06 |
elias1 | bye | 16:06 |
realivanjx | should i be concerned about this kind of log? | 16:51 |
realivanjx | usb 1-7: usbfs: USBDEVFS_CONTROL failed cmd usbhid-ups rqt 161 rq 1 len 2 ret -110 | 16:51 |
realivanjx | popping up about every few minutes | 16:52 |
rodgerzk | i set up account, followed link to confirm email adress, Captcha, hit yes im sure....error captcha required! tried every way i could think of....i cant load me device now as it wants an email address your site wont let me verrify! | 16:54 |
leftyfb | rodgerzk: sorry, which site are you referring to? | 16:54 |
rodgerzk | https://login.staging.ubuntu.com | 16:55 |
leftyfb | staging? | 16:56 |
rodgerzk | yes cand do anything until i verify email...it wont let me! | 16:56 |
leftyfb | rodgerzk: why are you using staging? | 16:57 |
leftyfb | rodgerzk: https://login.ubuntu.com/+login | 16:58 |
rodgerzk | following email verification email | 16:58 |
rodgerzk | wont let me in until my email is verified | 16:58 |
leftyfb | rodgerzk: https://help.ubuntu.com/community/SSO/FAQs | 16:59 |
rodgerzk | bout to give up entirely on ubuntu.....massive PITA already | 16:59 |
leftyfb | rodgerzk: you do not need an ubuntu.com account to use ubuntu on a computer | 17:00 |
rodgerzk | none of those address this issue | 17:00 |
leftyfb | rodgerzk: lets start with why you are signing up for an ubuntu.com account to begin with? | 17:01 |
rodgerzk | i want to use ubuntu on raspberry pi, start up config says i need an account | 17:02 |
leftyfb | you don't | 17:02 |
oerheks | only for core on Pi you need a SSO account | 17:04 |
oerheks | https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-pi#1-overview | 17:04 |
oerheks | server first, then desktop | 17:04 |
leftyfb | rodgerzk: did you download ubuntu core by accident? | 17:04 |
rodgerzk | looks like it | 17:04 |
leftyfb | oerheks: there's a desktop image for the pi. No need to flash server and then install desktop | 17:05 |
leftyfb | rodgerzk: https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04-preinstalled-desktop-arm64+raspi.img.xz | 17:05 |
leftyfb | rodgerzk: https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04-preinstalled-desktop-arm64+raspi.img.xz | 17:07 |
rodgerzk | ok cool, downloading, ill give it a go, thanks for the help Sir | 17:08 |
ghavil | In AWS, I'm seeing that the latest 22.04 LTS AMI (ami-00020716a041292ac) is coming up with 'ImdsSupport' set to v2.0 which prevents using v1. Is this an expected change? It's causing some of our old applications that need v1 to fail. | 17:21 |
leftyfb | ghavil: sounds like a question for Amazon AWS | 17:22 |
leftyfb | or Canonical | 17:22 |
ghavil | Hmm, this should be set when the AMI's are built, I think that's part of the cloud-image build process on the canonical side | 17:22 |
zakaria | Hello people, encountered an issue after restarting the installation process for windows 10 ltsc 32bit on kvm virt-manager on Ubuntu 24.04 LTS. The error message displayed is: Windows Setup could not configure Windows to run on this computer's hardware. | 20:21 |
zakaria | Same issue with gnome boxes | 20:21 |
pragmaticenigma | zakaria, This is probably a limitation of the Windows 10 LTSC 32 bit OS release. If I had to guess, Microsoft probably made sure that the 32-bit version of Windows 10 & 11 only runs on 32-bit CPUs | 20:28 |
pragmaticenigma | zakaria, there really isn't anything anyone here can do about your issue, as it is a Microsoft Windows issue, not a virt-manager or gnome boxes issue. Those appear to be working, it is the guest OS that is failing to run based on its own internal system checks. | 20:29 |
sixwheeledbeast | probably not the best channel to ask that. more qemu question. I'd guess you need some 32bit arch dependencies installing I don't recall any in there as default. | 20:29 |
oerheks | enterprise windows.. | 20:30 |
zakaria | I have used Windows 7 starter edition 32bit It worked without any issue | 20:42 |
pragmaticenigma | zakaria, its not an issue with your virtualization... Windows itself is failing compatibility check of its own definition. There is nothing anyone here will beable to help you with. You explination shows that the system boots, but Windows itself has determined it is unable to run. That's a Windows problem. Not a virtual machine problem. | 20:44 |
zakaria | Alright glad to hear that, I was afraid its from my Ubuntu or my hardware. Thanks for your time <3 | 20:46 |
oerheks | maybe a license issue https://answers.microsoft.com/en-us/windows/forum/all/windows-setup-could-not-configure-windows-to-run/9e2c46a9-39a3-4214-8d0e-d4f2b9488b08 | 20:47 |
zakaria | Nope it's not about license, when I bootup I have installed windows 10 on the vdisk after reboot It can't complete its configuration process and setup its services | 20:49 |
oerheks | good luck | 20:54 |
=== linux is now known as Guest439 | ||
=== linux is now known as Guest7267 | ||
=== fling_ is now known as fling | ||
bobdobbs | vlt: are you around? | 22:34 |
bobdobbs | vlt: if so: sorry, I had to go away from terminal last night | 22:34 |
vlt | bobdobbs: o/ | 22:35 |
caralho | Ubuntu took them from us during the night. | 22:35 |
bobdobbs | :D | 22:35 |
caralho | This is an AI vlt replacement trained on their irc content. | 22:35 |
bobdobbs | lol | 22:35 |
bobdobbs | vlt: so yeah, yesterday you were helping deal with my wine32 installation woes | 22:36 |
vlt | bobdobbs: Glad I could help by simply pointing to `apt show` :D | 22:36 |
bobdobbs | well, that's more troubleshooting than I know about apt | 22:37 |
bobdobbs | When hitting package management issues, my policy used to be to reinstally my os completely | 22:37 |
bobdobbs | I've never managed to understand how package management works | 22:38 |
bobdobbs | anyway, apt-show show me this: 'APT-Sources: http://nz.archive.ubuntu.com/ubuntu jammy/universe i386 Packages' | 22:38 |
bobdobbs | So I guess that that is showing me a customised source for wine32? | 22:39 |
vlt | bobdobbs: No, that looks fine to me, I just realised that you’re running an i386 system; on my amd64 machine, I couldn’t find a pkg wine32. | 22:44 |
bobdobbs | vlt: I'm in territory that I don't know about. I believe that there are two packages: wine32 and wine64. I have wine64 installed. | 22:45 |
vlt | bobdobbs: Can you show /etc/apt/sources.list and files in /etc/apt/sources.list.d/, if any? | 22:48 |
bobdobbs | cat /etc/apt/sources.list: https://hastebin.com/share/owabaqapik.shell | 22:50 |
bobdobbs | dammit - hastebin won't let me use it anymore | 22:51 |
bobdobbs | directory listing of /etc/apt/sources.list.d: https://pastebin.ubuntu.com/p/YdrQkchDZ2/ | 22:52 |
=== fling_ is now known as fling | ||
=== gry_ is now known as gry | ||
=== scott is now known as Guest7960 | ||
vlt | bobdobbs: There’s a lot going on in sources.list.d/ that *could* cause dependency problems. | 23:11 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!