Comments 226 to 251 of 584

Quote BobH1972 1st September 2007, 22:09
Hello,

Thank you for the excellent article. I had everything running yesterday, but today the vnc does not work. SSH through putty works, but not VNC. I will retry this section and see if it fixes it.

My question is about the file serving. When I start up my XP workstation and access the file server it asks for my login and password. There is no problem with this, I'm just wondering if I have to do this every time I restart my workstation. Is there a way to turn this off (or automate it)?

Thanks. New to linux, apologies for incorrect/confusing terminology usage
Quote Glider 1st September 2007, 22:13
In Windows Explorer, select "extra" => "create new network connection", make the connection and check 'reconnect upon reboot' (or something alike, I have/had a Dutch version of XP)
Quote BobH1972 1st September 2007, 22:42
Yeah... should have known that.
Quote yehoshua.number23 3rd September 2007, 06:48
Is there a way to continue with the tutorial past torrentflux while they sort themselves out? I've searched in Synaptic and found torrentflux, but didn't want to dl it in case it was the wrong thing and/or different. Can i use that? Is there a way?
Quote Glider 3rd September 2007, 16:39
The torrentflux package doesn't work properly last time I tried. And Torrentflux is totally optional, so you can just continue if desired.
Quote completemadness 5th September 2007, 00:35
i personally prefer azureus

It has DHT, plus it allows global caps
You dont need a headed box to run it, but u will need a display to set it up (sadly)
Quote mull7of 6th September 2007, 15:07
great article gonna do this but??????? downloaded desktop (both) burnt to disk have a clean machine can't find boot on cd any assist

Terry
Quote Glider 6th September 2007, 16:55
Look around inside your BIOS and set the CDROM to the primary boot device
Quote mull7of 6th September 2007, 19:28
Quote:
Originally Posted by Glider
Look around inside your BIOS and set the CDROM to the primary boot device

Thanks for reply
I have set bios up to only boot from cd but it keeps telling me that it can't boot on cd
Quote completemadness 6th September 2007, 22:29
you probably didnt burn the CD properly then
Quote Glider 6th September 2007, 22:36
That's what I'm thinking... Did you burn the image as an image? Or extracted the files and burnt those?
Quote mull7of 7th September 2007, 13:08
Quote:
Originally Posted by Glider
That's what I'm thinking... Did you burn the image as an image? Or extracted the files and burnt those?

thanks for reply guys i will re do another cd and see what happens
Quote mull7of 17th September 2007, 18:09
Re burned cd all ok thanks however------------saved smb file on directory it shows it as smb.config------in terminal I assume sudo su for root but on entry /etc/init.d/samba restart--------no directory found pls help

Terry
Quote completemadness 17th September 2007, 19:05
at a guess, samba isnt installed

sudo apt-get update && sudo apt-get install samba
sudo /etc/init.d/samba restart
Quote mull7of 19th September 2007, 14:30
me again=================typed in the command for proftpd but not available---in synaptic the files are not shown for loading???

T
Quote Glider 19th September 2007, 17:05
Quote:
Originally Posted by mull7of
me again=================typed in the command for proftpd but not available---in synaptic the files are not shown for loading???

T
Try:
Code:
sudo apt-get update
sudo apt-get install proftpd

If that doesn't work, can you post the output of
Code:
cat /etc/apt/sources.list
Quote pwnd_nz 20th September 2007, 10:30
Glider - I can't believe you're still answering questions on your guide - Apparently Linux requires one to have a brain and work things out for themselves a little. (Read: Windows is written by monkeys, for monkeys...)

So the install, the setup of things went fine, no issues and most of your instructions were clear...(I needed to amend standard proftpd & samba config files to your specs rather than use your cut down version)

My question - and I can't for the life of me, figure it out....

Your little useradd script - I have pasted what I have below:

</home/useradd.sh>
Code:
#! /bin/bash
# Useradd script written by teh intarnets
if [ 'whoami' != 'root' ]
	then
	   echo "ERROR: You should be root to add users!"
   exit
fi
echo -n "Username: "
read username
useradd -d /home/$username -m -s /bin/bash $username
passwd $username
smbpasswd -a $username

I am logged in via VNC (using SSH tunnel as per your instructions)
Command typed: sh useradd.sh
Response: ERROR: You should be root to add users!

I have tried this as normal user, with an "sudo ..." and with both "sudo su" and "sudo bash" (which should both have the same effect) and they all return this...

As root - I type whoami at prompt and return is root

Please enlighten me...What have I missed? - Why is it telling me I need to be root when I am root?

- Thanks in advance.
Quote pwnd_nz 20th September 2007, 10:32
Cheers for the guide too by the way - You've written this extremely well and should be most proud.
I enjoyed how you slowly 'broke the user in' to the world of CLI rather than starting from CLI and if you don't get it, too bad.
:D
Quote Woodstock 20th September 2007, 10:44
pwned nz, youve used the wrong speech/quote marks it should be these
Code:
 [ `whoami` != “root” ] 
Quote pwnd_nz 20th September 2007, 11:23
tried that....makes no difference. - sorry :-/
Quote Glider 20th September 2007, 11:50
Quote:
Originally Posted by pwnd_nz
Glider - I can't believe you're still answering questions on your guide - Apparently Linux requires one to have a brain and work things out for themselves a little. (Read: Windows is written by monkeys, for monkeys...)
That's called service ;)
Quote:
Originally Posted by pwnd_nz
Code:
if [ 'whoami' != 'root' ]
It should be:
Code:
if [ `whoami` != 'root' ]
note the backticks around whoami (backticks; not single quotes)
Quote Woodstock 20th September 2007, 21:06
Quote:
Originally Posted by Glider
That's called service ;)

It should be:
Code:
if [ `whoami` != 'root' ]
note the backticks around whoami (backticks; not single quotes)

is the root part meant to be speach marks "root" or single quotes 'root', i only ask as the guide had speach and you just suggested single quotes.
is torrentflux dead?
Quote pwnd_nz 20th September 2007, 23:19
http://sourceforge.net/projects/torrentflux/ seems to be the go.

And much appreciated for pointing that out - I had presumed it was bit-tech's oddball formatting making me see things....
turns out I was actually just seeing things :D

Thanks very much.
Quote Woodstock 20th September 2007, 23:38
looks likes its going a different direction with new management (best word i could think of). look here
Quote Bar182 21st September 2007, 03:05
Hi, loved the article I have just finished doing part one and I have 2 problems.

Seems as though one of my problems is quite common, When using vnc I get the failed to connect to server error. This is after I have opened an ssh tunnel with putty. (Putty connects fine) how is this fixed?

Problem number two is a bit weird. When I setup PHPMyAdmin I changed the password as described and it brought me back to the login screen. Now when I try and login as user: root and my password it wont let me! anyway I can get back in and change this?

If anyone could help that would be much appreciated. Im a linux noob. ;)
Log in

You are not logged in, please login with your forum account below. If you don't already have an account please register to start contributing.







Mobile Phones

LG Arena ReviewHTC Magic Review

Compare over 250 mobile phones &
52,000 deals!



Broadband

Mobile Broadband

Compare over 100 broadband & mobile broadband deals online!

Dragonage