Go to advanced search

by Newtorpi3
Fri Jun 23, 2017 5:10 pm
Forum: Beginners
Topic: installing irssi
Replies: 5
Views: 1396

Re: installing irssi

I'm trying to install a script but I can't seem to navigate to ~/.irssi/scripts/ root@DietPi:~# cd /root/.irssi/scripts/ bash: cd: /root/.irssi/scripts/: No such file or directory root@DietPi:~# cd ~/.irssi/scripts/ bash: cd: /root/.irssi/scripts/: No such file or directory root@DietPi:~# dir proftp...
by Newtorpi3
Fri Jun 23, 2017 5:07 pm
Forum: Beginners
Topic: installing irssi
Replies: 5
Views: 1396

Re: installing irssi

You may be better off changing /etc/apt/sources.list from deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi to deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi and seeing what version is included in Raspbian Stretch. Is there a way t...
by Newtorpi3
Fri Jun 23, 2017 4:55 pm
Forum: Beginners
Topic: installing irssi
Replies: 5
Views: 1396

installing irssi

The current version of irssi available via sudo apt-get install screen irssi is Irssi v0.8.17-1+deb8u4 - http://www.irssi.org Can I install a more updated version from here? https://packages.debian.org/jessie-backports/irssi This is just for my reference to get LWP/UserAgent.pm apt install liblwp-pr...
by Newtorpi3
Sat Jun 10, 2017 2:31 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

SurferTim wrote:I don't know what you mean by your last post. How do you FTP into that folder? Does it require a user/password? Or is it a public directory? Did you set up a <Directory "/path/to/My Directory"> in the config file?

It requires a password. I'll check the config again and change everything to sftp.
by Newtorpi3
Sat Jun 10, 2017 1:22 am
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

I'm able to ftp to dietpi_userdata and the second drive shows in the folder drive2.

I mounted the drive in the dietpi_userdata/drive2 so this is why it's working now?

This is my first time using linux so I'm not quite sure.
by Newtorpi3
Fri Jun 09, 2017 10:56 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

I figured it out, I forgot umount and mount the drive.

dietpi_userdata is the root folder. I was able to get it working under dietpi_userdata/drive2
by Newtorpi3
Fri Jun 09, 2017 9:13 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

SurferTim wrote:You need to restart the pi to get it to mount. The "nofail" parameter will keep the RPi from locking up when booting with the drive disconnected. Sometimes I boot my RPi without the external drive.
It doesn't up under the drive2 folder
by Newtorpi3
Fri Jun 09, 2017 8:23 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

If it is just you, then you can mount the drive directly into a folder in your home directory. If you are using pi as your user, then: $ mkdir extdrive $ sudo leafpad /etc/fstab then add this, changing the UUID to your drive. My external drive is formatted with ntfs, so if yours isn't change that f...
by Newtorpi3
Fri Jun 09, 2017 7:10 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

SurferTim wrote:How many users access this second drive?
Only me
by Newtorpi3
Fri Jun 09, 2017 6:38 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

Since I can't symlink to the root of the first hard drive, I created a folder called drive2. This way I can symlink my second drive to this folder?

ln -s /mnt/ACACC08FACC0560C /mnt/34169A6B169A2E3C/dietpi_userdata/drive2

is this correct?

I'm not sure where I would input this command
by Newtorpi3
Fri Jun 09, 2017 5:53 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Re: Proftpd + second external hard drive

Would this guide help me to creating a symlink? http://www.proftpd.org/docs/howto/Chroot.html I have 0 understanding of all this and am reading the guide over and over to figure it out. The basic idea of symlink is I have to somehow create a symlink in my chroot folder to my second hard drive which ...
by Newtorpi3
Fri Jun 09, 2017 2:51 pm
Forum: Beginners
Topic: Proftpd + second external hard drive
Replies: 17
Views: 3465

Proftpd + second external hard drive

How do I setup proftpd so I can ftp to my second hard drive? I'm running dietpi with a microsd and one external hard drive already. The user data is on the external hard drive. I have the second external drive mounted and I can grab the udid. I'm guessing I have to change the path of proftpd? It loo...

Go to advanced search