Whom to request debug analysis assistance from Microsoft? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I believe our organization has a MSDN subscription from Microsoft. While scouring the Internet for information to assist with crash dump analysis I … Read more

Psql uses .pgpass file however pg_dump does not, and it also does not connect using the correct password [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question Using the following command: % pg_dump -h postgres.cs.host.ca -p 5433 -n _cscf_subscription -Fc -f ~/old.dump odyssey_prod Password: pg_dump: [archiver (db)] connection to database … Read more

cygwin’s xd. what package is it in? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 10 years ago. Improve this question I am looking for the unix utility xd for Cygwin. What package do I need to install? Answer In future, you can answer … Read more

Uncompress an SQL file give a binary file

I created and compressed (with bzip2) a SQL dump from a production server on Linux. I want to create a shell script to automatically import it in the database of my development environment (on Mac OS). The file dump.sql.bz2 is well uncompressed manually with Mac OS Archive Utility. But when I’m using command line such … Read more

How to dump a stream for a defined amount of time on a schedule basis

I have a video stream from a video4linux device /dev/dsp/adapter0/dvr0 I want to programmatically dump this stream for a predefined amount of time. I think to schedule the jobs I might use cron and update it each day? Any advice on how to achieve this ? Answer Use a cron job to fire a script … Read more

Weird Apache Crash (with Dump) zend_hash_find (), libphp5.so

To be honest I don’t have experience working with Apache. I’m just putting the best of my intentions on solving this and don’t know if I’m making it right. So any help will be greatly appreciated. We have a php page wich is throwing the following message in the browser: Error 324 (net::ERR_EMPTY_RESPONSE): The server … Read more

pg_dump fails, no space left, need to delete partial backup file to free space

Easy points. On my mac, postgres.app 9.2, I ran “pg_dump pdbt > pdbt.sql”. It used up all my space and then failed with the error below. Now I want to free up the space taken up by “pdbt.sql” but I cannot find this file. How do I get the space back? Error message: pg_dump: [archiver] … Read more