search for: lindex

Displaying 11 results from an estimated 11 matches for "lindex".

Did you mean: index
2009 Sep 08
8
Visio2003 Slow rendering
Good evening I?ve installed visio2003 with the lastest version of Wine 1.1.29. So far it seems to work fine, except when it comes to opening vsd files. It takes forever to render and load all the vsd objects. I?m using a macbook pro with a 2.6 Ghz processor and 4 Ghz RAM. Does anybody have a clue why .vsd files take so long to render and edit?
2010 May 29
2
Running MSACCESS and Tildes Jumis
...ClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {c1ee01f2-b3b6-4a6a-9ddd-e988c088ec82} could be created for context 0x1 fixme:storage:create_storagefile Storage share mode not implemented. fixme:ole:snapshot_QueryGetData (0x18e9e8, 0x33acd4 {cf c06f ptd (nil) aspect 1 lindex -1 tymed 1}) fixme:ole:snapshot_QueryGetData (0x18e9e8, 0x33cc9c {cf c069 ptd (nil) aspect 1 lindex -1 tymed 1}) fixme:ole:snapshot_QueryGetData (0x18e9e8, 0x33cc9c {cf c06a ptd (nil) aspect 1 lindex -1 tymed 1}) fixme:ole:snapshot_QueryGetData (0x18e9e8, 0x33cc9c {cf c082 ptd (nil) aspect 1 lindex...
2015 Jun 16
1
Strange problem with rsync and expect
...o02.log.dOlbek I didn't use any --del options and tried --ignore-errors --max-delete=0, but they didn't work. The problem happened only when two processes were running at same time. Here is my script:#!/usr/bin/expect log_user 0 set env(LANG) en_US.UTF-8 set user "[lindex $argv 0]" set bwlimit "[lindex $argv 1]" set timeout "[lindex $argv 2]" set src_path "[lindex $argv 3]" set dest_ip "[lindex $argv 4]" set dest_path "[lindex $argv 5]" set passwd "[lindex $argv 6]" spaw...
2010 Jun 09
1
TermGenerator incorrectly tokenizes German text which contains special characters
...tor.html#b358784fa685139e8bdd71d37f39573e), terms get cut off (stopped) after the special character. For example the term gesundheitssch?dlich is indexed as gesundheitssch? and Zgesundheitssch? (stemmed). All character encodings are set to UTF-8, the MySql database is also in UTF-8 encoding. * #1 $lIndexer = new XapianTermGenerator(); #2 $lStemmer = new XapianStem(XapianHelper::GetStemmer($pLanguage)); // ?german? #3 $lIndexer->set_stemmer($lStemmer); #4 $lDoc = new XapianDocument(); #5 $lDoc->add_term($lObj->Id); #6 $lIndexer->set_document($lDoc); #7 $lIndexer->index_text("Nahr...
2008 Sep 29
1
rsync hangs after counting some file list
...the updated data. I want to download that directory onto my local machine periodically with --link-dest option to my old download directory. I have automated the script using " expect scripting" Following script I have written: $> cat ravi.ex #!/usr/bin/expect -- set LDEST [lindex $argv 0] ## for link-dest option set SRC [lindex $argv 1]## for source on remote m/c set DEST [lindex $argv 2]## for dest on local m/c eval exp_spawn rsync -avz --stats --progress --partial $LDEST $SRC $DEST expect "password" send "gbuilder\r" expect % set retVal...
2005 Jun 23
3
Using more than one passwd program
Hello Everybody, i try to use more than the common: passwd program = /usr/bin/passwd %u what i try to do is a passwd program = /usr/bin/passwd %u && /usr/bin/htpasswd /location/of/file %u it works perfect with /usr/bin/passwd... but i just can?t get it to make an entry to /usr/bin/htpasswd can someone please help me best regards Alex
1997 Sep 28
0
[IPD] Internet Probe Droid
...we mean. ---------------------------------------------------------------------- #!/usr/bin/expect -- # Constant # As a default we query for the passwd file set pwQuery "/cgi-bin/phf?Qalias=x%0a/bin/cat%20/etc/passwd" # We get the address and port id from the command line set address [lindex $argv 0] if {$argc == 3} { set port [lindex $argv 1] set query [lindex $argv 2] } elseif {$argc == 2} { set port [lindex $argv 1] set query pwQuery } else { set port "80" set query $pwQuery } set timeout 45 spawn telnet $address $port expect { timeout { puts "t...
2010 Mar 22
3
Insert Symbol not working in MS Office 2007 Word
...layDevicesW ((null),0,0x337f2c,0x00000000), stub! fixme:wtsapi:WTSRegisterSessionNotification Stub 0x11006c 0x00000000 fixme:heap:HeapSetInformation 0x110000 1 (nil) 0 fixme:time:GetCalendarInfoW Unimplemented caltype 1 fixme:ole:snapshot_QueryGetData (0x1b5d20, 0x33ae34 {cf c00a ptd (nil) aspect 1 lindex -1 tymed 4}) fixme:ole:snapshot_QueryGetData (0x1b5d20, 0x33abf0 {cf c070 ptd (nil) aspect 1 lindex -1 tymed 1}) fixme:ole:snapshot_QueryGetData (0x1b5d20, 0x33adf0 {cf c00a ptd (nil) aspect 1 lindex -1 tymed 4}) fixme:ole:snapshot_QueryGetData (0x1b5d20, 0x33abac {cf c070 ptd (nil) aspect 1 lindex...
2011 Nov 28
5
window manager interface commands for linux
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck
2003 Jan 02
0
Samba PDC passwd update to NIS server
...orce conservative mode even if ;# script wasn't run conservatively originally if {$force_conservative} { set send_slow {1 .1} proc send {ignore arg} { sleep .1 exp_send -s -- $arg } } set timeout -1 set username [lindex $argv 0] send_user "new" system stty echo expect_user -re "(.*)\n" set password $expect_out(1,string) send_user "OK\n" log_user 0 spawn $ssh $ypserver expect "<change to fit your system> :" send -- "passwd $username\r" expect -exact "pass...
2002 Sep 05
0
error in smbpasswd (now in english, sorry)
...g alunos -d $HOMEDIR $USUARIO sleep 1 echo "///////////// Password de $USUARIO //////////////" /home/benito/t/trocapass $USUARIO $PASWORD echo "_________________________________________________" #sleep 1; done trocapass: #!/usr/bin/expect set usuario [lindex $argv 0] set senha [lindex $argv 1] spawn /usr/bin/passwd $usuario expect { "assword*:" { sleep .5s send "$senha\r" exp_continue } } spawn /usr/bin/smbpasswd $usuario expect {...