Package: virtuoso-opensource-6.1 Version: 6.1.2+dfsg1-1+b1 Severity: wishlist
Right now, loading of the Virtuoso database upon booting blocks this process. It would be nicer of the boot process would simply continue when the loading is initiated but performed in the background. When the database grows large, the loading takes more time. I am not using Virtuoso on a dedicated server, but on a laptop which I, unfortunately, have to reboot into Windows7 for GotoMeeting. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.38-2-686-bigmem (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages virtuoso-opensource-6.1 depends on: ii debconf [debconf-2.0] 1.5.39 Debian configuration management sy ii libbz2-1.0 1.0.5-6 high-quality block-sorting file co ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libexpat1 2.0.1-7 XML parsing C library - runtime li ii libfontconfig1 2.8.0-2.2 generic font configuration library ii libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib ii libglib2.0-0 2.28.6-1 The GLib library of C routines ii libgomp1 4.6.0-2 GCC OpenMP (GOMP) support library ii libice6 2:1.0.7-1 X11 Inter-Client Exchange library ii libjpeg62 6b1-1 The Independent JPEG Group's JPEG ii liblcms1 1.18.dfsg-1.2+b4 Color management library ii liblqr-1-0 0.4.1-1 converts plain array images into m ii libltdl7 2.4-2 A system independent dlopen wrappe ii libmagickcore3 8:6.6.0.4-3 low-level image manipulation libra ii libmagickwand3 8:6.6.0.4-3 image manipulation library ii libpcre3 8.12-3 Perl 5 Compatible Regular Expressi ii libsm6 2:1.2.0-1 X11 Session Management library ii libtiff4 3.9.5-1 Tag Image File Format (TIFF) libra ii libvirtodbc0 6.1.2+dfsg1-1+b1 high-performance database - ODBC l ii libwbxml2-0 0.10.7-1 WBXML parsing and encoding library ii libx11-6 2:1.4.3-1 X11 client-side library ii libxext6 2:1.2.0-2 X11 miscellaneous extension librar ii libxt6 1:1.1.1-1 X11 toolkit intrinsics library ii virtuoso-opensource-6.1 6.1.2+dfsg1-1+b1 high-performance database - binari ii virtuoso-opensource-6.1 6.1.2+dfsg1-1+b1 high-performance database - common ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime virtuoso-opensource-6.1 recommends no packages. virtuoso-opensource-6.1 suggests no packages. -- Configuration Files: /etc/virtuoso-opensource-6.1/virtuoso.ini changed: ; ; virtuoso.ini ; ; Configuration file for the OpenLink Virtuoso VDBMS Server ; ; To learn more about this product, or any other product in our ; portfolio, please check out our web site at: ; ; http://virtuoso.openlinksw.com/ ; ; or contact us at: ; ; [email protected] ; ; If you have any technical questions, please contact our support ; staff at: ; ; [email protected] ; ; ; Database setup ; [Database] DatabaseFile = virtuoso.db ErrorLogFile = /var/log/virtuoso-opensource-6.1/virtuoso.log LockFile = virtuoso.lck TransactionFile = virtuoso.trx xa_persistent_file = virtuoso.pxa ErrorLogLevel = 7 FileExtend = 200 MaxCheckpointRemap = 2000 Striping = 0 TempStorage = TempDatabase [TempDatabase] DatabaseFile = virtuoso-temp.db TransactionFile = virtuoso-temp.trx MaxCheckpointRemap = 2000 Striping = 0 ; ; Server parameters ; [Parameters] ServerPort = 1112 LiteMode = 0 DisableUnixSocket = 1 DisableTcpSocket = 0 ;SSLServerPort = 2111 ;SSLCertificate = cert.pem ;SSLPrivateKey = pk.pem ;X509ClientVerify = 0 ;X509ClientVerifyDepth = 0 ;X509ClientVerifyCAFile = ca.pem ServerThreads = 30 CheckpointInterval = 90 O_DIRECT = 0 NumberOfBuffers = 200000 MaxDirtyBuffers = 120000 CaseMode = 2 MaxStaticCursorRows = 5000 CheckpointAuditTrail = 0 AllowOSCalls = 0 SchedulerInterval = 10 DirsAllowed = ., /usr/share/virtuoso/vad ThreadCleanupInterval = 0 ThreadThreshold = 15 ResourcesCleanupInterval = 0 FreeTextBatchSize = 100000 SingleCPU = 0 VADInstallDir = /usr/share/virtuoso/vad/ PrefixResultNames = 0 RdfFreeTextRulesSize = 150 IndexTreeMaps = 512 [HTTPServer] ServerPort = 8891 ServerRoot = /var/lib/virtuoso-opensource-6.1/vsp ServerThreads = 30 DavRoot = DAV EnabledDavVSP = 0 HTTPProxyEnabled = 0 TempASPXDir = 0 DefaultMailServer = localhost:25 ServerThreads = 15 MaxKeepAlives = 15 KeepAliveTimeout = 15 MaxCachedProxyConnections = 15 ProxyConnectionCacheTimeout = 15 HTTPThreadSize = 420000 HttpPrintWarningsInOutput = 0 Charset = UTF-8 [AutoRepair] BadParentLinks = 0 [Client] SQL_PREFETCH_ROWS = 100 SQL_PREFETCH_BYTES = 16000 SQL_QUERY_TIMEOUT = 0 SQL_TXN_TIMEOUT = 0 ;SQL_NO_CHAR_C_ESCAPE = 1 ;SQL_UTF8_EXECS = 0 ;SQL_NO_SYSTEM_TABLES = 0 ;SQL_BINARY_TIMESTAMP = 1 ;SQL_ENCRYPTION_ON_PASSWORD = -1 [VDB] ArrayOptimization = 0 NumArrayParameters = 10 VDBDisconnectTimeout = 1000 KeepConnectionOnFixedThread = 0 [Replication] ServerName = db-BIBER ServerEnable = 1 QueueMax = 50000 ; ; Striping setup ; ; These parameters have only effect when Striping is set to 1 in the ; [Database] section, in which case the DatabaseFile parameter is ignored. ; ; With striping, the database is spawned across multiple segments ; where each segment can have multiple stripes. ; ; Format of the lines below: ; Segment<number> = <size>, <stripe file name> [, <stripe file name> .. ] ; ; <number> must be ordered from 1 up. ; ; The <size> is the total size of the segment which is equally divided ; across all stripes forming the segment. Its specification can be in ; gigabytes (g), megabytes (m), kilobytes (k) or in database blocks ; (b, the default) ; ; Note that the segment size must be a multiple of the database page size ; which is currently 8k. Also, the segment size must be divisible by the ; number of stripe files forming the segment. ; ; The example below creates a 200 meg database striped on two segments ; with two stripes of 50 meg and one of 100 meg. ; ; You can always add more segments to the configuration, but once ; added, do not change the setup. ; [Striping] Segment1 = 100M, db-seg1-1.db, db-seg1-2.db Segment2 = 100M, db-seg2-1.db ;... ;[TempStriping] ;Segment1 = 100M, db-seg1-1.db, db-seg1-2.db ;Segment2 = 100M, db-seg2-1.db ;... ;[Ucms] ;UcmPath = <path> ;Ucm1 = <file> ;Ucm2 = <file> ;... [Zero Config] ServerName = virtuoso (BIBER) ;ServerDSN = ZDSN ;SSLServerName = ;SSLServerDSN = [Mono] ;MONO_TRACE = Off ;MONO_PATH = <path_here> ;MONO_ROOT = <path_here> ;MONO_CFG_DIR = <path_here> ;virtclr.dll = [URIQA] DynamicLocal = 1 DefaultHost = localhost:8891 [SPARQL] ;ExternalQuerySource = 1 ;ExternalXsltSource = 1 ;DefaultGraph = http://localhost:8890/dataspace ;ImmutableGraphs = http://localhost:8890/dataspace ResultSetMaxRows = 10000 MaxQueryCostEstimationTime = 800 ; in seconds MaxQueryExecutionTime = 60 ; in seconds DefaultQuery = select distinct ?p where {[] ?p []} DeferInferenceRulesInit = 0 ; controls inference rules loading ;PingService = http://rpc.pingthesemanticweb.com/ [Plugins] LoadPath = /usr/lib/virtuoso-opensource-6.1/hosting Load1 = plain, wikiv Load2 = plain, mediawiki Load3 = plain, creolewiki Load4 = plain, im Load5 = plain, wbxml2 ;Load6 = plain, hslookup ;Load7 = attach, libphp5.so ;Load8 = Hosting, hosting_php.so ;Load9 = Hosting,hosting_perl.so ;Load10 = Hosting,hosting_python.so ;Load11 = Hosting,hosting_ruby.so ;Load12 = msdtc,msdtc_sample -- debconf information: virtuoso-opensource-6.1/db-server-port: 1111 virtuoso-opensource-6.1/register-odbc-dsn: true virtuoso-opensource/primary-server: virtuoso-opensource-6.1 virtuoso-opensource-6.1/password-mismatch: virtuoso-opensource-6.1/note-disabled: * virtuoso-opensource-6.1/error-setting-password: virtuoso-opensource-6.1/check-remove-databases: false virtuoso-opensource-6.1/http-server-port: 8890 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

