search for: slyfox

Displaying 20 results from an estimated 21 matches for "slyfox".

Did you mean: sfox
2011 Nov 07
2
[btrfs-progs: PATCH] scrub: fix build failure by restoring proper library ordering
From: Sergei Trofimovich <slyfox@gentoo.org> $ LDFLAGS=-static make gcc -lpthread -g -O0 -o btrfs btrfs.o btrfs_cmds.o scrub.o \ ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o root-tree.o dir-item.o file-item.o inode-item.o inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o volumes.o utils.o btrfs-list...
2009 Jul 21
6
[Bug 22867] New: [KMS] black screen on nouveau.ko module load
...Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: slyfox at inbox.ru QAContact: xorg-team at lists.x.org Created an attachment (id=27870) --> (http://bugs.freedesktop.org/attachment.cgi?id=27870) nouveau_dmesg_before_xorg I'm trying to use nouveau on integrated 6150SE [1]. Gentoo distro. linux: today's(2009-07-21) merged linus/mas...
2017 Oct 21
3
[Bug 1195] New: 'list ruleset' of 'nft -f' outputs garbage while 'nft list ruleset' seems to work.
...t' seems to work. Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: slyfox at inbox.ru # This report is a valid nft file. # $ uname -r # 4.14.0-rc5-00009-g3728e6a255b5 # run as: 'nft -f nft.bug' # This will output: # table inet filter { # chain local-input { # iifname "lo" meta nfproto ipv4 payload @nh,96,64 0x7f0000017f00000...
2011 May 23
5
Integration branch pushed out to btrfs-unstable
Hi everyone, I''ve pushed out my current kernel git tree to a new branch called integration-test. This is meant for integration testing only and should not be run by anyone who doesn''t love crashes. I''ve pulled together a lot of important work from a lot of different people. It includes: The new inode number allocator Delayed inode and directory item updates Scrub,
2019 Sep 15
3
[Bug 1365] New: nft crashes in chain_print_declaration()
...chain_print_declaration() Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: slyfox at inbox.ru Here is the minimal crash reproducer: $ cat nft.ruleset # filters table inet filter { chain prerouting { type filter hook prerouting priority -50 } } # dump new state list ruleset $ nft -c -f ./nft.ruleset table inet filter {...
2009 Jun 09
19
[Bug 22179] New: [KMS] Black screen with KMS enabled
http://bugs.freedesktop.org/show_bug.cgi?id=22179 Summary: [KMS] Black screen with KMS enabled Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2020 Jul 19
3
[Bug 1444] New: nftables-0.9.6 crashes on some set notations:
...hes on some set notations: Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: slyfox at inbox.ru Small reproducer: $ cat a.nft flush ruleset table inet filter { chain foo { udp dport { 53 } counter accept } } list ruleset $ ./src/nft -c -f a.nft table inet filter { chain foo { meta l4proto udp udp dport Segmen...
2018 Sep 19
1
Dovecot User Listing Error - getpwent() failed: Invalid Argument
...you need to raise this as issue with glibc? Aki On 19.09.2018 10:43, Reuben Farrelly wrote: > Sure: > > thunderstorm ~ # cat /etc/nsswitch.conf > # /etc/nsswitch.conf: > # $Header: > /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.2 > 2017/08/12 16:21:44 slyfox Exp $ > > passwd:????? compat files > shadow:????? compat files > group:?????? compat files > > hosts:?????? files dns > networks:??? files dns > > services:??? db files > protocols:?? db files > rpc:???????? db files > ethers:????? db files > netmasks:??? fil...
2018 Sep 19
2
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Can you provide your /etc/nssswitch.conf? Aki On 19.09.2018 10:40, Reuben Farrelly wrote: > I've been running with this almost identical patch already for some time: > > diff -up dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt > dovecot-2.3.0.1/src/auth/mycrypt.c > --- dovecot-2.3.0.1/src/auth/mycrypt.c.libxcrypt?????? 2018-02-28 > 15:28:58.000000000 +0100 > +++
2018 Sep 19
0
Dovecot User Listing Error - getpwent() failed: Invalid Argument
Sure: thunderstorm ~ # cat /etc/nsswitch.conf # /etc/nsswitch.conf: # $Header: /var/cvsroot/gentoo/src/patchsets/glibc/extra/etc/nsswitch.conf,v 1.2 2017/08/12 16:21:44 slyfox Exp $ passwd: compat files shadow: compat files group: compat files hosts: files dns networks: files dns services: db files protocols: db files rpc: db files ethers: db files netmasks: files netgroup: files bootparams: files automount: files a...
2017 Oct 21
5
[Bug 1196] New: nft does not allow comments within sets: Error: syntax error, unexpected newline
...r, unexpected newline Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: slyfox at inbox.ru Created attachment 512 --> https://bugzilla.netfilter.org/attachment.cgi?id=512&action=edit nft.comment # Run as: 'nft -f nft.comment' # flush old state flush ruleset # filters table inet filter { # in real code there is a reference to this chain chain local...
2011 Nov 09
6
[PATCH 0/5] Btrfs: mount error handling fixes
A bunch of fixes (memory leaks, NULL pointer dereferences and devices hanging in busy state) to sanitize error handling during mount sequence. This is on top of for-linus + slyfox''s double-free fix. Thanks, Ilya Ilya Dryomov (5): Btrfs: fix memory leak in btrfs_parse_early_options() Btrfs: fix subvol_name leak on error in btrfs_mount() Btrfs: avoid null dereference and leaks when bailing from open_ctree() Btrfs: close devices on all error paths in...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergio Aguirre <saaguirre@ti.com> Sergio Cambra <sergio@programatica.es> Sergio Correia <lists@uece.net> Sergiu Giurgiu <sgiurgiu11@gmail.com> Ses...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergio Aguirre <saaguirre@ti.com> Sergio Cambra <sergio@programatica.es> Sergio Correia <lists@uece.net> Sergiu Giurgiu <sgiurgiu11@gmail.com> Ses...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergio Aguirre <saaguirre@ti.com> Sergio Cambra <sergio@programatica.es> Sergio Correia <lists@uece.net>...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Sergey Yanovich <ynvich@gmail.com> Sergio Aguirre <saaguirre@ti.com> Ser...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Sergey Yanovich <ynvich@gmail.com> Sergio Aguirre <saaguirre@ti.com> Ser...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Dyasly <dserrg@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Sergey Yanovich <ynvich@gmail.com> Serg...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Dyasly <dserrg@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Sergey Yanovich <ynvich@gmail.com> Serg...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...n@ubuntu.com> Sergei Poselenov <sposelenov@emcraft.com> Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Sergei Shtylyov <sshtylyov@dev.rtsoft.ru> Sergei Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Dyasly <dserrg@gmail.com> Sergey Kibrik <sergiikibrik@ti.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Ser...