search for: nixo

Displaying 20 results from an estimated 47 matches for "nixo".

Did you mean: nico
2014 Aug 26
2
Tinc on NixOS
Hi, Does anyone here have experience running Tinc on NixOS? I'm trying to run Tinc on a NixOS machine, using the similar configuration i had for Ubuntu. My home subnet is 192.168.1.0/24 and my work is 10.16.0.0/24. However, unlike ubuntu, when I start tincd on nixos, and try to 'ifconfig $INTERFACE 192.168.1.10 netmask 255.255.255.0' in my ti...
2015 Jul 07
2
boot... round 2
...entirely based on gcc5. In order to do a test with gcc4.9, I reverted: https://github.com/triton/nixpkgs/commit/8ccc1f121f379f4d66ce0a66f581c49d25fb4e15#diff-d7222640d82ff920625e9311d05a0137 and then built two images, one entirely based on gcc4.9 and one entirely based on gcc5: https://pub.wak.io/nixos/nixos-minimal-new-kernel-gcc49-x86_64-linux.iso https://pub.wak.io/nixos/nixos-minimal-new-kernel-gcc5-x86_64-linux.iso The gcc4.9 one boots fine on all of my bios machines, but the gcc5 one does not even in the hyperv and virtualbox testing i did.
2014 Nov 01
1
R 3.1.1 and 3.1.2 both fail their test suites
Hi, I maintain the R packages in the NixOS Linux distribution [1]. A while ago, I attempted to update to version 3.1.1, but I ran into the following test suite failure: | Testing examples for package 'tools' | comparing 'tools-Ex.Rout' to 'tools-Ex.Rout.save' ... | 452c452 | < character(0) | --- | > [...
2013 Apr 23
2
Feature request: Configure CONFIG_MODULE_DIR and AUTH_MODULE_DIR at runtime
Hi! I am running dovecot 2.1.16 on NixOS (http://nixos.org), and I have been fighting the dynamically loaded dovecot modules/plugins a bit. The problem is that in Nix/NixOS all packages are completely isolated from each other (each package has a separate /lib, /libexec, /bin etc, with only its own files in it). So dovecot has all...
2010 Nov 28
1
package matrix dummy.cpp
...g g++ instead of gcc to link Matrix.so. What is the reason for that? Is there any difference between using g++ or gcc? (There are no other cpp files in the source) I asked the maintainers of the package (matrix-authors at r-project.org) 3 weeks ago but haven't received any answer. On my system (NixOS Linux distribution, http://nixos.org) I can't compile package Matrix unless this file is deleted. Thank you very much, Ambrus Kaposi
2017 Feb 27
5
Test suite failures in R-devel_2017-02-25_r72256
Hi, I tried compiling the latest pre-release for R 3.3.3 for the NixOS Linux distribution [1], but the build fails during the "make check" phase because of the following 2 issues: 1) The "tools" test in "tests/Examples" requires network access, which it doesn't have in our build environment. Therefore, it fails as follows acco...
2018 Apr 23
3
[Bug 1247] New: Module crash due to broken count
...ed Hardware: other OS: other Status: NEW Severity: blocker Priority: P5 Component: unknown Assignee: netfilter-buglog at lists.netfilter.org Reporter: netfilternetfilter at gmail.com The configuration I use is a NixOS keepalived setup on AWS (which uses Xen) configured with per packet round robin routing in a direct routing setup, which in turn uses ipvs. Symptoms are ksoftirqd using 100% of the CPU resulting in what looks like a DoS attack on the machine. The module repeatedly crashes when in this mode with...
2018 Apr 23
3
R 3.5.0 fails its regression test suite on Linux/x86_64
...the offending tests when the build was configured with this particular flag and that solved the problem. I would hope that this is the outcome we can achieve this time, too. If no-one wants to make those changes for whatever reason, then that's fine and I'll just disable the test suite in NixOS to make the build succeed. I feel like that would be a sub-optimal solution, though. Best regards, Peter
2018 Apr 24
2
R 3.5.0 fails its regression test suite on Linux/x86_64
...R Core to do some work for you for free. You are jumping to conclusions. Nobody pays me a single cent to package R for Nix; I do that purely as a hobby. >> If no-one wants to make those changes for whatever reason, then that's fine and >> I'll just disable the test suite in NixOS to make the build succeed. I feel like >> that would be a sub-optimal solution, though. > > I agree. You should spend some time working out a better one. Well, you know, every so often, I reach out to people in a free software community to make them aware of some issue I've run...
2015 Nov 05
1
On a totally different note: calibre for CentOS 6?
Anyone got a link to an older version of calibre, that I can install on CentOS 6? I see it wants python >= 2.7.6; we have a package we built at work, but that's 2.7.3.... mark
2023 Apr 05
1
auth-worker fatal signal 11 core dump
An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20230405/bc2e0ea7/attachment-0001.htm>
2023 Apr 05
1
auth-worker fatal signal 11 core dump
....4 which is in nixpkgs unstable, but I wasn't able to test this because of an issue at the Portunus/openldap end of things. I think I'm out of time for experimenting with ldap for now, but I may come back around to this later. In addition to Portunus/openldap, there is some movement in NixOS to package lldap, another option for managing users (https://github.com/NixOS/nixpkgs/pull/197362). Under Courier IMAP, we just used files, but as I experiment with Dovecot, I'd also like to look into a simple and secure method to allow virtual users to manage passwords. What are people u...
2017 Oct 09
3
LLVM's use of rpath on macOS
...tp://lists.llvm.org/pipermail/llvm-dev/2016-January/094463.html Along with a downstream issue that needed to work around it: https://github.com/Homebrew/legacy-homebrew/issues/47149 And another downstream issue that outright patches out LLVM's @rpath support (authored by me): https://github.com/NixOS/nixpkgs/pull/30150 Anyway, I'm curious what the use case is for a relocatable libLLVM.dylib at the cost of downstream confusion. If it is indeed essential, could it be made an option in the build so that those of us who don't need relocatable LLVM libraries don't need to hack at the b...
2017 Feb 27
0
Test suite failures in R-devel_2017-02-25_r72256
>>>>> Peter Simons <simons at nospf.cryp.to> >>>>> on Mon, 27 Feb 2017 10:30:39 +0100 writes: > Hi, I tried compiling the latest pre-release for R 3.3.3 > for the NixOS Linux distribution [1], but the build fails > during the "make check" phase because of the following 2 > issues: > 1) The "tools" test in "tests/Examples" requires network > access, which it doesn't have in our build > environme...
2018 Apr 17
2
can't find how to solve "QEMU guest agent is not connected"
I am trying to make Qemu agent work with libvirt thanks to https://github.com/NixOS/nixops/pull/922 with libvirt 4.1.0. I've been trying to make it work for quite some time but I still haven't the slightest idea of what is wrong, I keep seeing "Guest agent is not responding: QEMU guest agent is not connected" as the program I use (nixops) calls the libvirt pytho...
2017 Mar 01
0
Test suite failures in R-devel_2017-02-25_r72256
On 27/02/2017 09:30, Peter Simons wrote: > Hi, > > I tried compiling the latest pre-release for R 3.3.3 for the NixOS Linux > distribution [1], but the build fails during the "make check" phase > because of the following 2 issues: Hmm, R-devel (your subject line) is not a pre-release of R 3.3.3: it is 'R Under development' for what is planned as R 3.4.0. Pre-release tarballs for 3.3.3...
2019 May 24
1
PROBLEM: VirtIO DRM driver crashes when setting specific 16.16 fixed-point property values
...00). As a specific example, setting the SRC_W property on a plane DRM object to a value of 30000 will cause the VM to hard-shutdown. Keywords; DRM, GPU, Virtualization, KMS, Kernel, VirtIO, Virtualization Kernel information: Linux version 4.19.44 (nixbld at localhost) (gcc version 7.4.0 (GCC)) #1-NixOS SMP Thu May 16 17:41:32 UTC 2019 Log output: No related errors in the logs. To reproduce: Create a VM with a VirtIO GPU and set the property as described above. I have a personal project that lets you execute specific DRM commands one at a time: https://github.com/Smithay/drm-rs/blob/develop/ex...
2019 May 24
1
PROBLEM: VirtIO DRM driver crashes when setting specific 16.16 fixed-point property values
...00). As a specific example, setting the SRC_W property on a plane DRM object to a value of 30000 will cause the VM to hard-shutdown. Keywords; DRM, GPU, Virtualization, KMS, Kernel, VirtIO, Virtualization Kernel information: Linux version 4.19.44 (nixbld at localhost) (gcc version 7.4.0 (GCC)) #1-NixOS SMP Thu May 16 17:41:32 UTC 2019 Log output: No related errors in the logs. To reproduce: Create a VM with a VirtIO GPU and set the property as described above. I have a personal project that lets you execute specific DRM commands one at a time: https://github.com/Smithay/drm-rs/blob/develop/ex...
2023 May 14
18
[Bug 3572] New: ssh-agent refused operation when using FIDO2 with -O verify-required
https://bugzilla.mindrot.org/show_bug.cgi?id=3572 Bug ID: 3572 Summary: ssh-agent refused operation when using FIDO2 with -O verify-required Product: Portable OpenSSH Version: 9.3p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component:
2018 Apr 17
0
Re: can't find how to solve "QEMU guest agent is not connected"
On Tue, Apr 17, 2018 at 07:54:14PM +0900, Matt wrote: > I am trying to make Qemu agent work with libvirt thanks to > https://github.com/NixOS/nixops/pull/922 with libvirt 4.1.0. I've been > trying to make it work for quite some time but I still haven't the > slightest idea of what is wrong, I keep seeing "Guest agent is not > responding: QEMU guest agent is not connected" as the program I use > (nixops) cal...