[00:29] Hi [00:29] How can I fix this error? The following packages have unmet dependencies: [00:29] unixodbc-dev : Depends: libodbccr2 (= 2.3.9-5) but it is not going to be installed [00:30] ,v unixodbc-dev [00:30] oh, wrong bot [00:31] you're on jammy? [00:31] yes just upgraded yesterday [00:32] I need this function: undefined function mssql_connect [00:32] mssql_connect is not in unixodbc [00:32] (php function) [00:32] right, ok [00:32] i tried php8.1-mssql [00:32] are you using ms sql? why not mysql? [00:32] what does 'apt-get install -f' say? [00:32] i'm trying to migrate to mysql [00:33] i was able to clear the apt broken issue by removing unixodbc-dev [00:33] but still don't know how to get the php function [00:34] (it says nothing: 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.) [00:36] I guess this used to work https://github.com/matriphe/mssql2mysql/#on-centosredhat-based [00:36] (sudo apt-get install php5-mssql php5-mysql) [00:42] frib: https://www.php.net/mssql_connect [00:43] i wonder if odbc_connect will work? [00:45] maybe try #php [00:46] ok thanks [00:47] or #mysql for the migration target [00:48] it is very unlikely that any PHP 5 code will just run on PHP 7 or 8. just saying :) [00:49] mysql workbench seems to have a migration wizard [00:49] May help to start php code editing, like make a 10-15 lines scriptwhich just reads the database and outputs the number of rows in the table or something, to verify the compatibility -- i find such little scripts help with fixing the porblem in the main app :) [01:14] I landed on this https://stackoverflow.com/questions/73872213/08001microsoftodbc-driver-18-for-sql-servertcp-provider-error-code-0x2746 [01:15] ' [01:15] TCP Provider: Error code 0x2746 suggests that the target server does not support TLS 1.2.' [01:18] "Does TLS 1.2 support SQL Server 2005? [01:18] TLS 1.2 support is offered only for SQL Server 2008 and later versions. [01:18] " [01:21] I edited my /etc/ssl/openssl.cnf temporarily to get it to work, but it doesn't. Maybe I need to restart some openssl service? [01:34] I wonder if I could just create an ubuntu vm with an old version that support the php5 / mssql package? [01:36] frib: there are php5 packages avaialble but that is not supported here at all. see https://github.com/oerdnj/deb.sury.org/wiki [01:36] hello, so there is a share on my ubuntu i didnt set up and i see it on my win10. how can i remove it etc/samba doesnt exist, i have only default settings. [01:36] and https://packages.sury.org/php/README.txt [01:37] ok thanks ravage [01:39] Kotw: how did you install ubuntu and what's the share you see? [01:39] and how do you see it? [01:40] tomreyn, from usb install stick, from win10 "My computer" ( Linux - Debian ) [01:40] Kotw: debian? [01:40] that looks like some VM you installed via WSL maybe? [01:42] im a bit confused. WSL what was that ? you can be right maybe it isnt my ubuntu pc [01:42] but i have here no more pc's [01:42] https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux [01:43] ravage ah right how to i check it is WSL ? [01:44] that seems to be offtopic. but you would have installed that yourself [01:44] it does not come preinstalled [01:44] yes [01:45] and if it is directly at "my computer" and not network then it is not a network share [01:45] your right. is it true that there is no Samba by default at my ubuntu distro ? [01:45] yes [01:46] there are no shares on a fresh install [01:46] hmm, then how is windows seeing it? [01:47] i really doubt that there is one [01:47] jim, it is WSL. i forgot about it [01:47] oh ok [01:47] I'm pretty sure WSL has something that shares files with the host [01:47] which I don't think is samba [01:48] pretty sure it's built into their hypervisor [01:48] was just gonna ask [01:48] well wsl doesn't have linux and may not be a VM... wsl2 is a linux vm [01:49] problem solved here i think. carry on :) [01:49] thanks ravage [01:49] jim: wsl and wsl2 are both VM's. wsl2 runs an actual linux kernel but it's still a VM behind a hypervisor === A_Dragon is now known as DemonDerg [01:50] oh ok [01:52] thank also jim for your time [01:53] Kotw, do you wanna try installing ubuntu again? [01:53] jim, no all good. i have no problems left [01:58] good night === keypushe- is now known as keypusher === chris14_ is now known as chris14 [03:37] hallo [03:37] welcome keiichi [03:38] 👋 [03:39] so what we do here [03:39] ? [03:41] keiichi: you joined the Ubuntu support channel, where you can ask the volunteers issues around ubuntu [03:41] see topic? [03:43] whats ubuntu/ [03:43] ? [03:44] keiichi: see ubuntu.com or search google [03:44] you are the 1st one to ask .. thanks. [03:44] is it safe to search up? [03:45] keiichi: we wouldn't tell you to search it if it weren't safe [03:45] i use bing. and ubuntu. [03:46] its just..... [03:46] this isn't my computer [03:47] its my school [03:47] keiichi: why did you join this channel? [03:48] its because im new [03:48] i didn't know what this was [03:50] so thats why [03:50] !ubuntu [03:50] Ubuntu is a complete Linux-based operating system, freely available with both community and professional support. It is developed by a large community and we invite you to participate too! - Also see http://www.ubuntu.com [03:50] !alis [03:50] Alis is an IRC service to help you find channels. For help on using it, see «/msg Alis help list» or ask in #libera - Example usage: «/msg Alis list http» [03:51] nvm it is a safe website [07:15] Why aren't nautilus for different drives grouped together as "same" app in GNOME? === keypushe- is now known as keypusher === keypushe- is now known as keypusher === chao is now known as stenno [09:09] Square: What do you mean? I see them all in one Nautilus view. [09:54] hello [10:03] hallo [10:06] welcome nuts [10:11] do you have solution to solved no audio in ubuntu [10:14] nuts: wich ubuntu release are you on? [10:17] Jammy Jellyfish [10:18] nuts: can you dpaste your 'dmesg' please [10:45] ubuntu is weird [10:45] i'm trying to build patch management for my company's systems, which requires having a state of all packages synced locally so we can be sure nothing changed (ie synchronized on the first of every month, the systems get patched throughout the month). i've tried synchronizing with aptly, but unfortunately that leaves me with about 400GB of data just [10:45] from ubuntu just for a single version, which really isn't needed (since i don't need all the old versions. just the current ones, maybe 1-2 older versions). any ideas / other software that i should try? === guiverc2 is now known as guiverc_deb [13:20] Hi all [14:26] What are the advanteges of signing Canonical Contributor Agreement ? [14:29] hwpplayer1: https://ubuntu.com/legal/contributors/faq [14:29] I was reading that page thanks lotuspsychje [14:49] want some sunday fun? are you into hacking? join the sydbox ctf challenge, test your linux skills and get a chance to earn a reward! https://git.sr.ht/~alip/syd#ctf-howto-sydbx-capture-the-flag-challenge [14:49] alip: spamming is offtopic here [14:50] leftyfb: i am terribly sorry. can you tell me where spamming is on topic? I'll move there. [14:51] no === davide is now known as Guest8158 === jumbo is now known as staticy [16:42] What kernel IS HWE on? [16:45] jailbreak: 6.2.0-36-generic [16:46] toddc: pretty old then. thanks. [16:47] !latest | jailbreak [16:47] jailbreak: Packages in Ubuntu may not be the latest. Ubuntu aims for stability, so "latest" may not be a good idea. Post-release updates are only considered if they are fixes for security vulnerabilities, high impact bug fixes, or unintrusive bug fixes with substantial benefit. See also !backports, !sru, and !ppa. [16:51] toddc: yes, I know. lol === docmax is now known as Guest2141 [17:30] Hi, what is the official way to install a different python version in venv on ubuntu 20.04? Seems like the only things I can see is install a random ppa or use conda not venv? [17:33] Guest20: I don't think there is an official way. [17:34] However, I used pyenv with great results in the past. [17:34] arraybolt3 ok thanks [18:26] I recently upgraded to 23.04 and I am now unable to switch workspaces. Whenever I try to select another workspace I'm immediately taken back to the first workspace. [18:26] Does anyone know what the issue might be? [18:35] used 23.04 for many months... never happened such thing [18:38] Miles8of9: just because it didn't happen to you, doesn't mean everyone is the same... [18:40] i've never said it's not happening to him [18:42] Any suggestions how to troubleshoot this? [18:44] check system logs for any hint...?? [19:03] aknot, can you create a temporary new user, and see if it happens to a new user? [19:04] that would tell you if the problem is system wide, or the user's current settings [19:04] jStefan: good idea [19:14] I did not experience this for the new user. However I should add that I did try killing Firefox to see if that would make a difference, just guessing, and it did not. So I restarted Firefox and kinda spammed ctrl+alt+right a few times and now I can switch to the second workspace. [19:52] hi... i have a package 'lutris' installed from ubuntu repos, 5.12. the developer has an updated .deb lutris-5.14. when i try to `sudo apt install ./lutris_0.5.14_all.deb` it gives me: [19:53] never mind [21:07] when kernel 6.6 will be available for upgrade on 23.10? [21:11] Never [21:12] ice9: as a standard update? Never. [21:12] I though non-LTS can get new kernels [21:12] No === Vercas7 is now known as Vercas === JanC_ is now known as JanC [22:44] ice9: Exactly the opposite actually. LTS releases can get new kernels via the HWE kernel metapackage. [22:44] They're optional though, so you can stay on the original kernel if you want. [23:13] anyone recognize an error here? https://bugs.launchpad.net/bugs/2043338 [23:17] yes. the link does not work. [23:23] NuclearMonster: would you like any help with filing a bug report? [23:26] is ubuntu software down? I am unable to install software. [23:28] JoeBk: "ubuntu software" would be the ubuntu software store, which is an application running on your computer. it retrieves data from snapcraft.io and the apt repositories (mirrors) you have configured. [23:29] availability of some of these backend services may be tracked at https://status.canonical.com/ [23:29] I see a windows that says 'Software catalog is being downloaded' It's been doing that for a few minutes now [23:31] JoeBk: i would suggest running sudo apt update in a terminal emulator then. you may get to see errors (E:) or warnings (W:) there [23:34] JoeBk: i would suggest running sudo apt update in a terminal emulator then. you may get to see errors (E:) or warnings (W:) there === JoeBk_ is now known as JoeBk