Questions tagged [binary]
46 questions
3
votes
1 answer
Can statically linked binary require shared libraries?
I have a binary here that is apparently statically linked:
$ file wkhtmltopdf-amd64
wkhtmltopdf-amd64: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux),
statically linked, stripped
$ ldd wkhtmltopdf-amd64
not a dynamic…

Nils Toedtmann
- 3,342
- 5
- 26
- 36
3
votes
1 answer
Re-packaging commercial software into RPM packages
The situation is this - I have a small CentOS 5 "cluster" (currently 7 machines, but potential for more) which run a commercially available software package that's distributed essentially in tarball format (it's actually a zip file with a mixture of…

gac
- 459
- 2
- 8
3
votes
2 answers
mongod cannot execute in ubuntu
I am installing mongodb on ubuntu terminal from this url (http://mongojs.org/install-mongodb-ubuntu-11-04-natty)
I am on the step where you type in ./mongod
when I type that I get the following: bash: ./mongod cannot execute binary file error …
user1522901
2
votes
0 answers
How to send binary data in netcat to an already established connection?
I can do the following to send binary data in netcat:
echo -e '\x80' | nc host port
But I don't want to do it like this, what I want is to connect to a server:
nc 192.168.1.115 12345
And then send some text:
aaaaaaaaaabbbbbbbbbbccccccccccc
And…

user462378
- 21
- 2
2
votes
0 answers
How to run binary file using vagrant and keep it running in the background?
I have a binary file which I need to deploy or run on my linux server.
Currently I'm using a vagrant, here is my Vagrantfile :
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box =…

Gujarat Santana
- 121
- 4
2
votes
4 answers
how to find mysql binary in redhat
I am working with a Redhat distribution. The network admin is inaccessible so I have no ability to request information.
Using bash, how do I find the mysql binary so that I can run sql commands?
mysql -u user -p password
-bash: mysql: command not…

Roy Hinkley
- 527
- 4
- 13
- 20
2
votes
1 answer
Why is MySQL writing hundreds of 125 byte binary log files?
My MySQL Master (with no connected slaves right now) writes out a 125 byte file every minute or so:
-rw-rw---- 1 mysql mysql 125 2012-12-28 16:46 snapshot-mysql-v2-bin.004876
-rw-rw---- 1 mysql mysql 125 2012-12-28 16:45…

joemastersemison
- 33
- 6
2
votes
1 answer
FTP - Is transferring ascii files in binary a bad thing?
We have a local development server that we develop websites on. To push a website live it is FTPed (SSH/SFTP/Rsync is not an option unfortunately) to our webhost.
I want to run some scripts that compare/diff sites on the development server vs. the…

Jake Wilson
- 8,814
- 29
- 97
- 125
2
votes
2 answers
MySQL Binary Log activated = high-end server damn slow
On MySQL 5.1(.57-1.dotdeb), I have a ~2.0Gb database, and an average of ~350 requests per second.
All is running fine if I don't activate the binary log. The CPU usage is decent (~15% of 1 CPU core).
And if I activate the binary log, all is…

Romain
- 21
- 1
- 3
2
votes
1 answer
Enable binary logging MySQL
How exactly can I enable binary logging on MySQL server. Conf.file? Server Startup Parameter? If possible give me an example.

onurozcelik
- 161
- 5
1
vote
1 answer
Running binary in Google Cloud Function
I have a cloud function that generates a pdf. The cloud functions is in Python3.7 and it uses the module pdfkit==0.6.1. This pdfkit has a dependency of wkhtmltopdf. The OS env where the instance is running does not provide this dependency. So what i…

user550468
- 13
- 3
1
vote
0 answers
What if AIX dynamic library imports one of symbols from wrong place
I have a legacy AIX ppc64 library mylib.so.
Inspecting dump -Tv output, I noticed it expects that Foo symbol would be present in even older library oldfoo.so. However, it seems after new foo release, they moved Foo symbol to other soname:…

Alexander Tumin
- 113
- 3
1
vote
0 answers
Globus GridFtp truncates end lines in text files
I am using this configurations for the server side:
Globus gridFTP server 10.6 (1467236171-85)
Fedora 22, 64-bit GNOME Version 3.16.2
As for the client side I am using different clients:
libcurl based client
FileZilla.
I upload files from a…

mtb
- 111
- 3
1
vote
3 answers
Where can I download PostgreSQL 8.0 Windows binary files?
I need the PostgreSQL 8.0 binaries for me to recover the data from a crashed server, which has no backup whatsoever. I've looked at the official website link for downloads http://www.postgresql.org/ftp/binary/v8.0.22/, but I couldn't find the binary…

Edo
- 13
- 1
- 6
1
vote
1 answer
Monit sshd binary Checksum Check and Restart
I'm going over a monit config file and something doesn't seem right. I'm using monit to monitor the checksum of the sshd binary, if its different from whats expected it should reload a known binary. Is the below section correct for checking the…

T. Thomas
- 187
- 6