[mdlug] Bringing up Linux with Suckless Init plus daemontools-encore

JeremyBekka C jrchristophel at gmail.com
Sat Jul 4 21:40:49 EDT 2015


Hi Steve,

Thanks for taking the time to help here.

I am running out of space in /tmp on the host. Here are the results of the
command you gave me:

df -h /tmp
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda5       6.1G  5.3G  411M  93% /

I am not really sure what to do with the sshfs problem. I have never done
anything with SSH on this computer. Everything is default from Openrc
Manjaro. I checked to see if I have sshfs installed and I do. I tried to
mount a couple of different directories but got the same results. I changed
the user ID to root and jeremy at manjaro with no luck. I am not sure what
else to do since I have never done anything with ssh before. I will do some
searching and see what I can come up with.

Jeremy


On Sat, Jul 4, 2015 at 8:05 PM, Steve Litt <slitt at troubleshooters.com>
wrote:

> On Fri, 3 Jul 2015 23:30:59 -0400
> JeremyBekka C <jrchristophel at gmail.com> wrote:
>
> > Hi Steve,
> >
> > Thanks for taking the time to write this turorial (and also the one
> > regarding your Manjaro experiment). I have been wanting to do both of
> > these but have not had the time. I started working through the Plop
> > Linux install today but I am getting stuck. I am wondering if you
> > could help me figure out what is wrong.
>
> Of course!
>
> >
> > The first problem I encountered is moving the Plop filesto
> > the /tmp/xfer directory that I created. When I use the "cp" command
> > in bash it starts to copy it in the directory but then errors because
> > it ran our of space. I don't understand the problem because I have
> > plenty of space on my hard drive.
>
> Hi Jeremy,
>
> Just so we're all on the same page, did it run out of hard drive space
> when you copied the Plop ISO to /tmp/xfer *on the host*, or when you
> later do:
>
> cd /mnt/rute
> tar xzvf /mnt/xfer/ploplinux-desktop-4.3.0-x86_64.tar.gz
>
> *on the guest*?
>
> If the former, use df -h /tmp to see if you're short on /tmp space.
>
> If the latter, make sure you really gave the VM 8GB of hard disk space.
> And by the way, I just found out the hard way today, *always* allocate
> the full disk space, never let it slowly expand: The latter caused my
> VM to simply abort with no messages.
>
> >
> > My solution to this was to simply create a directory on my desktop
> > where I kept the .iso file and the Plop desktop .tar file. So, when
> > you said to do run the command "sshfs
> > your_id at 10.0.2.2:/tmp/xfer /mnt/xfer" I changed it to the following:
> >
> > "sshfs
> > jeremy at 10.0.2.2:/home/jeremy/Desktop/Plop_Suckless_Stuff /mnt/xfer".
>
> Yes, in my opinion the preceding should work.
>
>
> > When I do this I get the following message "read: Connection reset by
> > peer".
>
> I suspect there's something odd with your host's SSH setup. For one
> thing, your host might reject root connections, which of course means
> it's more secure, so you might need to connect as jeremybekka or
> whatever. Maybe there's a permission problem. Try sshfs mounting a
> different directory, and see if that works.
>
> All of these sound like pretty solvable problems, and I predict you'll
> have a full blown Plop VM installation shortly.
>
> SteveT
>
> Steve Litt
> July 2015 featured book: Rapid Learning for the 21st Century
> http://www.troubleshooters.com/rl21
> _______________________________________________
> mdlug mailing list
> mdlug at mdlug.org
> http://mdlug.org/mailman/listinfo/mdlug
>


More information about the mdlug mailing list