[Astlinux-users] Problems installing from trunk

2008-04-16 Thread Mark Phillips
Hi all,

Well the time has come to start messing with the trunk images. I
downloaded the latest ISO file and tried to install it on my decTOP
machine. 

The install failed as did the livecd. on both occasions the system
complained about not being able to access the tty. Erm ... hold on. It
was using the tty to tell me this and it let me type other stuff in!

Could it be that I'm on my decTOP? Whilst it's a 300MHz Geode it's all
USB based. I wondered if it was looking for a proper keyboard etc.

Mark


 
-- 



Mark Phillips, G7LTT/NI2O
Randolph, NJ


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Problems installing from trunk

2008-04-16 Thread Darrick Hartman (lists)
Mark Phillips wrote:
 Hi all,
 
 Well the time has come to start messing with the trunk images. I
 downloaded the latest ISO file and tried to install it on my decTOP
 machine. 
 
 The install failed as did the livecd. on both occasions the system
 complained about not being able to access the tty. Erm ... hold on. It
 was using the tty to tell me this and it let me type other stuff in!
 
 Could it be that I'm on my decTOP? Whilst it's a 300MHz Geode it's all
 USB based. I wondered if it was looking for a proper keyboard etc.

I'm sure something is broken in the install logic.  It's going to be a 
few days before I can take a look at it.

trunk/target/initrd/target_skeleton/linuxrc

This is the same issue that David pointed out yesterday.

 Please choose: hda
 Continuing with install to hda
 Created RamDisk successfully!
 cp: cannot stat '/cdrom/root.squashfs': No such file or directory

Looks like it's not identifying the image file correctly.

Darrick
-- 
Darrick Hartman
DJH Solutions, LLC
http://www.djhsolutions.com

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Alternate Web Update

2008-04-16 Thread Michael Keuter
New update.

1) Added a Monitor tab (per Michael Keuter's 
suggestion), hidden by default, but can be 
shown with a Pref's tab option.  Files with the 
suffix of .wav or .WAV in the directory 
/var/spool/asterisk/monitor/ are shown.  Also 
.wav files in up to 2 sub-directories will also 
be shown.

If you click on Get the recording will be 
downloaded and your configured 'helper' should 
play it.

A Pref's tab option of Play WAV recordings in 
browser rather than download will attempt to 
play the WAV file in the browser provided 
QuickTime or some such plugin that can handle 
audio/x-wav MIME types is installed.

Monitor recordings can also be deleted.  Please report back on how
this works.

Hi Lonnie,

thanks for implementing Monitor.
But it doesn't work for me.
Even though there are .WAV files in the 
/var/spool/asterisk/monitor directory I get a 
screen with error messages = screenshots.

Michael

--
Email: mailto:[EMAIL PROTECTED]


Anhang konvertiert: Daten:Monitor1.png (PNGf/«IC») (000594F3)
Anhang konvertiert: Daten:Monitor2.png (PNGf/«IC») (000594F4)

Could it be a problem that 
/var/spool/asterisk/monitor is a symbolic link 
to /mnt/kd/monitor ?

Michael

--
Email: mailto:[EMAIL PROTECTED]


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Alternate Web Update

2008-04-16 Thread Lonnie Abelbeck

On Apr 16, 2008, at 8:06 AM, Michael Keuter wrote:
 New update.

 1) Added a Monitor tab (per Michael Keuter's suggestion), hidden  
 by default, but can be shown with a Pref's tab option.  Files with  
 the suffix of .wav or .WAV in the directory /var/spool/asterisk/ 
 monitor/ are shown.  Also .wav files in up to 2 sub-directories  
 will also be shown.

 If you click on Get the recording will be downloaded and your  
 configured 'helper' should play it.

 A Pref's tab option of Play WAV recordings in browser rather than  
 download will attempt to play the WAV file in the browser  
 provided QuickTime or some such plugin that can handle audio/x-wav  
 MIME types is installed.

 Monitor recordings can also be deleted.  Please report back on how
 this works.

 Hi Lonnie,

 thanks for implementing Monitor.
 But it doesn't work for me.
 Even though there are .WAV files in the /var/spool/asterisk/monitor  
 directory I get a screen with error messages = screenshots.

 Michael

Michael,

I see your monitor files are sym-linked elsewhere.

If you edit admin/monitor.php, line #27, you will see the find  
command that I use to create the list.

Add the option -follow, ie

@system('find '.$dir.' -follow -maxdepth 3 -regex .*\.[wW][aA][vV]$  
 '.$tmpfile, $status);

In a standard AstLinux system with a keydisk, the /var/spool/asterisk/ 
monitor/ directory is linked to /mnt/kd/monitor/ and that works for me.

Let me know if the -follow solves your problem.  Otherwise, I will  
just have to allow you to choose your monitor path.

Lonnie


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Problems installing from trunk

2008-04-16 Thread Mark Phillips
Yes, that's my problem.

Mark


On Wed, 2008-04-16 at 13:09 -0700, Philip Prindeville wrote:
 Darrick Hartman (lists) wrote:
  Mark Phillips wrote:

  Hi all,
 
  Well the time has come to start messing with the trunk images. I
  downloaded the latest ISO file and tried to install it on my decTOP
  machine. 
 
  The install failed as did the livecd. on both occasions the system
  complained about not being able to access the tty. Erm ... hold on. It
  was using the tty to tell me this and it let me type other stuff in!
 
  Could it be that I'm on my decTOP? Whilst it's a 300MHz Geode it's all
  USB based. I wondered if it was looking for a proper keyboard etc.
  
 
  I'm sure something is broken in the install logic.  It's going to be a 
  few days before I can take a look at it.
 
  trunk/target/initrd/target_skeleton/linuxrc
 
  This is the same issue that David pointed out yesterday.
 

 
 I think he's referring to:
 
 /bin/sh: can't access tty; job control turned off
 
 when dropping the user into bash.
 
 Not sure why this is.
 
 Might have to do with the fact that init isn't running yet...  or else 
 we might need to do some redirection with 'sh' before starting it, like:
 
 /bin/sh  /dev/console  /dev/console 21
 
 or some such...
 
 -Philip
 
 
 -
 This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
 Don't miss this year's exciting event. There's still time to save $100. 
 Use priority code J8TL2D2. 
 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
 ___
 Astlinux-users mailing list
 Astlinux-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/astlinux-users
 
 Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
 PROTECTED]
-- 



Mark Phillips, G7LTT/NI2O
Randolph, NJ


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]


Re: [Astlinux-users] Alternate Web Update

2008-04-16 Thread Lonnie Abelbeck
New update.

1) More Monitor tab features, the size and date are displayed, and  
sorted by date, newest on top.  The method used to retrieve the  
monitor files was changed to be compatible for AstLinux 0.4.X users.

2) Added Voicemail User Status to the Status tab, disabled by  
default, enabled in the Prefs tab, as well as configurable asterisk  
command used.

3) In System tab, if PPPOEPASS or SMTP_PASS is set, their values will  
be obfuscated with *'s in the table.

If you missed the weekend's update, please note a major change in the  
file layout and reinstall from scratch.

Source found here: (untar's into altweb/ directory)
http://lonnie.abelbeck.com/astlinux/altweb.tar.gz

or

Untar's into current (./) directory:
http://lonnie.abelbeck.com/astlinux/altweb-update.tar.gz

Enjoy,
Lonnie


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to [EMAIL 
PROTECTED]