Date: Thu, 12 Mar 2015 10:31:22 -0700 From: Kevin Oberman <rkoberman@gmail.com> To: mexas@bris.ac.uk Cc: FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No such file or directory Message-ID: <CAN6yY1tfiPmM8zhhQe%2BkqyyB89SWh9a0h19tosyve90kUyFzSw@mail.gmail.com> In-Reply-To: <201503121152.t2CBq8ku054188@mech-as221.men.bris.ac.uk> References: <201503121152.t2CBq8ku054188@mech-as221.men.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Mar 12, 2015 at 4:52 AM, Anton Shterenlikht <mexas@bris.ac.uk> wrote: > I'm still trying to figure out why flash > wouldn't work on this particular laptop. > > I see this error/warning: > > $ sysctl -a | grep "compat.linux.os" > <118>sysctl: unknown oid 'sysctl compat.linux.osrelease' at line 11: No > such file or directory > compat.linux.osname: Linux > compat.linux.osrelease: 2.6.18 > compat.linux.oss_version: 198144 > > I don't understand what it means. > Boy, has this one run WAY off the rails. After the first response, the relevant part of the report was elided from the thread and I think everyone has missed it. It looks to me like it has nothing to do with whether the module is loaded (it is) and everything to do with how people see what they expect and not what is really there. The error message is telling you that the OID "sysctl compat.linux.osrelease" is unknown, as it should as OIDs may not contain spaces. The real question is why "sysctl -a" is trying to execute "sysctl 'sysctl compat.linux.osrelease'" or some shell specific equivalent. Is "sysctl" aliased to a script or something like it? What do you get for the output of "sysctl -a > somefile"? -- Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAN6yY1tfiPmM8zhhQe%2BkqyyB89SWh9a0h19tosyve90kUyFzSw>