Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Page 2 of 3 < 1 2 3 >
Topic Options
#120753 - 15/10/2002 07:35 Re: empeg-preinit v6 [Re: genixia]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
Thanks, will do that (although I could swear that there is no preinit.d in /programs0, I'll find out when I get there) as soon as this disk check is finished.

Boy, fsck -fay /dev/hda4 sure is taking a long time.
_________________________
Tony Fabris

Top
#120754 - 15/10/2002 07:38 Re: empeg-preinit v6 [Re: genixia]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
I am admittedly behind on these efforts to create a standard partition layout and painless 3rd-party app installs, but I don't understand this /programs0 stuff. Why don't we use /usr/local as the standard mount point like the rest of the UNIX-using world? I think this /programs0 /programs1 stuff is really confusing. Especially for those of us who *don't* want 3rd-party apps on our music partitions.
_________________________
- Tony C
my empeg stuff

Top
#120755 - 15/10/2002 07:42 Re: empeg-preinit v6 [Re: genixia]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
Yeah, like I said. There is no preinit.d in either /programs0 or in /etc.

empeg:/empeg/bin# cd /programs0
empeg:/programs0# ls
lost+found
empeg:/programs0# mv preinit.d /etc/
mv: preinit.d: No such file or directory
empeg:/programs0# ro
empeg:/programs0#

_________________________
Tony Fabris

Top
#120756 - 15/10/2002 08:10 Re: empeg-preinit v6 [Re: tfabris]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
Since you've rebooted, /dev/hda2 has been mounted on /programs0, and the contents of /dev/hda2 have thus obscured the contents of /programs0/ (the directory on the root parrition).

Try:
umount /programs0
ls /programs0

and you will probably see preinit.d
So, after having done this,

rw
cd /programs0
mv preinit.d /etc/
cd /
./mkprgpt


Yeah, you're right...even with the script, it still takes a willingness to learn and understand a smattering or more of linux principles and commands. I want to get this down to point and click.

_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#120757 - 15/10/2002 08:30 Re: empeg-preinit v6 [Re: tonyc]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
How to deal with 2 drives?

/usr/local0
/usr/local1
??

/usr/local/drive0
/usr/local/drive1

??

Maybe /opt0 and /opt1 ?

My main reasons for using /programs0 and /programs1 were;
Make them easily available from the / partition.
Make it obvious which patition is on which drive.
Make it obvious what the partitions are for non- linux/unix users, who make up the majority of mortals here.
The empeg is hardly a typcial unix/linux system - so standards weren't a major concern.


That being said - when we get to point and click installation via JEmplode or any other package, those points become moot. But we needed a start point to get more people using 3rd party apps to start driving this stuff, and my script provided that.

Now is the time to be having this debate though. We need to standardise stuff like this before point and click for the masses is implemented. We also need to ensure that migration is painless. (not too tricky)
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#120758 - 15/10/2002 08:37 Re: empeg-preinit v6 [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Sorry. I went to bed early and have been working on a real bugbear of a problem at work, thus my silentness during all of this.

In general, the correct procedure for doing this is simply:
mkdir /programs0

mkdir /programs1
mke2fs /dev/hda2
mke2fs /dev/hdc2
mount /dev/hda2 /programs0
mount /dev/hdc2 /programs1
You can leave off the /programs1 and /dev/hdc2 stuff if you have only one drive.

The reason I didn't include those instructions is because I assumed that genixia's script already did it and I didn't want everything to change all of a sudden for people not using it. (Maybe that's not a good reason.)

However, I'll go back and include those instructions on my web page ASAP.
_________________________
Bitt Faulk

Top
#120759 - 15/10/2002 08:46 Re: empeg-preinit v6 [Re: genixia]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I think /programs{0,1} is fine. As you imply, all ``standards'' are down the toilet now anyway, since we're avoiding /etc for configuration scripts. It's not like knowledge of that sort of preexisting knowledge is really going to help anyone anyway, and for the rest, hopefully, they'll never see it.
_________________________
Bitt Faulk

Top
#120760 - 15/10/2002 08:53 Re: empeg-preinit v6 [Re: genixia]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
Try:
umount /programs0
ls /programs0

and you will probably see preinit.d
So, after having done this,

rw
cd /programs0
mv preinit.d /etc/
cd /
./mkprgpt


This worked. Thanks.

However, now every time I use the Hijack/CharcoalGray XML web interface to set RW and RO, the player segfaults like crazy in an infintite loop (as described earlier in this thread).
_________________________
Tony Fabris

Top
#120761 - 15/10/2002 08:56 Re: empeg-preinit v6 [Re: tfabris]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
Hmm..I hate to use these 2 words together, but.... bug.....hijack.

Let me look at this a bit, see if I can work out what's going on.
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#120762 - 15/10/2002 08:57 Re: empeg-preinit v6 [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Might have something to do with the ``mount'' command with no options no longer reporting correctly. Can we talk to him and see if he can use /proc/mounts instead? (I don't use the web interface.)
_________________________
Bitt Faulk

Top
#120763 - 15/10/2002 09:05 Re: empeg-preinit v6 [Re: wfaulk]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
FYI, the Hijack I'm running is jaharkes modified version that has the fix which will make it work better with the GPSapp. Dunno if that has any bearing.
_________________________
Tony Fabris

Top
#120764 - 15/10/2002 09:08 Re: empeg-preinit v6 [Re: genixia]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
How to deal with 2 drives?
/usr/local0
/usr/local1
??
/usr/local/drive0
/usr/local/drive1

How to deal with 2 drives?

/usr/local0
/usr/local1
??
/usr/local/drive0
/usr/local/drive1


Nope...

The ideal situation as I see it is /usr/local containing symlinks to /drive0/emptriv, /drive1/gpsapp, or whatever. So the install program would install them to a user-chosen path, then create a link in /usr/local.

That way, those who choose to install on the music partitions and those (like me) who install to the spare 32mb partition can both have our programs available under /usr/local. The physical location is abstracted.
_________________________
- Tony C
my empeg stuff

Top
#120765 - 15/10/2002 09:09 Re: empeg-preinit v6 [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
It shouldn't. Beyond having hijack exec /sbin/hijack instead of /sbin/init, it's all pretty basic userland stuff. But if you want to be sure, you could try just installing a normal Hijack kernel temporarily.
_________________________
Bitt Faulk

Top
#120766 - 15/10/2002 09:12 Re: empeg-preinit v6 [Re: tonyc]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
I'd argue that /opt makes more sense here than /usr/local, but a good idea nonetheless.

My main reasoning for this is that if the empeg guys ever decided that we needed a separate /usr filesystem (unlikely but possible), then preinit would have to mount /usr in addition, which could be a bad thing. Having an immediate subdirectory of / obviates that possibility.
_________________________
Bitt Faulk

Top
#120767 - 15/10/2002 09:15 Re: empeg-preinit v6 [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
By the way. I now get "EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended" twice when I do RWP.

What commands do I execute to fix this for the new programs partitions? It's not in the FAQ.
_________________________
Tony Fabris

Top
#120768 - 15/10/2002 09:19 Re: empeg-preinit v6 [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
I think I figured it out. Do what's in the FAQ, except replace "4" with "2".
_________________________
Tony Fabris

Top
#120769 - 15/10/2002 09:20 Re: empeg-preinit v6 [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
Yeah, that seemed to work.
_________________________
Tony Fabris

Top
#120770 - 15/10/2002 09:26 Re: empeg-preinit v6 [Re: tfabris]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
Hey - you're learning
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#120771 - 15/10/2002 09:38 Re: empeg-preinit v6 [Re: genixia]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
Okay, I think I got preinit and GPSapp installed. Finally. Thanks, everyone, for all your help. Now to interface my Rand Mcnally unit to the player (I'll take those questions to another thread).

Jaharkes, your installation instructions in the readme need clarification. For example, you don't say that you need "incar" uploaded to /programs0, though I gleaned that this would be necessary so I did that and it seems to work. You also did not say that you need to chmod 755 all the files, which I also gleaned would be necessary. And to run the hack_init, you did not say it has to be ./hack_init in order to work. And I don't know if hack_init sets the drives back to read only, but its onscreen prompt says to reboot. If I had rebooted when it said to, and hadn't done an RO, I'll bet I would have been in trouble, huh?

Also, my player is in home mode but I still see GPS in the Hijack menu. Does that mean the "incar" test in the M50gpsapp script didn't work?
_________________________
Tony Fabris

Top
#120772 - 15/10/2002 09:40 Re: empeg-preinit v6 [Re: tfabris]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
Also, my player is in home mode but I still see GPS in the Hijack menu. Does that mean the "incar" test in the M50gpsapp script didn't work?

More info. Serial port when booting says:

player.cpp : 385:empeg-car 2.00-beta13 2002/07/24.
: command not foundd/M50gpsapp:
: command not foundd/M50gpsapp:
: command not foundd/M50gpsapp: exit
: command not foundd/M50gpsapp:
GPS app started
_________________________
Tony Fabris

Top
#120773 - 15/10/2002 09:41 Re: empeg-preinit v6 [Re: wfaulk]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
Yeah, I'm down with /opt/ too. The empeg installer could drop a symlink from /opt/appname to wherever it puts the actual subdirectory. Then the preinit scripts don't need to be custom, they can all go after /opt/appname/name_of_binary. IWBNI the installer provided good "default" places to put the apps in a dropdown box. I suggest the following:

/drive0/appname (default, since a lot of people seem to want to use the music partitions)
/drive1/appname (for those who ran out of space on /drive0)
/usr/local/appname (my preference, since I have a separate /usr partition)

For those with a non-standard location where they want to physically put the directory, they could just type that in or put it in the installer's INI file or something.
_________________________
- Tony C
my empeg stuff

Top
#120774 - 15/10/2002 09:42 Re: empeg-preinit v6 [Re: tfabris]
tonyc
carpal tunnel

Registered: 27/06/1999
Posts: 7058
Loc: Pittsburgh, PA
Tony, is that you I see volunteering to write a GPS FAQ after you're done with all this stuff?
_________________________
- Tony C
my empeg stuff

Top
#120775 - 15/10/2002 09:51 Re: empeg-preinit v6 [Re: tfabris]
tms13
old hand

Registered: 30/07/2001
Posts: 1115
Loc: Lochcarron and Edinburgh
Tony, is the next Empeg meet going to have a prize for "most followups to oneself on the BBS", or something? I think you'd be the front runner?

No offence meant - do keep following-up yourself with new information, etc. It's just that I noticed you replying to yourself in three different branches of this thread at the same time. Hmm, I think I've discovered your secret - all the sub-Tony instances that you use to keep people pointed at the FAQ have lost their synchronisation and are replying to each other. Even more strangely, @O#o$@#e@P#@,.$%%xaUu--\

+++
NO CARRIER
_________________________
Toby Speight
030103016 (80GB Mk2a, blue)
030102806 (0GB Mk2a, blue)

Top
#120776 - 15/10/2002 11:09 Re: empeg-preinit v6 [Re: genixia]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
Looks like a buffer overrun in notify.c

If my analysis is correct, this should only happen when you have used ftp or web inteface to both remount drives rw and then ro. If you use serial/telnet to run rw, rwm, rwp, then an ftp/web ro command will be fine. And if you use ftp/web to set rw, then a serial/telnet ro will also work. And all paritions need to be rw for the site ro to fail, ie if you ftp/web site rw, then serial/telnet rom, then ftp/web site ro will be okay.

The reason for all of this is because hijack's ftp/web remount commands use some performance-enhancing flags, whereas the binary utilities don't. These flags increase the amount of data read into the buffer, as does the fact that we've added 2 partitions, and once that data hits >256 byte we're in trouble. This theory is supported by the charactor count of /proc/mounts after an ftp site rw, which returns 268 bytes.

So I'm currently building a modified HJ299 with a larger buffer to see if that fixes it.
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#120777 - 15/10/2002 12:08 Re: empeg-preinit v6 [Re: genixia]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31566
Loc: Seattle, WA
If my analysis is correct, this should only happen when you have used ftp or web inteface to both remount drives rw and then ro.

Correct. Nice catch.

So I'm currently building a modified HJ299 with a larger buffer to see if that fixes it.

You rock. I also need Jaharke's fixes for the GPSapp in it, too, though.
_________________________
Tony Fabris

Top
#120778 - 15/10/2002 12:20 Re: empeg-preinit v6 [Re: tfabris]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
If the fixes for GPSapp amount to just making the player start without grabbing the serial port (and I don't know that that's true), you might be able to get it to work by using a blocking script in preinit that calls the player with -s-.
_________________________
Bitt Faulk

Top
#120779 - 15/10/2002 12:32 Re: empeg-preinit v6 [Re: wfaulk]
jaharkes
enthusiast

Registered: 20/08/2002
Posts: 340
Loc: Pittsburgh, PA
No the hijack kernel patch actually involves resetting the knob-press timer to 0 when we enter a userland application. It avoids switching between mp3/aux/tuner about 1-2 secs. after the moment application is selected.
_________________________
40GB - serial #40104051 gpsapp

Top
#120780 - 15/10/2002 12:33 Re: empeg-preinit v6 [Re: jaharkes]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Then nevermind.

BTW, if someone would like to ``donate'' a GPS receiver, I might keep more up to date with such things.
_________________________
Bitt Faulk

Top
#120781 - 15/10/2002 12:36 Re: empeg-preinit v6 [Re: wfaulk]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
I'm considering what to do with my Trimble SV6 at the moment. It's missing an antenna. (I stuck it on my Oncore)

I think bgmicro still have some...did the other day.
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#120782 - 15/10/2002 12:39 Re: empeg-preinit v6 [Re: tfabris]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
Yep, that appears to be the problem.

Try hijack299-jh1-mount fix

I'll ask Mark to include that mount fix in the next HJ.
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
Page 2 of 3 < 1 2 3 >