/srv/irclogs.ubuntu.com/2017/05/22/#ubuntustudio.txt

MaynardHello all02:50
MaynardSo I have my .iso but choosing the different bootable usb programs has left me REPEATEDLY with grub2(?) not found or casper/linuz/efi not found02:52
MaynardI am SEMI computer savvy btw.  I am comfortable in terminal usage.  mostly copy/paste though.02:53
Maynardbtw it's 16.04.1 so there is no disk utilities, or the typical answers since it's not gnome. It's xfce or xcfe.... whichever.02:59
MaynardI was reading unetbootin causes the grub fail and pendrive (I think )was the casper not found one.03:00
OvenWerksMaynard: I have been using dd if=iso_file of=/dev/sd* (* = whatever the USB stick is)03:02
OvenWerksMaynard: the computer has to be able to boot from usb sticks of course :) strange I should have to say that as I think they all have for around 10 years, but I do have a machine that requires a DVD03:03
OvenWerks(dd requires sudo to run probably)03:04
Maynardno I have built this before on this system.  I do have a black spot right where your answer is.... in terminal just type dd if=iso_file of/dev/sdb or do I use the full sdb1 ?03:07
MaynardI have sudo03:07
OvenWerkssdb03:07
Maynardand no need for the full .iso name?03:08
OvenWerksWarning, this will make your first partition on the usb stick the size of the iso03:08
OvenWerksya the whole iso file name03:08
Maynardthis is where I get lost.....03:09
MaynardI know in thte future updates will need more space03:10
OvenWerksAfter you have installed the iso to your hard drive you may wish to reformat the usb stick if you want to use it for other things.03:10
OvenWerksThat doesn't matter, because the dd will print the size of the new iso03:10
OvenWerks*the next dd03:10
MaynardI typically prefer an apt (?) to automatically do this but all have failed so far03:10
Maynardand dd means what?03:11
OvenWerksI have not used an upgrade for a long time03:11
Maynardsorry....03:11
OvenWerksman dd03:11
OvenWerks :)03:11
OvenWerksdd is a direct raw copy03:12
OvenWerksI don't remember off hand why it was originally called dd03:12
MaynardI want to keep the .iso intact and able to update. it's a mere 4Gb but I use it on several comp. to easily make ubuntu for others03:12
OvenWerksso no problem then03:13
Maynardso you mean updates will make a new ddd?03:13
Maynarddd03:13
OvenWerksno, the iso will be different sizes from release to release. dd doesn't care so long as the total size of the usb stick is less than the iso size03:14
OvenWerksdd is a raw write to the usb stick without regard for partition tables03:14
OvenWerksSo it effectively makes it's own partition03:15
Maynardso mine would read " dd if=ubuntustudio-16.04.1-dvd-amd.iso of dev/sdb " exactly as I typed then?03:16
OvenWerksI think it is amd64 not amd03:16
MaynardRoger...never understood dd before. So since it's 4Gb and only 2.6 for iso then it'll just keep adding when I update03:17
Maynard?03:17
OvenWerksand I think it should be 16.04.2 by now unless you have an older iso.03:17
Maynardcorrect amd64.iso03:17
OvenWerksdd if=ubuntustudio-16.04.1-dvd-amd64.iso of=/dev/sdb03:18
MaynardFor some reason transmission said 16.04.2 was not suported by tracker03:18
Maynardexactly as written?03:18
OvenWerksok03:18
Maynardas you wrote03:18
OvenWerksI think so... assuming the file is right :)03:19
MaynardI was dbl checking as we were chatting03:19
OvenWerksit will take a while and does not give any indication of activity03:21
Maynardunless you mean as long as it's not corrupt or not 100%03:21
Maynardok03:21
OvenWerksYa once it is finished it tells you blocks in and blocks out. they should be the ssame number.03:22
MaynardSo I'll just leave it and the usual pop-up to restart will come up when its done?03:22
MaynardOK ok.... I've noticed before the block sizes were different sometimes.03:23
OvenWerksafter that you have to boot with the usb stick in. the dd just writes the stick03:23
Maynardboth sticks are in.03:23
MaynardI use a 128 as my HD and the 4 as my back up so I don't need to re-download the iso03:24
MaynardLMAO this thing is a Frankenstein. It's from 2006 but hangs with all but the newer gaming laptops03:24
Maynardswapped RAM etc etc03:25
MaynardOK so I would write the dd with both in and then shutdown, then only the 4Gb?03:26
Maynardstupid question.03:26
Maynardthe iso is on the 128 Gb03:27
OvenWerksAssuming you wrote the 4 G that is the one you want to boot from03:27
MaynardI'm just starting from scratch cause of all the problems03:27
OvenWerksI'm confused03:27
OvenWerksI would think you are installing to the 128?03:28
MaynardI'm writing from the 128 to the 4G only to turn around and fresh install onto the 4G as a bootable usb.03:28
MaynardThat better explained lol03:28
MaynardI will install to the 128 but I want the 4 intact as bootable03:29
OvenWerksok, I am not sure if that will work, I think an install is around 8g03:29
MaynardCorrect. the iso will be a bootable and only 2.6 but the installed one on the 128 WILL be 8ish.  As you said.03:31
MaynardI BARELY made a work around on the 128 so that's why I'm starting the iso from the start cause something happened in the iso to bootable usb part.  Many times with many programs03:32
OvenWerksI remember trying to install to a 32g usb stick before, but don't remember the details. No swap though.03:33
MaynardSo sounds like the dd will try to install not make a bootable usb of the 2.6 G.  Do I have that right?03:33
OvenWerksit should make a bootable iso03:34
OvenWerksshould boot the same as a dvd with the same iso on it03:34
OvenWerksit is the differentce between writing an iso to a device and installing the system to a device.03:35
MaynardYeah I did the 32Gb once but every time I mess with swap it crashes everything so now I use the 32 as backup for files.  There is no HDD in here. I need a new PC.03:35
OvenWerksThe iso will run as it's own install, but you have to manually mount a writable partition to save anything. The iso is not persistant03:36
MaynardSweet that's what I want. Everything is backed on the 32G and the bootable will be the 4 and then I'll install onto the 128.03:36
MaynardI told you Frankenstein.03:37
OvenWerksI have done some odd things in my time...03:37
MaynardI've never done this in terminal before and it wasn't a persistent, but I could always remember what extras I added and just did it the long way.03:38
MaynardI read making a persistent one and I hate doing partitions.... I always fuck it up.03:39
Maynardoops03:39
MaynardI even tried Gparted03:39
MaynardKden(?)03:39
Maynardetc03:39
MaynardThank you for your patience.  Dare I even ask how to use the other 1G on the small one to use as the persistent partition?03:43
MaynardLOL or do I just do this and let you get to someone else?03:43
MaynardCause it WOULD be nice to keep all my extra pkgs there but since I know them if it's complicated I'll just rebuild when I wanna fresh install.03:45
MaynardCould I do the dd thing then use Gparted to make a 1G partition?03:46
MaynardOr once I do that in terminal there is no changing the usb with another partition?03:47
MaynardDid I lose you or are you banging your head on the desk?03:56
MaynardJust answer the 2 ?s before the head banging one and I'll leave you alone.03:57
Maynardno?04:06
MaynardS***bags!  Here's what I get:  dd if=ubuntustudio-16.04.1-dvd-amd64.iso of dev/sdb dd: unrecognized operand ‘of’ Try 'dd --help' for more information.04:12
OvenWerksMaynard: of=/dev/sdb04:35
OvenWerksMaynard: you are missing both the = and the /before dev04:35
Maynardok04:36
Maynardno such file now04:40
Maynardarrrrrrrrgh04:40
Maynardunetbootin it is...............I HATE it when I cannot figure out what seems a simple thing to do04:45
studio-user823i installed windows swtich on ubuntu and my system blocked everything, i had to reinstall my OS14:58
studio-user823anybody knows how could have  been better to uninstall that program and clean my system14:59
djzuHi there! I badly need help for running Xpra under Ubuntu Studio. Indeed a simple: apt install xpra; xpra start; xpra attach; will fail (core dumped) on Ubuntu Studio while it is working with Ubuntu or Xubuntu. If not Xfce, who is involved in this crash?17:32
djzuHi jbermudes! I badly need help for running Xpra under Ubuntu Studio. Indeed a simple: apt install xpra; xpra start; xpra attach; will fail (core dumped) on Ubuntu Studio while it is working with Ubuntu or Xubuntu. If not Xfce, who is involved in this crash?18:01
OvenWerksdjzu: have you tried ssh -Y?18:06
djzu@OvenWerks: actually from another machine it is working but not from the local machine18:07
OvenWerksdjzu: it may be better to ask in #xubuntu as they have the same desktop and the ear of some of the xfce devs18:09
OvenWerksI have only used ssh -Y and VNC myself18:09
djzuOvenWerks: I tried to replicate installing ubuntu xubuntu and ubuntu-studio on virtual machine and the problem is only on ubuntu studio not xubuntu18:10
OvenWerksInteresting.18:22
OvenWerksThere is a possibility that it is either xfce settings that differe slightly or more likely that it is a kernel difference18:22
djzuis the kernel different from xubuntu?18:23
OvenWerksIt is possible to install the generic kernel on top of Studio and run that and see if that makes any difference18:23
OvenWerksYes xubuntu uses the standard generic kernel, Studio uses the lowlatency kernel.18:24
djzuI tried to install the lowlatency kernel on top of regular ubuntu and the problem did not appear18:24
djzuI'll try to install the lowlatency kernel on xubuntu this time to see if there is an difference18:25
OvenWerksYou also have to make sure the lowlatency kernel is running :)  uname -a will tell you18:25
djzuyes I made sure of that18:26
OvenWerksOK18:26
djzuIf not Xfec, if not lowlatency kernel, who can be the culprit?18:29
djzuOvenWrks: you also said about xfce settings that might differe, can you tell more about that?18:32
OvenWerkssetting->window manager tweaks->compositor  comes to mind18:33
OvenWerks(though I don't htink we do different)18:33
OvenWerksalso settings->window manager->style->theme may be different18:35
djzuwell running Xpra from fresh Ubuntu inside virtual machine works but throw a warning about a possible bug with 'compiz'.18:36
OvenWerksI don't use the default theme so I don't know what it should be :) I use Moheli because I resize windows often18:36
djzuThe error is a segmentation fault, do you think a theme can be involved?18:37
OvenWerksMoheli both has better indication of which window has focus (different title colour) and the frame is wider so it is easier to grab the sides.18:37
OvenWerksthemes are quite invasive18:37
OvenWerksSo yes a theme can do things like that18:38
djzuinteresting18:38
OvenWerksA theme touches almost everything about the window.18:38
OvenWerksA theme has code in it18:39
djzuthen the ubuntu studio theme could be involved18:39
OvenWerksSo a gtk2 theme can break a wm running gtk318:39
djzuthe xpra client is gtk218:40
OvenWerksI think most of the DEs (aside from KDE) are already gtk318:40
OvenWerksBut quite honestly this is getting way outside anything I know about.18:41
djzuI switched to Moheli theme but the problem is still there18:44
djzuI'm afraid I'll have to forget about Ubuntu Studio and start from scratch18:45
OvenWerksyou can start from xubuntu and install Studio meta packages to get the same Applications18:45
OvenWerksDon't install the ubuntustudio-desktop packages though18:46
djzuyes I know but that's pain since I already have a working setup for music that I'll have to screw and start over18:47
djzubtw, I just installed ubuntustudio-desktop packages to a fresh Xubuntu in virtual machine and still Xpra was working18:48
OvenWerksIs it one particular application then?18:49
OvenWerksOr does it crash when nothing is open too?18:49
djzu Xpra is an open-source multi-platform persistent remote display server and client for forwarding applications and desktop screens.  It gives you remote access to individual applications or full desktops. On X11, it is also known as screen for X11: it allows you to run programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another m18:52
djzuit is about Xorg, X11, Xfvb, Xdummy18:53
djzuxpra start; xpra attach; will fail. no application involved18:54
OvenWerksI don't know. Maybe someone else might if when they are around. Most people are close to utc or a couple hours before utc19:21
djzuThanks for your input19:34
OvenWerksnp19:43

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