Skip to content

Tag: ubuntu-18.04

DB2 Create Database takes long time

I’m new to Db2 and just installed v11.5 on my Ubuntu 18.04. I referred these two links for setup purpose: IBM and DCON I’m using DB2 CLI to create a database. On typing in create database <database_name> and press enter, it just stays there; there’s no output. I checked the db2diag.log…

Selenium driver throws error on Ubuntu 18.04

I am porting my code over from Windows to Ubuntu, I went ahead and installed java, and all the drivers, and built my jar file. While executing it, I am getting this error. I downloaded the Linux 64bit Chrome Driver for this. The error seems to be starting from my jars main class line 17, which is this line. H…

How do i fix ksoftirqd 100% cpu

I am doing nothing and ksofttirqd uses 100% of my cpu and my pc is very slow. I looked in my /proc/interrupts and there are a lot of “local time interrupts”, “thermal event interrupts”. How do i fix it? (I run ubuntu 18.4) sensors Answer As you can see from the sensors output, your CPU…