Re: [RDD] Greetings, two days etc

2013-10-23 Thread Wayne Merricks

Just in case it helps heres my nfs exports and permissions for /var/snd

/etc/exports:

/var/snd 10.43.0.0/255.255.0.0(rw,sync,all_squash,subtree_check)

10.43.x.x is my local network so amend as necessary.

/var/snd itself, because I was too lazy to set up permission lookups 
properly to sync ids across machines its actually quite wide open:


chown -R nobody:nogroup /var/snd
chmod -R 0775 /var/snd

Regards,

Wayne Merricks
The Voice Asia

On 23/10/13 07:13, Tim Camp wrote:


Greetings, Sorry bout the subject line thing guys, no sleep.
well here is the deal as it stands now.

All my machines can import to a local /var/snd
If I open web browser I can go to the cgi-bin pages, addcart.html etc.
soon as I mount my nfs /var/snd I can record but no import.
Import returns "Audio Converter Error: Unable to create destination file.

rd.conf is like so
Audiouser=rduser or unix user on that machine who is a member od 
rivendell group.

Audiogroup=rivendell

On the surface it seems like a nfs problem but
I can write to the /var/snd nfs share as rduser and as root.
also as I mentioned I can record  and rdcatch can record and import 
downloaded files.

Just no go on rdlibrary import or rdimport period.

Is there some special uid gid nfs setup required for 2.5.3

The Local /var/snd folder is owned by rduser and group rivendell.

I have tried many configurations on my export file on the server, I 
can connect and write from linux with them all but no import.


We haven't been able to put any new audio in the system since Saturday
and I think I hear someone sharpening a axe.

Going to sleep for the first time in three days, maybe I'll have some 
fresh thought in the morning.


Cheers

On Oct 22, 2013 7:28 PM, "Wayne Merricks" 
> wrote:


Hi,

Your message got cut off as it ended up in the subject line.  Did
you install via the repo or manual source compile?

I'm also guessing you mean Ubuntu Precise (12.04)?

Importing is usually an apache problem, have you checked
localhost/rd-bin/addcart.html exists?  You'll probably have to
copy the rd-bin.conf into /etc/apache/conf.d and restart the service.

Not really sure about the buffer overflows but see how you go with
that lot first.


On 2013-10-22 23:26, Tim Camp wrote:


Greetings, writing this morning as someone who has been up for two
days and at my wits end upgrading six machines from 1.7.2 to 2.5.3
I have a bunch of weird problems. Much of this may be that I am
just overlooking something, since I had a stroke my memory of
things I used to know is a bit vague. first I have one machine
brand new box brand new install of precise debian, it reaches
certain cuts in the log and rdairplay closes with a buffer
overflow error, this is repeatable over and over at the same place
in the log, however the same log runs fine on other machines. I
have done three different clean installs of os and rivendell on
this machine and have the same result. I have a identical machine
in another studio that works fine except for my other problem
below. The other problem is that I can't import on any machine, I
can record, but can't import, get audio converter error can't
create file in destination . rdcatch seems to import downloaded
files fine, so for two days we haven't



___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Greetings, two days etc

2013-10-22 Thread Tim Camp
Greetings, Sorry bout the subject line thing guys, no sleep.
well here is the deal as it stands now.

All my machines can import to a local /var/snd
If I open web browser I can go to the cgi-bin pages, addcart.html etc.
soon as I mount my nfs /var/snd I can record but no import.
Import returns "Audio Converter Error: Unable to create destination file.

rd.conf is like so
Audiouser=rduser or unix user on that machine who is a member od rivendell
group.
Audiogroup=rivendell

On the surface it seems like a nfs problem but
I can write to the /var/snd nfs share as rduser and as root.
also as I mentioned I can record  and rdcatch can record and import
downloaded files.
Just no go on rdlibrary import or rdimport period.

Is there some special uid gid nfs setup required for 2.5.3

The Local /var/snd folder is owned by rduser and group rivendell.

I have tried many configurations on my export file on the server, I can
connect and write from linux with them all but no import.

We haven't been able to put any new audio in the system since Saturday
and I think I hear someone sharpening a axe.

Going to sleep for the first time in three days, maybe I'll have some fresh
thought in the morning.

Cheers
On Oct 22, 2013 7:28 PM, "Wayne Merricks" 
wrote:

> Hi,
>
> Your message got cut off as it ended up in the subject line.  Did you
> install via the repo or manual source compile?
>
> I'm also guessing you mean Ubuntu Precise (12.04)?
>
> Importing is usually an apache problem, have you checked
> localhost/rd-bin/addcart.html exists?  You'll probably have to copy the
> rd-bin.conf into /etc/apache/conf.d and restart the service.
>
> Not really sure about the buffer overflows but see how you go with that
> lot first.
>
>
> On 2013-10-22 23:26, Tim Camp wrote:
>
>>
>>  Greetings, writing this morning as someone who has been up for two days
> and at my wits end upgrading six machines from 1.7.2 to 2.5.3 I have a
> bunch of weird problems. Much of this may be that I am just overlooking
> something, since I had a stroke my memory of things I used to know is a bit
> vague. first I have one machine brand new box brand new install of precise
> debian, it reaches certain cuts in the log and rdairplay closes with a
> buffer overflow error, this is repeatable over and over at the same place
> in the log, however the same log runs fine on other machines. I have done
> three different clean installs of os and rivendell on this machine and have
> the same result. I have a identical machine in another studio that works
> fine except for my other problem below. The other problem is that I can't
> import on any machine, I can record, but can't import, get audio converter
> error can't create file in destination . rdcatch seems to import downloaded
> files fine, so for two days we haven't
>
>
___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev


Re: [RDD] Greetings, two days etc

2013-10-22 Thread Wayne Merricks

Hi,

Your message got cut off as it ended up in the subject line.  Did you 
install via the repo or manual source compile?


I'm also guessing you mean Ubuntu Precise (12.04)?

Importing is usually an apache problem, have you checked 
localhost/rd-bin/addcart.html exists?  You'll probably have to copy the 
rd-bin.conf into /etc/apache/conf.d and restart the service.


Not really sure about the buffer overflows but see how you go with that 
lot first.



On 2013-10-22 23:26, Tim Camp wrote:


Greetings, writing this morning as someone who has been up for two days 
and at my wits end upgrading six machines from 1.7.2 to 2.5.3 I have a 
bunch of weird problems. Much of this may be that I am just overlooking 
something, since I had a stroke my memory of things I used to know is a 
bit vague. first I have one machine brand new box brand new install of 
precise debian, it reaches certain cuts in the log and rdairplay closes 
with a buffer overflow error, this is repeatable over and over at the 
same place in the log, however the same log runs fine on other machines. 
I have done three different clean installs of os and rivendell on this 
machine and have the same result. I have a identical machine in another 
studio that works fine except for my other problem below. The other 
problem is that I can't import on any machine, I can record, but can't 
import, get audio converter error can't create file in destination . 
rdcatch seems to import downloaded files fine, so for two days we 
haven't


___
Rivendell-dev mailing list
Rivendell-dev@lists.rivendellaudio.org
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev