search for: burried

Displaying 20 results from an estimated 63 matches for "burried".

Did you mean: buried
2004 Sep 14
2
Field Definition for objectSid (LDAP)
I'm trying to write a perl program to get user information my boss wants using Net::LDAP in perl. I'm doing fairly well, but when I try to get the objectSid from the user list, it comes in packed or encrypted in some fashion. Since dumping the users using the command "net ads search '(&(objectClass=person)(objectCategory=person))'" gets me an unscrambled
2004 Aug 06
5
Icecast is cool, but how about video?
Rob Burris wrote: > Real Networks offers a free streamer called Real Server. I'm not sure of the > exact link, but here's a starting point That is definitely not free, it's not even zero cost after that evaluation year. There don't even exist any players for it except from Real ... i can't think of anything less free than that. :| I suggest ditching all that crap and to
2006 Jul 21
2
SSH and winbind authentication on Solaris 10
I've googled my heart out, but I cannot see an example of ssh authentication with Active Directory and winbindd, particularly on Solaris 10. I have it working on Solaris 8 with telnet, but I'm trying to break my users of telnet. Has anyone got it working? If so, would you be willing to share the global section of your smb.conf and pam.conf with me? Is there something I need to put in one
2004 Aug 06
3
Icecast is cool, but how about video?
Real Server is *not* an free product! It takes more than 500 Euro for a 50 Connections a time / Licence. Stefan Jacobi <p>----- Original Message ----- From: "Rob Burris" <robeb@keepthevibe.com> To: <icecast@xiph.org> Sent: Sunday, July 07, 2002 5:42 AM Subject: Re: [icecast] Icecast is cool, but how about video? <p>> *This message was transferred with a
2018 Jul 13
3
A few questions and propostions on the samba architecture
That explains why there is so little information on ldb and sqlite. From my pov sqlite just seemed interesting, as it has a well known syntax and the ability to embedd a transparent logic layer. As there is no effort to use sqlite (or sql) in the future , I just burried that path. As for compability I would strongly suggest to stay where Microsoft left off, before killing the "UNIX Attributes" tab in Windows10 RSAT. CN=samdom,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System msSFU30MaxGidNumber msSFU30MaxUidNumber msSFU30OrderNumber I understand the d...
2005 Feb 09
1
Samba 3.0.11 won't compile on Solaris 8
Samba 3.0.11 won't compile on my Solaris 8 machine. It keeps getting compile errors in clitar, although I am using exactly the same configuration options as in Samba 3.0.10. Here is the basic configuration from config.log $ ./configure --with-ldap --with-ads --with-acl-support --with-pam --with-krb5=/usr/local --enable-shared --without-gnu-ld --with-mysql-prefix=/usr/local/mysql
2019 Mar 05
1
getrandom() before forking daemon is blocking init system
> On 05 March 2019 at 18:51 William Taylor via dovecot <dovecot at dovecot.org> wrote: > > > On Tue, Mar 05, 2019 at 05:39:28PM +0100, Axel Burri via dovecot wrote: > > Hello > > > > When booting from a slow machine, I can observe dovecot blocking the > > whole boot process. I traced it down to the getrandom() system call in > > lib/randgen.c,
2019 Mar 05
2
getrandom() before forking daemon is blocking init system
Hello When booting from a slow machine, I can observe dovecot blocking the whole boot process. I traced it down to the getrandom() system call in lib/randgen.c, which blocks until the random number generator is initialized (dmesg "random: crng init done"). This can take up to three minutes (!) on my machine, as there is not much entropy available (no hardware RNG, network VPN is also
2014 Dec 24
2
[PATCH nouveau 06/11] platform: complete the power up/down sequence
...104,31 @@ static int nouveau_platform_power_down(struct nouveau_platform_gpu *gpu) > return 0; > } > > +static int nouveau_platform_get_mc(struct device *dev, > + struct tegra_mc **mc, unsigned int *swgroup) Uhm, no. If this is needed this has to be a Tegra MC function and not burried into nouveau code. You are using knowledge about the internal workings of the MC driver here. Also this should probably only take the Dt node pointer as argument and return a something like a tegra_mc_client struct that contains both the MC device pointer and the swgroup so you can pass that to te...
2004 Aug 06
1
Icecast is cool, but how about video?
Just to understand what you'd call "free": Is the client that you use free as well? =) Imho not, and it's quite annoying to see this trial-reminder... On Sun, 2002-07-07 at 07:30, Rob Burris wrote: > *This message was transferred with a trial version of CommuniGate(tm) Pro* > http://licensekey.realnetworks.com/rnforms/products/servers/eval/?ulf=bas > > it's free
2005 Sep 29
1
smb_panic after upgrading
I am running a Linux SLES 9 server geobase-linux{root}838: uname -a Linux geobase-linux 2.6.5-7.191-smp #1 SMP Tue Jun 28 14:58:56 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux I tried to upgrade from Samba 3.0.14a (which I had installed via RPMs and was running fine) to samba-3.0.20-0.1 from the RPMs on the Samba site. I know get smb_panics on smbd Here is my smbd.log: geobase-linux{root}833: more
2004 Aug 06
3
Icecast is cool, but how about video?
Hi people, The last days I was hacking on my linux box. I must say it is a clarkconnectbox, which I find pretty cool, a lot of work I don't have to do myself!!! I got icecast and ices working (check out http://213.84.15.154:8000, but I don't really offer broadband) Some day I'll getliveice working but for now you there's only a small collection of mp3's, I'll different
2015 Jan 05
2
[PATCH nouveau 06/11] platform: complete the power up/down sequence
...down(struct nouveau_platform_gpu *gpu) > >> return 0; > >> } > >>+static int nouveau_platform_get_mc(struct device *dev, > >>+ struct tegra_mc **mc, unsigned int *swgroup) > >Uhm, no. If this is needed this has to be a Tegra MC function and not > >burried into nouveau code. You are using knowledge about the internal > >workings of the MC driver here. > > > >Also this should probably only take the Dt node pointer as argument and > >return a something like a tegra_mc_client struct that contains both the > >MC device point...
2015 Jan 06
2
[PATCH nouveau 06/11] platform: complete the power up/down sequence
...>>> return 0; > >>>> } > >>>>+static int nouveau_platform_get_mc(struct device *dev, > >>>>+ struct tegra_mc **mc, unsigned int *swgroup) > >>>Uhm, no. If this is needed this has to be a Tegra MC function and not > >>>burried into nouveau code. You are using knowledge about the internal > >>>workings of the MC driver here. > >>> > >>>Also this should probably only take the Dt node pointer as argument and > >>>return a something like a tegra_mc_client struct that contains b...
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
I have been using the "username map" parameter for some time on various versions of Samba 2, and it has worked nicely. Last week I upgraded to Samba 3 and integrated with Active Directory. Since I am using Solaris 8, and "nsswitch.conf" doesn't support winbindd, I am using the "add user script" parameter to add users. What is happening is that users in
2006 Oct 06
8
Expecting calls with two different parameters
Hello, I''ve just started using Mocha in the tests for my Rails app, and I''ve run across an issue with mocking a method that should be called with different parameters. How would I setup a mock that expects that a method will be called once with no paramaters, and a second time with a parameter? I''d be tempted to shortcut and just do something like
2015 Jan 06
2
[PATCH nouveau 06/11] platform: complete the power up/down sequence
...t;>>> } > >>>>>>+static int nouveau_platform_get_mc(struct device *dev, > >>>>>>+ struct tegra_mc **mc, unsigned int *swgroup) > >>>>>Uhm, no. If this is needed this has to be a Tegra MC function and not > >>>>>burried into nouveau code. You are using knowledge about the internal > >>>>>workings of the MC driver here. > >>>>> > >>>>>Also this should probably only take the Dt node pointer as argument and > >>>>>return a something like a tegra_...
2002 Jul 06
3
Can't compile vorbis-tools CVS
...#39; make[1]: *** No rule to make target `all-no-@BUILD_INCLUDED_LIBINTL@', needed by `all-no'. Stop. make[1]: Leaving directory `/usr/src/cvs/vorbis-tools/intl' make: *** [all-recursive] Error 1 This is after running ./autogen.sh with no options. I examined the output of configure. Burried away in the output, not in the log btw, was the following error: ed: can't read ./intl/po2tbl.sed.in: No such file or directory Here it is in context: checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... fr nl sv sed: can't read ./intl/po2tbl.sed....
2006 Jul 31
7
Problem with routes when I move the app to a different machine
Hi all: I have an application that runs great on my macbook pro, however, when I move the app to the production linux box, all routes fail except for the one I set up as the default: map.connect '':controller/:action/:id'', :controller => "Employee", :action => "status" I made sure the shebang line in dispatch.* was set to be OS independent
2019 Mar 05
0
getrandom() before forking daemon is blocking init system
On Tue, Mar 05, 2019 at 05:39:28PM +0100, Axel Burri via dovecot wrote: > Hello > > When booting from a slow machine, I can observe dovecot blocking the > whole boot process. I traced it down to the getrandom() system call in > lib/randgen.c, which blocks until the random number generator is > initialized (dmesg "random: crng init done"). This can take up to three >