While transferring data from MySQL to Postgres using mysql2pgsql I am getting the following error Exception: unknown datetime(6) I am using ubuntu 14.04, Mysql5.6 and Postgres9.3 Answer What version of mysql2pgsql are you using? Does your version include the fix for this issue? Is the traceback (found in logs) similar?
Tag: ubuntu-14.04
Change maximum number of Virtual interfaces in Kernel
I am running Ubuntu server 14.04.3. I have smcroute installed – Version 0.95, Build 130523. When I attempt to start the daemon I get the error message: ERRO: addVIF, out of VIF space;, this happens after it attempts to add the 33rd network interface of my machine. Looking in mroute.h in /usr/include/linux/ folder, I saw a MAXVIFS defined as 32,
Bash Array Key from User Input
So I have a bash script which will scan a directory and run a function on a selected input. It seems that for some reason, the key is not setting from the array properly. What am I missing? All help is much appreciated! EDIT: As a side note, I can run the commands separately and get results. Here is the
‘exec(): Unable to fork’ on Ubuntu 14.04.3 LTS
I’m running unittest scripts and for test case setup I need to run shell command from time to time. As a result shell command is run around 50 times during unittest execution. It works ok on CentOS release 6.6 (Final) server but doesn’t work on Ubuntu 14.04.3 LTS. The problem is that after around 20th time shell script execution I
MySQL/MariaDB – Reset password without DB restart
unfortunately I forgot to note down the new password from the last recovery. This means I can’t login as root and the init script can’t restart it due to not having been updated (sys_maint). Is there a way for me to fix this, most of the guides I found require you to restart the mysql server, well, doesn’t work in
How do I install Node and NPM so I don’t have to use sudo?
I am trying to set up Node.js and NPM on a Ubuntu 14.04 machine but am having some trouble. On my first try I kept getting EACCES errors when trying to install packages(sometimes even with sudo), so I completely uninstalled node and npm. Now I’m trying to figure out how to install them in a way that won’t require me
Grey blank screen with various vnc services from Windows 7 to Ubuntu 14.04
So, I have been attempting to access my work computer (Ubuntu 14.04) from home (windows 7). I am using vnc and I have tried both tightvnc, xrdp, and default vino services on work computer. Here is what I found not working and working. Tightvnc server/xrdp server (linux) + tightvnc viewer (windows): NOT WORKING Result: grey blank screen with X cursor
Force no prompt in apt-get upgrade or apt-get dist-upgrade
I’m using AWS EC2 14.04 LTS and I’m trying to run command apt-get -y upgrade or apt-get -y dist-upgrade, however, I always get prompt like this: I tried following commands and none of them work and I still get above prompt: apt-get update && apt-get -y -o Dpkg::Options::=”–force-confmiss” -o Dpkg::Options::=”–force-confdef” -o Dpkg::Options::=”–force-confnew” dist-upgrade apt-get update && apt-get -o Dpkg::Options::=’–force-confold’ –force-yes