cpuminer -a qubit --url=192.168.222.202:14022 -u user -p l147_CovTnVvV4P0W5p8qa1B5Gs88EDqMo5OI9Fmo8Y= --no-stratum --no-getwork --no-extranonce --coinbase-addr=D8i1mDnjqpXGwyCrFJT9qbSYuYtdoW7bJc
Well, sgminer doesn't have "no stratum" and "no getwork" parameters. Actually, turning stratum off seems to me like a bad idea, because even though the local server will be using long-polling, typically there will be other pools defined in sgminer.conf that are able to use stratum, which is useful because the local server will know faster that a new block has been discovered, in case any of the other pools detects it first.
Anyways, the local server should at least be seen as alive by the miner, even if the miner is unable to connect to it for whatever reason.