search for: modifiying

Displaying 20 results from an estimated 72 matches for "modifiying".

2013 Jan 11
0
[LLVMdev] modifiy the address of GlobalVariable emitted by JIT
Hi everyone, I am building a binary translator, and try to do block chaining. LLVM version : 3.1 my machine : x86-32 bit, Linux Before each *LLVM IR returnInst constantValue*, I insert a call instruction & a returnInst which looks like %x = call @G ; ret %x; then remove the *LLVM IR returnInst constantValue* The initializer of @G is a function which has prototype int f(struct MyType*
2010 Jan 27
1
adding / modifiying functions in a site-library package ????
I want to add just one more function to an already installed, locally developed site-library package. Is there a good tutorial on this laying about? From what I see the new function would touch several files and directories in the existing package. Tools to automate that ?
2009 Mar 26
2
PXE-Kernel crashes with "RAMDISK: incomplete write ..." after modifiying initrd.img
Hi, to install current PC models (with new Intel NICs) via Kickstart/PXE, I wanted to add the newest e1000e-Treiber to initrd.img. With this modified image, the Kickstart kernel crashes with the following error messages: [...] md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. RAMDISK: Compressed image found at block 0 RAMDISK: incomplete write (20480 != 32768) 6062080
2006 May 31
2
Zap Channels , for round-robin search and call
Hi I am using a 4FXO , TDM400P card I am able to call outside , after modifiying extensions.conf with exten => _9X.,1,Dial(ZAP/1/${EXTEN:1}) using this , I can only dial through one of the port , Actually I want to dial outside using round - robin search After reading the manuals , I have plans to modified the above line as exten => _9X.,1,D...
2002 Dec 05
12
stupid cd player mod question
Hi, really stupid question here: 1) not bothered how possible it is 2) not bothered how legal it is 3) not bothered how much it costs question: how would i go about modifiying my stereo cd player (whatever model) to be able to play vorbis files on CD/CD-R/CD-RW ? <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing...
2017 Mar 21
2
I/O error
...he links, and it seems everything is fine wrt. to what was mentioned there (I've disabled 64 bits in mke2fs, but it didn't help). I'd be glad to provide more details, but the error message is the only info I've got by now. It seems nothing else can be got from syslinux shell without modifiying the code. I've tried to make it load the kernel image that was build for my host (originally I was using kernel image built in Yocto) and it did boot, so maybe this is where the problem is. Looks like adding debug prints can't be avoided. Thanks, Anton On 03/21/2017 01:15 PM, Ady Ady via...
2019 Aug 21
1
Re: Debian 10 with libguestfs
On Wed, Aug 21, 2019 at 12:03:15PM +0200, Julian Hyordey wrote: > As I said, it works, but you just forgot to modifiy /etc/hosts : > > 127.0.1.1 ibm-p8-kvm-03-guest-02.virt.pnr.lab.eng.rdu2.redhat.com Yes this is broken in several images including the Ubuntu ones. It took me a long time to work out why it happens. It turns out that it's because qemu uses 10.0.2.15 as a
2014 Oct 06
1
Help with shared folder
Hi dovecot guru.. I need some help configuring shared folder in my server.. This is the situation: DOVECOT 2.0.19 with POSTFIX - CLAMAV - AMAVISD - SPAMASSASSIN This is the production server and sharing folder between user work.. But i need some explanation.. 1) It's possible to share only a subfolder (E.G. => .INBOX.ESTERO) without share the main folder .INBOX? 2) Which
2006 Mar 20
1
SquirrelMail 1.4.6 and Dovecot 1.0.beta3 Folders
I migrated from UW IMAP, copied ~/.mailboxlist to ~/mail/.subscritions When I access SquirrelMail, is sees the folders on the left side. If I modifiy my folder subscription, they dissappear all but INBOX, and the .subscriptions file gets deleted. What am I missing. Thanks Bertrand Leboeuf
2005 Jul 07
2
mofications to Rakefile SQL Server
I have made some modification to the Rakefile used by a Rails app to support SQL Server. The SQL Server versions of the database related tasks use scptxfr and osqlwhich may require some installation depending on the grade of SQL Server you are using on your development platform. What is the procedure for making patch to the fresh_rakefile? Is it: * svn checkout trunk * modifiy fresh_rakefile *
2003 Apr 16
1
Big problem with file permission !!
Hi, we are running samba 2.2.5 (HP 1.0.9) on our HPUX file server. Well it is running without any problems, but now a user pointed out which looks like a big problem for me: We have setup a lot of shares for projects. As an example one share looks like this [AG_Technik] comment = Datenbereich der Technik path = /mnt/Local/Groups/AG_Technik valid users =
2006 Apr 03
1
FreeBSD amd64 w. LDAP: smbd hangs
...nd is working with an ldapsam_compat backend. The (secondary) LDAP server is on the same machine. Right now I've only moved a few users' data to this box, but I'm already stuck due to the fact that some smbd process will hang, hog the CPU and hold as locked the document the user was modifiying. The user will have to call me, I'll need to kill -9 that process (without -9 it won't die) and then he can go on with his job. I'm really looking for a solution or at least a workaround on this. I'm using everything as up to date as to avoid beta software, that is: _ FreeBSD 6.0...
2019 Aug 20
3
Re: Debian 10 with libguestfs
On Tue, Aug 20, 2019 at 03:25:01PM +0200, Julian Hyordey wrote: > If you want a test, let me know when it's done and I'll try it immediately. OK it's uploaded. I have only boot tested it, but it works for me. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is
2015 Aug 07
2
vfs_streams_xattr and create mask = 0640 don't play well together
....URed.6 0010 08 0A 00 00 00 00 00 00 01 01 00 00 00 00 00 00 ................ 0020 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0030 00 10 00 ... It appears that streams_xattr is considering the "create mask" when modifiying Alternate Data Streams on directories, while "create mask" is only intended for files (and we don't expect permission changes when modifiying metadata anyway, do we?). Is this a bug or a misconfiguration on our side? I am happy to file a bug report, if it turns out to be one. Any tho...
2006 Apr 16
3
second try; writing user-defined GLM link function
...me. I could really use some help in writing a new glm link function in order to run an analysis of daily nest survival rates. I've struggled with this for weeks now, and can at least display the contents of the glm function, but I'm afraid I can't figure out even how to get started at modifiying the appropriate section (fairly new at R, complete beginner in writing functions in R!). Essentially, all I will be doing is running a logistic regression, but with a different link function. The link function is a modification of the logit link: g(theta) = natural log( (theta ^(1/t)) / (1- (theta...
2003 Oct 06
1
getting names of p vector in nlm function...
Dear R programming folks: I'm trying to finish off a package for non-linear simultaneous system estimation and I've been trying to figure out how to get the names of the parameter vector variables when inside the function that nlm calls to return the objective function value: knls <- function( theta, eqns, data, fitmethod="OLS", instr=NULL, S=NULL ) { ## print(
2002 Jun 05
1
Acls support in rsync
Hi, I already wrote about this subject last month but didn't get attention... I've found a way to transfert acls with a script and applying them. This process has already been described in this mailing list (http://lists.samba.org/pipermail/rsync/2000-March/001992.html) but there's a way to do it in a more efficient way using some getfacl options. You can dump acls of a full
2006 Aug 09
7
changing find method
Hi, i was wondering if there was a nice clean way(after all, it is ruby) to change the find method of a certain model/class (Page) so that if i wanted to use a find method on a @page instance it would return only specific rows from the table(if the page.published == true/false: the pages table looked like SQL: ... id int not null auto_increment, published tinyint(1) not null, something
2004 Jul 27
6
Samba3 - LDAP - USRMGR.EXE
Hello, have some little problems adding user to domain with USRMGR.EXE My System runs on SuSE 9.1 (2.6.5-7.75-default), samba-3.0.4, smbldap-tools-0.8.5, openldap2-2.2.6 If I try to add a new user with USRMGR.EXE I get an error "Access denied", but if I look into LDAP the new user was correctly added to LDAP. If I confirm the error-message and then cancel the "NEW USER"
2007 Mar 06
3
nut upset after Oops
Hello, When my kernel oopses (not ups/nut related) nut is somewhat upset and keeps complaining that power is gone, and restored, etc, etc, etc. How can I fix this? Kind regards, Udo