search for: migh

Displaying 20 results from an estimated 42 matches for "migh".

Did you mean: high
2008 Jan 18
4
syslinux does not interpret backslash
...e filename. It prompts me with boot: then every filename I type is set to 2 characters "." 3 characters i.e vmlinuz would appear as vm.lin. To me it looks like syslinux uses /boot/ as part of the filename here ( 6 characters ) Not sure whether I am missing something here, or whether this migh be a subtle bug. The stick is 1GB ha one partition set by parted (msdos) and formatted with mkfs.vfat, then initialized with syslinux /dev/xyz Thanks for any helpful insight, Casual ____________________________________________________________________________________ Never miss a thing....
2010 Nov 05
2
Keep a copy of email.
...does any one have any ideia how could it be done ? We are having serius problems with backups, with this we gona be able to at least save one or two days of each emails, than rotate them again. I though about using postfix always_bcc, but would be everyones emails only in one account. Though in migh use sieve for filter this acount and separete it for each folder.. but i don't guess sieve could get a parameter from the email to make a filter.. or can it ? like, if email from user2 at domain.com it goes to user2 folder, but this user2 would be variable, otherwise i have to create a sieve t...
2020 May 15
2
Problems with groups, minimum gidnumber?
...;t clear is are really uid's and gid's in the same number space in >> Samba? What if a user has the same uid as a group's gid? > Because the user or group object in AD has a unique SID, this is what counts > for authentication. > > As in most cases, it looks like you might have been better off creating a > totally new AD domain with new Unix UID & GID numbers, this would have > allowed you to get away for the big mistake that was made with NT4-style > domains, using the RID as the Unix ID. That migh be true. I have two large filesystems with users a...
2016 Jun 13
0
[PATCH v8 2/3] New API: filesystem_walk
...are returned, excluding C<.> and +C<..>. This function can list deleted or unaccessible files. +The entries are I<not> sorted. + +The C<tsk_dirent> structure contains the following fields. + +=over 4 + +=item 'tsk_inode' + +Filesystem reference number of the node. It migh be C<0> +if the node has been deleted. + +=item 'tsk_type' + +Basic file type information. +See below for a detailed list of values. + +=item 'tsk_size' + +File size in bytes. It migh be C<-1> +if the node has been deleted. + +=item 'tsk_name' + +The file path re...
2018 Apr 18
0
Event-triggered change in value with a time-delay
...etween two states when one of the variables (D) crosses a > threshold (D_T) for the first time in either direction. Additionally, when > the variable crosses the threshold (either by increasing or decreasing), > there is a time delay (delay) before the parameter shifts values. I think you migh not have fully reviewed the available functions in that package. Doing an sos::findFn-search on ODE's with time delay brings up help pages for the `dede` function in deSolve. For the conditional value of the within regime-fixed parameter `m`, couldn't you just use this: ... + m*(6.8+...
2018 Apr 18
2
Event-triggered change in value with a time-delay
...gt; p. 24-25), the time at which the event happens is either pre-set or occurs at a root of the ODE. Also- would this strategy require multiple events? One event in which the variable crossing the threshold triggers a timer, another for the timer triggering the parameter change? 3. Lagvalue. This might take care of the time lag component, but I am still struggling to understand (1) how lagvalue works and (2) how to integrate both the threshold and timer components. if ( D < D_T ) m<- ifelse(lagvalue(t-delay)<=0, 6.8, 10) end 4. Sigmoidal function. Someone suggested this to...
2006 Oct 28
0
Build a shared disk, shared cpu, shared ram....supercomputing for expanding websites
...rying to build a shared disk, shared cpu, shared ram....using a dell power edge servers.....which can utilize our server resource for our expanding website. We are running RHEL4 on dell power edges. Can anyone suggest any good production ready open source solution running on top of 2.6 kernel that might work for us? I have looked at openMosix which has only 2.4 kernel production ready and openSSI which has only 1.2 tested on 2.4 kernel and 1.9 still in testing. Is there any solution which can work with 2.6 kernel. Also IF POSSIBLE we would like to integrate the solution with Xen3.0.2. Can anyo...
2008 Jan 08
1
A question on chisq.test
Dear all, I would like to do a goodness-of-fit test on my data to see if they follow a mixture of 2 poisson distributions. I have small numbers for observed values. Most of them <5. The chisq.test gives warning message: Chi-squared approximation may be incorrect in: chisq.test(x , p = prob). However, the option sim=TURE would suppress the warning message. Does that mean with the option
2010 Jun 24
1
Wine on Windows (via opengl32.dll)
Hello! I'm trying to replace "default" Direct3D7 implementation with gorgeous Wine software (ddraw.dll/wined3d.dll). However initialization brings surprises. wined3d.dll tries to load opengl32.dll (it's correct I suppose). opengl32.dll calls GetSystemMetrics from user32.dll (it's probably correct) user32.dll tries to use ddraw.dll to calculate some parameters. Maybe
2009 Jun 10
3
Query about tdm410 cards
Hi recently bought a soekris net5501 and a tdm410 to place in there. I am having some issues attaching 12V power to the card via the molex card - basically the box for the motherboard is too small. I have read up about a PWR2400b and it seems to use 2wire pin, I am guessing to connect to P8 just behind the molex connector on the tdm410. can any one here confirm this, or have any info on the
2004 Oct 05
6
group change causing failure
OK, I searched through the archives and didn't find anything so I must be doing something stupid. I just compiled 2.6.3 and am trying to get it to run on linux 2.6.8.1 kernel with a more or less fedora core2 environment. I was trying between two systems but I have narrowed it down to what I believe is a pretty simple case. Here is my setup/test: Last login: Mon Oct 4 19:30:49 2004
2010 May 06
1
extracting coordinates from SpatialPolygonsDataFrame using slot functions
In converting some older code: ## builds an OWIN to generate a set of points on a grid within the OWIN object: bdry <- read.shape( "../../data/boundary.shp" ) outline.verts <- bdry$Shapes[[2]]$verts[1:bdry$Shapes[[2]]$Pstart[2],] outline.order <- nrow( outline.verts ) : 2 bdry.poly <- vector( 2, mode="list" ) bdry.poly[[1]] <- list(
2019 Aug 21
3
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...ays setting up nfsv4 is easy. > I these days have NFSv4 with sys,krb5,krb5i,krb5p working > *example, ssh SSO logins and automounted krb5p and protected homedirs, which even root can not enter. > I'll work this out in the howto's im updating/writing atm for Debian Buster. > This might take some time, because it will be the full setup of how im running things. > .. I might speed up a bit because i noticed the samba wiki is really improved a lot, > so i migh "borrow" some parts ;-). > > It might help, if you can explain exactly how you nfsv4 is setup now. &g...
2010 Jun 07
0
No subject
...t; ><tr><td valign=3D"= top" style=3D"font: inherit;">Hi<br><br>The inverse MDCT formula seems to b= e missing from the vorbis specification. From reading the source code of st= b_vorbis (http://nothings.org/stb_vorbis/) I've a good idea of what it migh= t be, but cannot find the formula anywhere in the official specification (t= he one on http://xiph.org/vorbis/doc/Vorbis_I_spec.html ). I also understan= d that the formula stated in the eusipco_corrected.ps paper is incorrect (t= he link from the specification to the paper is also dead).<br&gt...
2002 Nov 26
0
"Special" link folders - Readonly attrib
...copy-drag-drop such a link onto another Samba share and here we go again. I've tried to solve the problem by prepaying 280 euro bucks to the local SuSE support team to no avail. After sending my smb.conf in I received a vanilla share definition right out of "Samba for Dummies". It migh be a good book but I just don't grok it. So here's the relevant stanza in my configuration: logon path = \\%L\%U\profile logon home = \\%L\%U [homes] valid users = %S read only = No inherit permissions = Yes browseable = No Can the proverbial kind so...
2019 Aug 20
0
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...h nfsv4. These days setting up nfsv4 is easy. I these days have NFSv4 with sys,krb5,krb5i,krb5p working *example, ssh SSO logins and automounted krb5p and protected homedirs, which even root can not enter. I'll work this out in the howto's im updating/writing atm for Debian Buster. This might take some time, because it will be the full setup of how im running things. .. I might speed up a bit because i noticed the samba wiki is really improved a lot, so i migh "borrow" some parts ;-). It might help, if you can explain exactly how you nfsv4 is setup now. > > Now my...
2010 Oct 13
2
Fwd: Re: Any progress on bug 16147?
Robert Benjamin <benjie1 at cox.net> wrote: >Sent: Oct 13, 2010 4:26 AM >To: wine-users at winehq.org >Subject: Re: [Wine] Fwd: Re: Any progress on bug 16147? > >Just wondering why I haven't had a reply about the webcam problem >with iSpQ and icuii. There are a few previous posts about testing the >cam from Gert but nothing lately. Maybe because no one is working
2020 May 15
3
Problems with groups, minimum gidnumber?
On Fri, 15 May 2020, Rowland penny via samba wrote: > On 15/05/2020 13:48, Harald Hannelius wrote: >> >> I created a script that looped on 'getent passwd' from the old DC. It >> called samba-tool and pdbedit to add the users; >> >> samba-tool user create $username Some2pass/e --use-username-as-cn >> --nis-domain=sad --unix-home=$home
2019 Aug 21
2
winbind on DC : how use gidNumber instead of primaryGroupID as user's primary group
...these days have NFSv4 with sys,krb5,krb5i,krb5p working > >> *example, ssh SSO logins and automounted krb5p and protected homedirs, > which even root can not enter. > >> I'll work this out in the howto's im updating/writing atm for Debian > Buster. > >> This might take some time, because it will be the full setup of how im > running things. > >> .. I might speed up a bit because i noticed the samba wiki is really > improved a lot, > >> so i migh "borrow" some parts ;-). > >> > >> It might help, if you can...
2016 Apr 11
5
[PATCH v5 0/5] New API: filesystem_walk
v5: - fixed compile-time warning - removed unused flag enumeration - new version 1.33.19 Patch ready for review. Matteo Cafasso (5): generator: Added tsk_dirent struct configure: Added libtsk compile-time check New API: internal_filesystem_walk New API: filesystem_walk lib: Added filesystem_walk command tests daemon/Makefile.am | 4 +- daemon/tsk.c