There's probably still something else wrong. Is there a logfile
somewhere?

pi@raspberrypi4:~ $ nano  /etc/systemd/system/mip.service

[Unit]
Description=MusicIP Mixer
After=multi-user.target

[Service]
Type=simple
User=pi
ExecStart=/usr/local/mip/MusicMagicServer start
ExecStop=/usr/local/mip/MusicMagicServer stop

[Install]
WantedBy=multi-user.target

pi@raspberrypi4:~ $ sudo systemctl daemon-reload
pi@raspberrypi4:~ $ sudo systemctl enable mip.service
pi@raspberrypi4:~ $ sudo systemctl start mip.service

pi@raspberrypi4:~ $ netstat -pln
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address        
State       PID/Program name
tcp        0      0 0.0.0.0:9090            0.0.0.0:*              
LISTEN      -
tcp        0      0 0.0.0.0:9000            0.0.0.0:*              
LISTEN      -
tcp        0      0 0.0.0.0:139             0.0.0.0:*              
LISTEN      -
tcp        0      0 0.0.0.0:22              0.0.0.0:*              
LISTEN      -
tcp        0      0 127.0.0.1:631           0.0.0.0:*              
LISTEN      -
tcp        0      0 0.0.0.0:3483            0.0.0.0:*              
LISTEN      -
tcp        0      0 0.0.0.0:445             0.0.0.0:*              
LISTEN      -
tcp6       0      0 127.0.0.1:8005          :::*                   
LISTEN      -
tcp6       0      0 :::139                  :::*                   
LISTEN      -
tcp6       0      0 :::8080                 :::*                   
LISTEN      -
tcp6       0      0 :::22                   :::*                   
LISTEN      -
tcp6       0      0 ::1:631                 :::*                   
LISTEN      -
tcp6       0      0 :::445                  :::*                   
LISTEN      -
udp        0      0 0.0.0.0:68              0.0.0.0:*                   
-
udp        0      0 0.0.0.0:631             0.0.0.0:*                   
-
udp        0      0 192.168.178.255:137     0.0.0.0:*                   
-
udp        0      0 192.168.178.52:137      0.0.0.0:*                   
-
udp        0      0 0.0.0.0:137             0.0.0.0:*                   
-
udp        0      0 192.168.178.255:138     0.0.0.0:*                   
-
udp        0      0 192.168.178.52:138      0.0.0.0:*                   
-
udp        0      0 0.0.0.0:138             0.0.0.0:*                   
-
udp        0      0 0.0.0.0:37515           0.0.0.0:*                   
-
udp        0      0 0.0.0.0:5353            0.0.0.0:*                   
-
udp        0      0 0.0.0.0:54612           0.0.0.0:*                   
-
udp        0      0 0.0.0.0:3483            0.0.0.0:*                   
-
udp6       0      0 :::38112                :::*                        
-
udp6       0      0 :::5353                 :::*                        
-
udp6       0      0 :::59346                :::*                        
-
udp6       0      0 :::546                  :::*                        
-
raw6       0      0 :::58                   :::*                    7   
-
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node   PID/Program
name     Path
unix  2      [ ACC ]     STREAM     LISTENING     19519    603/systemd  
/run/user/1000/gnupg/S.gpg-agent.extra
unix  2      [ ACC ]     STREAM     LISTENING     19522    603/systemd  
/run/user/1000/bus
unix  2      [ ACC ]     STREAM     LISTENING     19524    603/systemd  
/run/user/1000/gnupg/S.dirmngr
unix  2      [ ACC ]     STREAM     LISTENING     70981    -            
/run/cups/cups.sock
unix  2      [ ACC ]     STREAM     LISTENING     19526    603/systemd  
/run/user/1000/gnupg/S.gpg-agent
unix  2      [ ACC ]     STREAM     LISTENING     19528    603/systemd  
/run/user/1000/gnupg/S.gpg-agent.browser
unix  2      [ ACC ]     STREAM     LISTENING     19530    603/systemd  
/run/user/1000/gnupg/S.gpg-agent.ssh
unix  2      [ ACC ]     STREAM     LISTENING     19532    603/systemd  
/run/user/1000/pulse/native
unix  2      [ ACC ]     STREAM     LISTENING     19824    -            
/var/run/samba/nmbd/unexpected
unix  2      [ ACC ]     STREAM     LISTENING     1412     -            
/run/systemd/private
unix  2      [ ACC ]     STREAM     LISTENING     18825    603/systemd  
/run/user/1000/systemd/private
unix  2      [ ACC ]     STREAM     LISTENING     1419     -            
/run/systemd/fsck.progress
unix  2      [ ACC ]     SEQPACKET  LISTENING     1423     -            
/run/udev/control
unix  2      [ ACC ]     STREAM     LISTENING     1436     -            
/run/systemd/journal/stdout
unix  2      [ ACC ]     STREAM     LISTENING     12984    -            
/var/run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     12988    -            
/run/thd.socket
unix  2      [ ACC ]     STREAM     LISTENING     12991    -            
/run/avahi-daemon/socket
unix  2      [ ACC ]     STREAM     LISTENING     15816    -            
/var/run/dhcpcd.sock
unix  2      [ ACC ]     STREAM     LISTENING     15818    -            
/var/run/dhcpcd.unpriv.sock


------------------------------------------------------------------------
TheCoyote's Profile: http://forums.slimdevices.com/member.php?userid=68172
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to