Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

If you install Servo as of now and try to launch it you'll get a pop-up saying it's not signed (and it won't launch). So, to launch, you need to go to Applications, right-click on servo and choose "launch". Then it'll let you say "yes, run this unsafe executable". Might reduce number of users who can figure this out.


sort by: page size:

Does not work on Fedora 23 due to mismatched libraries: servo requires openssl 1.0.0, while Fedora 23 has 1.0.2h.

Same here. There don't seem to be any command line options to help debug it either. Even `servo --help` didn't print anything.

> error: failed to run custom build command for `servo-fontconfig-sys v5.1.0`

Not sure users who prefer a GUI over the command line, would be too happy about having to fix compile errors prior to running the program?


not working at all ./runservo (as per instructions)

thread 'main' panicked at 'Failed to create window.: OsError("GL context creation failed")', ../src/libcore/result.rs:785 note: Run with `RUST_BACKTRACE=1` for a backtrace.

./servo welcome to servo, than it changes to a white window

Debian 8


Congratulations on the release.

Running ./servo gives me this error.

"./servo: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory"

I guess it should be an easy fix. But if there are instructions to copy/paste that would really help. If someone has an answer, it would be great if you can please post it here.

Edit 1: I think the problem is because I am trying to run it on ubuntu 14.04 server. Also I am using xming and putty x11 forwarding. I installed libegl using 'sudo apt-get install libegl1-mesa-dev'. Now I am getting a new error.

Xlib: extension "XFree86-VidModeExtension" missing on display "localhost:12.0". thread 'main' panicked at 'Failed to create window.: NoAvailablePixelFormat', ../src/libcore/result.rs:785 note: Run with `RUST_BACKTRACE=1` for a backtrace.

So I ran with RUST_BACKTRACE=1 and this is the stack trace.

Xlib: extension "XFree86-VidModeExtension" missing on display "localhost:12.0".

thread 'main' panicked at 'Failed to create window.: NoAvailablePixelFormat', ../src/libcore/result.rs:785 stack backtrace:

   1:     0x55868358b56f - std::sys::backtrace::tracing::imp::write::h6528da8103c51ab9

   2:     0x55868359319b - std::panicking::default_hook::_$u7b$$u7b$closure$u7d$$u7d$::hbe741a5cc3c49508

   3:     0x558683592dff - std::panicking::default_hook::he0146e6a74621cb4

   4:     0x558683471857 - util::panicking::initiate_panic_hook::_$u7b$$u7b$closure$u7d$$u7d$::_$u7b$$u7b$closure$u7d$$u7d$::hc61828c8a9f6df01

   5:     0x558683578dcc - std::panicking::rust_panic_with_hook::h983af77c1a2e581b

   6:     0x5586835933e1 - std::panicking::begin_panic::he426e15a3766089a

   7:     0x55868357a63a - std::panicking::begin_panic_fmt::hdddb415186c241e7

   8:     0x55868359337e - rust_begin_unwind

   9:     0x5586835c997f - core::panicking::panic_fmt::hf4e16cb7f0d41a25

  10:     0x558681766ff0 - core::result::unwrap_failed::hd132ba2b7d75f379

  11:     0x558681765df4 - glutin_app::window::Window::new::h750be0f1f60f008a

  12:     0x558681764df0 - glutin_app::create_window::hae774cdda1762e66

  13:     0x55868170df45 - servo::main::h6924e5658370f6b5

  14:     0x558683592778 - std::panicking::try::call::h852b0d5f2eec25e4

  15:     0x55868359d5db - __rust_try

  16:     0x55868359d57e - __rust_maybe_catch_panic

  17:     0x55868359221e - std::rt::lang_start::hfe4efe1fc39e4a30

  18:     0x7fcc0d82eec4 - __libc_start_main

  19:     0x55868170cf09 - <unknown>

  20:                0x0 - <unknown>

Edit 2: I am not sure if this discussion belongs here. Let me know if I should move this somewhere else.

I get the same error, except that the library missing for me is "libssl.so.1.0.0".

That is on Fedora 23, and what's really strange to me, is that I compiled Servo about a week ago myself and that build works.


apparently the issue is that you could modify the script, keeping the script-launching binary unchanged and signed?

did not try/verify though


I have changed that, but still I can't launch spyder, because of an error :(

User error, 0.7.28 is safe

“I tried running your executable with all syscalls blocked and it didn’t work please fix”

I think it's that all files have mode 0777, i.e. executable by default. I think it can be changed with mount options though.

So you'd prefer to be able to just double click to run any downloaded "executable"?

But anyway, the problem you described is the fault of your vendor, not "Linux".


> ...circumvent the signature of the InRelease file, leading to arbitrary code execution.

> For the stable distribution (jessie), this problem has been fixed in version 1.0.9.8.4.

> For the unstable distribution (sid), this problem has been fixed in version 1.4~beta2.

> We recommend that you upgrade your apt packages.

Good find, Project Zero!


I'm excited to try and yet can't seem to get it working.

I followed the steps to install it on MacOS from the GitHub page and I'm thinking maybe I ran the curl command from the wrong directory, as when I try to run ./motor-admin, it gives two dlyd errors:

1) "lazy symbol binding failed: Symbol not found: ___darwin_check_fd_set_overflow"

2) "Symbol not found: ___darwin_check_fd_set_overflow"

And it shows the "Referenced from:" being my current directory, somewhere in my Documents folder, and then "Expected in: /usr/lib/libSystem.B.dylib"

Any idea what might be causing the error?

Thanks!


On OSX:

sudo dtruss -d -t bind,listen,accept,poll,read,write nc -l -p 8080

dtrace: failed to execute nc: dtrace cannot control executables signed with restricted entitlements

If you copy nc over to /tmp/ and run dtruss again, it will work. Hope that helps others. Fun article, OP!


Good to know, thanks.

It's still odd for software to only work when launched from a specific directory, but not necessarily a critical security vulnerability then.


Dev here. That sounds like step 8 wasn't completed without errors:

``` sudo codesign -f -s - /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore ```

A properly signed SidecarCore modified with free-sidecar shouldn't cause random crashes.


> ~/Library/LaunchDaemons

Launch daemons are installed for the system only. Normal users can only run agents.


> Also, you are not allowed to give a saved image away / cannot run it without the licensed LispWorks installation.

I think you're not talking now about the HobbyistDV version mentioned in the parent comment, are you?

next

Legal | privacy