Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

Raspberry_Pi_4-Ham_RADIO

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 587 - 616 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
587 siegfried jackstien
dg9bfc Send Email
Jan 28, 2013
10:02 pm
Look the odroid boards :-) http://www.hardkernel.com/renewal_2011/main.php from credit card size to 10x10cm different siuzes (with different connectors on the...
588 Denton
wb0zur Send Email
Jan 28, 2013
10:10 pm
I got it to work! Woo Hoo Thanks to all that wrote! Denton WB0ZUR...
589 John D. Hays
k7ve Send Email
Jan 28, 2013
10:14 pm
http://groups.yahoo.com/group/ARMedAmateurs/ ... John D. Hays K7VE PO Box 1223, Edmonds, WA 98020-1223 <http://k7ve.org/blog>...
590 Robert Nickels
w9ran Send Email
Jan 28, 2013
10:21 pm
... Agree and applaud it Jerry. It's easy for those of us who are interested to sign up and keep the focus on R-Pi here. Since so many questions are specific...
591 Kristoff Bonne
krbonne Send Email
Jan 28, 2013
10:33 pm
Hi Jerry, OK, looks like I started quite a stur here. My appologies for that. That was surely not my intention. Just for clearity. It is not at all my...
592 bill
chief6226 Send Email
Jan 28, 2013
10:43 pm
So what was the point of a 2 hour poll? Put it back up and let it cook for a couple of days. Bill kd5yyk...
593 Jerome K
n9lya Send Email
Jan 28, 2013
10:43 pm
Kristoff... You did nothing wrong.. No Apology needed.. You asked a very good question, that needed to be addressed.. I did hastily post a POLL. I should not...
594 Jim Thisdale
n1jmm Send Email
Jan 30, 2013
6:18 am
Agreed... Poll too short to capture good data. Should stay Pi only... -Jim- Visit my Pi running ircddb, dvrptr, Apache & many other things: ...
595 kk7pw Send Email Feb 1, 2013
9:15 am
For what's its worth, as a newbie, I'd vote to keep the group pi-centric. Plenty to discuss / explore in Pi alone. My two volts. :) de KK7PW...
596 Donald
woodhor Send Email
Feb 2, 2013
9:01 am
I am up to Chapter 9, "The Pi as a Web Server" in Eben's book and I have run into a problem Installing WordPress. When I put the following command: "sudo...
597 Ronny Julian
k4rjj@ymail.com Send Email
Feb 2, 2013
12:41 pm
I've gotten a few programs going on the Pi but I'd like to try the Java based "Yet Another APRS Client" on this. I have it on there easy enough from my thumb...
598 Vincent
n2ohh Send Email
Feb 2, 2013
12:42 pm
... Does the file exist and do you have permission to access/modify the file? Which user are you running as? -- Vincent Tompkins n2ohh@......
599 Bob Scanferla
va3rjs Send Email
Feb 2, 2013
1:49 pm
sometimes things get installed in different places, at least that hs been my experience over time. HAve tried seaching for the file: find / -name setup-mysql ...
600 Donald J Tambeau
woodhor Send Email
Feb 2, 2013
4:44 pm
I am running as Pi. I have use the Sudo command all along. The find/ command returns: No such file or directory. Thanks for your help. Don From:...
601 Donald J Tambeau
woodhor Send Email
Feb 2, 2013
4:45 pm
Hello Vincent, The find/ -name setup-mysql returns: No such file or directory. Don VE3HOL From: Raspberry_Pi_4-Ham_RADIO@yahoogroups.com...
602 Vincent
n2ohh Send Email
Feb 2, 2013
8:27 pm
Did it ask you to run configure make make install ? It seems like you didn't run make install since it can't find the setup program. -- Vincent Tompkins ...
603 John Wiseman
gm8bpq Send Email
Feb 2, 2013
8:42 pm
Hi folks. The pi port of BPQ32 is about ready for testing. There are sure to be problems with it still, but if anyone is willing to try it please let me know....
604 Stan Grigaliunas
k8srb Send Email
Feb 3, 2013
1:46 am
Don, I am also stuck on the same spot. Was going great until now. Did you find the solution yet? Stan K8SRB From: Donald Sent: Friday, February 01, 2013 10:38...
605 Donald J Tambeau
woodhor Send Email
Feb 3, 2013
8:29 am
Hello Stan, No solution yet….if I find a solution I will post it. Don VE3HOL From: Raspberry_Pi_4-Ham_RADIO@yahoogroups.com...
606 John D. Hays
k7ve Send Email
Feb 3, 2013
8:29 am
Did you install mysql server? ... John D. Hays K7VE PO Box 1223, Edmonds, WA 98020-1223 <http://k7ve.org/blog> <http://twitter.com/#!/john_hays> ...
607 Jaime Robles
jaime@... Send Email
Feb 3, 2013
8:39 am
You cab try sudo find / -name setup-mysql to find the file or directory, in case it exists and the install script is wrong. It may be that the script...
608 JJ
ve1jot@... Send Email
Feb 3, 2013
12:10 pm
... Can you perhaps try the same command I use in linux to find that? eg: sudo updatedb, then "sudo locate (filename)"??? On 02/03/2013 04:13 AM, Jaime Robles ...
609 Donald J Tambeau
woodhor Send Email
Feb 3, 2013
2:39 pm
Hello John, You might be on to something John. Here is what happens when I give the following command. Sudo apt-get install mysql-server Reading package...
610 Donald J Tambeau
woodhor Send Email
Feb 3, 2013
2:39 pm
Hello Stan, sudo find / -name setup-mysql got the No such file or directory and so did sudo find / -name mysql-setup From:...
611 Jeremy McDermond
jmcdermond Send Email
Feb 3, 2013
5:59 pm
... No, that merely means that the mysql *client* is installed. The server is a separate package. The client will prompt you for the password before it even...
612 Jaime Robles
jaime@... Send Email
Feb 3, 2013
7:36 pm
Did you tried sudo apt-get update apt-get install mysql-server I installed dselect (sudo apt-get install dselect) as I like dselect to browse the package...
613 Jaime Robles
jaime@... Send Email
Feb 3, 2013
7:41 pm
I have just noticed that it is not a problem of the mysql-server package... It is on the "wordpress&quot; doc package ...
614 Donald J Tambeau
woodhor Send Email
Feb 3, 2013
8:02 pm
Hello Jeremy, I get the following message when I put your command: sudo dpdg --get-selections mysql-server I get the following. Sudo: dpkg--get-selections:...
615 Donald J Tambeau
woodhor Send Email
Feb 3, 2013
9:07 pm
Hello Jaime, Both of these were done long ago. sudo apt-get update apt-get install mysql-server also wordpress was installed long ago sudo bash setup-mysql -n...
616 Stan Grigaliunas
k8srb Send Email
Feb 3, 2013
10:20 pm
Don, I am also following the reflector with the same results as you. 73 Stan K8SRB From: Donald J Tambeau Sent: Sunday, February 03, 2013 3:57 PM To:...
Messages 587 - 616 of 1718   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help