[00:19] hmmm [01:52] I just added 4 4TB drives to a system and am trying to create a RAID 5 array with mdadm. I created partitions on the 4 drives using gdisk so I could transcend the 2TB partition limit of fdisk. After assembling the raid array though, it comes in at 6TB instead of the expected 12TB [01:53] it seems to be maxing out at 2TB per drive [01:54] mdadm --details /dev/md0 seems to confirm this with 6TB as the size and 2TB as the "used" (the XOR stuff). [01:54] any ideas how I can identify why this is happening? parted -l shows 4 4001GB partitions [01:55] sudo mdadm --create --verbose --force --assume-clean /dev/md0 --level=5 --raid-devices=4 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 [01:55] is my array creation command [01:56] II think you need GPT partition [01:59] Does: sudo parted -l ...show msdos or gpt under the Partition Table field? [02:00] Partition Table: gpt [02:00] it does say that. [02:01] I just tried to create the array without using partitions (so putting /dev/sdb /dev/sdc /dev/sdd and /dev/sde) and it created using the full size [02:02] You can use the entire device, but then automounting won't usually work on those [02:02] right ... I was reticent to do it ... but it does seem to prove that the problem is the partition [02:02] ( because it looks to the partition info for filesystem hint of what to mount ) [02:04] ok, my partitions have been purged and I have done a sudo mdadm --zero-superblock /dev/sdd for each drive [02:04] I should be at square one. [02:04] I am going to try to re-create the partitions now [02:06] Number Start End Size File system Name Flags [02:06] 1 1049kB 4001GB 4001GB Linux RAID raid [02:06] Hey all [02:06] hi I have a problem to troubleshoot [02:07] I have a full kubuntu and mini kde install on two different partitions [02:07] The mini boots up in exactly 60 seconds. But the full one take 100 seconds [02:09] I think that worked ... whatever that did reset whatever was the problem. [02:09] I checked it and found out that systemd-journal-flush.service takes 13 seconds on full Kubuntu (vs 3 seconds on mini), dev-sdaX.device 12 seconds (vs 6.7 secs on mini), udisks2.service takes 12 secs on full (vs 8.7 secs on mini) [02:10] Why is this differnece? What is wronf with the full Kubuntu install? [02:10] genii: thanks for your response and moral support. I now have an 11TB raid drive. [02:11] Hello? Somebody tell me how to fix that? [02:11] funkyjive: Yay!.. although it seemed to have corrected itself ;) [02:12] @genii could you help? [02:12] home_: It is my bedtime soon, so not tonight, unfortunately [02:13] um okay. np [02:55] home_, I can try to assist. So 2 different partitions on the same PC behave entirely different? [02:58] Please run the following from each session and paste the corresponding links here: systemd-analyze blame | pastebinit === feodoran_ is now known as feodoran [03:47] how do I delete a large file? I'm trying to delete the entire folder it resides in, but using rmdir isn't playing nice. Doing a right click and sending to trash gives me an error saying it's too large. [03:51] linuxnuub- if you right-click on the file and then hold down shift, "Move to trash" will change to "Delete" [03:52] I figured it in a round about way, could you tell me if this was a smart idea or no? [03:52] there were spaces in the folder and file name, so I manually turned all of those into a period, then I ran rm on the file itself, and then I ran rmdir on the folder. [03:53] I'm trying to learn as much of the command line as I possibly can, it's fun doing it this way, I feel I'm learning a lot and have more control over what I'm doing. Even though at the moment I'm not super knowledgeable. [03:54] must I remove all spaces from my directories and file names? [03:54] Nope [03:54] Tab-completion in the shell will handle them fine [03:55] If you need to type the name manually, you can use a backslash to escape the space, e.g. "file\ name.txt" [03:55] How do I turn those into something the terminal will understand? I got a lot of "rm: cannot remove 'Of': No such file or directory" and "rm: cannot remove 'the': No such file or directory" [03:55] aah, so it would be instead of "I am tall" it would be "I\am\tall" [03:55] I think putting quotation marks around the entire name will work, too [03:56] "I\ am\ tall" [03:56] A space becomes a backslash and a space [03:56] oh ok, muchas gracias! [03:56] No problem [03:57] I've ended up renaming everything over the past hour over this.. lol should have looked into it more. [05:24] @RikMills, thanks [06:12] Good morning [06:39] hmm === alex_ is now known as jf17 [07:43] (Photo, 1280x719) https://irc-attachments.kde.org/7Od5YFdX/file_31669.jpg y does the uninstalled splash screen still showing up in my settings how do i remove it? [07:44] (Photo, 1280x719) https://irc-attachments.kde.org/GnJ8WzPU/file_31670.jpg [08:22] Will Chen was added by: Will Chen [08:54] How would I extract the password value between double quotes form this output: { "OperationId": "9786fe82-377d-40f1-944b-fd597209a5ac", "Password": "1\\yI'5@&TfdyJb"} [08:57] https://paste.ubuntu.com/p/TFZkpK4F8h/ [09:45] ciao === alazred_ is now known as alazred [10:12] Ciao [11:01] Hi all, asking a newb question. I tried to download kubuntu 20.04, I did a dd if=file.iso of=/dev/sdb bs=4096 [11:01] the image is written correctly [11:01] and I see the drive as kubuntu [11:02] with boot files etc inside [11:02] when I boot from the usb [11:02] screen stays black [11:02] I tried with disk utility [11:02] and other [11:02] no success [11:02] is there something wrong with the latest kubuntu === Lord_of_Life_ is now known as Lord_of_Life === Roey is now known as Lord_of_the_File === Lord_of_the_File is now known as Lrd_of_the_Files [12:00] i weant to run make xconfig and asks for qt4 or 5, how can i install it? [12:12] 'Morning all [12:18] Hi. I have a question [12:19] Can I somehow install just the ubuntu core packages excluding anything related to the desktop Environment when booting on Live CD? [12:20] I had Xubuntu Core (817mb) which I install, then moved to KDE Plasma .. It's significantly faster to boot and function compared to the Kubutu I later installed from the full Kubuntu install later on a differnet partition.. [12:21] I'm not sure if I am able to translate what I mean but I just wat to install the core except any bloat [12:29] any ideas how i can track what is "waking up" my monitors? As soon as they go to sleep they immediately rewake up [12:29] Hi [12:29] I'm unable to login kubuntu 19.10 [12:30] Even I entered correct password [12:51] For looking at what slows your boot, I recommend https://www.freedesktop.org/software/systemd/man/systemd-analyze.html [12:51] blame option [12:54] If you want to start from scratch, you could try installing from http://cdimages.ubuntu.com/netboot/focal/ === Lrd_of_the_Files is now known as Roey === OvermindDL1_ is now known as OvermindDL1 === alazred_ is now known as alazred [14:07] hello. I did not see 32bit image on download pages for Kubuntu19.10. is there 32bit alternatives for Kubuntu19.10 and Kubuntu20.04? [14:29] 32bit was dropped for 19.10 and beyond [14:35] serkanvb: no, there are no longer 32 bit isos any longer. 18.04 was the last to have 32 bit installers [14:57] is there a 19.04 version. it looks like there is/was but I cannot find the iso images [14:59] 19.04 is EOL, dead [14:59] 19.10 is supported ( for one month), else 18.04 LTS or 20.04 LTS [15:01] oerheks ok. thanks [15:03] 18.04 & 20.04 both great releases, just make sure there is a K leading the file, that what makes it beautiful ;) === leaftype2 is now known as leaftype [15:31] Kanonical? [15:42] anyone knows an official mirror from where I can download 19.04? I need it for some tests. [15:49] There are no official sources for the iso, as 19.04 is EOL, its package repos have been mothballed so using it will be awkward at best even if you do find a source. [16:45] I have installed Kubuntu several times but it is always bloked. [17:30] @user|76369, What's is the issue? [17:47] apvchan was added by: apvchan [17:47] (Photo, 1280x720) https://irc-attachments.kde.org/qpRJS9XE/file_31713.jpg Ciao a tutti ho fatto un aggiornamento oggi... Al riavvio non mi parte Kubuntu... Se in recovery mode mi esce questo e si ferma... Qualcuno sa aiutarmi? Grazie [17:47] Hi I did a upgrade and after Kubuntu crash in this screen. How can I do? === humberto is now known as Guest4269 === eTexNerd is now known as plarkinjr [18:38] Will Kubuntu 20.04 receive the Plasma 5.19 update? [18:56] Tisha_Esteban was added by: Tisha_Esteban [19:19] John, 20.04 is based on QT 5.12.8 and synchronized with the main Ubuntu repos. Plasma 5.19 depends on QT 5.14.x so due to the complexity of repackaging QT, Plasma 5.19 will not be backported to 20.04. [19:20] Thanks for the answer. I thought is would be in the Kubuntu Backports like 19.10 was. [19:25] QT dependency revision jumps are the major stumbling blocks for back porting. Due to multiple DE's (Lubuntu, Kubuntu and soon studio) depending on the QT packages, Canonoical cannot upgrade the QT packages without a lot of testing. Due to developer bandwidth limitations, nobody has time undertake the extra projects. [20:27] To add to that, if we did provide an updated Qt in a PPA, that would break a reasonably large number of apps in the archive that are not in Kubuntu's supported set of apps. To 'unbreak' them we would need to provide and more importantly maintain rebuild and build fixes with the newer Qt for them all, which is currently way outside our remit and manpower abilities. A lot of social media comment make it it look as if we are being lazy [20:27] in 'just not updating Qt, but === TheMetamorphosis is now known as Metamorphosis === kubuntu is now known as Guest4040 === Lord_of_Life_ is now known as Lord_of_Life