Questions tagged [binary]
46 questions
1
vote
1 answer
64Bit ubuntu and 32Bit apps
I am trying to run a 32bit server process on my VPS, however when I do so it is having problems loading the shared libraries the process needs.
When googling around they suggest "sudo apt-get install ia32-libs", when I do this I fear Ubuntu wants to…

Antwan van Houdt
- 115
- 5
1
vote
1 answer
MySQL hangs up after binlog rotation
Been having a strange problem lately and wondered if anyone had any input. I'm running a mysql replication setup, with 1 master and 3 slaves. Every 3 hours or so the binlog on the master fills up and rotates out into a new one. When this happens the…

JoeCortopassi
- 151
- 4
1
vote
3 answers
PHP Cron Job without PHP Binary?
I am looking to run a PHP script with a cron job, but it seems I don't have a PHP binary. Looks like I don't have PHP installed as a CGI, so without reinstalling/configuring my PHP, what is the best way to run a php file? I would prefer to not have…
Matt
1
vote
3 answers
Whats the difference between "bare-metal" hypervisor and full virtualization?
I am presenting to my class on virtualization.
While researching, I am confused between a bare metal hypervisor an full virtualization mode with binary translation.
Could someone please explain that ?
Hrishikesh Choudhari
0
votes
1 answer
cronjob error "/bin/sh: /path/to/file: No such file or directory"
i've installed a python software that allows to run javascript on the server
i've put the binary file (jsrunner) in this address
/usr/local/bin/jsrunner
so in the ssh when i try it it works fine
/usr/local/bin/jsrunner…

hretic
- 111
- 1
- 6
0
votes
1 answer
Does rsnapshot save binary diffs?
I use rsnapshot for some years under Kubunt/Linux. But I am not sure how it (and underlying rsync) handles binary diffs: Image a large Thunderbird mailbox file or a 10 MB jpg photo and I change the EXIF data by adding a tag or a rating. What does…

tardis
- 101
- 3
0
votes
1 answer
linux pseudo files for rotating streams
i've got some problem with rotating files. Situation is next:
one program like wireshark or vlc dumps all to one file, say netstream.bin
If i mv netstream.bin to netstream.bin.rotate program will still write to netstream.bin.rotate .
As it is…

MealstroM
- 1,517
- 1
- 17
- 32
0
votes
2 answers
CentOS - binary won't run unless typed with absolute path
I'm not sure if it's a quirk of the program I'm trying to run (amidelnx) or if it's something with the way some binaries in general function. Also, I've read this question but it is not the same as what I'm experiencing.
The binary runs fine when…

Locane
- 429
- 1
- 8
- 20
0
votes
1 answer
Executing a linux binary
Well I've run across a very weird thing today and I don't know if its something to do with my OS or Virtualization. I've been running game-server binaries and they've always worked. A simple ./binary +parameters does the job pretty well but today I…

Asad Moeen
- 437
- 3
- 11
- 22
0
votes
1 answer
How can I make all unrecognized file types as binary in Apache2?
I'm building a web server distributing variety kind of binary files. (with Ubuntu) They have vary extensions and sometimes has wrong extension. But currently, my Apache server serves unknown files as text. So I have to make my Apache2 serve all…

Eonil
- 10,459
- 16
- 36
- 54
0
votes
2 answers
binary executable working in centos but not in ubuntu
I was trying to install weblogic 9 to test if an application is working correctly when migrated from a previous release. I downloaded the "Oracle WebLogic Server 9.2 MP3" and I was able to install it normally in CentOS 5.5
[jason@centos5]$…
jason
0
votes
1 answer
Best way to update a binary?
So I'm making a load balancer that compiles to a binary. This will be scaled across multiple servers.
To update, the program itself will check a GitHub repo for a new release every 5 minutes, if there is a new release, it downloads it overwriting…

KIVOX
- 3
- 1
0
votes
1 answer
Run a 32-bit binary on Google Cloud Run
The title say it all. I need a way to run a 32-bit binary on Cloud Run, which seems to only support 64-bit
What I'm looking for is some sort of emulator or compatibility layer that I could install.
I cannot compile the program to 64-bits.

kess
- 121
- 4
-1
votes
2 answers
cygwin's xd. what package is it in?
I am looking for the unix utility xd for Cygwin. What package do I need to install?

unixman83
- 1,932
- 8
- 25
- 33
-2
votes
1 answer
What is the difference between .msi file and binary version of apache?
I am new to web programming , Could anyone please explain what the difference between .msi and binary version of apache ? Actually I want to use apache 2.4 I am not sure which version to download and use?

user3427540
- 169
- 2
- 9