Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Linux


Reply
 
Share Thread Tools Display Modes
Old 06-03-2009, 03:56 PM   #76
Maximum Bitrate
 
PaulF's Avatar
 
Join Date: Jan 2008
Location: Dartmouth, MA
Posts: 517
PaulF is on a distinguished road
The fact that phpMyAdmin is in the package system is a great idea, but it's annoying in practice. All phpMyAdmin is is a set of php files. It doesn't need this "installation" bologna. Save yourself package management issues and go here:
http://www.phpmyadmin.net/home_page/index.php
download it, unarchive it and stick it in the root folder of your web directory. It has a configuration file in there too.

That site also has a bunch of documentation on it.

Your proftpd problems are not problems with proftpd. The problem is you don't have the ftp client installed on the the plug. See what apt-get turns up for apt-get install ftp. Otherwise, we'll need to talk about alternative FTP clients.

You can also go to the mac terminal and try to ftp from there to the plug.
__________________
My Car (Just the audio install as of now)
http://paulfurtado.com/car/

Worklog:
http://www.mp3car.com/vbulletin/work...-work-log.html

Planning 90%
Computer Build 88%
Programming 10%
Car Install 71%
PaulF is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-03-2009, 05:32 PM   #77
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,142
Bugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to behold
Quote: Originally Posted by PaulF View Post
Your proftpd problems are not problems with proftpd. The problem is you don't have the ftp client installed on the the plug. See what apt-get turns up for apt-get install ftp. Otherwise, we'll need to talk about alternative FTP clients.

You can also go to the mac terminal and try to ftp from there to the plug.

Sure enough, that worked. So....what the hell is proftpd? I thought it was an implementation of ftp for debian? Sigh.
__________________
Want to:
-Find out about the iBug?
-Stop being a newbie? Take a look at the FAQ Emporium?
-Find out about carPC's in just 5 minutes? View the Car PC 101 video
-Help me kill my car PC
-Watch live video streams from my mobile PC? Check it out here.
-Where is the iBug?
Bugbyte is offline   Reply With Quote
Old 06-03-2009, 06:33 PM   #78
Variable Bitrate
 
red_parchel's Avatar
 
Join Date: Jul 2006
Location: Boston, Ma
Posts: 227
red_parchel is on a distinguished road
Quote: Originally Posted by Bugbyte View Post
Sure enough, that worked. So....what the hell is proftpd? I thought it was an implementation of ftp for debian? Sigh.

ftp is split up in a server [ in your case proftpd] and a client [in your case ftp on the mac]

the d at the end of proftpd "suggests" that it's a daemon, or an application that runs in the back ground .. typically a server ... example: jabberd is the jabber messaging daemon[read server]

ftp is the client this connects to the server just like your web browser on your mac connects to the apache web server on your plug, ftp [from any comptuer with an ftp client on it] will connect to the ftp server [proftpd] on the plug!

so back to the SATS ftp:proftpd::firefox:apache2 [loosely]
__________________
Carputer Status:
MobileOne: retired - via - Gentoo Linux, gps drive, nGhost, tethered e815
MobileTwo: retired - via - Ubuntu Linux, gps drive, nGhost
MobileThree: development - Intel Atom - Gentoo Linux, iGuidance3, navIT, nGhost2
--worklog--
red_parchel is offline   Reply With Quote
Old 06-04-2009, 04:54 PM   #79
Constant Bitrate
 
Join Date: Aug 2007
Location: Northern VA
Posts: 125
cgalpin is an unknown quantity at this point
Sounds like you got your ftp problem sorted out, great.

Regarding phpmyadmin, regardless of if you choose to re-install using the package, or install from a tar ball, you will want to do two things

1. Uninstall the package

Code:
sudo apt-get remove phpmyadmin

2. Make sure you know your root password and can connect to mysql before reinstalling. You should be able to run

Code:
mysql -u root -p

And enter your password and get a "mysql>" prompt.

Oh and if you don't think you need it, just do #1 and scrap it. I just figured you'd find it useful and it does confirm you have a working installation.

hth
charles
cgalpin is offline   Reply With Quote
Old 06-10-2009, 09:11 AM   #80
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
This is a very interesting idea. Would it be worth combining efforts and adding the results of this work into LinuxICE? Maybe a LinuxICE headless edition: doesn't have X, nGhost or any other graphical peices, just runs the services (wifi-proximity, fbd, obdgpslogger(d), apache, etc).

I think an awesome web interface to these services can be produced if done right: create a sf.net project, subversion code repo so multiple coders can hack on it all at once, packages for LinuxICE/Ubuntu, etc.

what say ye?
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 06-10-2009, 09:16 AM   #81
Constant Bitrate
 
Join Date: Aug 2007
Location: Northern VA
Posts: 125
cgalpin is an unknown quantity at this point
Hehe, why do you think I have gotten involved in LinuxICE2 kev?

I'm not pinned down to any one way, but you hit the nail on the head - the carputer can and should be able to be very useful without any graphical interface. I want a "core" computer that is low enough power use when idle to never need to be turned off, and just stays on all the time. That core is LinuxICE

Then one or more other pieces can boot up with the car, (maybe even using tftp to get it's image from the core) and provide other services like user input, displays etc. Or say use your iphone

:grin
cgalpin is offline   Reply With Quote
Old 06-10-2009, 09:54 AM   #82
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Quote: Originally Posted by cgalpin View Post
Hehe, why do you think I have gotten involved in LinuxICE2 kev?

I'm not pinned down to any one way, but you hit the nail on the head - the carputer can and should be able to be very useful without any graphical interface. I want a "core" computer that is low enough power use when idle to never need to be turned off, and just stays on all the time. That core is LinuxICE

Then one or more other pieces can boot up with the car, (maybe even using tftp to get it's image from the core) and provide other services like user input, displays etc. Or say use your iphone

:grin

score!
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 06-10-2009, 03:21 PM   #83
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,142
Bugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to behold
Awesome, guys! I don't know where all of this is heading but an ice2 headless on the plug with a web interface would be really cool!
__________________
Want to:
-Find out about the iBug?
-Stop being a newbie? Take a look at the FAQ Emporium?
-Find out about carPC's in just 5 minutes? View the Car PC 101 video
-Help me kill my car PC
-Watch live video streams from my mobile PC? Check it out here.
-Where is the iBug?
Bugbyte is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 06-10-2009, 08:43 PM   #84
Maximum Bitrate
 
PaulF's Avatar
 
Join Date: Jan 2008
Location: Dartmouth, MA
Posts: 517
PaulF is on a distinguished road
I'm up for putting forth some help on the web interface. Get me a back end to work with and I can produce the PHP/AJAX/Javascript/XHTML to make it happen.

I like how this thread has evolved way past the n00b level.
__________________
My Car (Just the audio install as of now)
http://paulfurtado.com/car/

Worklog:
http://www.mp3car.com/vbulletin/work...-work-log.html

Planning 90%
Computer Build 88%
Programming 10%
Car Install 71%
PaulF is offline   Reply With Quote
Old 06-11-2009, 11:15 AM   #85
licensed to kill
 
kev000's Avatar
 
Join Date: Aug 2006
Location: Deep in the Rockies... coding in caves
Posts: 1,038
kev000 will become famous soon enough
Quote: Originally Posted by PaulF View Post
I'm up for putting forth some help on the web interface. Get me a back end to work with and I can produce the PHP/AJAX/Javascript/XHTML to make it happen.

I like how this thread has evolved way past the n00b level.

Let me know what you need on the backend. We have service for gps (gpsd), fusionbrain (fbd), obd-ii (obdgpslogger now supports DBus), SMS (smsd)...

Also, if you need a place to commit your code, I can make a place in the LinuxICE svn repo for it.
__________________
LinuxICE - because my car already has enough windows (and because I like speed).
LinuxICE2 beta2 is released!!! get it now!
Follow OpenICE development
kev000 is offline   Reply With Quote
Old 06-11-2009, 07:04 PM   #86
Maximum Bitrate
 
PaulF's Avatar
 
Join Date: Jan 2008
Location: Dartmouth, MA
Posts: 517
PaulF is on a distinguished road
I just created a thread for the web front end here:
http://www.mp3car.com/vbulletin/linu...nt-thread.html

I came up with some ideas and plans that you should all critique.

Now we can direct this thread back at the sheeva.
__________________
My Car (Just the audio install as of now)
http://paulfurtado.com/car/

Worklog:
http://www.mp3car.com/vbulletin/work...-work-log.html

Planning 90%
Computer Build 88%
Programming 10%
Car Install 71%
PaulF is offline   Reply With Quote
Old 06-15-2009, 07:34 PM   #87
Mod - OBDII GPS Logger forum
 
Join Date: Mar 2009
Location: Los Angeles
Posts: 401
chunkyks is on a distinguished road
By the way, ftp is dead, let it be. Dead, f**ked, broken, insecure, busted old pos. Ditto telnet [I didn't see if you're ssh'ing into the wallwart or telnet'ing into it].

scp is your friend. There's a mind-boggling awesome gui for it for windows, and for linux there's a thousand already-existing pointy-clikky file managers and command-line versions. If ssh is working, then you already have scp working. One of my favorite other benefits of ssh and scp is that you can set up public key authentication, so you don't have to type in your password, but it's secure.

If you're still using telnet or ftp it is absolutely, unequivocally, worth taking ten minutes to learn to use scp instead of ftp and ssh instead of telnet.

Gary (-;
chunkyks is offline   Reply With Quote
Old 06-15-2009, 11:15 PM   #88
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,142
Bugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to behold
Thanks, that was a cool tip. I've been ssh'ing into the plug and using ftp with difficulty. This is way easier.

Also, check my progress on the "How to build this for ARM" thread.
__________________
Want to:
-Find out about the iBug?
-Stop being a newbie? Take a look at the FAQ Emporium?
-Find out about carPC's in just 5 minutes? View the Car PC 101 video
-Help me kill my car PC
-Watch live video streams from my mobile PC? Check it out here.
-Where is the iBug?
Bugbyte is offline   Reply With Quote
Old 06-16-2009, 12:14 AM   #89
Mod - OBDII GPS Logger forum
 
Join Date: Mar 2009
Location: Los Angeles
Posts: 401
chunkyks is on a distinguished road
oo, it magically built ? yay !

Gary (-;
chunkyks is offline   Reply With Quote
Old 06-16-2009, 12:15 AM   #90
Admin. Don't bug or I'll byte.
 
Bugbyte's Avatar
 
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,142
Bugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to beholdBugbyte is a splendid one to behold
yeah, it built. Not sure if I can get ftdi to work, but obdgpslogger built. Small progress, small progress!
__________________
Want to:
-Find out about the iBug?
-Stop being a newbie? Take a look at the FAQ Emporium?
-Find out about carPC's in just 5 minutes? View the Car PC 101 video
-Help me kill my car PC
-Watch live video streams from my mobile PC? Check it out here.
-Where is the iBug?
Bugbyte is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
New Frontend for Windows and Linux gbr Other Cool Front Ends 68 01-21-2009 09:55 PM
What is needed to make a mac run in a car? purplebluengree MacCar 1 03-11-2005 02:05 AM
Possible EPIA distro for Linux, Can we make one? adamis Software & Software Development 15 02-23-2005 06:50 PM
Those running Linux from CF, how to make bootable? eugenen Software & Software Development 1 11-10-2003 01:18 AM
mp3/ogg player for Linux? mpfreeze Software & Software Development 5 12-16-2002 10:35 AM



All times are GMT -5. The time now is 02:29 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics