OSC error on arch linux

Problems getting SL up and running on Linux? Post here.

Moderator: jesse

Post Reply
baking666
Posts: 5
Joined: Fri Feb 26, 2010 7:55 pm

OSC error on arch linux

Post by baking666 »

Hello :-)

I have SooperLooper 1.6.14 installed ok but engine crashes....what do you make of this?


[bking@myhost ~]$ sooperlooper
SooperLooper 1.6.14
Copyright 2007 Jesse Chappell
OSC server URI (network) is: osc.udp://myhost:9951/
OSC error -3: Temporary failure in name resolution


[bking@myhost ~]$ slgui
slgui: our URL is osc.udp://myhost:11227/
execing: 'sooperlooper -q -U osc.udp://myhost:11227/ -p 9951 -l 1 -c 2 -t 40 -m "/home/bking/.sooperlooper/default_midi.slb"'

slgui: spawned new engine
OSC error -3: Temporary failure in name resolution
sooperlooper warning: could not open for reading: /home/bking/.sooperlooper/default_midi.slb
slgui: remote looper is at osc.udp://myhost:9951/ version=1.6.14 loopcount=1 id=1290812041
but treating the engine URL as osc.udp://:9951/

[bking@myhost ~]$ cat /etc/hosts
#
# /etc/hosts: static lookup table for host names
#

#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost

# End of file
jesse
Posts: 554
Joined: Sat Sep 06, 2008 9:46 am
Contact:

Re: OSC error on arch linux

Post by jesse »

In your /etc/hosts file, looks like you want to put myhost in there, probably on the same line as localhost, if you don't plan on controlling it from another machine on the network.
Post Reply