nirgal

Results 34 comments of nirgal

Both are the same value. [needrestart.hypervisor.log](https://github.com/liske/needrestart/files/1565210/needrestart.hypervisor.log) [needrestart.vm.log](https://github.com/liske/needrestart/files/1565211/needrestart.vm.log) [procstat.hypervisor.txt](https://github.com/liske/needrestart/files/1565212/procstat.hypervisor.txt) [procstat.vm.txt](https://github.com/liske/needrestart/files/1565213/procstat.vm.txt)

I'm using lvm. My container conf file contains: ``` lxc.rootfs = /dev/safe/mail lxc.rootfs.backend = lvm ``` The file system itself is ext4. The hypervisor says: ``` # stat /proc/18136/root/usr/lib/python2.7/fnmatch.py File:...

Just to make sure we understand each other, I'm getting false positives when I'm outside the container. Inside the container, needrestart seems to run fine. --- I tried to understand...

On the hypervisor (false positive): ``` root@yod:~# needrestart -v [main] eval /etc/needrestart/needrestart.conf [main] needrestart v2.11 [main] running in root mode [Core] Using UI 'NeedRestart::UI::stdio'... [Core] #16188 is a NeedRestart::Interp::Perl [Perl]...

I'm not sure this is a good idea. We could also commit .exe ... but the sources are much better. @rhurlin I'm not sure about BSD, but Debian forbid the...

MDB bases version 4 and above are always using unicode. Version 3 and bellow requires you to define environment variable MDB_JET3_CHARSET. See mdb-export(1). I don't think the data is anywhere...

Ops, that's right Here's how it is done with unixodbc on Debian, but I don't know how universal that is: ``` odbcinsttemplate() { cat -

I was able to reproduce the issue. I am amazed it doesn't work: `select 'a''b';` properly returns `a'b` (3 characters) as described in SQL specification. Why is the hell is...

Colin GILLE: > This is normal, `\` is used as an escape character for quotes. (...) I do understand what you say. But SQL standard says that quote should be...

Unfortunately, there is absolutely no ordering when exporting. Data is output in the order it was stored in the file. You are lucky if from time to time it is...