[01:12] hi guys, a bit of a noob for ubuntu here, but i keep getting this message repeating forever when i get to the last part of the 1st step called 1. Setup a Solona dev environment. the msg is: "solana_runtime message_processor program vote1111111111111" is it supposed to go on forever? [01:12] https://www.leewayhertz.com/build-solana-smart-contracts/ is the page [01:12] did they maybe mess up the last part of that first step? because i see a spelling error when they typed "Nodjs v14" which is supposed to be nodejs [01:15] Tripknotix: pastebin a bit of the context? [01:17] https://docs.solana.com/running-validator/validator-start [01:17] *hips* [01:18] https://docs.solana.com/developing/runtime-facilities/programs [01:18] i guess the 1111111111 is uses as example [01:19] woo [01:24] https://pastebin.com/sN4XNuy3 [01:24] that last line i entered, is when it started doing the unlimited scrolling of that message processor thing [01:25] seems to be eating away space on the hard drive too [01:25] heh [01:26] should i stop it and how do i stop it o.O [01:28] lol that'd be funny if i am not serving contracts in the backend heh [01:28] if i am now^ [01:31] probably ^C will stop it, if it's running in the foreground [01:32] but if it isn't running in the foreground you'll have to read docs to figure out how to control it [01:32] disk usage is probably normal, I have the impression that blockchain things need a local copy of the block chain in order to do things with it; otherwise, what's the point? [01:35] ah nevermnd the logs werent takig up more than a hundred mb or so [01:41] ah yep, weird i guess they assumed i would know thats a test, and that i should cancel it after some time =P [01:45] hmm after running : npm run build:program-rust , i get this errorhttps://pastebin.com/pLpt03CS [01:45] https://pastebin.com/pLpt03CS [01:51] Tripknotix: running as root but doing things in /home/robertq/... might cause problems -- for example, that ~/.local/share/../dependencies path might be in /root or it might be in /home/robertq/, depending upon what the shell (or processes involved) know of your HOME environment variable, or if not that, perhaps whatever getent returns.. [01:57] o.O [01:57] so i shuldnt run as root? [02:00] it really depends on what you're doing; I know their example used it, but it kinda looked like they logged in as root, which is different than using sudo to get to root, and can give different results [02:01] it would have been kind of them to indicate which commands, if any, actually needed root privileges [02:01] im using sudo -s -h [02:01] o.O [02:02] should i try to login as root on wsl? [02:02] sorry, I don't know much about the wsl environment [02:05] is there a wsl channel on here by chance? [02:06] !wsl | Tripknotix [02:06] Tripknotix: Windows 10 and newer have a feature called "Windows Subsystem for Linux", which allows it to run Ubuntu (and other Linux distro) userspace programs without porting/recompliation. For installation instructions, see https://msdn.microsoft.com/en-us/commandline/wsl/install_guide [02:07] I *think* they do discourse instead, https://discourse.ubuntu.com/c/wsl2/27 -- but they probably won't know much more about the software you're building, what assumptions are made in the various build scripts, etc [02:07] o i c [02:07] Tripknotix: ouch - guess no longer have a WSL channel :( [02:08] Bashing-om: hah, I wasn't the only one who thought we had one around here at some point, right? :) [02:10] sarnold: Uh huh . Yhere was - there was :( [02:12] i found this https://github.com/solana-labs/example-helloworld/tree/master/src/program-rust has Cargo.toml [02:13] so the command, npm run build:program-rust [02:13] but no Xargo.toml [02:13] should have looked in that folder? [02:13] Xargo.toml is used for cross-compiling rust software, and it kind of looks like you're trying to cross-compile to an ebpf target [02:20] ic ic... [02:20] well it is ebpf, but this tutorial was based on around using wsl [02:20] so i assumed it should have worked [02:21] should i skip the hello world example? [02:21] maybe try some other example? [02:25] Tripknotix: I'm having trouble articulating my wild-ass-guess .. cross compiling is weird, wsl is weird, etc. it's possible that you could do very similar things to build that project in a more standard windows version of rustc [02:26] Tripknotix: or it's possible that if you used a more standard linux vm you'd get a different 'target triplet' and the scripts would be more successful building .. [02:27] ic ic [02:27] why the heck would this guy have recommended wsl then ... [02:28] it sounds like it's pretty simple for most windows users to get to something that kinda sorta works like a regular ubuntu with it [02:30] I can't recall if microsoft has a more traditional vm offering or not; telling folks to go grab oracle virtualbox and then grab a linux, and then after ten or twenty minutes of setup, *then* you can start with their tools, that's probably not a great experience, hehe [02:38] heh [02:38] alright thanks you guys, i may need to go the standard vm route =/ [02:38] hopefully that fix the issue [02:38] im gonna head home, thanks again [02:46] So what's it take these days to get a laptop touchpad to work similarly in *buntu (XFCE usually) as it does in Windoows? I've really struggled with this for a very, very long time. [02:47] I can't seem to get the sensitivity and palm detection to be anywhere close to how it performs in Windows. [02:48] I just tried to use libinput_measure_touchpad-pressure but apparently my touchpad doesn't support the capabilities for it === SSLbits7 is now known as SSLbits === Dukbl is now known as Crucifyy [04:52] What are your favorite command line applications on Linux? Here are mine : https://knightwise.com/kw1607-conquering-the-command-line/ === codez is now known as jason === jason is now known as codez [05:33] `File /path/to/file is being edited (by user-name with nano 2.9.3, PID 5284); continue?` how do I rebind to PID 5284 [05:45] Yo yo everyone [05:45] any of you played around with 22.04 ? [05:45] i'm loving it so far. [05:47] not really [05:52] brandoneliza: Worth a look, Gnome got quite a bit faster [05:55] could try it out. Though really I'm a KDE fan. But in the end whatever DE you pick it'll be a hodgepodge of gnome KDE or whatever. [05:56] I like both though. Just that I need less deps if I use KDE as a base [05:56] so less bloated system [05:57] I'll give kubunut 22.04 a shot but this is the ubuntu channel so no more speak of it. [05:58] :) Ive been on budgie for a while now because I felt like Gnome was getting in my way [06:00] hey gandalf [06:00] hey i-garrison === diskin_ is now known as diskin === DasherPack is now known as WikiDasher === WikiDasher is now known as DasherPack [07:41] Hello, I have found a bug in `tomcat` package that exists in 21.10 and 22.04 which causes catalina.out log file not being rotated and growing forever. I would like to ask some opinions on what would be the correct way to fix it as thre are many ways this can be fixed. I am willing to produce a debdiff but having hard time getting any directions. I am not sure what I am doing wrong. [07:41] Here is the bug: https://bugs.launchpad.net/ubuntu/+source/tomcat9/+bug/1964881 [07:41] Launchpad bug 1964881 in tomcat9 (Ubuntu) "Logging/Log rotation does not work for catalina.out" [Undecided, New] [07:53] Hi [07:53] ubuntu fucked up my desktop with ubuntu-drivers because i used it without --no-oem switch [07:54] oem with SPECIFIC hardware support broke the hardware, what a nice work ! [07:54] then, how to revert that shit ? [07:55] oem-somerville-weedle-meta : hardware support for Dell Precision 3650 Tower [07:55] it sould be descripted as "hardware breaker for Dell Precision 3650 Tower" [07:57] eoli3n: broke how? [07:57] broke as lightdm doesn't start on all hosts [07:57] and i get multiple errors in logs [07:57] because of nvidia card maybe [07:58] the only thing i know for know is : all hosts without oem works, all hosts with broke [07:59] so it's not hardware that's broken (physically, needs replacement), but there's software issues? perhaps start with a pastebin of those errors you think are relevant [08:00] obviously yes [08:13] eoli3n: not sure what's obvious, you barged in with accusations that ubuntu broke your hardware. so... if you need help, please provide that pastebin. [08:15] ubuntu "improve" hardware support with "oem", but all hosts i manage that run stock kernel runs smoothly, but all oem hosts can't start lightdm. I redeployed all broken hosts, so i dont' have logs anymore, it will solve my issue. thanks for helping [08:43] ok so now preseeding automatically install oem === mirespace_ is now known as mirespace [09:29] on lxqt i cant assign strg+alt+l in shortcut manager [09:32] when i click on modify and then on the key, no key is recognized [09:42] how can i check if the lxqt-globalkeysd daemon is running? when i try to run 'lxqt-globalkeysd' in terminal then comes the message "[Critical] Cannot register service 'org.lxqt.global_key_shortcuts' [Notice] Stopped" [09:52] https://x0.at/CiKE.txt [09:52] seriously [09:52] ubuntu-drivers --no-oem install is broken !! [09:52] good job ubuntu, you amaze me each second god do [10:14] hi all [10:18] hmm [10:18] how to install microsoft for ubuntu [10:18] We microsoft open Our official channel support here in 1 hour [10:18] looks like there's an exploit here that's about to be patched. [10:19] yeah [10:19] how are you khepra [10:19] download kubuntu.org [10:19] that's the best ubuntu version for desktop [10:19] 64 bit [10:19] if you love linux desktop and dev [10:20] patched! :) [10:22] eoli3n: do you know how to look up existing and file new bug reports? [10:23] also, please watch the language a bit here, we're trying to be family friendly. [10:26] selectionselectionselectionselectionselectionselectionselectionselectionselectionselectionselectionselectionselectionselectionselectionselectionselection [10:27] RikMills: that macro seems to have failed ;) [10:27] * Unit193 selects RikMills. [10:27] wtf? [10:28] tomreyn I agree [10:29] what's sad is that i'm pretty sure that canonical have a ci/cd tool [10:29] maybe testing things could solve that kind of problem [10:32] where to report on launchpad ? [10:32] https://launchpad.net/+search?field.text=ubuntu-drivers [10:33] !bug | eoli3n [10:33] eoli3n: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [10:36] how to block oem kernel install ? [10:37] just tried --gpgpu, but it stills install oem packages [10:37] any alternative to --no-oem ? [10:38] tomreyn there is no ubuntu-drivers package [10:42] eoli3n: dpkg -S ubuntu-drivers will tell you which packages provide a file named "ubuntu-drivers" [10:43] (file or directory) [10:45] is there another way to automate the right nvidia driver install without ubuntu-drivers tool ? [10:47] eoli3n: ubuntu-drivers autoinstall, does that but that doesnt really mean its the 'best' driver for you [10:47] autoinstall is broken+deprecated [10:47] you should use install [10:48] paste the apt errors for the volunteers? [10:48] there is not apt error [10:48] if searching for "a way to" [10:48] s/if/i'm [10:48] i just inform you that the way you want to use ubuntu-drivers is not the right one [10:49] ubuntu-drivers --help for more information [10:52] maybe the two of you are using different ubuntu releases? [10:54] i'm using latest LTS [10:55] eoli3n: as in 20.04 or 22.04? [10:55] latest LTS is 20.04 [10:56] ok, then pastebin us the output of ubuntu-drivers autoinstall on 20.04, i would like to see that [11:00] it's correct that 'ubuntu-drivers autoinstall' is deprecated (for 'ubuntu-driver install') on 20.04 (it also was on 18.04). [11:01] oh yeah? [11:01] according to --help, yes [11:07] Hi i would like to recover crashing logs and boot it up and running from the disk /dev/sda1,2 , Currently i have booted my system from bootable pendrive [11:09] lotuspsychje autoinstall still works when lucky but leads to different drivers version in some cases [11:10] i use ubuntu-drivers over 800 hosts, with ~20 differents models [11:11] Any documentation to do auatopsy of  disk in Ubuntu. Just wanted to learn how to know the root cause [11:11] Guest38: so you're saying your computer froze or rebooted unexpectedly, and you'd like to review its logs from before that? [11:13] tomaw Well Earlier my system was booted using disk /dev/sda{1,2} Unfortunately it looks  some file corruption was  predicted. And i run fsck on sda1, sda2. Now i'm unable to locate and boot from the hardisk. [11:13] eoli3n: i assume ubuntu would already pick the reccomended graphics driver for your nvidia card [11:13] eoli3n: then you're probably more experienced with it than many if not most here, and should probably just file a bug report if there's a bug. [11:13] So now i have just booted my system using bootable pendrive to find the root cause and recover my data [11:13] tomreyn i already did [11:13] eoli3n: but then its also the users choice to install the driver that performs best to your needs [11:13] eoli3n: oh, nice. [11:14] whats the bug ID eoli3n [11:14] https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1966413 [11:14] Launchpad bug 1966413 in ubuntu-drivers-common (Ubuntu) "--no-oem option is broken" [Undecided, New] [11:14] tnx [11:14] lotuspsychje i can't manage manually which kernel to choose for each hardware i manage, that's why i rely on ubuntu-drivers tool [11:15] How do i spot or find corrupt sectors and fix it? [11:15] actually i can, but that's a lot of work [11:15] Guest38: i think you wanted to talk to me there, not tomaw ;) [11:15] okay i'm sorry i'm bit ill, does not spot the nick apologies [11:15] Guest38: did you override any warnings by fsck when you ran it? [11:16] yes i did it [11:16] Guest38: sorry to hear you're ill, get better soon. so fsck can actually do much harm on file systems which are mounted. which is why it would cancel attempts to run it against those. [11:17] and exit with a warning [11:17] if you overrode those, by running it with -f (force), though, it may have broken your file system, possibly beyond recovery. [11:17] There is tool name smartmontools [11:17] Can we check and verify it? [11:18] Guest38: sure, you can install smartmontools and run sudo smartctl -x /dev/sda to gather information on the physical state of disk sda. [11:19] Smartmontools can ask the disk to report if it detected any problems and can ask it to run self test. It won't fix it. [11:20] fsck is used to look for (logical, so not physical) errors on a file system (so not on a full disk, which is why you'll usually point it to what contains that file system, which is often a partition such as sda1 or sda2) [11:21] Hi, is someone in here in charge for https://wiki.ubuntu.com/Releases ? The table uses white text on white background. [11:22] nook24: it doesn't. maybe your browser has css overrides? some extension? [11:22] Here is the log details https://pastebin.com/raw/G7t4bR6c [11:22] nook24: it does not for me. i see orange and black text. [11:23] Khepra tomreyn: Interesting I tested Chrome and Firefox. No Addons but running on macOS. [11:25] Guest38: this disk has been running for 1,5 years total, but there is no indication in this data that it should break soon or be broken. [11:26] Khepra tomreyn I can also reproduce this on my Ubuntu 20.04 desktop. Maybe there are different versions in the cache or so? [11:26] So how to boot from this /dev/sda1 [11:28] Guest38: "Error: UNC at LBA" uncorrectable error [11:28] I have spotted some ATA Error using `-a` options [11:28] Guest38: Error 2441 [136] occurred at disk power-on lifetime: 14263 hours (594 days + 7 hours) [11:29] Guest38: oh, actually, there's a 'current pending sector', and there were several potentially problematic events (i'm not sure about those) about an hour ago. [11:29] Guest38: Error 2441 [136] occurred at disk power-on lifetime: 14263 hours (594 days + 7 hours) [11:29] you have bad sectors [11:29] Sorry, copy/pasted wrong line "197 Current_Pending_Sector -O--CK 100 100 000 - 32" [11:30] yurtesen: guest38 has left us for now [11:30] guest38: if you have possibility, you can clone the disk into another without hardware errors before trying to do anything. [11:31] Otherwise you will have long delays when and if drive tries to read from bad sectors. [11:31] nook24: hmm, so, for now, i'd bet on a client side issue. but we can have a quick look together [11:35] when is the official release date of 22.04? [11:35] nook24: https://wiki.ubuntu.com/Releases loads the CSS from the same host, wiki.ubuntu.com, which - for me - resolves to 5 IPv4 hosts https://wiki.ubuntu.com/Releases and 1 IPv6 host: 2001:67c:1360:8001::30 [11:36] thanks [11:37] nook24: it could be that one of those doesn't sned the CSS file properly, or sends a broken / outdated copy. but as i'm testing this i notice that the table headings are actually white on white for me, too. is this what you actually meant? [11:38] sorry i missed out the convesation, could anyone please paste it out [11:39] tomreyn The issue is within the HTML itself. there are " inside of the style="" attribute all over the place. See: https://cloud.nook24.eu/s/p35eQCFnTecddgQ [11:40] Guest38: https://paste.debian.net/plainh/dfbd7d55 [11:40] tomreyn white on white. Yep that's exactly what i mean. [11:41] hey what are default processes in ubuntu 20.10 [11:41] ? [11:41] nook24: i assume this will need to be reported to #canonical-sysadmin / RT [11:41] Could you please tell me how to trace out the root cause. And  fix this bad sector issue? [11:42] the explanation that I can see them in top or system monitor is not enough [11:42] .pkg testdisk [11:42] .help [11:42] tomreyn: I will give it a shot, thanks [11:43] Guest38: it's likely a hardware fault, hdd is dying [11:43] How could you confirm that? [11:43] Guest38: the root cause for a bad sector is physical damage to a disk. unless the disk firmware is able to mitigate this situation (yours does not seem to be), your best option is to replace the disk. [11:43] cause it's a bad sector, it's not software [11:43] etc [11:44] I think it's my intentionally pwned [11:44] Just wanted to answer him [11:44] If it possible then kindly do let me know how to recover it. [11:45] Guest38: best thing to do at this stage is backup your stuff and copy it to a new/better hdd, if the data is important to you [11:45] Yes it's [11:46] the longer you take and the more you use the hdd the more the likelyhood of losing data [11:46]  think it's might be intentionally pwned [11:46] not sure what you mean [11:47] I mean it looks security breah. [11:47] no, failing hdd [11:47] Yes but the things is we need to get the logs i'm not sure where to look for this kind of logs [11:48] It will be good ffor the canonical either :| [11:49] logs of a failing disk? [11:49] yes, if it possible [11:50] the problem is you probably broke the file system when forcing fsck to run on mounted sda1 and sda2 [11:51] "Well Earlier my system was booted using disk /dev/sda{1,2} Unfortunately it looks  some file corruption was  predicted. And i run fsck on sda1, sda2. Now i'm unable to locate and boot from the hardisk." [11:51] but you can try to mount them now, or try to run fsck again on them (but this may actually make it even worse) [11:52] if you really, really need to recover critical data from this disk, then don't touch it now and get it to a serious data recovery company [11:53] ok [11:53] Thank you. [11:53] hello. I am trying to get a desktop with dual monitors (one that is touch with stylus) and audio to always route to a tv but Ubuntu 2.04 seems to always select the wrong settings. I am trying to find out how to make the sound default to the tv for all users not just a Startup Applications launch [11:53] Guest38: probably you can get the data off using rsync or dd [11:54] ok [11:55] I tried editing /etc/pulse/default.pa and commenting out the load-module module-switch-on-port-available and load-module module-switch-on-port-available [11:55] Guest38: if you have another disk of similar or larger size, you can dd this disk to that one, then work on getting it booting [11:55] matt__: I'm afraid that Ubuntu 2.04 is slightly out of date. ;-) (But I could probably not answer your question anyways.) [11:55] okay thank you Eric [11:56] Guest38: no problem [11:56] :) [11:56] 20.04 [11:56] :) [12:01] I mount a usb drive and get told it's read only. Is this because the OS I'm mounting from itself is read-only? [12:07] backthen: no, probably it needs to be fsck'd [12:09] EriC^: ah ok it's a Ubuntu install disk perhaps that's the reason? [12:09] yeah [12:10] does somebody know (kernel freeze is not yet) if kernel 5.17 will be in ubuntu 22.04? [12:10] EriC^: Why is it that I can add/remove files from it if I use Ubuntu's GUI based interface? [12:11] Mornin' [12:11] Anyone free to help me with a strange problem? I am unable to change any setting in my 'powersaving settings' and it drives me nuts [12:12] In short: The "turn off monitor" Setting is fixed to 5 minutes and I can't change it. [12:12] !next | Tinkery [12:12] Tinkery: Jammy Jellyfish is the codename for Ubuntu 22.04. For technical support, see #ubuntu-next. For testing and QA feedback and help, see #ubuntu-quality. [12:13] thx [12:13] Uh, I forgot: Ubuntu 20.04 LTS [12:14] backthen: no idea, must be mounting it rw, but you can remount as rw from the cli, mount -o rw,remount /mountpoint [12:14] Arsimael: is it *fixed* to 5 min exactly, or is 5 min the minimum, but greater values can be set? [12:15] I can set every "regular" value between 1 minute and 15 minutes and "never", but it'S not getting saved. as soon as I switch categories or close the window its reset to 5 min [12:17] Arsimael: hmm, this doesn't happen on my VM running a fresh 20.04 installation. Is your system up to date? which graphics driver is in use? [12:18] you can tell the latter by inspecting: settings -> about -> graphics [12:18] and the former by running, in a terminal emulator: sudo apt update && sudo apt full-upgrade [12:20] tomreyn, "freshly" installed ubuntu (company image) all updates installed nvidia 510 drivers installed [12:21] Arsimael: see if you can configure this via nvidia-settings instead [12:25] Nope. Can't see any option which indicates something "power-saving" [12:26] i'm afraid that's all i could think of. you could keep a journalctl -f open to see whether anything is logged while you try to change the setting, or just file a bug report [12:27] !bug | Arsimael [12:27] Arsimael: If you find a bug in Ubuntu or any of its official !flavors, please report it using the command « ubuntu-bug » - See https://help.ubuntu.com/community/ReportingBugs for other ways to report bugs. [12:30] The problem: this is an enterprise joined image. I doubt it's an ubuntu bug. [12:34] does anypone know in which file ubuntu/gnome/unity saves these kind of sewttings? [12:46] see if there's any files not owned by you in your homedir. find ~ ! -user "$USER" -ls [12:47] good hint, but sadly no luck :( [12:50] Hi all [12:54] Arsimael: here's my 20.04 VM's /etc/systemd/logind.conf - maybe yours differs? https://termbin.com/9rsd [13:24] My system crashed earlier. When I start it, it starts slowing down within seconds until it freezes completely. [13:25] sounds like a hardware problem [13:27] it seems to be fine while i'm not logged in [13:27] so *you* are the problem! ;-) just kidding. [13:27] try running smartctl -x against the disk [13:28] and boot to recovery and run file system checks [13:28] I'll give it a try. hopefully it won't freeze in recovery or I can do it in time before it freezes [13:28] but only after you reviewed the smartctl data and got the impression the disk is physically ok. [13:29] you can also boot from an installer / live iso and do both from there [13:30] startup filesystem checks seem to pass === snake is now known as Guest4276 [13:31] smartctl not installed. yay [13:31] hi guys [13:32] heh, let's hope installing smartctl doesn't cause the drive to fail :) === dionysus70 is now known as dionysus69 [13:34] I don't think I've got enough time to install it at all [13:43] tomreyn, any chance you can help me interpret recovery mode? [13:44] I did the system check option. disk usage seems fine, although my largest drive /dev/mapper/ubuntu--vg-root has 232gb, should be ~500 [13:44] LVM state lists Physical Volumes: not ok (BAD) [13:45] Syzygy: which ubuntu version are you running there? [13:46] I believe 20.4 LTS? I'll check quickly [13:46] you can drop to a root shell from recovery (last option) and run lsb_release -ds [13:47] actually last but one option [13:47] 20.04.4 LTS [13:48] by the "system check option", you mean "fsck - Check all file systems"? [13:48] system-summary [13:49] fsck didn't really do anything and trying to do it again tells me i need to be in read only mode [13:49] I guess I'll restart and try that again [13:50] that's expected [13:50] actually now my pc isn't freezing [13:50] at least for now. [13:51] I'll just quickly look for an USB stick and back up everything that isn't already. [13:51] you can examine what heppened at the end of the previous session using journalctl -b -1 -e [13:52] an usb stick is not a great backup media. but if no other is available, it's still better than none. [13:53] it just needs to survive the night [13:53] gsd-media-keys: fontconfig error [13:54] most likley unrelated [14:43] tomreyn, yes, I have the "Lid Actions" meand open/closse the laptop lid. === DasherPack is now known as WikiDasher [14:49] o [15:00] Arsimael: well those should be fine, i guess [15:05] recommend me some active good channels plz [15:05] nafis: try #libera [15:06] ok thnx [15:17] t [15:41] greetings, does anyone know what installed all the apt-get aliases on my system? They all start with "ag". [15:42] iomari891: I'm not aware of any official ubuntu packages that would do that [15:49] iomari891, a quick search indicates that might be oh-my-zsh [15:50] iomari891, https://github.com/ohmyzsh/ohmyzsh/issues/3633 [15:50] Issue 3633 in ohmyzsh/ohmyzsh "The nuptial problem about 'silversearcher - ag'." [Closed] [15:50] iomari891: so the answer would be, none :) [15:51] (no official ubuntu packages) [15:54]