LINUX OS crashing

hi every body
i am a newbie .
i was trying to install 10g on OEL 5.6 on VMware according to this article.
http://kamranagayev.wordpress.com/2009/01/05/installing-centos-on-vmware-step-by-step/
i have done all the installation steps correctly and when the installation is complete and i try to reboot then my linux sytem crashes
giving this error
“Panic on CPU 0
General protection fault
error_code 0000 :”
i am getting the options of selecting the kernal and when i select it ,it produces some code and then this error is generated and OS restarts .
i am a student and donot know much about linux.
plz plz help me and m sorry for posting it under the wrong topic but no one is replying me on other forums.may be some one here can help me .
i have performed this installation 3 times :(
looking forward to any response.
thanx in advance .
REGARDS !

When installing Oracle make sure you follow the installation guide very carefully and make sure you have the kernel settings as a min below. I have ran into the issues you are seeing before and it is most likely an inncorect setting. Go back through and follow step by step.
kernel.shmall = 2097152
kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=262144
net.core.wmem_max=262144
Also make sure you set the Oracle limits correct.
/etc/security/limits.conf
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html

Similar Messages

  • CVI 8.0 Linux runtime crashing in PlotStripChart

    I'm trying a quick port of some old CVI 5.5 code to the CVI Linux runtime 8.0. Building the Windows code with CVI8.0.1 on Windows 2000 in an Oracle Virtualbox-3.2 on Ubuntu 8.04 it all works so I know there are no CVI 5.5 -> 8.0 issues. But after building with cvicc the Linux code crashes when run on Ubuntu 8.04. Using the KDbg interface to gdb I've isolated it to PlotStripChart() function call.
    This is what is puzzling and got me stumped, if I build the stripchart.prj example on Ubuntu 8.04 it plots a stripchart just fine. I've also used the stripchart control on other CVI Linux Runtime projects and it always worked. The only difference I could find was this code is plotting VAL_INTEGER where the example and my other code was plotting VAL_DOUBLE, but modifying my plot buffer and the PlotStripChart() to use doubles still fails.
    If I comment out the single PlotStripChart() line in the code it runs fine and appears to work correctly. Its a fairly complicated application that communicates over TCP/IP to a networked real-time controller and provides the user interface and data saving functions for our experiment. On a couple of dry runs without the PlotStripChart() call the saved data and output commands all appear correct, so this appears to be the only issue.
    Any suggestions, I'm out of ideas and getting no more clues from KDbg/gdb.
    I'm in the process of trying out the CVI2010 Linux Runtime Beta, but since CVI2010 no longer supports Windows 2000 I'm slowed down by having had to set up an XP virtual machine (Boy there sure are a lot of patches since my last MSDN XP disk ) and the fact that alien fails to create the 32-bit files on the 64-bit Ubuntu 10.04 I'm currently targeting. I'll have to convert the runtime rpm files on my 32-bit Ubuntu 8.04 system. Not a showstopper but a time-waster so I've had to put it aside for now. I have the 8.0 CVI Linux Runtime apparently working on 64-bit Ubuntu 10.04 so I expect the same procedures should get me going with the 2010 beta once I get alien to make the 32-bit deb files from the rpm files.
    Solved!
    Go to Solution.

    Hassan A wrote:
    Hi Wally_666,
    I would like to attempt to reproduce this issue to figure out exactly what is going on.  If you can provide me with the workspace, project and all necessary source files for your application (preferably in a .zip file) after you ported it to CVI 8.0.1 that would be appreciated.
    -Hassan A.
    Applications Engineer
    National Instruments
    I'm happy to see this follow up, but without the networked data source to connect to, my program will just quit with an error message and there will never be a call to the PlotStripChart function if I comment out the exit, as there will be no incoming TCP/IP data.
    At one point during development I had a little program that would run on the local system and accept the TCP/IP connection, swallow any commands and fake a reasonable response,  while outputting pretend (sawtooth-wave) data on a few channels.
    Let me try and recreate it on the 2010 beta runtime and if I can then I will be willing to put some work into trying to let you duplicate it.  If importing the Windows CVI 8.0 UIR file into CVI 2010beta fixes the issue when loaded by the Linux Runtime 2010beta its not worth either of our efforts to resolve.
    As I said it will be next week at the earliest before I can get back to trying the beta.
    Attached is the UIR file from my Windows archive, you might load it into a blank project, run the code generator and then have the timer callback plot some random data.  Then you could move the project to Linux and run cvicc and see if it locks up in the PlotStripChart function or not.
    I could do UIR edits on Windows and added a few debugging indicators and it always worked when run on Windows and failed when run on Linux after building with cvicc until I deleted the stripchart control and pasted in a version copied from an another variaton of the code. I suspect deleting and re-creating would have worked too, but the stripchart  had a lot of color and other attribute tweaks from the defaults, all via the UIR editor long ago. 
    I suspect there is something corrupt in this UIR file that LoadPanel on Windows fixes or ignores but causes the control to fail (lock up the process) when loaded on Linux.
    Using CVI 8.0.1 on an Oracle Virtualbox with the source code on a network share (to the local Linux machine) was very convenient as the Virtualbox NAT let it connect to my networked data source to verify the Windows version worked.   The only real hassle was after building on Windows I had to delete the civbuild.* directory before I could run the cvicc command on the shared source directory.
    I see some requests for "running the full IDE on Linux", but I think NI could do almost as well with minimal effort by licensing VIrtualbox  & and a Windows version to distribute a CVI "appliance VM" of the Windows IDE and appropriate CVI version.  Documenting some tips abut using gdb with KDbg or ddd or whatever on the cvicc -debug code would finish the deal.  I found KDbg easier to start with for converging on the statement causing the lockup.  But while gdb is a pretty big step down from the CVI debugger (which is by far the best I've ever used!) it is more than servicable.
    --wally.
    Attachments:
    stripchart.uir ‏25 KB

  • Swing Java 8 Linux Radeon Crash

    I'm developing a Swing app on a Linux workstation.  When resizing the window of the running app, I get a crash caused by something (I assume the JVM) trying to initialize/load the linux kernel radeon module.  I'm not using that module.  In fact, I have the radeon module blacklisted because I'm using the native fglrx catalyst driver, which requires nomodeset, and the radeon module doesn't work with nomodeset.  Running the app under Java 7, this does not occur.
    Nothing special about the app: a JFrame with a toolbar and a JTable.
    Any insight/tips/suggestions?
    Details:
    Java 8 (crashes):
    Java(TM) SE Runtime Environment (build 1.8.0-b132)
    Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
    Java 7 (works):
    Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
    Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
    System:
    Linux 3.9.10-100.fc17.x86_64 #1 SMP x86_64 GNU/Linux
    X.Org X Server 1.12.4
    xorg-x11-drv-catalyst 12.10

    I'm developing a Swing app on a Linux workstation.  When resizing the window of the running app, I get a crash caused by something (I assume the JVM) trying to initialize/load the linux kernel radeon module.  I'm not using that module.  In fact, I have the radeon module blacklisted because I'm using the native fglrx catalyst driver, which requires nomodeset, and the radeon module doesn't work with nomodeset.  Running the app under Java 7, this does not occur.
    Nothing special about the app: a JFrame with a toolbar and a JTable.
    Any insight/tips/suggestions?
    Details:
    Java 8 (crashes):
    Java(TM) SE Runtime Environment (build 1.8.0-b132)
    Java HotSpot(TM) 64-Bit Server VM (build 25.0-b70, mixed mode)
    Java 7 (works):
    Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
    Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
    System:
    Linux 3.9.10-100.fc17.x86_64 #1 SMP x86_64 GNU/Linux
    X.Org X Server 1.12.4
    xorg-x11-drv-catalyst 12.10

  • 4.0b6pre on linux started crashing on https on 9/12 & unable to send crash reports?

    Both on Sunday 9/12/2010 & today Monday 9/13/2010 using Lucid Puppy 5.1 on 2 different pcs the latest-trunk of Minefield 4.0b6pre for 686 linux
    crashed horribly trying to load: https://www.chase.com/ . I am using
    opendns via copying nameserver 208.67.222.222 & 208.67.220.220 to
    /etc/resolv.conf .
    I went back to 09/10 latest-trunk to post this. I have not added any extensions or addons. But after the crashes updated flash to the latest version.

    4.0b7pre crashes trying to ask about default browser. Unable to send crash report.
    Add-ons: {972ce4c6-7e08-4474-a285-3208198ce6fd}:4.0b7pre
    BuildID: 20100914030208
    CrashTime: 1284422847
    EMCheckCompatibility: true
    FramePoisonBase: 00000000f0dea000
    FramePoisonSize: 4096
    InstallTime: 1284422616
    ProductName: Firefox
    ReleaseChannel: nightly
    SecondsSinceLastCrash: 179
    StartupTime: 1284422837
    Theme: classic/1.0
    Throttleable: 1
    URL: http://www.mozilla.org/projects/firefox/4.0b7pre/whatsnew/
    Vendor: Mozilla
    Version: 4.0b7pre
    This report also contains technical information about the state of the application when it crashed.

  • Linux - T420s crash with screen flickering

    Hello all together,
    I have a strange problem with my Linux Mint 15 running on a Thinkpad T420s.
    Sometimes while doing graphic intensive stuff, like watching movies, the system crashes and i get only colored flickering on the screen (as seen in the image:http://i.imgur.com/xPUkvVu.jpg).
    After about 15 seconds the system shuts down. After this i can normally start the system and everything works fine. 
    The logfiles don't show any usefull information on the crash.
    I experience this issue with several kernel versions. Right know i am using Kernel 3.8.0-19-generic.
    I also already tried several different versions of the i915 driver module.
    Does anybody else have similar problems or does somebody have a hint on how to solve this issue?
    Thank you in advance,
    Loranon

    The RAM is not the problem.
    I've restored the original memory, but the problem persists..
    Anothers guys with the same or similar problem with Mac OS X Lion?
    Any idea?
    Thanks.

  • Linux server crashing neither CLI nor the GUI will be accessible, server down

    Problem:
    Background:
    Linux server became unresponsive today both from GUI and CLI, could happen to both (Airwave or Clearpass)
    collected the below logs from the server:
    memory usage , CPU usage and /var/log/messages
    After doing a hard reboot the server was accessible.
    Diagnostics:
    Check Memory usage
    Following log shows server memory usage
    [root@localhost mercury]# sar -r
    15:00:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit
    15:20:01 476604 1396772 74.56 110140 707116 1201652 30.64
    15:30:02 526240 1347136 71.91 110412 710536 1165148 29.71
    15:55:53 LINUX RESTART
    16:00:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit
    16:10:01 517168 1356208 72.39 136040 588964 1196724 30.52
    16:20:01 510580 1362796 72.75 137488 596560 1191664 30.39
    As we can see, it’s not that high and has plenty of free Memory.
    Check CPU usage
    Following log shows CPU usage.
    [root@localhost mercury]# sar -u
    15:00:01 CPU %user %nice %system %iowait %steal %idle
    15:20:01 all 6.01 0.04 1.74 1.59 0.14 90.48
    15:30:02 all 4.97 0.04 1.54 7.87 0.15 85.44
    Average: all 7.20 0.06 2.19 2.69 0.26 87.60
    15:55:53 LINUX RESTART
    16:00:01 CPU %user %nice %system %iowait %steal %idle
    16:10:01 all 9.13 0.04 2.78 6.98 0.31 80.76
    16:20:01 all 4.21 0.04 1.39 3.49 0.15 90.73
    Again, CPU wasn’t at 100%.
    However, when i check the /var/log/messages log , saw the following:
    Check Kernel Panic messages in Logs
    Aug 22 15:38:05 servercore kernel: INFO: task jbd2/vda3-8:250 blocked for more than 120 seconds.
    Aug 22 15:38:05 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:38:05 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:38:05 servercore kernel: jbd2/vda3-8 D 0000000000000000 0 250 2 0x00000000
    Aug 22 15:38:06 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:38:06 servercore kernel: Call Trace:
    Aug 22 15:38:06 servercore kernel: INFO: task rs:main Q:Reg:1035 blocked for more than 120 seconds.
    Aug 22 15:38:06 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:38:06 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:38:06 servercore kernel: rs:main Q:Reg D 0000000000000000 0 1035 1 0x00000080
    Aug 22 15:38:06 servercore kernel: Call Trace:
    Aug 22 15:38:06 servercore kernel: INFO: task queueprocd - qu:1793 blocked for more than 120 seconds.
    Aug 22 15:38:06 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:38:06 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:38:06 servercore kernel: queueprocd - D 0000000000000000 0 1793 1 0x00000080
    Aug 22 15:38:06 servercore kernel: Call Trace:
    Aug 22 15:38:06 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:38:06 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:38:06 servercore kernel: Call Trace:
    Aug 22 15:38:06 servercore kernel: INFO: task httpd:30439 blocked for more than 120 seconds.
    Aug 22 15:38:06 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:38:07 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:38:07 servercore kernel: httpd D 0000000000000000 0 30439 2223 0x00000080
    Aug 22 15:38:07 servercore kernel: Call Trace:
    Aug 22 15:38:11 servercore kernel: INFO: task httpd:30482 blocked for more than 120 seconds.
    Aug 22 15:38:11 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:38:11 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:38:11 servercore kernel: httpd D 0000000000000000 0 30482 2223 0x00000080
    Aug 22 15:38:11 servercore kernel: Call Trace:
    Aug 22 15:39:54 servercore kernel: INFO: task jbd2/vda3-8:250 blocked for more than 120 seconds.
    Aug 22 15:39:54 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:39:54 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:39:54 servercore kernel: jbd2/vda3-8 D 0000000000000000 0 250 2 0x00000000
    Aug 22 15:39:54 servercore kernel: Call Trace:
    Aug 22 15:39:54 servercore kernel: INFO: task flush-253:0:263 blocked for more than 120 seconds.
    Aug 22 15:39:54 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:39:54 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:39:54 servercore kernel: flush-253:0 D 0000000000000000 0 263 2 0x00000000
    Aug 22 15:39:54 servercore kernel: Call Trace:
    Aug 22 15:39:56 servercore kernel: INFO: task rs:main Q:Reg:1035 blocked for more than 120 seconds.
    Aug 22 15:39:56 servercore kernel: Not tainted 2.6.32-431.11.2.el6.x86_64 #1
    Aug 22 15:39:56 servercore kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 22 15:39:56 servercore kernel: rs:main Q:Reg D 0000000000000000 0 1035 1 0x00000080
    Aug 22 15:39:56 servercore kernel: Call Trace:
    Aug 22 15:42:11 servercore kernel: Clocksource tsc unstable (delta = -8589964877 ns)
    As we can see all the errors contained “echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.” and “blocked for more than 120 seconds” somewhere.
    Explanation
    By default Linux uses up to 40% of the available memory for file system caching. After this mark has been reached the file system flushes all outstanding data to disk causing all following IOs going synchronous. For flushing out this data to disk this there is a time limit of 120 seconds by default. In the case here the IO subsystem is not fast enough to flush the data within 120 seconds. As IO subsystem responds slowly and more requests are served, System Memory gets filled up resulting in the above error.
    Solution
    Increasing the vm.dirty_background_ratio by 5% and vm.dirty_ratio to 10, would give some buffer for the server.
    Change vm.dirty_ratio and vm.dirty_backgroud_ratio
    [root@localhost mercury]# sysctl -w vm.dirty_ratio=10
    vm.dirty_ratio=10
    [root@localhost mercury]# sysctl -w vm.dirty_background_ratio=5
    vm.dirty_background_ratio=5
    Commit Change by running the below command:
    [root@localhost mercury]# sysctl -p
    The above command should fix the kernel panic errors. However, a reboot would reset these changes.
    So, we could monitor the server for a week or so and after confirming there are no more errors in the messages log, we could make this change permanent by doing the following:
    [root@localhost mercury]# vi /etc/sysctl.conf
    ADD 2 lines at the bottom
    vm.dirty_background_ratio = 5
    vm.dirty_ratio = 10
    Save and exit by hitting the escape key + wq!
    [root@localhost mercury]# reboot
    More Explanation:
    vm.dirty_background_ratio is the percentage of system memory that can be filled with “dirty” pages — memory pages that still need to be written to disk — before the pdflush/flush/kdmflush background processes kick in to write it to disk. My example is 5%, so if my virtual server has 32 GB of memory that’s 1.6 GB of data that can be sitting in RAM before something is done.
    vm.dirty_ratio is the absolute maximum amount of system memory that can be filled with dirty pages before everything must get committed to disk. When the system gets to this point all new I/O blocks until dirty pages have been written to disk. This is often the source of long I/O pauses, but is a safeguard against too much data being cached unsafely in memory.

    Hi,
    Please apply the following correction manually.
    1. Go to transaction ST03N
    2. Change user from 'Administrator' to 'Expert Mode'.
    3. Go to Collector and performance analysis -> Performance database
       -> Monitoring database -> Contents
    4. Search where further info contains the string "h/2"
    like the following monikeys:
      - 'days  h/2'
      - 'weeks  h/2'
      - 'months  h/2'  
    5. Double click on each, so that they become red and show ** delete
    6. Finally SAVE
    This will remove the corresponding database related history up to the deletion date. It will accumulate anew afterwards.
    How can I identify the monikey that has to be deleted?
    When you load the text of the dump and then jump off to the break point of the debugger you may find the error break point look like:
    "IMPORT HIST2 FROM DATABASE MONI(DB) ID MONIKEY".
    To find the right monikey entry causing the dump you can search for the word 'MONIKEY' within the text of the dump. This can be 'days  h/3' or
    'tabgrowth  2'...
    You can then go back to the procedure above and search where further info contains the monikey that you found in the text of the dump.
    997535     DB02: Problems with History Data.
    Award points if helpful.
    Thanks,
    Tanuj

  • Linux visa crash

    I am working on Linux with LabVIEW 7.0, communicating with a serial
    device.  I recently downloaded the latest NI-VISA for Linux
    (NI-VISA 3.4). I previously had NI-VISA 3.0 (I think) installed. Now
    when I run my program LabVIEW and my program disappear into thin air. I
    can even make this happen by trying to open the Serial Port Init VI
    that contains the VISA commands.
    Thanks for any suggestions.
    Sam

    Hi Sam,
    What exactly happens when your program disappears?  Is LabVIEW
    simply closing?  Do you get an errors or logs?  What version
    of Linux are you running?  Have you been able to reproduce this on
    a different computer?  It sounds like your installation might be
    corrupted if simply opening on of the native LabVIEW serial VI's causes
    this to happen.  You may need to uninstall and reinstall.
    Hope this helps,
    Robert Mortensen
    Software Engineer
    National Instruments

  • Linux: usb crashes player

    I'm running Scientific Linux 6 on a Toshiba laptop. Scientific Linux 6 is a clone virtually identical to RHEL 6 (Red Hat Enterprise Linux) except for Red Hat logos etc as required by Red Had redistribution policies.
    Playback works fine--until I move my USB mouse. Then the audio stops within 5 - 20 seconds every time; video continues.
    The version of the player was downloaded a few days ago directly from the Adobe respository. This has been tested on several websites; on Windows (installed on the same computer) there is no problem. Likewise there is no problem on Linux as long as I don't move the USB mouse; the trackpad causes no problem, nor is there a problem with other audio applications.
    Thanks for any insights.

    Check out this video from James Ward, it might help you out:
    http://www.jamesward.com/2010/09/15/install-flash-player-on-64-bit-linux/

  • "Using a CIN to Create an Array of Strings in LabVIEW" example crashes LV on Linux

    Tried to utilize this NI example: "Using a CIN to Create an Array of Strings in LabVIEW" (http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B4B282BE7EF907C8E034080020E74861&p_node=&p_source=External)
    Compiles OK with the makefile made by the LV's lvmkmf utility. Nevertheless when I try to run the VI (with the code loaded into the CIN, of course), LabVIEW 7.1.1 on a SUSE 9.3 Linux machine crashes:
    LabVIEW caught fatal signal
    7.1.1 - Received SIGSEGV
    Reason: address not mapped to object
    Attempt to reference address: 0x0
    Segmentation fault
    Any ideas? Did anybody try this on a Windows machine?

    H View Labs wrote:
    Tried to utilize this NI example: "Using a CIN to Create an Array of Strings in LabVIEW" (http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B4B282BE7EF907C8E034080020E74861&p_node=&p_source=External)
    Compiles OK with the makefile made by the LV's lvmkmf utility. Nevertheless when I try to run the VI (with the code loaded into the CIN, of course), LabVIEW 7.1.1 on a SUSE 9.3 Linux machine crashes:
    LabVIEW caught fatal signal
    7.1.1 - Received SIGSEGV
    Reason: address not mapped to object
    Attempt to reference address: 0x0
    Segmentation fault
    Any ideas? Did anybody try this on a Windows machine?
    This code is badly broken. In addition to resizing the actual handle to hold the number of string handles you also would need to create the string handles itself before attempting to write into them. NumericArrayResize is the fucntion to use as it will either resize an existing handle (if any) or create a new one if the value is uninitialized (NULL).
    /* resize strarr to hold handles to NUMSTRINGS strings */
    err = SetCINArraySize((UHandle)strarr, 0, NUMSTRINGS);
    if (err)
    goto out;
    /* perform this loop once for each element */
    /* of array of strings being created */
    for (i = 0; i < NUMSTRINGS;) {
    LStrHandle handle = (*strarr)->arg1[i];
    /* determine length of string that will be element of strarr */
    strsize = StrLen(str[i]);
    err = NumericArrayResize(uB, 1, &handle, strsize);
    if (err)
    goto out;
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    /* moves strsize bytes from the address pointed to */
    /* by str[i] to the address pointed to by the data pointer in the handle */
    MoveBlock(str[i], LStrBuf(*handle), strsize);
    /* manually set size of string pointed to by *strarr */
    (*((*strarr)->arg1[i]))->cnt = strsize;
    /* manually set dimSize of strarr */
    (*strarr)->dimSize = ++i;
    return noErr;
    out:
    return err;
    Rolf KalbermatterMessage Edited by rolfk on 06-30-2005 03:15 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Linux crash and reinstall???

    Hello to everyone. I have a question. Is it true that if Linux (anykind) crashes then you have to reinstall it again to get it to work??
    jaxx

    d2_racing wrote:You can always CHROOT and repair
    You'd have a bit of a problem with that if you'd done this though:
    # rm -rf /bin
    (don't try this at home kids... (only at work )
    pacman.static to the rescue!

  • Unable to start EBS DB after the Server Crash. Error in installing the Required RPM.

    Hi , Hussein ( As most of the Time It is Only you here who comes to the rescue or give Usefull inputs. I am sorry if i mistaken, no Pan intended for Other Experts)
    I 've also posted this issue here but got no response. https://forums.oracle.com/thread/2590497 
    Badly require your inputs and suggestions on the Following Issue. , Really Appreciate the suggestions.
    I need to Install the sabayon-apply rpm which could fix the issue after the Server Crash but unable to install it.
       Please see the Brief of the Issue.
    I got stuck up in installing the rpm after the server(Red Hat Enterprise Linux Server release 6.0 (Santiago) x86_64 GNU/Linux) got
    crashed Eventhough I am able to start it in Xwindows but not able to run or start EBS database along with many other programmes. Also The
    VirtualBox machine installed on it 've No issue, they work fine  But the host OS is not fine. as there are lots of
    errors in .xsession-errors. which i 've pasted below.  And Unable to Install the sabayon-apply rpm that could have fix the Issue.
    I would highly Appreciate if anyone could drop few hints and suggestions on this Issue as this is really Urgently Important for me.
    Please see the following Brief of the Issue.
      after starting the server in Xwindows I was installing the rpms from RHEL6/Packages directory on the server even installed 10-12 rpms
      While installing the rpm i 've inadvertantly issued or run  this command
      rpm -ivh *.rpm --force --nodeps  as it ended up with Errors Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD
        After That I could Not Install any rpm with yum or rpm command as getting the Same Errors. 
    while trying to install individual rpm am getting the followig Errors
    [root@ebs Packages]# rpm -ivh libX11*
    error: libX11-1.3-2.el6.i686.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD
    error: libX11-1.3-2.el6.i686.rpm cannot be installed
    [root@ebs Packages]# rpm --checksig gtk2*
    gtk2-2.18.9-4.el6.i686.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-devel-2.18.9-4.el6.i686.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-devel-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-devel-docs-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-engines-2.18.4-5.el6.i686.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-engines-2.18.4-5.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    gtk2-immodule-xim-2.18.9-4.el6.x86_64.rpm: RSA SHA1 (MD5) PGP MD5 NOT OK
    For that I tried to import the RPM GPG Key But still faced the same errors
    [root@ebs yum.repos.d]# wget http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle Key fingerprint = 4214 4123 FECF
    C55B 9086  313D 72F9 7B74 EC55 1F03
    --2013-10-08 00:04:56--  http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6
    Resolving public-yum.oracle.com... 202.159.216.177, 202.159.216.171
    Connecting to public-yum.oracle.com|202.159.216.177|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1011 [text/plain]
    Saving to: “/etc/pki/rpm-gpg/RPM-GPG-KEY-oracle”
    FINISHED --2013-10-08 00:05:06--
    Downloaded: 6 files, 55K in 2.0s (27.7 KB/s)
    100%[===========================================================================================================================================================>]
    1,011 --.-K/s   in 0s
    2013-10-08 00:04:56 (155 MB/s) - “/etc/pki/rpm-gpg/RPM-GPG-KEY-oracle”
    saved [1011/1011]
       Than i run this command
    [root@ebs yum.repos.d]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle  ----it Returns with no output
    [root@ebs yum.repos.d]#
    [root@ebs log]# rpm -q gpg-pubkey-ec551f03-4c2d256a
    gpg-pubkey-ec551f03-4c2d256a
    But still I can't install the rpms, got the same Errors. please see the following
    [root@ebs yum.repos.d]# yum install firefox*
    Loaded plugins: refresh-packagekit, rhnplugin
    This system is not registered with RHN.
    RHN support will be disabled.
    Setting up Install Process
    Downloading Packages:
    (1/2): firefox-17.0.9-1.0.1.el6_4.x86_64.rpm
      |  25 MB     03:42
    (2/2): xulrunner-17.0.9-1.0.1.el6_4.x86_64.rpm
      |  14 MB     02:03
    Total
    117 kB/s |  39 MB     05:46
    error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: BAD
    Problem opening package xulrunner-17.0.9-1.0.1.el6_4.x86_64.rpm
    [root@ebs log]# rpm -qf `which gpg`
    error: rpmdbNextIterator: skipping h#     455 Header V3 RSA/SHA256
    Signature, key ID fd431d51: BAD
    [root@ebs log]# gpg --list-keys
    /root/.gnupg/pubring.gpg
    pub 1024D/11F63C51 2002-02-28
    uid Jamie Cameron <[email protected]>
    sub 1024g/1B24BE83 2002-02-28
    pub 2048D/671DF296 2013-10-08
    uid oracle
    sub 2048g/9FE459CE 2013-10-08
    pub 1024R/F3A5AC78 2013-10-08
    uid oracle (no comment) <[email protected]>
    sub 1024R/6DC65985 2013-10-08
    pub 1024R/78F6C944 2013-10-08
    uid root user (Example GPG Key Signature For RPM
    Packages) <[email protected]>
    sub 1024R/77C97AFF 2013-10-08
    [root@ebs log]# rpm -qi 'gpg-pubkey-*'
    Name : gpg-pubkey Relocations: (not relocatable)
    Version : ec551f03 Vendor: (none)
    Release : 4c2d256a Build Date: Wed 09 Oct
    2013 01:09:10 AM IST
    Install Date: Wed 09 Oct 2013 01:09:10 AM IST      Build Host: localhost
    Group : Public Keys Source RPM: (none)
    Size : 0 License: pubkey
    Signature : (none)
    Summary : gpg(Oracle OSS group (Open Source Software group)
    <[email protected]>)
    Description :
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: rpm-4.8.0 (NSS-3)
    mQENBEwtJWoBCACpiY2rGA6T0ceBi92X88/QclytVBjtDRohOVzs3pmIPh3ULqsW
    G323nmyKbKQBBSjh9OnuO9Y09VG8mzr/w9YV0Ix4cI9/HDTERZ2+TR5u+VNn5J5h
    yvwQSN/FEK6oH2+mz7O0yUNleN7UltR4MOEkHIoAhIvv+1AQQKN3OM8oalz+3gv/
    zz9rAoQczQzT7QWOtBrsRMZgBrKXY/TpJrpVSO3Hx8CnbhKGtLxCCrxZ5v7hh1ht
    3CRAr2+h5bDA9KP6vBZWKEs7NgcvtZFDY6EJc7AoApr3phX9hHE2+snTxe82DkFT
    uA69C8wLyjPCoSy+tcaCqJKOZelNy9RN/WKRABEBAAG0RE9yYWNsZSBPU1MgZ3Jv
    dXAgKE9wZW4gU291cmNlIFNvZnR3YXJlIGdyb3VwKSA8YnVpbGRAb3NzLm9yYWNs
    ZS5jb20+iQE8BBMBAgAmBQJMLSVqAhsDBQkWjmoABgsJCAcDAgQVAggDBBYCAwEC
    HgECF4AACgkQcvl7dOxVHwMiNAf/cD8R74fCBeQsAYid5slIz7CG8xEOBUTDNEJT
    p/owtzr7m7Ydp1txNBOkVeVkUP8czX5EldcmoxA4kCCyHhnxmpJnOt52Fy5ZRnYh
    Ll5gYdpJpXGVScB7fnlh3rJAaesSTacVFC5MKIYPZBiTo9soSXMLNcG8WqHPasdd
    AblC4t5BTDNYlX1RiPeP6m5egHnnxyAXsis8fqIZY0RC9hERxWQ6hdDAX0tJXY8F
    88HDUozvo8jqTlg/5GZcfqcbUjjMUJQ5cBtH3adCthMycdPpPXWJQBuzMIdFJ03u
    YuQ3XrKxBkOLips+OZuWNVZzrPOHsenb49aX4yQsLVc2E2fhKQ==
    =M8XY
    -----END PGP PUBLIC KEY BLOCK-----
    I 've tried to remove the existing keys But Not able to remove them as well.
    Is this the right way of removing the keys ?
    rpm -e --allmatches 'gpg-pubkey-ec551f03-*'  the ec551f03 is the
    version of rpm -qi 'gpg-pubkey-*' query...  Please correct
    Could you tell what I am missing here that's causing the Issue.
    Following are the Errors that is observed in .xsession-errors log file
    ===== BEGIN RING BUFFER (/usr/sbin/sabayon-apply) =====
    MainThread 2013/10/08 18:34:23.3001 (sabayon-apply): No profile for
    user 'root' found
    MainThread 2013/10/08 18:34:23.3005 (sabayon-apply): Fatal exception!
    Exiting abnormally.
    MainThread 2013/10/08 18:34:23.3009 (sabayon-apply): Traceback (most
    recent call last):
    File "/usr/sbin/sabayon-apply", line 149, in <module>
    sys.exit (util.EXIT_CODE_NO_USER_PROFILE)
    SystemExit: 3
    ===== END RING BUFFER (/usr/sbin/sabayon-apply) =====
    This configuration for the debug log can be re-created
    by putting the following in ~//etc/sabayon/sabayon-debug-log.conf
    (use ';' to separate domain names):
    [debug log]
    max lines = 1000
    gnome-session[3707]: EggSMClient-WARNING: Desktop file
    '/etc/xdg/autostart/esc.desktop' has malformed Icon key
    'esc.png'(should not include extension)
    GNOME_KEYRING_SOCKET=/tmp/keyring-x5SKbN/socket
    SSH_AUTH_SOCK=/tmp/keyring-x5SKbN/socket.ssh
    Failed to play sound: Not available
    (polkit-gnome-authentication-agent-1:3917): GLib-GObject-WARNING **:
    cannot register existing type `_PolkitError'
    (polkit-gnome-authentication-agent-1:3917): GLib-CRITICAL **:
    g_once_init_leave: assertion `initialization_value != 0' failed
    W: main.c: This program is not intended to be run as root (unless
    --system is specified).
    ** Message: applet now removed from the notification area
    ** (gnome-user-share:3948): WARNING **: gnome-user-share cannot be
    started as root for security reasons.
    08/10/2013 06:34:26 PM Autoprobing TCP port in (all) network interface
    08/10/2013 06:34:26 PM Listening IPv{4,6}://*:5900
    08/10/2013 06:34:26 PM Autoprobing selected port 5900
    08/10/2013 06:34:26 PM Advertising authentication type: 'No Authentication' (1)
    08/10/2013 06:34:26 PM Advertising security type: 'No Authentication' (1)
    Initializing nautilus-gdu extension
    Initializing nautilus-open-terminal extension
    ** Message: applet now embedded in the notification area
    Connecting to deprecated signal
    QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kbuildsycoca4 running...
    Connecting to deprecated signal
    QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Connecting to deprecated signal
    QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x4e00004
    specified for 0x4e00019 (Restore Se).
    Object::disconnect: Unexpected null parameter
    QObject::connect: Cannot connect (null)::activePartChanged(
    KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part *
    kio_http_cache_cleaner: Already running!
    Object::disconnect: Unexpected null parameter
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x5200004
    specified for 0x5200019 (Restore Se).
    Object::disconnect: Unexpected null parameter
    QObject::connect: Cannot connect (null)::activePartChanged(
    KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part *
    Object::disconnect: Unexpected null parameter
    QObject::connect: Cannot connect (null)::activePartChanged(
    KParts::Part * ) to KHTMLPart::slotActiveFrameChanged( KParts::Part *
    Object::disconnect: Unexpected null parameter
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x4e00004
    specified for 0x4e08cb7 (timesofind).
    libpng warning: Extra compressed data in IDAT
    Window manager warning: Invalid WM_TRANSIENT_FOR window 0x4e00004
    specified for 0x4e0a6e3 (Server Aut).
    Highly appreciate the response.
    Thanks And Regards
    MZ

    The Packaged are already there on the server as the RHEL software DVD is copied on the server.
    Yes it was working before the crash, And Even after the Crash i.e
    after starting the server in Xwindows I was installing the rpms from RHEL6/Packages directory on the server even installed 10-12 rpms
      and was in the process of installing the sabayon rpm i 've inadvertantly issued or run  this command
      rpm -ivh *.rpm --force --nodeps  from RHEL software Packages directory.   
    and it ended up with Errors Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD
       After that I could Not install any rpm from rpm or yum command.
       I 've  Downloaded the new sabyon*  and Other rpms from the net and tried to install them with rpm or yum command but
        got the same Errors Header V3 RSA/SHA256 Signature, key ID fd431d51: BAD 
       with yum am getting this error
       error: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID ec551f03: BAD.
      I 've Tried searching on google as well for at least 10 hours but did not get any help from it so far.
      The Reinstallation of OS is not AN Option for me rightnow.
       Could you tell something which i could try & may be that works.
    Thanks
    MZ

  • Firefox does not start in Linux unless some extension was changed (i.e. activated/deactivated)

    == Issue
    ==
    Firefox is crashing or closing unexpectedly
    == Description
    ==
    Problem: When I start FF in Linux, it crashes after the cursor is jumping for half a minute. Nothing is displayed. When I start FF from the command line, I get the prompt back after one second without any message. In safe-mode and with all extensions off it always starts.
    However, when I change something in the extensions' settings, it may start: If I start in safemode, deactivate all extensions, and restart - here it goes, with all extensions off. If I activate all the extensions again and restart - here it goes again, with all extensions on. If I delete one or more of the extensions' folders in the extensions-directory of the profile (i.e. sth changes about the extensions!), it may start again, too, but not in every case.
    What could be the cause of this issue and how can I resolve it?
    I use FF 3.6.8 in openSUSE 11.3. The profile-directory I use with FF in Linux is also used by my Windows-FF. As for extensions, I use Greasemonkey, Firebug and Web Developers Toolbar
    == Troubleshooting information
    ==
    Allgemeine Informationen
    Name
    Firefox
    Version
    3.6.8
    Profil-Verzeichnis
    Beinhaltenden Ordner anzeigen
    Installierte Plugins
    about:plugins
    Build-Konfiguration
    about:buildconfig
    Erweiterungen
    Name
    Version
    Aktiviert
    ID
    Web Developer
    1.1.8
    true
    Greasemonkey
    0.8.20100408.6
    true
    Firebug
    1.5.4
    true
    [email protected]
    openSUSE Firefox Erweiterungen
    1.0.1
    false
    [email protected]
    Modifizierte Einstellungen
    Name
    Wert
    accessibility.typeaheadfind.flashBar
    0
    browser.history_expire_days.mirror
    180
    browser.places.importBookmarksHTML
    false
    browser.places.importDefaults
    false
    browser.places.leftPaneFolderId
    -1
    browser.places.migratePostDataAnnotations
    false
    browser.places.smartBookmarksVersion
    2
    browser.places.updateRecentTagsUri
    false
    browser.startup.homepage
    about:blank
    browser.startup.homepage_override.mstone
    rv:1.9.2.8
    browser.tabs.warnOnClose
    false
    dom.max_script_run_time
    1800
    extensions.lastAppVersion
    3.6.8
    general.useragent.extra.microsoftdotnet
    (.NET CLR 3.5.30729)
    network.cookie.prefsMigrated
    true
    places.last_vacuum
    1277711431
    print.print_bgcolor
    false
    print.print_bgimages
    false
    print.print_colorspace
    default
    print.print_downloadfonts
    false
    print.print_evenpages
    true
    print.print_in_color
    true
    print.print_margin_bottom
    0.500000012107193
    print.print_margin_left
    0.500000012107193
    print.print_margin_right
    0.500000012107193
    print.print_margin_top
    0.500000012107193
    print.print_oddpages
    true
    print.print_orientation
    0
    print.print_pagedelay
    500
    print.print_paper_data
    0
    print.print_paper_height
    279,40
    print.print_paper_name
    na_letter
    print.print_paper_size_type
    1
    print.print_paper_size_unit
    1
    print.print_paper_width
    215,90
    print.print_plex_name
    default
    print.print_printer
    In Datei drucken
    print.print_resolution_name
    default
    print.print_scaling
    1,00
    print.print_shrink_to_fit
    true
    print.print_to_file
    false
    print.print_unwriteable_margin_bottom
    56
    print.print_unwriteable_margin_left
    25
    print.print_unwriteable_margin_right
    25
    print.print_unwriteable_margin_top
    25
    print.printer_Brother_HL-730+.print_bgcolor
    false
    print.printer_Brother_HL-730+.print_bgimages
    false
    print.printer_Brother_HL-730+.print_command
    print.printer_Brother_HL-730+.print_downloadfonts
    false
    print.printer_Brother_HL-730+.print_edge_bottom
    0
    print.printer_Brother_HL-730+.print_edge_left
    0
    print.printer_Brother_HL-730+.print_edge_right
    0
    print.printer_Brother_HL-730+.print_edge_top
    0
    print.printer_Brother_HL-730+.print_evenpages
    true
    print.printer_Brother_HL-730+.print_footercenter
    print.printer_Brother_HL-730+.print_footerleft
    &PT
    print.printer_Brother_HL-730+.print_footerright
    &D
    print.printer_Brother_HL-730+.print_headercenter
    print.printer_Brother_HL-730+.print_headerleft
    &T
    print.printer_Brother_HL-730+.print_headerright
    &U
    print.printer_Brother_HL-730+.print_in_color
    true
    print.printer_Brother_HL-730+.print_margin_bottom
    0.5
    print.printer_Brother_HL-730+.print_margin_left
    0.5
    print.printer_Brother_HL-730+.print_margin_right
    0.5
    print.printer_Brother_HL-730+.print_margin_top
    0.5
    print.printer_Brother_HL-730+.print_oddpages
    true
    print.printer_Brother_HL-730+.print_orientation
    0
    print.printer_Brother_HL-730+.print_pagedelay
    500
    print.printer_Brother_HL-730+.print_paper_data
    9
    print.printer_Brother_HL-730+.print_paper_height
    11,00
    print.printer_Brother_HL-730+.print_paper_size
    6357106
    print.printer_Brother_HL-730+.print_paper_size_type
    0
    print.printer_Brother_HL-730+.print_paper_size_unit
    1
    print.printer_Brother_HL-730+.print_paper_width
    8,50
    print.printer_Brother_HL-730+.print_reversed
    false
    print.printer_Brother_HL-730+.print_scaling
    1,00
    print.printer_Brother_HL-730+.print_shrink_to_fit
    true
    print.printer_Brother_HL-730+.print_to_file
    false
    print.printer_Brother_HL-730+.print_unwriteable_margin_bottom
    0
    print.printer_Brother_HL-730+.print_unwriteable_margin_left
    0
    print.printer_Brother_HL-730+.print_unwriteable_margin_right
    0
    print.printer_Brother_HL-730+.print_unwriteable_margin_top
    0
    print.printer_FreePDF.print_bgcolor
    false
    print.printer_FreePDF.print_bgimages
    false
    print.printer_FreePDF.print_colorspace
    default
    print.printer_FreePDF.print_command
    print.printer_FreePDF.print_downloadfonts
    false
    print.printer_FreePDF.print_edge_bottom
    0
    print.printer_FreePDF.print_edge_left
    0
    print.printer_FreePDF.print_edge_right
    0
    print.printer_FreePDF.print_edge_top
    0
    print.printer_FreePDF.print_evenpages
    true
    print.printer_FreePDF.print_footercenter
    print.printer_FreePDF.print_footerleft
    &PT
    print.printer_FreePDF.print_footerright
    &D
    print.printer_FreePDF.print_headercenter
    print.printer_FreePDF.print_headerleft
    &T
    print.printer_FreePDF.print_headerright
    &U
    print.printer_FreePDF.print_in_color
    true
    print.printer_FreePDF.print_margin_bottom
    0.5
    print.printer_FreePDF.print_margin_left
    0.5
    print.printer_FreePDF.print_margin_right
    0.5
    print.printer_FreePDF.print_margin_top
    0.5
    print.printer_FreePDF.print_oddpages
    true
    print.printer_FreePDF.print_orientation
    0
    print.printer_FreePDF.print_pagedelay
    500
    print.printer_FreePDF.print_paper_data
    9
    print.printer_FreePDF.print_paper_height
    297,00
    print.printer_FreePDF.print_paper_name
    na_letter
    print.printer_FreePDF.print_paper_size_type
    0
    print.printer_FreePDF.print_paper_size_unit
    1
    print.printer_FreePDF.print_paper_width
    210,00
    print.printer_FreePDF.print_plex_name
    default
    print.printer_FreePDF.print_resolution_name
    default
    print.printer_FreePDF.print_reversed
    false
    print.printer_FreePDF.print_scaling
    1,00
    print.printer_FreePDF.print_shrink_to_fit
    true
    print.printer_FreePDF.print_to_file
    false
    print.printer_FreePDF.print_unwriteable_margin_bottom
    56
    print.printer_FreePDF.print_unwriteable_margin_left
    25
    print.printer_FreePDF.print_unwriteable_margin_right
    25
    print.printer_FreePDF.print_unwriteable_margin_top
    25
    print.printer_FreePDF_XP.print_bgcolor
    false
    print.printer_FreePDF_XP.print_bgimages
    false
    print.printer_FreePDF_XP.print_command
    print.printer_FreePDF_XP.print_downloadfonts
    false
    print.printer_FreePDF_XP.print_edge_bottom
    0
    print.printer_FreePDF_XP.print_edge_left
    0
    print.printer_FreePDF_XP.print_edge_right
    0
    print.printer_FreePDF_XP.print_edge_top
    0
    print.printer_FreePDF_XP.print_evenpages
    true
    print.printer_FreePDF_XP.print_footercenter
    print.printer_FreePDF_XP.print_footerleft
    &PT
    print.printer_FreePDF_XP.print_footerright
    &D
    print.printer_FreePDF_XP.print_headercenter
    print.printer_FreePDF_XP.print_headerleft
    &T
    print.printer_FreePDF_XP.print_headerright
    &U
    print.printer_FreePDF_XP.print_in_color
    true
    print.printer_FreePDF_XP.print_margin_bottom
    0.5
    print.printer_FreePDF_XP.print_margin_left
    0.5
    print.printer_FreePDF_XP.print_margin_right
    0.5
    print.printer_FreePDF_XP.print_margin_top
    0.5
    print.printer_FreePDF_XP.print_oddpages
    true
    print.printer_FreePDF_XP.print_orientation
    0
    print.printer_FreePDF_XP.print_pagedelay
    500
    print.printer_FreePDF_XP.print_paper_data
    9
    print.printer_FreePDF_XP.print_paper_height
    11,00
    print.printer_FreePDF_XP.print_paper_size_type
    0
    print.printer_FreePDF_XP.print_paper_size_unit
    1
    print.printer_FreePDF_XP.print_paper_width
    8,50
    print.printer_FreePDF_XP.print_reversed
    false
    print.printer_FreePDF_XP.print_scaling
    1,00
    print.printer_FreePDF_XP.print_shrink_to_fit
    true
    print.printer_FreePDF_XP.print_to_file
    true
    print.printer_FreePDF_XP.print_unwriteable_margin_bottom
    0
    print.printer_FreePDF_XP.print_unwriteable_margin_left
    0
    print.printer_FreePDF_XP.print_unwriteable_margin_right
    0
    print.printer_FreePDF_XP.print_unwriteable_margin_top
    0
    print.printer_In_Datei_drucken.print_bgcolor
    false
    print.printer_In_Datei_drucken.print_bgimages
    false
    print.printer_In_Datei_drucken.print_colorspace
    default
    print.printer_In_Datei_drucken.print_command
    lpr $
    print.printer_In_Datei_drucken.print_downloadfonts
    false
    print.printer_In_Datei_drucken.print_edge_bottom
    14
    print.printer_In_Datei_drucken.print_edge_left
    16
    print.printer_In_Datei_drucken.print_edge_right
    16
    print.printer_In_Datei_drucken.print_edge_top
    14
    print.printer_In_Datei_drucken.print_evenpages
    true
    print.printer_In_Datei_drucken.print_footercenter
    print.printer_In_Datei_drucken.print_footerleft
    &PT
    print.printer_In_Datei_drucken.print_footerright
    &D
    print.printer_In_Datei_drucken.print_headercenter
    print.printer_In_Datei_drucken.print_headerleft
    &T
    print.printer_In_Datei_drucken.print_headerright
    &U
    print.printer_In_Datei_drucken.print_in_color
    true
    print.printer_In_Datei_drucken.print_margin_bottom
    0.500000012107193
    print.printer_In_Datei_drucken.print_margin_left
    0.500000012107193
    print.printer_In_Datei_drucken.print_margin_right
    0.500000012107193
    print.printer_In_Datei_drucken.print_margin_top
    0.500000012107193
    print.printer_In_Datei_drucken.print_oddpages
    true
    print.printer_In_Datei_drucken.print_orientation
    0
    print.printer_In_Datei_drucken.print_pagedelay
    500
    print.printer_In_Datei_drucken.print_paper_data
    0
    print.printer_In_Datei_drucken.print_paper_height
    279,40
    print.printer_In_Datei_drucken.print_paper_name
    na_letter
    print.printer_In_Datei_drucken.print_paper_size_type
    1
    print.printer_In_Datei_drucken.print_paper_size_unit
    1
    print.printer_In_Datei_drucken.print_paper_width
    215,90
    print.printer_In_Datei_drucken.print_plex_name
    default
    print.printer_In_Datei_drucken.print_resolution_name
    default
    print.printer_In_Datei_drucken.print_reversed
    false
    print.printer_In_Datei_drucken.print_scaling
    1,00
    print.printer_In_Datei_drucken.print_shrink_to_fit
    true
    print.printer_In_Datei_drucken.print_to_file
    false
    print.printer_In_Datei_drucken.print_unwriteable_margin_bottom
    56
    print.printer_In_Datei_drucken.print_unwriteable_margin_left
    25
    print.printer_In_Datei_drucken.print_unwriteable_margin_right
    25
    print.printer_In_Datei_drucken.print_unwriteable_margin_top
    25
    print.printer_Microsoft_XPS_Document_Writer.print_bgcolor
    false
    print.printer_Microsoft_XPS_Document_Writer.print_bgimages
    false
    print.printer_Microsoft_XPS_Document_Writer.print_colorspace
    default
    print.printer_Microsoft_XPS_Document_Writer.print_command
    print.printer_Microsoft_XPS_Document_Writer.print_downloadfonts
    false
    print.printer_Microsoft_XPS_Document_Writer.print_edge_bottom
    0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_left
    0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_right
    0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_top
    0
    print.printer_Microsoft_XPS_Document_Writer.print_evenpages
    true
    print.printer_Microsoft_XPS_Document_Writer.print_footercenter
    print.printer_Microsoft_XPS_Document_Writer.print_footerleft
    &PT
    print.printer_Microsoft_XPS_Document_Writer.print_footerright
    &D
    print.printer_Microsoft_XPS_Document_Writer.print_headercenter
    print.printer_Microsoft_XPS_Document_Writer.print_headerleft
    &T
    print.printer_Microsoft_XPS_Document_Writer.print_headerright
    &U
    print.printer_Microsoft_XPS_Document_Writer.print_in_color
    true
    print.printer_Microsoft_XPS_Document_Writer.print_margin_bottom
    0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_left
    0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_right
    0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_top
    0.5
    print.printer_Microsoft_XPS_Document_Writer.print_oddpages
    true
    print.printer_Microsoft_XPS_Document_Writer.print_orientation
    0
    print.printer_Microsoft_XPS_Document_Writer.print_pagedelay
    500
    print.printer_Microsoft_XPS_Document_Writer.print_paper_data
    0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_height
    297,00
    print.printer_Microsoft_XPS_Document_Writer.print_paper_name
    na_letter
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_type
    1
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_unit
    1
    print.printer_Microsoft_XPS_Document_Writer.print_paper_width
    210,00
    print.printer_Microsoft_XPS_Document_Writer.print_plex_name
    default
    print.printer_Microsoft_XPS_Document_Writer.print_resolution_name
    default
    print.printer_Microsoft_XPS_Document_Writer.print_reversed
    false
    print.printer_Microsoft_XPS_Document_Writer.print_scaling
    1,00
    print.printer_Microsoft_XPS_Document_Writer.print_shrink_to_fit
    true
    print.printer_Microsoft_XPS_Document_Writer.print_to_file
    false
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_bottom
    56
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_left
    25
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_right
    25
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_top
    25
    print.printer_OKI_B4300_PS_(MS).print_bgcolor
    false
    print.printer_OKI_B4300_PS_(MS).print_bgimages
    false
    print.printer_OKI_B4300_PS_(MS).print_colorspace
    default
    print.printer_OKI_B4300_PS_(MS).print_command
    print.printer_OKI_B4300_PS_(MS).print_downloadfonts
    false
    print.printer_OKI_B4300_PS_(MS).print_edge_bottom
    0
    print.printer_OKI_B4300_PS_(MS).print_edge_left
    0
    print.printer_OKI_B4300_PS_(MS).print_edge_right
    0
    print.printer_OKI_B4300_PS_(MS).print_edge_top
    0
    print.printer_OKI_B4300_PS_(MS).print_evenpages
    true
    print.printer_OKI_B4300_PS_(MS).print_footercenter
    print.printer_OKI_B4300_PS_(MS).print_footerleft
    &PT
    print.printer_OKI_B4300_PS_(MS).print_footerright
    &D
    print.printer_OKI_B4300_PS_(MS).print_headercenter
    print.printer_OKI_B4300_PS_(MS).print_headerleft
    &T
    print.printer_OKI_B4300_PS_(MS).print_headerright
    &U
    print.printer_OKI_B4300_PS_(MS).print_in_color
    true
    print.printer_OKI_B4300_PS_(MS).print_margin_bottom
    0.5
    print.printer_OKI_B4300_PS_(MS).print_margin_left
    0.5
    print.printer_OKI_B4300_PS_(MS).print_margin_right
    0.5
    print.printer_OKI_B4300_PS_(MS).print_margin_top
    0.5
    print.printer_OKI_B4300_PS_(MS).print_oddpages
    true
    print.printer_OKI_B4300_PS_(MS).print_orientation
    0
    print.printer_OKI_B4300_PS_(MS).print_pagedelay
    500
    print.printer_OKI_B4300_PS_(MS).print_paper_data
    9
    print.printer_OKI_B4300_PS_(MS).print_paper_height
    297,00
    print.printer_OKI_B4300_PS_(MS).print_paper_name
    na_letter
    print.printer_OKI_B4300_PS_(MS).print_paper_size_type
    0
    print.printer_OKI_B4300_PS_(MS).print_paper_size_unit
    1
    print.printer_OKI_B4300_PS_(MS).print_paper_width
    210,00
    print.printer_OKI_B4300_PS_(MS).print_plex_name
    default
    print.printer_OKI_B4300_PS_(MS).print_resolution_name
    default
    print.printer_OKI_B4300_PS_(MS).print_reversed
    false
    print.printer_OKI_B4300_PS_(MS).print_scaling
    1,00
    print.printer_OKI_B4300_PS_(MS).print_shrink_to_fit
    true
    print.printer_OKI_B4300_PS_(MS).print_to_file
    true
    print.printer_OKI_B4300_PS_(MS).print_unwriteable_margin_bottom
    56
    print.printer_OKI_B4300_PS_(MS).print_unwriteable_margin_left
    25
    print.printer_OKI_B4300_PS_(MS).print_unwriteable_margin_right
    25
    print.printer_OKI_B4300_PS_(MS).print_unwriteable_margin_top
    25
    print.printer_hl730series.print_bgcolor
    false
    print.printer_hl730series.print_bgimages
    false
    print.printer_hl730series.print_colorspace
    default
    print.printer_hl730series.print_command
    lpr $
    print.printer_hl730series.print_downloadfonts
    false
    print.printer_hl730series.print_edge_bottom
    14
    print.printer_hl730series.print_edge_left
    16
    print.printer_hl730series.print_edge_right
    16
    print.printer_hl730series.print_edge_top
    14
    print.printer_hl730series.print_evenpages
    true
    print.printer_hl730series.print_footercenter
    print.printer_hl730series.print_footerleft
    &PT
    print.printer_hl730series.print_footerright
    &D
    print.printer_hl730series.print_headercenter
    print.printer_hl730series.print_headerleft
    &T
    print.printer_hl730series.print_headerright
    &U
    print.printer_hl730series.print_in_color
    true
    print.printer_hl730series.print_margin_bottom
    0.500000012107193
    print.printer_hl730series.print_margin_left
    0.500000012107193
    print.printer_hl730series.print_margin_right
    0.500000012107193
    print.printer_hl730series.print_margin_top
    0.500000012107193
    print.printer_hl730series.print_oddpages
    true
    print.printer_hl730series.print_orientation
    0
    print.printer_hl730series.print_pagedelay
    500
    print.printer_hl730series.print_paper_data
    0
    print.printer_hl730series.print_paper_height
    279,40
    print.printer_hl730series.print_paper_name
    na_letter
    print.printer_hl730series.print_paper_size_type
    1
    print.printer_hl730series.print_paper_size_unit
    1
    print.printer_hl730series.print_paper_width
    215,90
    print.printer_hl730series.print_plex_name
    default
    print.printer_hl730series.print_resolution_name
    default
    print.printer_hl730series.print_reversed
    false
    print.printer_hl730series.print_scaling
    1,00
    print.printer_hl730series.print_shrink_to_fit
    true
    print.printer_hl730series.print_to_file
    false
    print.printer_hl730series.print_unwriteable_margin_bottom
    56
    print.printer_hl730series.print_unwriteable_margin_left
    25
    print.printer_hl730series.print_unwriteable_margin_right
    25
    print.printer_hl730series.print_unwriteable_margin_top
    25
    print.tmp.printerfeatures.CUPS/hl730series.can_change_colorspace
    false
    print.tmp.printerfeatures.CUPS/hl730series.can_change_downloadfonts
    false
    print.tmp.printerfeatures.CUPS/hl730series.can_change_jobtitle
    false
    print.tmp.printerfeatures.CUPS/hl730series.can_change_num_copies
    true
    print.tmp.printerfeatures.CUPS/hl730series.can_change_orientation
    true
    print.tmp.printerfeatures.CUPS/hl730series.can_change_paper_size
    true
    print.tmp.printerfeatures.CUPS/hl730series.can_change_plex
    false
    print.tmp.printerfeatures.CUPS/hl730series.can_change_printincolor
    true
    print.tmp.printerfeatures.CUPS/hl730series.can_change_resolution
    false
    print.tmp.printerfeatures.CUPS/hl730series.can_change_spoolercommand
    false
    print.tmp.printerfeatures.CUPS/hl730series.colorspace.0.name
    default
    print.tmp.printerfeatures.CUPS/hl730series.colorspace.count
    1
    print.tmp.printerfeatures.CUPS/hl730series.has_special_printerfeatures
    true
    print.tmp.printerfeatures.CUPS/hl730series.orientation.0.name
    portrait
    print.tmp.printerfeatures.CUPS/hl730series.orientation.1.name
    landscape
    print.tmp.printerfeatures.CUPS/hl730series.orientation.count
    2
    print.tmp.printerfeatures.CUPS/hl730series.paper.0.height_mm
    210
    print.tmp.printerfeatures.CUPS/hl730series.paper.0.is_inch
    false
    print.tmp.printerfeatures.CUPS/hl730series.paper.0.name
    A5
    print.tmp.printerfeatures.CUPS/hl730series.paper.0.width_mm
    148
    print.tmp.printerfeatures.CUPS/hl730series.paper.1.height_mm
    297
    print.tmp.printerfeatures.CUPS/hl730series.paper.1.is_inch
    false
    print.tmp.printerfeatures.CUPS/hl730series.paper.1.name
    A4
    print.tmp.printerfeatures.CUPS/hl730series.paper.1.width_mm
    210
    print.tmp.printerfeatures.CUPS/hl730series.paper.2.height_mm
    420
    print.tmp.printerfeatures.CUPS/hl730series.paper.2.is_inch
    false
    print.tmp.printerfeatures.CUPS/hl730series.paper.2.name
    A3
    print.tmp.printerfeatures.CUPS/hl730series.paper.2.width_mm
    297
    print.tmp.printerfeatures.CUPS/hl730series.paper.3.height_mm
    279
    print.tmp.printerfeatures.CUPS/hl730series.paper.3.is_inch
    true
    print.tmp.printerfeatures.CUPS/hl730series.paper.3.name
    Letter
    print.tmp.printerfeatures.CUPS/hl730series.paper.3.width_mm
    215
    print.tmp.printerfeatures.CUPS/hl730series.paper.4.height_mm
    355
    print.tmp.printerfeatures.CUPS/hl730series.paper.4.is_inch
    true
    print.tmp.printerfeatures.CUPS/hl730series.paper.4.name
    Legal
    print.tmp.printerfeatures.CUPS/hl730series.paper.4.width_mm
    215
    print.tmp.printerfeatures.CUPS/hl730series.paper.5.height_mm
    431
    print.tmp.printerfeatures.CUPS/hl730series.paper.5.is_inch
    true
    print.tmp.printerfeatures.CUPS/hl730series.paper.5.name
    Tabloid
    print.tmp.printerfeatures.CUPS/hl730series.paper.5.width_mm
    279
    print.tmp.printerfeatures.CUPS/hl730series.paper.6.height_mm
    254
    print.tmp.printerfeatures.CUPS/hl730series.paper.6.is_inch
    true
    print.tmp.printerfeatures.CUPS/hl730series.paper.6.name
    Executive
    print.tmp.printerfeatures.CUPS/hl730series.paper.6.width_mm
    190
    print.tmp.printerfeatures.CUPS/hl730series.paper.count
    7
    print.tmp.printerfeatures.CUPS/hl730series.plex.0.name
    default
    print.tmp.printerfeatures.CUPS/hl730series.plex.count
    1
    print.tmp.printerfeatures.CUPS/hl730series.resolution.0.name
    default
    print.tmp.printerfeatures.CUPS/hl730series.resolution.count
    1
    print.tmp.printerfeatures.CUPS/hl730series.supports_colorspace_change
    false
    print.tmp.printerfeatures.CUPS/hl730series.supports_downloadfonts_change
    false
    print.tmp.printerfeatures.CUPS/hl730series.supports_jobtitle_change
    false
    print.tmp.printerfeatures.CUPS/hl730series.supports_orientation_change
    true
    print.tmp.printerfeatures.CUPS/hl730series.supports_paper_size_change
    true
    print.tmp.printerfeatures.CUPS/hl730series.supports_plex_change
    false
    print.tmp.printerfeatures.CUPS/hl730series.supports_printincolor_change
    true
    print.tmp.printerfeatures.CUPS/hl730series.supports_resolution_change
    false
    print.tmp.printerfeatures.CUPS/hl730series.supports_spoolercommand_change
    false
    print.tmp.printerfeatures.PostScript/default.can_change_colorspace
    false
    print.tmp.printerfeatures.PostScript/default.can_change_downloadfonts
    false
    print.tmp.printerfeatures.PostScript/default.can_change_jobtitle
    false
    print.tmp.printerfeatures.PostScript/default.can_change_num_copies
    true
    print.tmp.printerfeatures.PostScript/default.can_change_orientation
    true
    print.tmp.printerfeatures.PostScript/default.can_change_paper_size
    true
    print.tmp.printerfeatures.PostScript/default.can_change_plex
    false
    print.tmp.printerfeatures.PostScript/default.can_change_printincolor
    true
    print.tmp.printerfeatures.PostScript/default.can_change_resolution
    false
    print.tmp.printerfeatures.PostScript/default.can_change_spoolercommand
    true
    print.tmp.printerfeatures.PostScript/default.colorspace.0.name
    default
    print.tmp.printerfeatures.PostScript/default.colorspace.count
    1
    print.tmp.printerfeatures.PostScript/default.has_special_printerfeatures
    true
    print.tmp.printerfeatures.PostScript/default.orientation.0.name
    portrait
    print.tmp.printerfeatures.PostScript/default.orientation.1.name
    landscape
    print.tmp.printerfeatures.PostScript/default.orientation.count
    2
    print.tmp.printerfeatures.PostScript/default.paper.0.height_mm
    210
    print.tmp.printerfeatures.PostScript/default.paper.0.is_inch
    false
    print.tmp.printerfeatures.PostScript/default.paper.0.name
    A5
    print.tmp.printerfeatures.PostScript/default.paper.0.width_mm
    148
    print.tmp.printerfeatures.PostScript/default.paper.1.height_mm
    297
    print.tmp.printerfeatures.PostScript/default.paper.1.is_inch
    false
    print.tmp.printerfeatures.PostScript/default.paper.1.name
    A4
    print.tmp.printerfeatures.PostScript/default.paper.1.width_mm
    210
    print.tmp.printerfeatures.PostScript/default.paper.2.height_mm
    420
    print.tmp.printerfeatures.PostScript/default.paper.2.is_inch
    false
    print.tmp.printerfeatures.PostScript/default.paper.2.name
    A3
    print.tmp.printerfeatures.PostScript/default.paper.2.width_mm
    297
    print.tmp.printerfeatures.PostScript/default.paper.3.height_mm
    279
    print.tmp.printerfeatures.PostScript/default.paper.3.is_inch
    true
    print.tmp.printerfeatures.PostScript/default.paper.3.name
    Letter
    print.tmp.printerfeatures.PostScript/default.paper.3.width_mm
    215
    print.tmp.printerfeatures.PostScript/default.paper.4.height_mm
    355
    print.tmp.printerfeatures.PostScript/default.paper.4.is_inch
    true
    print.tmp.printerfeatures.PostScript/default.paper.4.name
    Legal
    print.tmp.printerfeatures.PostScript/default.paper.4.width_mm
    215
    print.tmp.printerfeatures.PostScript/default.paper.5.height_mm
    431
    print.tmp.printerfeatures.PostScript/default.paper.5.is_inch
    true
    print.tmp.printerfeatures.PostScript/default.paper.5.name
    Tabloid
    print.tmp.printerfeatures.PostScript/default.paper.5.width_mm
    279
    print.tmp.printerfeatures.PostScript/default.paper.6.height_mm
    254
    print.tmp.printerfeatures.PostScript/default.paper.6.is_inch
    true
    print.tmp.printerfeatures.PostScript/default.paper.6.name
    Executive
    print.tmp.printerfeatures.PostScript/default.paper.6.width_mm
    190
    print.tmp.printerfeatures.PostScript/default.paper.count
    7
    print.tmp.printerfeatures.PostScript/default.plex.0.name
    default
    print.tmp.printerfeatures.PostScript/default.plex.count
    1
    print.tmp.printerfeatures.PostScript/default.resolution.0.name
    default
    print.tmp.printerfeatures.PostScript/default.resolution.count
    1
    print.tmp.printerfeatures.PostScript/default.supports_colorspace_change
    false
    print.tmp.printerfeatures.PostScript/default.supports_downloadfonts_change
    false
    print.tmp.printerfeatures.PostScript/default.supports_jobtitle_change
    false
    print.tmp.printerfeatures.PostScript/default.supports_orientation_change
    true
    print.tmp.printerfeatures.PostScript/default.supports_paper_size_change
    true
    print.tmp.printerfeatures.PostScript/default.supports_plex_change
    false
    print.tmp.printerfeatures.PostScript/default.supports_printincolor_change
    true
    print.tmp.printerfeatures.PostScript/default.supports_resolution_change
    false
    print.tmp.printerfeatures.PostScript/default.supports_spoolercommand_change
    true
    print.tmp.printerfeatures.hl730series.can_change_colorspace
    false
    print.tmp.printerfeatures.hl730series.can_change_downloadfonts
    false
    print.tmp.printerfeatures.hl730series.can_change_jobtitle
    false
    print.tmp.printerfeatures.hl730series.can_change_num_copies
    true
    print.tmp.printerfeatures.hl730series.can_change_orientation
    true
    print.tmp.printerfeatures.hl730series.can_change_paper_size
    true
    print.tmp.printerfeatures.hl730series.can_change_plex
    false
    print.tmp.printerfeatures.hl730series.can_change_printincolor
    true
    print.tmp.printerfeatures.hl730series.can_change_resolution
    false
    print.tmp.printerfeatures.hl730series.can_change_spoolercommand
    false
    print.tmp.printerfeatures.hl730series.colorspace.0.name
    default
    print.tmp.printerfeatures.hl730series.colorspace.count
    1
    print.tmp.printerfeatures.hl730series.has_special_printerfeatures
    true
    print.tmp.printerfeatures.hl730series.orientation.0.name
    portrait
    print.tmp.printerfeatures.hl730series.orientation.1.name
    landscape
    print.tmp.printerfeatures.hl730series.orientation.count
    2
    print.tmp.printerfeatures.hl730series.paper.0.height_mm
    210
    print.tmp.printerfeatures.hl730series.paper.0.is_inch
    false
    print.tmp.printerfeatures.hl730series.paper.0.name
    A5
    print.tmp.printerfeatures.hl730series.paper.0.width_mm
    148
    print.tmp.printerfeatures.hl730series.paper.1.height_mm
    297
    print.tmp.printerfeatures.hl730series.paper.1.is_inch
    false
    print.tmp.printerfeatures.hl730series.paper.1.name
    A4
    print.tmp.printerfeatures.hl730series.paper.1.width_mm
    210
    print.tmp.printerfeatures.hl730series.paper.2.height_mm
    420
    print.tmp.printerfeatures.hl730series.paper.2.is_inch
    false
    print.tmp.printerfeatures.hl730series.paper.2.name
    A3
    print.tmp.printerfeatures.hl730series.paper.2.width_mm
    297
    print.tmp.printerfeatures.hl730series.paper.3.height_mm
    279
    print.tmp.printerfeatures.hl730series.paper.3.is_inch
    true
    print.tmp.printerfeatures.hl730series.paper.3.name
    Letter
    print.tmp.printerfeatures.hl730series.paper.3.width_mm
    215
    print.tmp.printerfeatures.hl730series.paper.4.height_mm
    355
    print.tmp.printerfeatures.hl730series.paper.4.is_inch
    true
    print.tmp.printerfeatures.hl730series.paper.4.name
    Legal
    print.tmp.printerfeatures.hl730series.paper.4.width_mm
    215
    print.tmp.printerfeatures.hl730series.paper.5.height_mm
    431
    print.tmp.printerfeatures.hl730series.paper.5.is_inch
    true
    print.tmp.printerfeatures.hl730series.paper.5.name
    Tabloid
    print.tmp.printerfeatures.hl730series.paper.5.width_mm
    279
    print.tmp.printerfeatures.hl730series.paper.6.height_mm
    254
    print.tmp.printerfeatures.hl730series.paper.6.is_inch
    true
    print.tmp.printerfeatures.hl730series.paper.6.name
    Executive
    print.tmp.printerfeatures.hl730series.paper.6.width_mm
    190
    print.tmp.printerfeatures.hl730series.paper.count
    7
    print.tmp.printerfeatures.hl730series.plex.0.name
    default
    print.tmp.printerfeatures.hl730series.plex.count
    1
    print.tmp.printerfeatures.hl730series.resolution.0.name
    default
    print.tmp.printerfeatures.hl730series.resolution.count
    1
    print.tmp.printerfeatures.hl730series.supports_colorspace_change
    false
    print.tmp.printerfeatures.hl730series.supports_downloadfonts_change
    false
    print.tmp.printerfeatures.hl730series.supports_jobtitle_change
    false
    print.tmp.printerfeatures.hl730series.supports_orientation_change
    true
    print.tmp.printerfeatures.hl730series.supports_paper_size_change
    true
    print.tmp.printerfeatures.hl730series.supports_plex_change
    false
    print.tmp.printerfeatures.hl730series.supports_printincolor_change
    true
    print.tmp.printerfeatures.hl730series.supports_resolution_change
    false
    print.tmp.printerfeatures.hl730series.supports_spoolercommand_change
    false
    privacy.sanitize.migrateFx3Prefs
    true
    security.warn_viewing_mixed
    false
    == User Agent
    ==
    Opera/9.80 (X11; Linux i686; U; de) Presto/2.6.30 Version/10.60

    Extensions can sometimes be the cause of problems. If the problem does not occur in Safe Mode, then you can disable your extensions one-by-one until you find out which one is causing the problem. See [[Troubleshooting extensions and themes]]

  • Differences between -Xss[size] in linux and windows

    Simple thread test program which runs 3000 threads:
    startup options on windows:
    -server -Xms16m -Xmx16m -Xss7k
    startup options on linux:
    -server -Xms16m -Xmx16m -Xss97k (Why 90k bigger stack size??)
    Linux is using newest kernel and NPTL threads. With 'regular' threads the linux version overflows stack unless -Xss2m is given...
    I Think Sun needs to come up with clear specification of threading models, libraries etc... used in both environments. If you search these forums - one of the most common and baffling error is the sig11 on linux. I think the main cause behind it are the library 'mismatches'.
    Answers to these questions are really needed:
    What is the recommended threading library on linux with each VM version?
    Against which library is the VM tested?
    If anyone has experiences with NPTL threads on 1.4.2 VM please contribute. How many threads did you manage to create, how much memory that took? What distribution, thread library, start up parameters, etc... did you use.
    I'm going to do a bit more experimenting on a real life application during the followin weeks. With simple test program we were able to create over 16000 threads, but if you do the math with the minimum stack size you can guess that the virtual memory usage was sky high!
    P.S.
    I'll post more exact platform specs when I'm back to work tomorrow..

    http://java.sun.com/docs/hotspot/VMOptions.html - see under -Xoss option.
    BTW, I ran my test case again, and now i finally succeeded to prove that 'rule' (see that 'another' thread): Xss*nThreads + Xmx < Xmx_MAX. The conclusions are (at least under 32-bit Linux):
    1) Xss does limit native stack size
    2) the 'rule' seems to be independent of whether u r actually using the allocated stack space or not
    Below a test case is attached. Under 32-bit Linux it crashes before it can create 30 threads with
    Exception in thread "main" java.lang.OutOfMemoryError: unable to create new native thread
            at java.lang.Thread.start(Native Method)
            at testlab.StackTest.main(StackTest.java:46)exception, if start up parameters are
    java -cp ../../classes -Djava.library.path=./ -Xms1870m -Xmx1870m -Xss1m testlab.StackTest 100 200 1000000The crash point can be moved/eliminated by modifying either Xss param (the smaller the size the later the crush would happen) or Xmn/Xmx (the smaller...., the later....). Exact Xmx_MAX number might depend on what threads library you are running. On my hardware it is as follows:
    java -Xms1920M -Xmx1920M
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    java -Xms1910M -Xmx1910M
    Error occurred during initialization of VM
    Could not reserve enough space for card marking array
    java -Xms1900M -Xmx1900M
    <RUNS OK>See how error messages differ. So, in the case above Xmx_MAX is around 1.9G.
    Native code was compiled with gcc2.96, under 32-bit RH Linux, no optimizations.
    Java code compiled with 1.4.2_02 compiler, run with JVM is 1.4.2_02
    Java file:
    package testlab;
    * Author: volenin
    * Date: Dec 4, 2003
    * Time: 10:40:20 AM
    * under GPL license
    public class StackTest extends Thread {
      static byte[] arr;
      static {
        System.loadLibrary("stacktest");
      boolean isStarted = false;
      int allocSize;
      StackTest(int allocSize) {
        this.allocSize = allocSize;
        setDaemon(true);
    //    arr2 = new byte[allocSize];
      public void run() {
        isStarted = true;
        allocate(allocSize);
        synchronized (this) {
          try { wait(); }
          catch (InterruptedException Ie) {}
      public native void allocate(int size);
      public static void main(String[] args) throws Exception {
        int nThreads = Integer.parseInt(args[0]);
        int allocSize = Integer.parseInt(args[1]);
        int initSize = Integer.parseInt(args[2]);
        arr = new byte[initSize];
        for (int i = 0; i < nThreads; i++) {
          int n = i+1;
          System.out.println("Creating thread #"+n);
          StackTest test = new StackTest(allocSize);
          System.out.println("Starting thread #"+n);
          test.start();
          System.out.println("Thread started #"+n);
          synchronized (StackTest.class) {
            if (!test.isStarted)   StackTest.class.wait(100);
          System.out.println("Thread running #"+n);
    Native .h file:
    #include <jni.h>
    #ifndef _Included_testlab_StackTest
    #define _Included_testlab_StackTest
    #ifdef __cplusplus
    extern "C" {
    #endif
    JNIEXPORT void JNICALL Java_testlab_StackTest_allocate(JNIEnv *, jobject, jint);
    #ifdef __cplusplus
    #endif
    #endif
    Native .cpp file:
    #include "testlab_StackTest.h"
    JNIEXPORT void JNICALL Java_testlab_StackTest_allocate(JNIEnv *env, jobject jobj, jint allocSize) {
      int arr[allocSize];
      int arrSize = sizeof(arr);
      printf("array allocated: %d, %d\n", allocSize, arrSize);
      getchar();

  • Linux SIGSEGV on window open

    Linux is crashing with the following error when opening
    windows:
    "Application crashed with an unhandled SIGSEGV"
    I can cause the error to occur with a simple test script at
    random intervals.
    Sometimes it will crash on as little as 2 windows and other
    times at 50+
    windows. This was occurring with the beta SDK and is still
    happening with the
    latest version. Here is my simple test app code:
    function appLoad(){
    var num = 0;
    var timer = new air.Timer(1000);
    timer.addEventListener('timer', function () {
    air.trace('create window')
    var newWindow = air.HTMLLoader.createRootWindow(true, null,
    true);
    num++
    air.trace('load url ' + num)
    newWindow.load(new air.URLRequest('/testwin.html'));
    timer.start()
    I will reply with the crash log as it is too long to post by
    forum rules.

    Linux is crashing with the following error when opening
    windows:
    "Application crashed with an unhandled SIGSEGV"
    I can cause the error to occur with a simple test script at
    random intervals.
    Sometimes it will crash on as little as 2 windows and other
    times at 50+
    windows. This was occurring with the beta SDK and is still
    happening with the
    latest version. Here is my simple test app code:
    function appLoad(){
    var num = 0;
    var timer = new air.Timer(1000);
    timer.addEventListener('timer', function () {
    air.trace('create window')
    var newWindow = air.HTMLLoader.createRootWindow(true, null,
    true);
    num++
    air.trace('load url ' + num)
    newWindow.load(new air.URLRequest('/testwin.html'));
    timer.start()
    I will reply with the crash log as it is too long to post by
    forum rules.

  • HEAVY Problems with Linux x86_64 on K8T Neo

    Hello, Community!
    I experience *HEAVY* Problems with Linux on my MSI K8T Neo (FSR). Since the customer support of the german dependancy seems to ignore my call for help I'm in good hope that maybe you can help me out or give me some useful advise.
    First some Hardware Specs of my system:
    MSI K8T Neo FSR, Rev 1.1, BIOS 1.5
    AMD Athlon 64 3000+
    3x 512MB Kingston DDR400
    Enermax EG365P-VE (350W) PSU (3.3V/5V 185W Combinded)
    MSI GeForce FX5200 TDR 128
    Adaptec ATA RAID AAR1200A (HPT370A) in PCI Slot 3
    Hauppauge WinTV PCI in PCI Slot 5
    Maxtor 4K040H2 (40GB) as Primary Master
    JLMS XJ-HD166S DVD-ROM as Primary Slave
    LiteOn LDW-411S DVD+/-RW as Secondary Master
    LiteOn LTR-52327S CD-RW as Secondary Slave
    2x Maxtor 6Y060L0 (60GB) on HPT370A as Primary Master/Slave
    Seagate ST380020A (80GB) on HPT370A as Secondary Master
    Maxtor 32049U3 on HPT370A as Secondary Slave
    KeyTronic KT2001 USB Keyboard
    Microsoft Optical Wheel Mouse Blue USB
    I've downloaded Fedora Core 1 x86_64 as well as the lately released Fedora Core 2 test 3 x86_64 distribution. Both CD sets have been burnt ok.
    If I try to install Core 1 x86_64 (Kernel 2.4.22-1.2179) the kernel crashes with a "attempted to kill idle task" panic. As far as I've learned the workaround is to give idle=poll as kernel parameter. This resolves the kernel panic, but the installer randomly crashes with segfaults at a random stage; sometimes while loading anaconda, sometimes during package install.
    If I try to install Core2 test 3 x86_64 (Kernel 2.6.5) I get a, completely new, error message while the kernel does the PCI Scan:
    ******* Your BIOS seems to not contain a fix for K8 errata #93
    ******* Working around it, but it may cause SEGVs or burn power
    ******* Please consider a BIOS update
    ******* Disabling USB legacy in the BIOS may also help
    I removed my USB keyboard, connected a PS/2 keyboard, disabled to USB Legacy option (I need it enabled in order to use Ghost) in the BIOS and booted again.
    The error message is gone now, but as in Core 1 the installer still crashes randomly with segfaults. I'm still unable to go all the way through the installation routine.
    I even tried to install Fedora Core 1 "i386": again there are segfaults during install.
    Contrary to the problems I experience while trying to install Linux my Windows XP (32-Bit), as well as a test installation of Windows XP 64-Bit, run like a charm without any problems. Strange but true.
    Since I already read trough several posts in this forum I already tried running my system with memory sticks from another manufacturers as well as with a more powerful PSU. I even removed my tv-card and raid-controller.
    Nogo - Linux still crashes randomly and Windows still works without any flaws.
    Has anyone a clue what I can/must do to successfully install Linux?
    Might it be that the BIOS has some flaws that might cause the problems?
    Has anyone managed to install Linux (what distribution) on this Mainboard?
    I would greatly appreciate any help. If you need to know something I haven't provided here please feel free to ask. I'll answer ASAP.
    Thank you in advance.
    P.S.: The system is *NOT* overclocked in any way.

    And now even the last problem is solved ...
    Since I was successful in installing a basic Gentoo system but still failed to install Fedora I reflashed BIOS 1.5. This time I cleared the CMOS by unplugging the PSU, setting the jumper and removing the backup battery.
    Yesterday I only flashed it with the /a switch, which should have cleared the CMOS as well - so far for the theory. However, it once went fine as I upgraded from BIOS 1.1 to 1.4.
    After setting up the BIOS options again I gave it another try and booted from Fedora (Core 2 test 3) install CD: No more complains about the CPU errata, although USB legacy is enabled, and I even went through the installation without any problems.
    It seems as I will stick with Gentoo as my primary distribution since the kernel makes a more "mature" impression than the one from Fedora (i.e. the K8 PowerNOW! Driver seems to be missing in Fedora's Kernel 2.6.5).
    By using an spare Athlon XP Mainboard I worked out that only one of my three Kingston memory sticks had errors - I'm going to replace the faulty stick tomorrow.
    Now for the conclusio:
    Thanks, especially you JLP, for helping me with my issue. Without the advise to use Gentoo, and the included MemTest86, I wouldn't have been able to track down the error to a faulty memory stick that fast since Windows always ran fine.

Maybe you are looking for