Ubuntu server 14.04.1 & Neoloader

User avatar
Giovannino
Site User
Posts: 6
Joined: Sat Jan 03, 2015 1:08 pm

Postby Giovannino » Mon Jan 05, 2015 10:16 pm

Ok... the installation went fine but 2 seconds after the configuration wizard NeoLoader had a crash.

dmesg report:

Code: Select all

[ 2229.087291] QXcbEventReader[1700]: segfault at 7fb5089e3fc9 ip 00007fb5089e3fc9 sp 00007fb507bdeea0 error 14 in libXdmcp.so.6.0.0[7fb508cc3000+5000]


uname -a:

Code: Select all

Linux server 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux


anyway I started NeoLoader with the -daemon option and it is working!
[img=http://s28.postimg.org/g6xrnvyrt/Schermata.jpg]

Now I'll leave NeoLoader running to see if crashes

David I have a dumb question: I wasn't able to pause or stop the download... only to "kill" it.. Is still the red wine in me?
(Personally I hate the Android/ios style of the webserver... but I'm an @sshole! ;-))
Workstation, VMs Servers and Storage Servers with Debian!

User avatar
Neo26
Site User
Posts: 331
Joined: Sun Dec 09, 2012 1:53 pm

Postby Neo26 » Mon Jan 05, 2015 11:58 pm

The problem of the WebUI is that is really too much simplified...

... se domani riesco a fare il partizionamento manuale sul mio laptop ed installare Ubuntu-MATE o Mint in dual-boot con Windows 7 senza bestemmiare mi unisco a voi.

A linux newbie question, running neo inside the terminal of a desktop edition distro is the same of running it into a server edition distro?

User avatar
DavidXanatos
Site Admin
Posts: 769
Joined: Wed Jun 30, 2010 7:54 pm

Postby DavidXanatos » Tue Jan 06, 2015 7:43 am

When you clock on the file in the web view you get to a page where you have 4 buttons start pause stop and delete,
you should be able to use the stop button there.


>A linux newbie question, running neo inside the terminal of a desktop edition distro is the same of running it into a server edition distro?
its simmilar but not identical as you have different libs available
Live free or die trying!

User avatar
Neo26
Site User
Posts: 331
Joined: Sun Dec 09, 2012 1:53 pm

Postby Neo26 » Tue Jan 06, 2015 2:41 pm

After a lot of troubles (fixparts, grub hiddet at 0 sec etc.) I have a dual-boot with Ubuntu-MATE.

First of all I may try to install neoloader normally this evening, as any other desktop user may want to, and then try to run on terminal and/or connect the UI remotely.

Another newbie question about Linux, you may help me... how can I disable mouse accelleration? I already googled it but under the folder "X11" I don't have any xorg.conf file...
... using xinput command I reduced the sensitivity because is really too high but mouse accelleration is still there and I find it really annoying.

The supreme
Site User
Posts: 10
Joined: Sat Jan 03, 2015 2:46 pm

Postby The supreme » Tue Jan 06, 2015 3:31 pm

Hi David, NeoLoader started!! :bier
Yes I use 64bit
From webGUI I can connect without problem but no from Neoloader GUI, in connection manager I put server ip (remote host), 20035 (remote port) and * (password), but when click on connect nothing happens.
Do I something wrong?
I checked in ini file and port and password is good!

@Giovannino
Ps. the permission 777 was just a test then I put everything back as the original

EDIT
I strated by -core and by -daemon no crash problem

EDIT2
I forgot: if I want to close neoloader (for example for restart server) how I can close it? just kill process?? (I don't like kill, I'm peace man:36_11_6 :)

User avatar
Giovannino
Site User
Posts: 6
Joined: Sat Jan 03, 2015 1:08 pm

Postby Giovannino » Tue Jan 06, 2015 4:41 pm

Neo26 wrote:The problem of the WebUI is that is really too much simplified...

... se domani riesco a fare il partizionamento manuale sul mio laptop ed installare Ubuntu-MATE o Mint in dual-boot con Windows 7 senza bestemmiare mi unisco a voi.

A linux newbie question, running neo inside the terminal of a desktop edition distro is the same of running it into a server edition distro?

I agree about the webui... but I think it is only the beginning and we can't complain about it! ;-)
You don't need to create a multi boot environment... just install VirtualBox inside your main W7 installation and create a Linux VM.
The main difference between a desktop edition and a server disto is the presence of a desktop manager. The kernel is the same (even for Debian, CentOS and afik all the others)


DavidXanatos wrote:When you clock on the file in the web view you get to a page where you have 4 buttons start pause stop and delete,
you should be able to use the stop button there.

It wasn't the wine... the buttons don't work, only the cancel one.

Neo26 wrote:After a lot of troubles (fixparts, grub hiddet at 0 sec etc.) I have a dual-boot with Ubuntu-MATE.

First of all I may try to install neoloader normally this evening, as any other desktop user may want to, and then try to run on terminal and/or connect the UI remotely.

Another newbie question about Linux, you may help me... how can I disable mouse accelleration? I already googled it but under the folder "X11" I don't have any xorg.conf file...
... using xinput command I reduced the sensitivity because is really too high but mouse accelleration is still there and I find it really annoying.

xorg.conf isn't necessary if you use the free video drivers (intel, nouveau for nvidia or radeon for ati). What would you like to disable? The video acceleration of the mouse pointer or the speed of the mouse pointer? Maybe I can help you via PM.

The supreme wrote:Hi David, NeoLoader started!! :bier
Yes I use 64bit
From webGUI I can connect without problem but no from Neoloader GUI, in connection manager I put server ip (remote host), 20035 (remote port) and * (password), but when click on connect nothing happens.
Do I something wrong?
I checked in ini file and port and password is good!

@Giovannino
Ps. the permission 777 was just a test then I put everything back as the original

EDIT
I strated by -core and by -daemon no crash problem

EDIT2
I forgot: if I want to close neoloader (for example for restart server) how I can close it? just kill process?? (I don't like kill, I'm peace man:36_11_6 :)


As far I understand till now the only way to close the neoloader deamon is to kill the process... but this isn't a real problem beacuse it is a deamon and it is simple to create a systemd script to start, restart or stop the daemon (if David agrees I can write one).
(I wrote about systemd because the maiority of linux distributions are moving to systemd)

Cheers and beers!
Workstation, VMs Servers and Storage Servers with Debian!

User avatar
DavidXanatos
Site Admin
Posts: 769
Joined: Wed Jun 30, 2010 7:54 pm

Postby DavidXanatos » Tue Jan 06, 2015 9:38 pm

@The supreme
sounds right what you are doing it should connect after you pressed connect,
you started the GUI with the command line option -gui ?

to shutdown neo use for example the browser
http://serverip:1600/Console/?Command=Shutdown



@Giovannino
>It wasn't the wine... the buttons don't work, only the cancel one.
hmm... ok i will check that

about run a read daemon/service we will have to look into that the shutdown may not work as expected, there ware some features added for that long time ago but after a few years of no one using it it might got broken with some other update and need fixing
Live free or die trying!

The supreme
Site User
Posts: 10
Joined: Sat Jan 03, 2015 2:46 pm

Postby The supreme » Wed Jan 07, 2015 1:30 pm

No David, I press connect, but the button turns gray with written connecting, but after 2/3 second turn back and is not connected
I start gui from another pc on windows

http://serverip:1600/Console/?Command=Shutdown it's good, I tried and it works :36_1_11:

User avatar
Neo26
Site User
Posts: 331
Joined: Sun Dec 09, 2012 1:53 pm

Postby Neo26 » Wed Jan 07, 2015 3:40 pm

I hope you can still help with more tests to make the remote UI (not WebUI) working too...

The supreme
Site User
Posts: 10
Joined: Sat Jan 03, 2015 2:46 pm

Postby The supreme » Wed Jan 07, 2015 5:29 pm

Neo26 wrote:I hope you can still help with more tests to make the remote UI (not WebUI) working too...


I tried a lot of time, but remote UI dosen't connect, I don't know how I can connect, I have just 3 parameters to set, but simply don't work; with webUI all is good


Return to “Support”

Who is online

Users browsing this forum: No registered users and 5 guests

cron
Fatal: Not able to open ./cache/data_global.php