/srv/irclogs.ubuntu.com/2024/11/21/#ubuntu.txt

=== Sidewyz1 is now known as Sidewyz
jjakobhmm, a problem after release upgrading 22.04 to 24.04, ssh.service isn't starting, says "ssh.socket: Failed to create listening socket (192.0.2.2:22): Address already in use"00:51
jjakobwhen ss -tulpn or lsof :22 show no results00:51
jjakoblsof -i :2200:52
leftyfbjjakob: https://discourse.ubuntu.com/t/sshd-now-uses-socket-based-activation-ubuntu-22-10-and-later/3018900:53
jjakobfound the issue, /run/systemd/generator/ssh.socket.d/addresses.conf created by sshd-socket-generator had two conflicting ListenStream definitions, it pulled the "ListenAddress 192.0.2.2; ListenAddress ::" from my sshd_config.d/listenaddress.conf and wrongly converted them to ListenStream00:58
jjakobmy old config was listening on just one v4 address but all v6 addresses00:58
sarnoldthat seems like it's worth a bug report :) would you mind?00:59
sarnoldubuntu-bug openssh-server will probably do the thing00:59
jjakobwill do, I already checked lp and doesn't seem like it's been reported yet01:01
jjakobhmm, after disabling ssh.socket and enabling/starting ssh.service, it's listening on *:22, seems like my config wasn't doing what I wanted it to01:06
SiamasterHi, my backup disk is not mountable, please help :'(01:34
SiamasterI have dual boot, so when I was restarting windows it sounded like it hanged, and now when I log in to ubuntu I can see my 4tb disk in "Disks" but it says disk ok, one bad sector01:35
Siamasterand it's not in Files to be mounted as usual01:35
leftyfbSiamaster: what is the filesystem?01:36
Siamasterthe linux one I think, but i'm not sure01:36
Siamasterit's not ntfs01:36
SiamasterHow can I find out?01:36
leftyfbso what does restarting Windows have to do with it?01:36
SiamasterIt was first now this problem came01:37
leftyfbSiamaster: you didn't have the drive mounted in Windows right?01:37
Siamasterno01:37
SiamasterIn disks, it says unkown partition01:37
Siamasterthe disk was almost full01:38
leftyfbthat's not good01:38
Siamasteroh cmon don't be like that01:38
Siamasterany ideas?01:38
leftyfbnot with "unknown partition"01:39
leftyfbthat's hours of potentially fruitless work01:39
Siamasterwhat was the name of that program test something?01:39
leftyfbtestdisk01:39
Siamasterty01:40
Siamasteris there no tool to run that may repair this?01:43
sarnoldoh dang, I'd never heard of testdisk before, it sounds cool01:43
leftyfbSiamaster: I don't see how a GUI would help in this situation01:44
Siamasterhmm, okay, doesn't need to be gui?01:44
leftyfbno01:45
leftyfbSiamaster: mind you, testdisk isn't a silver bullet for failed drives01:45
leftyfbit's a last ditch effort01:45
SiamasterI know, but I had some luck with it once01:45
SiamasterBut how else can I recover data?01:46
Siamasterthere should be a way01:46
leftyfbthere should be a way to do what? Recover files from a failed drive?01:47
Siamasteryes? testdrive is able to tell how much was allocated , 3760gb of 4000 which is correct01:47
Siamasterlefyfb don't ditch me at this state, I'm having a heart attack01:53
=== powersurge3604 is now known as powersurge360
=== lucenera9 is now known as lucenera
Siamastero my god I can't find the partition!!02:14
Siamasterplz someone say something hopeful!!02:14
SiamasterWhy does a partition suddenly become corrupt?02:15
=== ryuu5 is now known as ryuu
Siamasterhelllo? :) :'(02:27
SiamasterI'm out of ideas, how can a partition suddenly become corrupt?02:27
SiamasterI sweat it was Windows doing this even if it wasn't mounted there02:28
Siamasterswear*02:28
SiamasterBut as long as testdisk recognizes size there should be hope right?02:28
Siamasterdo you think any professionals can do this? or am I'm out of options?02:28
sarnoldSiamaster: drives die, unclean shutdowns or missing ejects can corrupt them, etc02:28
Siamasterand there is no hope for recoverY?02:29
sarnoldSiamaster: if it were me, I'd make a clone of the drive with dd and do all my work on a copy of that clone02:29
sarnoldit depends on what broke02:29
sarnoldcertainly there are professional data recovery firms02:29
SiamasterI do have another 8tb disk02:30
Siamasterbut it contains part of the backup02:30
SiamasterI should buy a new disk and dd to that02:30
Siamasterbut will I be able to browse it ?02:31
sarnoldit depends how busted it is02:31
SiamasterHow do I know how busted it is? how can I get more info? the disk is recognized, but the partition is not02:32
Siamasterthe size of the partition is recognized in testdisk02:32
Siamasterit says "disk ok, one bad sector"02:32
sarnoldi've never used testdisk but if it's right that's very encouraging02:33
Siamasterwhat else can I do right now?02:34
Siamasterto get info02:34
sarnoldif it were my problem, I'd run dmesg -w in one terminal while running dd if=/dev/whatever of=/dev/null  and see if there's any errors printed while reading the whole drive02:35
sarnoldwhile that's going on, I'd be buying big enough hard drives to store a few copies of it02:36
Siamasterdd if=/dev/whatever of=/dev/null  is that safe to run?02:37
sarnoldif you type it exactly correctly02:37
sarnoldif you make a mistake it is very unforgiving02:38
Siamasterthe disk is recognized as sdb  when I run lsblk but there's no partitions02:38
Siamasterso what do I run exactly? what's the dd command?02:38
sarnolddd if=/dev/sdb of=/dev/null02:39
SiamasterI'm already seeing some errors: [  708.102367] I/O error, dev sdb, sector 0 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 002:39
Siamaster[  708.102377] Buffer I/O error on dev sdb, logical block 0, async page read02:39
sarnolddd moves data from the 'input file' to the 'output file'02:39
sarnoldoh that's no good02:39
Siamasterdon't say just like that and not anything more..02:40
Siamasteris it not recovarable?02:40
sarnolddd also gives up on the first sign of trouble, so you need a different tool to make your clone ..02:41
sarnoldso I'm trying to find the thing I've used in the past02:41
tr0ncan anybody read this?02:41
Siamasterok thanks <302:41
sarnoldtr0n: pong02:41
tr0nif so, woohoo!02:41
enigma9o7clonezilla?02:41
tr0n\o/ I finally got static IPs working for the first time in years.02:41
enigma9o7tr0n: i dunno, what is it supposed to say?02:41
Siamasterbtw, I didn't run the dd command to get that error02:42
Siamasterit was already there02:42
tr0nI'm a very technically inclined person, but not very technically proficient.02:42
enigma9o7where?02:42
sarnoldenigma9o7: does clonezilla have some guardrails to take the sharp edges away from dd?02:43
tr0nbbl, thx   o/02:43
enigma9o7If I recall correctly, it was fairly intuitive GUI, but it's been years, so I can't really answer definitively.  I was just guessing that may have been what you used in the past.02:45
enigma9o7I think the clonezilla iso launched other tools that may already be in ubuntu, but by booting the iso you make sure nothing is mounted already, which may not be as relevant in this case.02:46
sarnoldenigma9o7: oh, heh :) I used ddrescue, from kurt garloff. it's no longer pcakaged for debian / ubuntu ;( but there's a gnu version packaged as 'gddrescue' that'd probably do the same thing02:47
Siamastersarnold so the disk is failing right? but the partition should still be there02:55
Siamasterand if I dd it to a new disk, I should be able to browse it right?02:56
leftyfbno02:56
Siamasteris the data gone?02:57
sarnoldSiamaster: it depends how many more of those i/o errors you get when you read the entire drive02:57
Siamasterleftyfb: you are being very insensitive today02:57
sarnoldSiamaster: if you've got one unreadable sector you're probably in good shape to recover it via gddrescue or maybe clonezilla02:57
sarnoldSiamaster: if you've got millions of those, then you're going to have to engage the services of a professional data recovery service02:58
Siamasterin disks it says "one bad sector"02:58
Siamastersays disk is ok, one bad sector02:58
sarnoldI wouldn't trust that02:58
sarnoldit probably skims the logs and found the same thing02:58
Siamasterhow can I know ?02:59
sarnoldbut if that one dead sector contained the filesystem metadata, and that kept you from reading the filesystem, you haven't even tried to read the rest of the disk02:59
sarnoldwhich is why I suggested the dd command half an hour ago02:59
sarnoldto try to read the whole disk and find out how bad it is02:59
sarnolddid you run that command?02:59
Siamasterbut I don't have have another disk, is that okay?02:59
sarnoldhopefully you bought another disk or two while that command was running03:00
Siamasterit's just output dd right? I'm not going to ruine anything03:00
leftyfbSiamaster: do you have another copy of the data on this disk?03:00
Siamasterno, it's just one03:00
SiamasterIt's 4 tb data backup data. My current disk is just 240gb03:01
SiamasterI have another 8tb backup data whichi s not attached03:01
leftyfb1 copy of data is not considered a backup03:01
Siamasteryou're right03:01
leftyfbit's a single point of failure with 0 backup03:02
Siamasteryes, I'm getting screwed..03:02
Siamastersarnold: should I run that command or not, I don't understand03:02
SiamasterI'm thinking it's dd, I don't want it to move data or something03:03
SiamasterI just want to read data to see how many sectors are bad so I can sleep in peace and buy a new disk tomorrow03:03
sarnoldSiamaster: the command I gave you a while ago was just to read the whole drive and do nothing with the data03:04
sarnoldSiamaster: (well, it was going to write it to /dev/null, but writes to that device just throw away those writes.)03:04
Siamasterok good, I will run it now03:04
leftyfbmind you, which does put more strain on the drive03:04
leftyfblessening the chances of recovering data03:04
Siamasterleftyfb what do you suggest?03:04
SiamasterI unplug it now and leave it for pros?03:05
leftyfbSiamaster: if you want to spend hours/days recovering the data, then I would suggest getting a new drive that is larger than the broken one and use dd to create an image of the broken one onto a file on the new drive and perform forensics on that03:05
leftyfbif you're going to run dd once, make it count (write it to a new file)03:05
Siamasterok03:06
Siamastershould I unplug the thing now?03:06
leftyfbwhile you are creating the image file using dd, watch dmesh as sarnold suggested to get a better idea of how fubar'd the drive really us03:06
Siamasterlol ok03:07
leftyfbyes, until you are ready to create an image of it03:07
Siamasterokk... thanks a lot!03:07
leftyfbbtw, use dd_rescue, not dd03:07
SiamasterI will unplug now, and when I've bought a new disk I will be looking for you03:07
Siamaster<303:07
Siamasterty03:07
leftyfbSiamaster: just ask in here or in #linux03:07
leftyfbit doesn't have to me directly03:07
SiamasterI remember your nickname since ages, so I'm trusting you :P but yes03:08
Siamasterty, c ya03:08
deedayJó reggelt06:06
SimplarGreetings! I've got Ubuntu 24.04 on MacBook Pro (Late 2011). I've noticed that the right mouse button on the touchpad doesn't work. What should I do to make that touchpad work properly?08:12
SimplarThe whole surface of the touchpad is treated by the system as left mouse button08:12
RTG89hi08:20
RTG89having a bit of a kernel panic problem here08:21
RTG89hope im in the way to fixing it08:22
tercalapt update reports: 2 packages can be upgraded. Run 'apt list --upgradable' to see them. And after apt list --upgradable, I have: python3-software-properties/noble-updates,noble-updates 0.99.49.1 all [upgradable from: 0.99.48]08:23
tercaland: software-properties-common/noble-updates,noble-updates 0.99.49.1 all [upgradable from: 0.99.48]08:23
tercalhowever when I try "apt upgrade", it says: The following upgrades have been deferred due to phasing: python3-software-properties software-properties-common and doesn't update it. Any idea what's going on?08:23
pborrullHello08:26
=== alucardromero8 is now known as alucardromero
mgedminwhy is my gnome-shell constantly eating 20% of cpu?08:57
mgedminI have three windows (two browsers and a terminal), and there are no animations ongoing08:58
mgedminI'm not smart enough to figure out sysprof, but g_settings_get_enum() figures prominently in the largest stack trace09:07
=== iwannaberoot10 is now known as iwannaberoot1
=== LanDi1 is now known as LanDi
geirhatercal: https://ubuntu.com/server/docs/about-apt-upgrade-and-phased-updates11:49
Wisniahi11:55
tercalthank you geirha11:59
=== gschanuel663 is now known as gschanuel66
BluesKajHi all12:32
=== LanDi1 is now known as LanDi
mgedminis there a music player that I will not hate?12:40
mgedminamberol is kind of nice, but it requires valid metadata in id3 tags, and my old mp3 collection was not well-curated12:40
mgedminalso, it doesn't remember where my music is, and since I don't remember it either, we have a problem12:41
sprokkelmgedmin: audacious or wine winamp?12:41
mgedminwasn't audacious a sound editor?12:42
sprokkelno that is audacity12:42
marchebohelo12:43
* mgedmin is trying rhythmbox again12:44
* mgedmin is not impressed with the user interface, but at least it found the music... somehwere12:44
kemneqq12:44
marchebolol12:44
kemnexd12:44
nevmerdeyo12:44
marcheboshut up12:44
kemnenaruto12:44
kemne(((12:45
nevmerdeheyyy12:45
kemnebyyyee12:45
nevmerdeshow me your12:45
kemneWHAT?!??!!?12:45
nevmerdebutthole12:45
kemneno.12:45
kemneim shy12:45
nevmerdeit hurts only when it is first time12:45
kemnereally?12:46
marcheboi am calling the police12:46
kemnesuck?12:46
nevmerdeyes12:46
nevmerdewe tested it12:46
nevmerdewith my dog12:46
mgedminlol I made rhythmbox segfault in 5 minutes12:51
Guest52https://drive.google.com/file/d/1pTM79eczEHCigldLQSIlOpBTju-gQOlV/view?usp=sharing12:56
Guest52is it normal that when the operating system starts it gives me the reduced desktop with the arrows on the sides and the search bar as seen in the screenshot?12:56
Guest52Previously, using ubuntu it opened directly the enlarged desktop. Was this a choice made for the new version of ubuntu?12:56
mgedminthat's the Overview13:01
mgedminin a vanilla gnome session there's no dock on the left so on startup you get an empty desktop, and overview is automatically triggered so you can launch apps13:01
mgedmin(in vanilla gnome the dock is on the bottom and is only visible when you enter the overview -- by pressing Super aka the Windows key, or by triggering a hot corner on the top-left with the mouse)13:02
mgedminin an ubuntu session you have the dock and overview should not be automatically triggered on startup13:02
mgedminyou seem to be running in some kind of hybrid mode13:02
Guest52mgedmin i don't know what is vanilla gnome and some other things u told about, i just remember that previously when Ubuntu was starting, i just have desktop already enlarged. Is it an error?13:13
Guest52what do u mean for "Hybrid mode"?13:13
mgedminI mean your described behavior doesn't match either a gnome session or a ubuntu session13:15
mgedminbut it feels like a mix of both13:15
mgedminin the login screen there's a little gear icon on the bottom right, iirc, where you can choose a session type13:15
mgedminby default only ubuntu sessions are installed and your choices are ubuntu on Wayland vs ubuntu on Xorg13:16
mgedmin(whichever of those two is the default gets renamed to just Ubuntu)13:16
mgedminI don't know exactly how ubuntu sessions disable the bit a gnome session enters the overview automatically right after login13:17
mgedminbut it feels like that part is not working on your machine?13:17
Guest52mgedmin i don't know if it's work or not, i don't even know the differences between gnome session and ubuntu session you talked about here """""I mean your described behavior doesn't match either a gnome session or a ubuntu session"""""13:21
ELFrederichI got my first Mac which defaults to zsh.  I figured I should switch to using zsh on Ubuntu as well.  One thing I'm missing now is that command-not-found doens't seem to work with zsh on Ubuntu.  Is command-not-found only meant for bash?13:28
kuka_lieELFrederich: sudo apt install zsh13:32
mgedminELFrederich: the command-not-found package ships a /etc/zsh_command_not_found, which makes me think it should work13:35
ELFrederichmgedmin, thanks... in the mean time, I found that the oh-my-zsh customization has a command-not-found plugin to use13:35
ELFrederichlooks like bash has a command_not_found_handle while zsh has a command_not_found_handler13:35
ELFrederichI should be all set up now.  Every once in a while there's some command that comes as part of a package and you forget the name of the package.13:39
ELFrederichfor some reason I use tkdiff (because it's what I've been using for over 20 years when I was on SunOS and Solaris.  So I remember that tkdiff comes with the tkcvs package.  But I NEVER remember the package that gives you the dig command ;-) (bind9-dnsutils)13:41
mgedminwhoa, I had no idea13:42
* mgedmin is a find of bind9-host13:42
mgedmins/find/fan/13:42
ELFrederichwhat does that do?13:42
leftyfbit's just the "host" command13:44
ELFrederichcool, just checked it out.  Looks easier on the eyes than dig13:45
leftyfbit is if you just want a quick A record lookup. It doesn't do much more than that though. That's what dig is for13:46
mgedminhost -t any example.com ip.of.my.dns13:47
=== mytmpusername is now known as JanKoppenhagende
=== JanKoppenhagende is now known as JanKoppenhagen_d
mgedminwhereas I could never understand nor remember dig's query syntax13:47
ELFrederichwhile we're on that topic, is there something that gives you the whois info for domains?13:50
leftyfbELFrederich: whois domain.com13:50
mgedminah, right, gnome-software can't launch any apps (it crashes instead)13:51
ELFrederichwhois must be blocked for me at work13:51
BluesKajtry whois on the server page13:55
mgedmingnome-music feels pretty nice (other than being a DoS attack on my poor laptop's CPU)13:55
=== Shine is now known as Guest8600
mgedminI like gnome-music, despite its lack of the most important feature of them all: stop after the end of the currently playing song14:05
Guest47Hello14:07
Guest47Folks, what is ufw doing, because I think it is doing nothing. I never thought I had a firewall until my coworker told me there is ufw that sometimes messes with connections.14:08
leftyfbGuest47: it does nothing by default. No rules14:09
Guest47Really nothing?14:10
leftyfbGuest47: really, nothing14:10
Guest47Well then, is this safe to remove?14:10
leftyfbyes14:11
oerheksno need to remove, you better install Gufw, the frontend to activate it14:11
oerheks!info gufw14:11
ubottugufw (24.04.0-2, noble): graphical user interface for ufw. In component universe, is optional. Built by gui-ufw. Size 923 kB / 3,660 kB14:11
JanCdepends on if it's enabled or not, I think the default when enabled is to block everything?14:11
JanC(it's not enabled by default, but)14:11
sprokkelby default ufw set the policy for input to drop.14:11
leftyfbsprokkel: by default, ufw has no rules14:12
sprokkelDefault: deny (incoming), allow (outgoing), deny (routed)14:12
leftyfbsprokkel: by default, ufw has no rules14:12
oerheks+114:13
leftyfbsprokkel: https://ubuntu.com/server/docs/firewalls14:13
mgedminby default ufw is disabled; if you sudo ufw enable without configuring any rules, then its default policies start taking effect14:13
sprokkelno rules, but the policy is changed no?14:13
leftyfb"ufw by default is initially disabled"14:13
leftyfbsprokkel: no rules = no policies to be concerned about14:13
Guest47ok folks. Thank you very much.14:14
=== LanDi2 is now known as LanDi
=== LanDi1 is now known as LanDi
sprokkelfound this: On a Linux system, setting the default policy for the INPUT chain in iptables to DROP means that any incoming network packet that does not explicitly match a rule in the chain will be dropped (discarded without response).14:41
sprokkelso it does make a diff14:41
leftyfbsprokkel: ubuntu does not have any firewall rules in place by default. Plain and simple14:44
JanCsprokkel: if you enable ufw, yes, but by default it's disabled14:44
=== JoelJoel is now known as Joel
sprokkelwith ufw enabled i mean.14:45
JanCyes, when you enable ufw it will drop all incoming connections by default14:46
JanCif you make no other changes to ufw14:46
=== LanDi1 is now known as LanDi
sprokkelthat's the point i was making.14:46
leftyfbsprokkel: this is an install of Ubuntu 24.10 I just installed yesterday https://paste.ubuntu.com/p/Wnmf6RxZDc/14:46
leftyfbsprokkel: there are not rules enabled by default in ubuntu. Which meand no firewall. Which means by default, nothing is blocked in either direction14:47
sprokkelofc leftyfb with ufw disabled.14:47
leftyfbsprokkel: to say "but if you do this that and the other thing, it's different" means it's not default14:47
sprokkelI was just stating that IF you enable ufw the default input chain will be set to drop. which can be 'thing' for new users to know.14:49
sprokkela good 'thing'*14:50
oerheksinstall gufw, to see what you do, and any attempt by an app prompts for an answer14:50
oerheksif you set it strict14:51
artemhello15:03
kuka_liehello artem15:03
lowinI have ubuntu on a headless computer without any vga output. I have configured dropbear in initramfs successfully, but when the system switches over to the real root, initrd kills the dropbear server and there is no access to the system until the real sshd comes up. Problem is, it's impossible to access the system if something goes wrong during the15:05
lowinboot process as sshd starts pretty late in the boot process15:05
lowinIs there any way to have sshd start sooner? right now the system goes unresponsive somewhere after the initramfs stage but I can't know where15:06
lowinI do have access to the dropbear in initramfs though15:06
jluchttps://en.wikipedia.org/wiki/Drop_bear15:11
oerheksnot sure there is a valid way to speed up sshd in the bootprocess, how long does it take totally, 1 minute?15:16
lowinIt's not about the time it takes, rather if something goes wrong and boot goes into halt, there is no way to access the system to see what went wrong15:16
lowinUsually takes about 30 seconds from initramfs stage if nothing goes wrong15:17
oerhekshook up a monitor.15:17
lowinWell yeah, I can do that now but in the future I won't have that luxury15:18
leftyfblowin: you know ssh isn't going to start without networking right?15:18
lowinleftyfb, yeah but networking is setup during initrd stage so it should be fine15:18
lowinAlthough systemd does take everything down to set up from scratch15:19
leftyfblowin: let me rephrase, ssh is dependent upon systemd-networkd-wait-online15:20
lowinSo, if I override that dependency it should be brought up early?15:21
leftyfbno15:21
leftyfbthere will be no interface to bind to15:21
lowinThere will be, from the initrd stage15:21
leftyfbnegative15:21
lowinnegative what?15:21
leftyfbforget initrd, that's an ephemeral image15:21
leftyfbeverything starts over after that15:21
lowinI have ssh access to the initrd stage15:21
leftyfbyesd15:22
leftyfband then you don't15:22
leftyfbbecause it's all gone15:22
leftyfbthe only thing that carries over from initrd is your kernel15:22
lowinIt does start over, but networking should still be up from the previous config up until systemd configures networking again?15:22
leftyfbit's not15:22
lowinhmm15:22
leftyfbinitrd is a bootstrap, nothing more15:23
lowinIs it some systemd magic that breaks it? because as far as kernel is concerned, switching root has no effects on networking15:23
lowinBut if it helps, lets say we want to bring up networking asap as well15:24
lowinbefore mounting fstab entries for example15:24
lowinWhat should we do?15:24
leftyfbit already does15:24
leftyfbthat's why I don't see the point to all this15:25
lowinBut if something goes wrong during the fstab stage, sshd will fail to run15:25
lowinthat's the problem15:25
leftyfbif something goes wrong before systemd-networkd-wait-online.service, you don't have network to fix anything anyway15:25
leftyfblowin: run this: systemd-analyze blame15:26
lowinin my experience systemd-networkd-wait-online isn't reliable anyway15:26
lowinmany times it fails because some non-critical step fails and wreaks havoc15:26
leftyfbdid you look at systemd-analyze?15:29
lowinyes?15:29
lowinWas I supposed to see something special?15:29
leftyfband where do you see systemd-networkd-wait-online in the process?15:29
lowintop15:29
leftyfband most of the stuff between that and ssh is snapd stuff right?15:30
lowinNo I don't have snapd15:30
leftyfbdid you remove it?15:30
lowinyes15:30
lowinyou realize blame only lists how long each service took to start right?15:31
leftyfbah right, sorry15:32
=== m-m_e_in_LEO is now known as M-M_Exp_in_Low_O
chilverscIs there an official source (such as launchpad) that details the plans for a particular package such as when/if it will be updated to a newer version for a specific Ubuntu version?16:04
=== LanDi1 is now known as LanDi
oerheksyes launchpad, check for package + proposed, example https://launchpad.net/ubuntu/+source/linux but it does not give a date when.16:08
oerheks* when it lands in release16:09
leftyfb!latest | chilversc16:09
ubottuchilversc: 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:09
chilverscI'm more interested in knowing how to tell when it's been decided that a particular release will stop receiving updates (or won't go beyond a specific version of the package)16:09
chilverscah, so it's likely that this package will be fixed permanently at 3.7 for noble and I'll need to move up to a newer Ubuntu version to get updates?16:10
leftyfbcorrect16:10
chilverscIs there a way to have a semi-trusted PPA installed? So that I have to explicitly allow which packages can be installed from that PPA?16:11
leftyfbchilversc: which package as you concerned about and why?16:11
chilverscopenrazer, I just don't like adding PPAs outside the standard ones without validating which packages are coming from that PPA16:12
leftyfbthere are no "standard" PPA's16:12
chilverscSorry, I meant apt repository, which is all a PPA really is?16:13
oerheksthat team gives 2 ppas https://launchpad.net/~openrazer16:13
leftyfbchilversc: there's no binary package called "openrazer" in ubuntu, only the source package. What version do you need and why?16:14
chilverscleftyfb: openrazer-driver-dkms, my mouse is only supported in 3.8+16:15
chilverscso when I'm looking at a PPA on launchpad, how do I see what packages are in the PPA? As the "published packages" do not seem to match what I think of as a package. For example, openrazer/stable lists a single package named "openrazer", when I expected to see openrazer-daemon, openrazer-driver-dkms, etc.16:19
geniichilversc: "view package details"16:22
chilverscgenii: This interface seems odd, so the package "openrazer" contains packages?16:22
geniiIt's a metapackage, so yes16:23
chilverscbut the package "openrazer" doesn't show up in apt?16:23
leftyfbthe source does16:24
chilverscah, so in the PPA the list of published packages are source packages?16:25
leftyfbchilversc: the individual packages you mentioned above are part of the main source package (openrazer). The PPA should include all the individual packages as well as the source package16:31
jlucSo as to get nautilus-column extension, for Ubuntu 22.04 i had to install gir1.2-nautilus-3.016:32
jlucbut it doesnt exist anymore today / for ubuntu 24.0416:32
ioriamaybe because it's gir1.2-nautilus-4.016:33
jlucyes 4.0 exists and installs !16:36
oerheksgood spot16:40
jlucI wanted to install nautilus-column-extra following https://github.com/atareao/nautilus-columns/issues/20#issuecomment-211886692716:42
-ubottu:#ubuntu- Issue 20 in atareao/nautilus-columns "Not available in Ubuntu 22.04" [Open]16:42
jlucbut nautilus-columns_0.3.8-0extras20.04.7_all.deb isnt OK for gir1.2-nautilus-4.016:43
jlucand it's the latest there http://ppa.launchpadcontent.net/atareao/nautilus-extensions/ubuntu/pool/main/n/nautilus-columns/16:43
jlucso how can i have eg image dimensions displayed in nautilus ?16:44
ioriajluc, it's not clear to me what's you're looking for exactly, but i'd give a look here: https://www.makeuseof.com/nautilus-extensions-to-enhance-your-gnome-file-manager/16:47
jlucwell in a folder with image files, i'd like to have 2 more columns with image width and height displayed16:48
jluci used https://github.com/atareao/nautilus-columns in ubuntu 22.0416:49
oerheksreopen this ?? https://discourse.gnome.org/t/adding-image-resolution-to-the-file-attributes-to-show-as-a-column/1571216:50
jluc:-/16:54
jlucioria python3.8 is said to be required but cant install17:01
ioriajluc, for what ?17:02
jlucto "Install Nautilus Extensions for GNOME Files"17:02
jluclibnautilus-extension1a17:03
jlucfollowing the links it leads to a list of possible extensions17:03
jlucand one of them is https://github.com/donnikitos/nautilus-columns17:03
georgehi17:04
hle70HI17:04
hle70HELLO17:04
simo_Hi17:04
hle70I LIVE AT 48-44 193rd St in QUEENS NYC17:04
hko70hi17:04
georgewsp17:04
simo_thanks for the info17:05
jlucmaybe i could just follow the install instructions at begining of the script17:05
jluchttps://github.com/donnikitos/nautilus-columns/blob/master/nautilus-columns.py17:05
ioriajluc, where did you take that github link from ?17:05
georgewait how do i make my own server for hexchat17:05
jlucbut it uses dnf17:05
hko70yo17:06
jluc https://www.makeuseof.com/nautilus-extensions-to-enhance-your-gnome-file-manager uses a kind of extension manager17:06
leftyfbgeorge: hko70 please pick 1 IRC login at a time17:06
georgedoes anyone know how to make ur own private hexchat server for free pls17:06
leftyfbgeorge: there are plenty of tutorials on building your own IRC server17:06
georgeleftyfb i dunno what that means im not good with linux17:06
georgeoh ok17:06
georgei will look up a tutorial17:07
jlucthe link is amongst the list of extension that are managed17:07
jluc« From here, you can browse through GitHub's Nautilus Extension page : https://github.com/topics/nautilus-extension?o=desc&s=updated »17:07
jlucamof it's the last link in the list17:07
ioriajluc, 1) in the that link i don't see reference to donnikitos; but try to install  libnautilus-extension-dev17:08
jlucgood : i could install libnautilus-extension-dev17:09
jluchow should i use it ?17:10
jlucmaybe copy the .py into ~/.local/share/nautilus-python/extensions/17:11
ioriajluc, maybe you should aim for some other other tool to check , in details, images properties17:12
ioriajluc, i doubt any ext will work with avif,heic, heif etc .etc.17:14
jlucjpg, webp and png would be ok17:14
ioriaoh, sure17:14
jlucand then a dedicated app for more advanced browsing and data views...17:15
jlucso i created the ~/.local/share/nautilus-python/extensions/ folder and moved donnikitos's nautilus-columns.py there17:16
jlucthen nautilus -q but nope no new columns menus17:18
tomreyna six year old python script may have been written for python2, which is no lnoger supported. also, nautilus has changed considerably since.17:18
jlucsure17:19
jluci will retry with atareao's nautilus-columns that was ok on ubuntu 22.0417:19
jlucbut using the newly installed libnautilus-extension-dev17:20
jlucwell... cant have it work17:38
jlucIoria what would you advise as other tool ?18:07
jlucwhat i miss is a lightweight view on dimensions (and possibly other simple image datas)18:07
jlucnot even exifs18:07
oerheksthere is no other tool for nautilus, reopen the gnome discussion i posted earlier18:08
oerheksit should be native in nautilus18:08
jluci logged but i can't reopen it18:08
oerheksjust start the same tread again, pointing to the closed one18:09
jluchere : https://discourse.gnome.org/t/add-image-width-and-height-as-possible-columns-to-display/2518318:28
jlucplz +118:28
jlucI'll use gthumb and xnview for more advanced uses18:46
elvishola18:50
SiamasterSo I bought a 5 TB external HDD to attempt to save my failing internal HDD. I plan to just dd all the information to this new external one. First question and problably a funny one; the box says it's compatible with PC, Mac and chromebook, but I mean it's still a HD right? I should be able to dd to it like normal.18:51
oerheksSiamaster, sure, it will copy bit by bit, so you end up with an ext hdd of the same size, not 5tb18:55
oerheks*if you acn copy it, you say it is failing18:55
oerhekstry something like ddrescue to make a backup file.18:56
Siamasterok. good ty..18:56
SiamasterI will come back to this before I go to sleep18:56
Siamasterso I can play Startcraft 2 for now18:57
=== diego is now known as Guest6772
BardonHello, I have a .exe that runs fine with Wine and I'd like to just double clic on the file and have it run under wine rather than launch a terminal and type `wine my_program.exe`. How can I do that?20:05
sprokkelBardon: with the package alacarte you can create a new app with command wine my_program.exe , then just click the icon.?20:08
JanC!info wine-binfmt20:09
ubottuwine-binfmt (9.0~repack-4build3, noble): Register Wine as the interpreter for Windows executables. In component universe, is optional. Built by wine. Size 10 kB / 46 kB20:09
JanCBardon: ^20:09
oerheksthis is answered in 2014 ..20:09
oerhekshttps://askubuntu.com/questions/309886/autorun-exe-files-with-wine#:~:text=Right%20click%20on%20a%20exe,open%20in%20Wine%20by%20default.20:09
oerheksper .exe file20:09
BardonOk I'll try that, thanks20:10
leocaq20:19
BardonEhm, sorry I must have missed something but I installed wine-binfmt and I'm lost now, what do I do?20:22
Bardonright click, open with, doesn't display "wine"20:23
sixwheeledbeastOpen with another Application then Wine?20:24
BardonWhat do you mean? That's a .exe, I don't want to open it with another thing that wine20:25
JanCBardon: with wine-binfmt you should be able to run .exe executables by double-clicking them20:25
JanCmight require a reboot20:25
BardonI did reboot :s20:26
BardonIt still offers to look for the right app on the software store when I double clic20:26
Bardonclick*20:27
BardonI believe I installed the correct package "wine-binfmt/oracular,oracular,now 9.0~repack-4build3 all  [installed]"20:27
Bardon./my_program.exe doesn't work either. It seems to run it with bash20:29
elvishola que tal todo20:30
oerheksmaybe that binfmt package needs a logout/login again .. i think wine is in that menu under 'another Application'20:31
oerheksbut only if wine is in your %path% ?20:31
oerheksnot sure there20:31
Bardon`wine my_program.exe` works fine so I assume wine is in my path20:32
sprokkel!alacarte20:32
Bardon`systemctl status systemd-binfmt.service` says "Active: active (exited)"20:33
=== iwannaberoot19 is now known as iwannaberoot1
=== RaGE_Syria9 is now known as RaGE_Syria
=== lucenera0 is now known as lucenera
SiamasterI want to copy data from my corrupted disk sdb to sdc to then try to recover files.23:07
SiamasterThis is the output of lsblk:23:07
Siamastersdb           8:16   0   3,6T  0 disk23:07
Siamastersdc           8:32   0   4,5T  0 disk23:07
Siamaster├─sdc1        8:33   0   200M  0 part23:07
Siamaster└─sdc2        8:34   0   4,5T  0 part /media/siamaster/Expansion23:07
SiamasterI want to do a dd and then watch with sudo dmesg -w to see how many bad sectors I have. but I don't remember the dd command I got yesterday23:08
Siamasterbtw is it possible/worth running chkdsk if the filesystem is ext4?23:17
Bashing-omSiamaster: "fsck" might possibly show a corrupted superblock / in which case the system keeps a spare that can be swaped in.23:30
sixwheeledbeastyou could run fsck on anunmounted ext4 partition23:32
Siamasterbut I know it's a ext4, the partition is currently not found23:36
Siamasterhttps://bpa.st/O22A this is the output of  sudo fsck /dev/sdb23:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!