This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
question: why does nix-env --xml output differ from the --json output? | |
i think that this might be a bug. | |
nix-env -f '<nixpkgs>' -qa nix --out-path -A nix --xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
148 joachim@lenovo-t530 ~/Desktop/projects/nixos/nixpkgs (git)-[brickv-2.1.1] % nix-env -f $NIXPKGS --cores 16 -i python2.7-pyqwt-5.2.0 -K | |
installing `python2.7-pyqwt-5.2.0' | |
these derivations will be built: | |
/nix/store/1170wjps3g9x9adyh3jv6rijxq561ix5-python2.7-pyqwt-5.2.0.drv | |
building path(s) `/nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0' | |
building /nix/store/rm6w3ydv5cavcxgvifb65q27zwzwf2dc-python2.7-pyqwt-5.2.0 | |
unpacking sources | |
unpacking source archive /nix/store/q84n3bf8qmlis7p1k80h8wvigd7mcjv6-PyQwt-5.2.0.tar.gz | |
source root is PyQwt-5.2.0 | |
patching sources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
joachim@lenovo-t530 ...nacd8r-python2.7-pyqwt-5.2.1/examples % pwd | |
/nix/store/4bfzn4p65f9vp3mf5295rr0s60nacd8r-python2.7-pyqwt-5.2.1/examples | |
joachim@lenovo-t530 ...nacd8r-python2.7-pyqwt-5.2.1/examples % ./CPUplot.py | |
Traceback (most recent call last): | |
File "/nix/store/4bfzn4p65f9vp3mf5295rr0s60nacd8r-python2.7-pyqwt-5.2.1/examples/.CPUplot.py-wrapped", line 11, in <module> | |
import Qwt5 as Qwt | |
File "/nix/store/4bfzn4p65f9vp3mf5295rr0s60nacd8r-python2.7-pyqwt-5.2.1/lib/python2.7/site-packages/Qwt5/__init__.py", line 32, in <module> | |
from Qwt import * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======================== summary ========================== | |
i've made many attempts of getting pyqwt to work and here is my newest fail: | |
SystemError: dynamic module not initialized properly | |
what i did was: | |
- now using qwt-5.2 bundled with pyqwt-5.2.0 implementation (for qwt) | |
- BUT i'm actually not using qw5 from the ${pkgs.qwt} directory but also the bundled one (don't ask, didn't get it working) | |
so this incarnation of Qwt.so seems to be working in regards to: | |
- readelf -s Qwt.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i want to remove /dev/sdb from the Vg ve-daivb but it fails with the error below, so what do do now? | |
vgreduce ve-daivb /dev/sdb5 | |
Physical volume "/dev/sdb5" still in use | |
before vgreduce i did pvmove: | |
# pvmove /dev/sdb5 /dev/sda3 | |
Skipping mirror LV root |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
replacing old `owncloud-client-1.7.0' | |
installing `owncloud-client-1.7.0' | |
these derivations will be built: | |
/nix/store/00gdq98rr5dhjfc9kz3xw6p20f5pd6l0-flex-2.5.39.tar.bz2.drv | |
/nix/store/0i4nrvdkzs7z1w5v4rh9zrs79xzjdmi5-lcms2-2.6.tar.gz.drv | |
/nix/store/0iwx73p3dqykw70b49jcjz5da9nvxlph-groff-1.22.3.tar.gz.drv | |
/nix/store/0lgf3q2zayshsyq3k8hgvgajz0vhmkql-qtkeychain-v0.4.0-src.drv | |
/nix/store/0mkd73s7297wlgh9mm08sr5almx8qffh-libusb-1.0.19.drv | |
/nix/store/0sb61f78cijyykgr7ygv4scl1p534zw2-libpthread-stubs-0.3.drv | |
/nix/store/0x07lmjias0d2gm2hhp885485dr2pvsz-gnum4-1.4.17.drv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
QList<QSslCertificate> newCaList = QSslSocket::systemCaCertificates(); | |
QFile certFile ( "/home/joachim/Desktop/projects/mirall/server.crt" ); | |
Q_ASSERT ( certFile.open ( QIODevice::ReadOnly ) ); | |
QSslCertificate cert ( &certFile, QSsl::Pem ); | |
newCaList.push_back ( cert ); | |
QSslSocket::setDefaultCaCertificates ( newCaList ); | |
qDebug() << "============== BEGIN complete list of all CAs aaa============"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [NVS 3100M] (rev a2) | |
root@ubuntu-ThinkPad-T510:~# modprobe nvidia | |
modprobe: ERROR: could not insert 'nvidia_331': Unknown symbol in module, or unknown parameter (see dmesg) | |
dmesg | |
[ 3220.847175] nvidia: Unknown symbol drm_open (err 0) | |
[ 3220.847209] nvidia: Unknown symbol drm_poll (err 0) | |
[ 3220.847244] nvidia: Unknown symbol drm_pci_init (err 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ldd =owncloud | |
linux-vdso.so.1 (0x00007fff2c3fe000) | |
libQt5Widgets.so.5 => /nix/store/nz184gqszb9470dq5zbd3w5r9wsxxf6g-qt-5.2.1/lib/libQt5Widgets.so.5 (0x00007f2909185000) | |
libQt5Network.so.5 => /nix/store/nz184gqszb9470dq5zbd3w5r9wsxxf6g-qt-5.2.1/lib/libQt5Network.so.5 (0x00007f2908e44000) | |
libQt5Xml.so.5 => /nix/store/nz184gqszb9470dq5zbd3w5r9wsxxf6g-qt-5.2.1/lib/libQt5Xml.so.5 (0x00007f2908c08000) | |
libQt5WebKitWidgets.so.5 => /nix/store/nz184gqszb9470dq5zbd3w5r9wsxxf6g-qt-5.2.1/lib/libQt5WebKitWidgets.so.5 (0x00007f29089c5000) | |
libQt5Sql.so.5 => /nix/store/nz184gqszb9470dq5zbd3w5r9wsxxf6g-qt-5.2.1/lib/libQt5Sql.so.5 (0x00007f2908787000) | |
libQt5DBus.so.5 => /nix/store/nz184gqszb9470dq5zbd3w5r9wsxxf6g-qt-5.2.1/lib/libQt5DBus.so.5 (0x00007f2908509000) | |
libowncloudsync.so.0 => /nix/store/8kv7mpbq9dypjk7gr5zdm07ldpz8403a-owncloud-client-1.7.0/lib64/libowncloudsync.so.0 (0x00007f29081c9000) | |
libQt5Quick.so.5 => /nix/store/nz184gqszb9470dq5zbd3w5r9wsx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost 192.168.56.101:443> | |
ServerAdmin webmaster@localhost | |
ServerName owncloud.myhost | |
DocumentRoot /var/www/owncloud | |
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn, | |
# error, crit, alert, emerg. | |
# It is also possible to configure the loglevel for particular | |
# modules, e.g. | |
LogLevel debug |