Problem in background run output

Hi all,
I have a report in which output is displayed in REUSE_ALV_LIST_DISPLAY
format having around 25 columns , all displayed well if the report is run in foreground with limited data, but as the report has to be run in background for the large data , the output is coming in two rows, half the columns displayed in second rows, As i don't want it to be printed directly , I Just want that report o/p
run in background should give all columns in single row , so that i can download it to excel sheet. Please provide your valuable suggestions.
thanks in advance,
Vivek

Hi Vivek,
As of my knowledge better to decrease the text of the each field in the and try
For EG:
    v_pos = v_pos + 1.
    w_field-col_pos = v_pos.
    wa_fldcat_head-tabname = 'it_FINAL'.
    wa_fldcat_head-fieldname = 'NDABJ'.
    wa_fldcat_head-seltext_l = 'Expired years start fiscal year'.----
>(in this just decrease how much u can )
    append wa_fldcat_head to it_fldcat_head.
Reward if helpful
Thanks
Naveen khan
Message was edited by:
        Pattan Naveen

Similar Messages

  • Problem of background running of report

    Hello folks,
                I have one report,which updates Z table(CUSTOM TABLE).when i run this program in foreground ztable(CUSTOM TABLE) <b>updation takes place and output is correct</b>.But when i run this program in <b>BACKGROUND</b> ,<b>THAT Z TABLE</b>(Custom table) <b>can not be updated</b> and all problem starts from there.I have used "COMMIT STATEMENT "  TO UPDATE THE ZTABLE IMMEDIATLY.tHIS STATEMENT IS CAUSING ANY PROBLEM?PLEASE HELP ME.

    Hi Nirad,
    while updating to ensure that nobody are using the table you can lock the lock by using SAP locking mechanisam.
    for this you create a lock object in ABAP Dictionary.A lock object contains the database table for which you want to specify a shared lock. When you activate the lock object obj , this generates two function modules with the names ENQUEUE obj and DEQUEUE obj. These function modules perform the explicit locking or releasing of SAP locks in an ABAP program.
    call function ENQUEUE obj before updating the table and DEQUEUE obj before commit.To formulate a lock condition, you have to specify values for the primary key fields of the table contained in the lock object in the function modules.
    Please reward points if you find this useful.

  • Problem in background run

    hi experts,
    I want to run program everyday 17.00 hrs.
    i have set the date as system date.
    When i schedule the background job,system always taking as job created date only.
    how to solve this issue.
    thanks
    K.Bhuvaneswaran

    HI
    to which transaction  you are trying for back ground job?
    anyhow, when you click back ground job for t-code, you get first printing parameters and then Start time screen. there you click on
    1.date/Time tab
    2.enter todays date and time is 17:00
    3.mark tick to PERIODIC JOB (available in the bottom)
    3.clcik on period values selct daily  (in the bottom)
    4.and  save.
    chek your job in SM37.
    (and the time it take is as per the server time not your system time)
    -ashok
    Edited by: Ashok Keerthipati on Dec 16, 2008 2:41 PM

  • VL10C and E having problem in Background run

    Hi,
    When i Try using VL10C, VL10E in Background mode i am not able to create any delivery and where as Foreground I can able to create with specific customer and material. Please suggest if you come across same senario in ECC 6 version.
    Prog backgroud mode: RVV50R10C
    Regards
    JACK

    Best is to configure the background job using transaction VL10BATCH. Make sure that you use one of the roles  5001/5002/5003/5101/5102/5103 in the user role tab.
    Cheers
    Markus

  • Display Originals for Background generated outputs

    Hi,
    can any one tell me how to see the display originals(It will opens a PDF file user saels later on-PDF format-Archiving configuration done) for the background generated output.
    there is no problem with manully entered outputs, problem with background generated outputs.(giving HTTP 404 not found error) in EFT(electronic Funds transfer)  issue
    CMS destination is working fine.
    Select output type in bussiness document>Further Data>Edit-->display originals.
    we can see if archive configuration done for any output type
    Help me here
    Reward for use ful answers.
    Regards
    Raj
    Edited by: raj abap on Jan 10, 2008 9:49 AM

    Its Third party problem

  • HT3964 1st problem was IMac running slow. Shut down and unplugged several times with each time reboot being worse. Now, unplug reboot and eventually wallpaper background comes up but there are no icons?

    1st problem was IMac running slow.  Shut down and unplugged several times with no correction.  Eventually, shut down, unplug and reboot resulted in wallpaper background eventually coming on screen but no icons.  Nothing after that.

    Kurt, do you know which exact iMac this is?
    Have you blown the dust out lately?
    Does it do better if allowed to cool off for a couple of hours?
    What do you see if you hold Option or alt key at bootup?
    Does it boot from the install disc holding c key at bootup?

  • How to send background program output to a printer

    Hi !
    I created a background report,running via a job in background. I need to display the output of the background report via two channels : a printer and an e
    mail. I created the output of the report by using the command Write, and the output is printed to screen. However this solution is good for an online report and not for background report ? and my question is how to send the background report output to a printer in background .
    Thanks
    Moshe

    Hi,
    If you are using JOB_OPEN, JOB_SUBMIT & JOB_CLOSE to execute the program in background, then in the FM JOB_SUBMIT you have a parameter PRIPARAMS for which you need to pass a value.
    Before that get all the Print Parameters using FM GET_PRINT_PARAMETERS. Then pass the same to PRIPARAMS.
    This would solve the problem.
    Best regards,
    Prashant

  • Difference between foreground and background excel outputs

    I am running an ABAP report and from the output generated I am saving it as an excel file . Navigating from the toolbar as : Utilities->List -> Save as local file -> Spreadsheet.
    If I am running the report in background then the spool gets generated. If I display the spool and save it as Excel following the same path Utilities->List -> Save as spreadsheet it gets saved in an Excel.
    The problem is the two outputs (in Excel) are not matching in format. One which is generated from foreground gets saved with lot of blank columns while the one generated from the spool gets cranked for space.
    How can I have the excel generated from background (from the spool) have exactly the same format to that created in the foreground run?

    Hi
    Foreground
    1. you run directly the transaction VL04.
    2. The performance can be bad.
    3. The user is always the user id of the person.
    4. The deliveries always will be pulled according to user setup (tcode SU3) time zone, languange etc.
    5. foreground may give you option of creating deliveries individual, collective processing etc.
    Background
    1. You setup a job using the tcode VL04 using SM36 and monitor using SM37
    2. Performance is good.
    3. THe user can be changed according to the country, time zone by creating and using new batch users.
    4. The deliveries are created individually but they are created a part of one collective processing document.
    5. Deliveries are pulled according to the batch users eventhough you have setup the job.
    Hope this wil help you to give 5 differences.
    Kind Regards
    Sandeep

  • Time out problem in background

    Hi All,
    I am facing a problem with a select query while running the report in background (found out while debugging) where as the same select query while running in fore ground works fine.It is getting timed out.If anyone has faced simillar problem can you please let me know the reason and the way to solve the problem without changing the code.
    Thanks in advance.

    Hi,
    > Yes the internal table has records, actually the report was running for even 2 days and the stuck up point was this select query mentioned in the previous post.Ultimately the job has to be cancelled externaly.
    but this is no timeout. If you canceled it manually there is no technical problem (besides the run time).
    With stuck you mean that after 2 days it was (still / currently) executing this query, right?
    In that case it looks like you have to do a performance analysis of the whole program execution. Check if you
    can find anything that processes less data and runs faster. Take traces from this run.
    Kind regards,
    Hermann

  • Adhoc query-Problem with Personnel no output field

    Hi Gurus,
    We are trying to run an adhoc query using a customized Info set(PNPCE logical database).
    While running the query,we had selected Personnel no(from Payroll status P0003 table) as output field and Company code(from Org assignment P0001) as input field in the selection.
    Problem is in the output field we are seeing the Personnel name details in place of Personnel no.Could anyone please suggest what could be the reason behind this and how to fix it.
    Your help will be highly appreciated.
    Warm Rgds
    Sushil

    Hi Sushil,
    The default output for fields with a text and a value (Name = text, PERNR = value) is the text.  You can change this by right clicking on the output box in Ad Hoc and selecting "Value".  If you want both name and number, select "Value and Text". 
    You can also change this default to Value from Text if in Ad Hoc, you go to Edit --> Settings.  On the last tab, change the radio buttion for output default to Value from Text.  This will change it for all fields so you would see the eight digit number rather than the name of the position or org unit.  Thus, you may want to keep it at Text and use the right click to change specific fields as needed.
    By the way, it is usually best to utilize the personnel number field from IT0000-Actions, although it can be obtained from any infotype if you include that field in the field group when creating your infoset. 
    Paul

  • Multiple daily run outputs

    I've configured /etc/defaults/periodic.conf to email the results of the daily, weekly, and monthly stuff to me.
    Problem is, sometimes I get 2 daily run outputs.
    1 always at 3:14 (which is too early) and the other at the regularly scheduled time of 3:15.
    The periodic.conf file is unchanged except for my user name in the "*_output" fields.
    Any ideas as to why this is happening?

    WHEW!!! OK, you asked for it...
    [charles@larry:~]$ cat /var/log/daily.out
    Tue Sep 27 03:15:04 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 15987424 61776208 21% /
    DUMP: WARNING: no file `/etc/dumpdates', making an empty one
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 26974 0 26974 0 0
    lo0 16384 127 localhost 26974 - 26974 - -
    lo0 16384 localhost ::1 26974 - 26974 - -
    lo0 16384 localhost fe80::1 26974 - 26974 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 4045856 0 1067411 0 0
    en0 1500 larry-local fe80::211:24ff:fe 4045856 - 1067411 - -
    en0 1500 192.168.254 192.168.254.3 4045856 - 1067411 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Wed Sep 28 03:15:00 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 16010484 61753148 21% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 53012 0 53012 0 0
    lo0 16384 127 localhost 53012 - 53012 - -
    lo0 16384 localhost ::1 53012 - 53012 - -
    lo0 16384 localhost fe80::1 53012 - 53012 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 5499969 0 2397450 0 0
    en0 1500 larry.local fe80::211:24ff:fe 5499969 - 2397450 - -
    en0 1500 192.168.254 192.168.254.3 5499969 - 2397450 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Thu Sep 29 03:14:58 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 29878744 47884888 38% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 8154 0 8154 0 0
    lo0 16384 localhost ::1 8154 - 8154 - -
    lo0 16384 localhost fe80::1 8154 - 8154 - -
    lo0 16384 127 localhost 8154 - 8154 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 122706 0 83560 0 0
    en0 1500 larry.local fe80::211:24ff:fe 122706 - 83560 - -
    en0 1500 192.168.254 192.168.254.3 122706 - 83560 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Fri Sep 30 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20040016 57723616 26% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 18918 0 18918 0 0
    lo0 16384 localhost ::1 18918 - 18918 - -
    lo0 16384 localhost fe80::1 18918 - 18918 - -
    lo0 16384 127 localhost 18918 - 18918 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 136995 0 94955 0 0
    en0 1500 larry.local fe80::211:24ff:fe 136995 - 94955 - -
    en0 1500 192.168.254 192.168.254.3 136995 - 94955 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sat Oct 1 03:15:04 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20319648 57443984 26% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 10605 0 10605 0 0
    lo0 16384 localhost ::1 10605 - 10605 - -
    lo0 16384 localhost fe80::1 10605 - 10605 - -
    lo0 16384 127 localhost 10605 - 10605 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 3648686 0 6497839 0 0
    en0 1500 larry.local fe80::211:24ff:fe 3648686 - 6497839 - -
    en0 1500 192.168.254 192.168.254.3 3648686 - 6497839 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sun Oct 2 03:14:56 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 17813884 59949748 23% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 21055 0 21055 0 0
    lo0 16384 localhost ::1 21055 - 21055 - -
    lo0 16384 localhost fe80::1 21055 - 21055 - -
    lo0 16384 127 localhost 21055 - 21055 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 1825189 0 2229538 0 0
    en0 1500 larry.local fe80::211:24ff:fe 1825189 - 2229538 - -
    en0 1500 192.168.254 192.168.254.3 1825189 - 2229538 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Mon Oct 3 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 16402432 61361200 21% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 50873 0 50873 0 0
    lo0 16384 localhost ::1 50873 - 50873 - -
    lo0 16384 localhost fe80::1 50873 - 50873 - -
    lo0 16384 127 localhost 50873 - 50873 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 2756104 0 2777576 0 0
    en0 1500 larry.local fe80::211:24ff:fe 2756104 - 2777576 - -
    en0 1500 192.168.254 192.168.254.3 2756104 - 2777576 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Tue Oct 4 03:15:01 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 16488896 61274736 21% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 19329 0 19329 0 0
    lo0 16384 127 localhost 19329 - 19329 - -
    lo0 16384 localhost ::1 19329 - 19329 - -
    lo0 16384 localhost fe80::1 19329 - 19329 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 470303 0 302382 0 0
    en0 1500 larry.local fe80::211:24ff:fe 470303 - 302382 - -
    en0 1500 192.168.254 192.168.254.3 470303 - 302382 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Wed Oct 5 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 16500540 61263092 21% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 43683 0 43683 0 0
    lo0 16384 127 localhost 43683 - 43683 - -
    lo0 16384 localhost ::1 43683 - 43683 - -
    lo0 16384 localhost fe80::1 43683 - 43683 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 2245796 0 2297213 0 0
    en0 1500 larry.local fe80::211:24ff:fe 2245796 - 2297213 - -
    en0 1500 192.168.254 192.168.254.3 2245796 - 2297213 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Thu Oct 6 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 17053400 60710232 22% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 63971 0 63971 0 0
    lo0 16384 127 localhost 63971 - 63971 - -
    lo0 16384 localhost ::1 63971 - 63971 - -
    lo0 16384 localhost fe80::1 63971 - 63971 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 2775504 0 2662553 0 0
    en0 1500 larry.local fe80::211:24ff:fe 2775504 - 2662553 - -
    en0 1500 192.168.254 192.168.254.3 2775504 - 2662553 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Fri Oct 7 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 22667484 55096148 29% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 87309 0 87309 0 0
    lo0 16384 127 localhost 87309 - 87309 - -
    lo0 16384 localhost ::1 87309 - 87309 - -
    lo0 16384 localhost fe80::1 87309 - 87309 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 5659265 0 4495181 0 0
    en0 1500 larry.local fe80::211:24ff:fe 5659265 - 4495181 - -
    en0 1500 192.168.254 192.168.254.3 5659265 - 4495181 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sat Oct 8 03:14:54 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 19158916 58604716 25% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 102217 0 102217 0 0
    lo0 16384 127 localhost 102217 - 102217 - -
    lo0 16384 localhost ::1 102217 - 102217 - -
    lo0 16384 localhost fe80::1 102217 - 102217 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 5695701 0 4540012 0 0
    en0 1500 larry.local fe80::211:24ff:fe 5695701 - 4540012 - -
    en0 1500 192.168.254 192.168.254.3 5695701 - 4540012 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sun Oct 9 03:15:06 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 18662044 59101588 24% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 9627 0 9627 0 0
    lo0 16384 localhost ::1 9627 - 9627 - -
    lo0 16384 localhost fe80::1 9627 - 9627 - -
    lo0 16384 127 localhost 9627 - 9627 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 12291 0 11790 0 0
    en0 1500 larry.local fe80::211:24ff:fe 12291 - 11790 - -
    en0 1500 192.168.254 192.168.254.3 12291 - 11790 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Mon Oct 10 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20691252 57072380 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 102817 0 102817 0 0
    lo0 16384 localhost ::1 102817 - 102817 - -
    lo0 16384 localhost fe80::1 102817 - 102817 - -
    lo0 16384 127 localhost 102817 - 102817 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 2560006 0 1772933 0 0
    en0 1500 larry.local fe80::211:24ff:fe 2560006 - 1772933 - -
    en0 1500 192.168.254 192.168.254.3 2560006 - 1772933 - -
    en0 1500 (16)00:00:ff:3d:d8 2560006 0 1772933 0 0
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Tue Oct 11 03:15:03 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20126788 57636844 26% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 4847 0 4847 0 0
    lo0 16384 127 localhost 4847 - 4847 - -
    lo0 16384 localhost ::1 4847 - 4847 - -
    lo0 16384 localhost fe80::1 4847 - 4847 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 138010 0 73264 0 0
    en0 1500 larry.local fe80::211:24ff:fe 138010 - 73264 - -
    en0 1500 (16)00:00:ff:4e:4c 138010 0 73264 0 0
    en0 1500 192.168.254 192.168.254.3 138010 - 73264 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Wed Oct 12 03:14:52 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 19960456 57803176 26% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 26533 0 26533 0 0
    lo0 16384 127 localhost 26533 - 26533 - -
    lo0 16384 localhost ::1 26533 - 26533 - -
    lo0 16384 localhost fe80::1 26533 - 26533 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 525594 0 291500 0 0
    en0 1500 larry.local fe80::211:24ff:fe 525594 - 291500 - -
    en0 1500 (16)00:00:ff:23:e5 525594 0 291500 0 0
    en0 1500 192.168.254 192.168.254.3 525594 - 291500 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Thu Oct 13 03:14:59 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 33477940 44285692 43% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 6820 0 6820 0 0
    lo0 16384 127 localhost 6820 - 6820 - -
    lo0 16384 localhost ::1 6820 - 6820 - -
    lo0 16384 localhost fe80::1 6820 - 6820 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 19603 0 20088 0 0
    en0 1500 (16)00:00:ff:58:4b 19603 0 20088 0 0
    en0 1500 larry.local fe80::211:24ff:fe 19603 - 20088 - -
    en0 1500 192.168.254 192.168.254.3 19603 - 20088 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Fri Oct 14 03:15:06 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 33774384 43989248 43% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 3706 0 3706 0 0
    lo0 16384 127 localhost 3706 - 3706 - -
    lo0 16384 localhost ::1 3706 - 3706 - -
    lo0 16384 localhost fe80::1 3706 - 3706 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 551476 0 317143 0 0
    en0 1500 larry.local fe80::211:24ff:fe 551476 - 317143 - -
    en0 1500 (16)00:00:ff:d8:83 551476 0 317143 0 0
    en0 1500 192.168.254 192.168.254.3 551476 - 317143 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sat Oct 15 03:15:01 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21273072 56490560 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 8358 0 8358 0 0
    lo0 16384 127 localhost 8358 - 8358 - -
    lo0 16384 localhost ::1 8358 - 8358 - -
    lo0 16384 localhost fe80::1 8358 - 8358 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 553624 0 3125410 0 0
    en0 1500 (16)00:00:ff:d0:df 553624 0 3125410 0 0
    en0 1500 larry.local fe80::211:24ff:fe 553624 - 3125410 - -
    en0 1500 192.168.254 192.168.254.3 553624 - 3125410 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sun Oct 16 03:14:52 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 22020832 55742800 28% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 27736 0 27736 0 0
    lo0 16384 127 localhost 27736 - 27736 - -
    lo0 16384 localhost ::1 27736 - 27736 - -
    lo0 16384 localhost fe80::1 27736 - 27736 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 2431612 0 9048043 0 0
    en0 1500 (16)00:00:ff:d0:df 2431612 0 9048043 0 0
    en0 1500 larry.local fe80::211:24ff:fe 2431612 - 9048043 - -
    en0 1500 192.168.254 192.168.254.3 2431612 - 9048043 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Mon Oct 17 03:14:56 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21270112 56493520 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 13600 0 13600 0 0
    lo0 16384 127 localhost 13600 - 13600 - -
    lo0 16384 localhost ::1 13600 - 13600 - -
    lo0 16384 localhost fe80::1 13600 - 13600 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 7599 0 11290 0 0
    en0 1500 (16)00:00:ff:e2:0f 7599 0 11290 0 0
    en0 1500 larry.local fe80::211:24ff:fe 7599 - 11290 - -
    en0 1500 192.168.254 192.168.254.3 7599 - 11290 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Tue Oct 18 03:15:00 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21281684 56481948 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 23608 0 23608 0 0
    lo0 16384 127 localhost 23608 - 23608 - -
    lo0 16384 localhost ::1 23608 - 23608 - -
    lo0 16384 localhost fe80::1 23608 - 23608 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 43636 0 38846 0 0
    en0 1500 (16)00:00:ff:63:68 43636 0 38846 0 0
    en0 1500 larry.local fe80::211:24ff:fe 43636 - 38846 - -
    en0 1500 192.168.254 192.168.254.3 43636 - 38846 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Wed Oct 19 03:14:59 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20965720 56797912 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 7174 0 7174 0 0
    lo0 16384 127 localhost 7174 - 7174 - -
    lo0 16384 localhost ::1 7174 - 7174 - -
    lo0 16384 localhost fe80::1 7174 - 7174 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 5304 0 7377 0 0
    en0 1500 larry.local fe80::211:24ff:fe 5304 - 7377 - -
    en0 1500 192.168.254 192.168.254.3 5304 - 7377 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Thu Oct 20 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21027680 56735952 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 28141 0 28141 0 0
    lo0 16384 127 localhost 28141 - 28141 - -
    lo0 16384 localhost ::1 28141 - 28141 - -
    lo0 16384 localhost fe80::1 28141 - 28141 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 40222 0 44745 0 0
    en0 1500 larry.local fe80::211:24ff:fe 40222 - 44745 - -
    en0 1500 192.168.254 192.168.254.3 40222 - 44745 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Fri Oct 21 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21024288 56739344 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 41680 0 41680 0 0
    lo0 16384 127 localhost 41680 - 41680 - -
    lo0 16384 localhost ::1 41680 - 41680 - -
    lo0 16384 localhost fe80::1 41680 - 41680 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 62062 0 69422 0 0
    en0 1500 larry.local fe80::211:24ff:fe 62062 - 69422 - -
    en0 1500 192.168.254 192.168.254.3 62062 - 69422 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sat Oct 22 03:14:54 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21042792 56720840 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 56966 0 56966 0 0
    lo0 16384 127 localhost 56966 - 56966 - -
    lo0 16384 localhost ::1 56966 - 56966 - -
    lo0 16384 localhost fe80::1 56966 - 56966 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 243894 0 435280 0 0
    en0 1500 larry.local fe80::211:24ff:fe 243894 - 435280 - -
    en0 1500 192.168.254 192.168.254.3 243894 - 435280 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sun Oct 23 03:14:56 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21109624 56654008 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 21136 0 21136 0 0
    lo0 16384 127 localhost 21136 - 21136 - -
    lo0 16384 localhost ::1 21136 - 21136 - -
    lo0 16384 localhost fe80::1 21136 - 21136 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 135994 0 108602 0 0
    en0 1500 larry.local fe80::211:24ff:fe 135994 - 108602 - -
    en0 1500 192.168.254 192.168.254.3 135994 - 108602 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Mon Oct 24 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21223596 56540036 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 37148 0 37148 0 0
    lo0 16384 127 localhost 37148 - 37148 - -
    lo0 16384 localhost ::1 37148 - 37148 - -
    lo0 16384 localhost fe80::1 37148 - 37148 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 809614 0 725247 0 0
    en0 1500 larry.local fe80::211:24ff:fe 809614 - 725247 - -
    en0 1500 192.168.254 192.168.254.3 809614 - 725247 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Tue Oct 25 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21218116 56545516 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 51380 0 51380 0 0
    lo0 16384 127 localhost 51380 - 51380 - -
    lo0 16384 localhost ::1 51380 - 51380 - -
    lo0 16384 localhost fe80::1 51380 - 51380 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 828816 0 742589 0 0
    en0 1500 larry.local fe80::211:24ff:fe 828816 - 742589 - -
    en0 1500 192.168.254 192.168.254.3 828816 - 742589 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Wed Oct 26 03:14:58 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21649632 56114000 28% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 6179 0 6179 0 0
    lo0 16384 127 localhost 6179 - 6179 - -
    lo0 16384 localhost ::1 6179 - 6179 - -
    lo0 16384 localhost fe80::1 6179 - 6179 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 311286 0 344645 0 0
    en0 1500 larry.local fe80::211:24ff:fe 311286 - 344645 - -
    en0 1500 192.168.254 192.168.254.3 311286 - 344645 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Thu Oct 27 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21651088 56112544 28% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 12835 0 12835 0 0
    lo0 16384 127 localhost 12835 - 12835 - -
    lo0 16384 localhost ::1 12835 - 12835 - -
    lo0 16384 localhost fe80::1 12835 - 12835 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 319300 0 352700 0 0
    en0 1500 larry.local fe80::211:24ff:fe 319300 - 352700 - -
    en0 1500 192.168.254 192.168.254.3 319300 - 352700 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Fri Oct 28 03:14:53 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21659512 56104120 28% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 22729 0 22729 0 0
    lo0 16384 127 localhost 22729 - 22729 - -
    lo0 16384 localhost ::1 22729 - 22729 - -
    lo0 16384 localhost fe80::1 22729 - 22729 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 335138 0 366351 0 0
    en0 1500 larry.local fe80::211:24ff:fe 335138 - 366351 - -
    en0 1500 192.168.254 192.168.254.3 335138 - 366351 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sat Oct 29 03:14:54 CDT 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20532436 57231196 26% /
    /dev/disk1 7822056 7822056 0 100% /Volumes/HOUSEOFWAX
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 41321 0 41321 0 0
    lo0 16384 127 localhost 41321 - 41321 - -
    lo0 16384 localhost ::1 41321 - 41321 - -
    lo0 16384 localhost fe80::1 41321 - 41321 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 1706861 0 7697473 0 0
    en0 1500 larry.local fe80::211:24ff:fe 1706861 - 7697473 - -
    en0 1500 192.168.254 192.168.254.3 1706861 - 7697473 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sun Oct 30 03:15:02 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20685528 57078104 27% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 15225 0 15225 0 0
    lo0 16384 127 localhost 15225 - 15225 - -
    lo0 16384 localhost ::1 15225 - 15225 - -
    lo0 16384 localhost fe80::1 15225 - 15225 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 14091372 0 14695777 0 0
    en0 1500 larry.local fe80::211:24ff:fe 14091372 - 14695777 - -
    en0 1500 192.168.254 192.168.254.3 14091372 - 14695777 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Mon Oct 31 03:20:29 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 19127772 58635860 25% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 9161 0 9161 0 0
    lo0 16384 127 localhost 9161 - 9161 - -
    lo0 16384 localhost ::1 9161 - 9161 - -
    lo0 16384 localhost fe80::1 9161 - 9161 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 8855 0 8825 0 0
    en0 1500 larry.local fe80::211:24ff:fe 8855 - 8825 - -
    en0 1500 192.168.254 192.168.254.3 8855 - 8825 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Tue Nov 1 03:14:56 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 19235196 58528436 25% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 115790 0 115790 0 0
    lo0 16384 127 localhost 115790 - 115790 - -
    lo0 16384 localhost ::1 115790 - 115790 - -
    lo0 16384 localhost fe80::1 115790 - 115790 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 65671 0 64031 0 0
    en0 1500 larry.local fe80::211:24ff:fe 65671 - 64031 - -
    en0 1500 192.168.254 192.168.254.3 65671 - 64031 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Wed Nov 2 03:14:57 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 19674780 58088852 25% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 14035 0 14035 0 0
    lo0 16384 127 localhost 14035 - 14035 - -
    lo0 16384 localhost ::1 14035 - 14035 - -
    lo0 16384 localhost fe80::1 14035 - 14035 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 3495807 0 246542 0 0
    en0 1500 larry.local fe80::211:24ff:fe 3495807 - 246542 - -
    en0 1500 24.176.112/21 24-176-113-173. 3495807 - 246542 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Thu Nov 3 03:14:53 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20140296 57623336 26% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 27403 0 27403 0 0
    lo0 16384 127 localhost 27403 - 27403 - -
    lo0 16384 localhost ::1 27403 - 27403 - -
    lo0 16384 localhost fe80::1 27403 - 27403 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 7455207 0 414054 0 0
    en0 1500 larry.local fe80::211:24ff:fe 7455207 - 414054 - -
    en0 1500 24.176.112/21 24-176-113-173. 7455207 - 414054 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Fri Nov 4 03:14:53 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20132452 57631180 26% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 43536 0 43536 0 0
    lo0 16384 127 localhost 43536 - 43536 - -
    lo0 16384 localhost ::1 43536 - 43536 - -
    lo0 16384 localhost fe80::1 43536 - 43536 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 10954170 0 431935 0 0
    en0 1500 larry.local fe80::211:24ff:fe 10954170 - 431935 - -
    en0 1500 24.176.112/21 24-176-113-173. 10954170 - 431935 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sat Nov 5 03:15:05 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 21813620 55950012 28% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 14367 0 14367 0 0
    lo0 16384 127 localhost 14367 - 14367 - -
    lo0 16384 localhost ::1 14367 - 14367 - -
    lo0 16384 localhost fe80::1 14367 - 14367 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 492686 0 454443 0 0
    en0 1500 larry.local fe80::211:24ff:fe 492686 - 454443 - -
    en0 1500 192.168.254 192.168.254.3 492686 - 454443 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Sun Nov 6 03:15:03 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 22718716 55044916 29% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 14129 0 14129 0 0
    lo0 16384 127 localhost 14129 - 14129 - -
    lo0 16384 localhost ::1 14129 - 14129 - -
    lo0 16384 localhost fe80::1 14129 - 14129 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 71121 0 73806 0 0
    en0 1500 larry.local fe80::211:24ff:fe 71121 - 73806 - -
    en0 1500 192.168.254 192.168.254.3 71121 - 73806 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Mon Nov 7 03:14:53 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 20019400 57744232 26% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 30943 0 30943 0 0
    lo0 16384 127 localhost 30943 - 30943 - -
    lo0 16384 localhost ::1 30943 - 30943 - -
    lo0 16384 localhost fe80::1 30943 - 30943 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 800173 0 2123247 0 0
    en0 1500 larry.local fe80::211:24ff:fe 800173 - 2123247 - -
    en0 1500 192.168.254 192.168.254.3 800173 - 2123247 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Tue Nov 8 03:14:58 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 19816996 57946636 25% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 4604 0 4604 0 0
    lo0 16384 127 localhost 4604 - 4604 - -
    lo0 16384 localhost ::1 4604 - 4604 - -
    lo0 16384 localhost fe80::1 4604 - 4604 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 3138 0 3229 0 0
    en0 1500 larry.local fe80::211:24ff:fe 3138 - 3229 - -
    en0 1500 192.168.254 192.168.254.3 3138 - 3229 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Wed Nov 9 03:14:52 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 78019632 19819912 57943720 25% /
    Last dump(s) done (Dump '>' file systems):
    mail:
    postqueue: warning: Mail system is down -- accessing queue directly
    Mail queue is empty
    network:
    Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
    lo0 16384 <Link#1> 11982 0 11982 0 0
    lo0 16384 127 localhost 11982 - 11982 - -
    lo0 16384 localhost ::1 11982 - 11982 - -
    lo0 16384 localhost fe80::1 11982 - 11982 - -
    gif0* 1280 <Link#2> 0 0 0 0 0
    stf0* 1280 <Link#3> 0 0 0 0 0
    en0 1500 <Link#4> 00:11:24:7e:6d:62 10111 0 10560 0 0
    en0 1500 larry.local fe80::211:24ff:fe 10111 - 10560 - -
    en0 1500 192.168.254 192.168.254.3 10111 - 10560 - -
    fw0 4078 <Link#5> 00:11:24:ff:fe:7e:6d:62 0 0 0 0 0
    ruptime: no hosts in /var/rwho.
    Rotating log files: system.log
    Thu Nov 10 03:14:53 CST 2005
    Removing old log files:
    Removing scratch and junk files:
    Removing scratch fax files
    msgs: /var/msgs/bounds: No such file or directory
    Backing up NetInfo data
    Checking subsystem status:
    disks:
    Filesystem 1K-blocks Used Avail Capacity Mounted on
    /dev/disk0s3 780

  • Portlet will run/output when run as Admin, but not normal user

    Anyone know why a portlet would run/output under admin privs, but will not run under a normal user's privs? This is a VB.NET portlet using the EDK. Anyone have any ideas?

    Flash Player should be initially installed using an Admin account.  Once installed however, it should work for all users.  If it does not function, then I suspect you're running into a file/folder/registry permission issue.  This FAQ can help repair these problems:
    How do I fix Windows permission problems with Flash Player?

  • Problem with Optical Audio Output

    Hi, all. I'm running my audio out through the optical digital output on my Mac Pro. Recently, I've developed a problem with iTunes, where certain tracks are distorted and others play extremely softly. There is no problem when I run the audio out through the headphone jack...it's only a problem through the optical output.
    Furthermore, when I go to Audio MIDI setup, it says "Output is not supported" for the optical digital output, when I've read that I should be able to make adjustments to it here.
    Does anyone know what might be causing a problem with my optical output? Thanks so much!

    Look in iTunes' "Playback" preferences. Try turning off "Crossfade", "Sound Enhancer", and "Sound Check"/

  • Problem in BEx analyzer output in BI dev and BI Quality

    Hi All
    I am facing a problem in BEx analyzer output in BI Dev and BI Quality server where the query is make on BI infoset.
    When i am executing the query in BI dev server then it is giving the output result but when i tried to executing the BI query in BI quality server the i got 'No available data found result'.
    I have also checked the same selection input result in infoprovider for infoset and output is getting for the same.
    Please suggest for regarding solution.
    thanks & regards,
    Gourav Sekhri

    Hi,
    check whether you have loaded data in to quality server if no, please load data for all the target involved in info set.  If data loaded check all the target 'request for reporting available 'or not.
    Also check whether data is showing in infoset or not.. if data availble there change your selection critiria accordingly.
    Thanks
    BVR
    Edited by: binu v. rajan on Aug 20, 2011 4:23 PM

  • Background run of a report

    Hi all,
    I want my report to run in background becoz it is taking more time in front time....when i have given some selection screen variants and click on F9...it is not going directly to background run...but instead it is executing in the front end and displaying the o/p and then when i click on back(F3) it is showing to enter background run parameters and then execute in background....but i want background to be done..before the frontend...when ever i click F9 it should display the background parameter to enter and execute in background...pls help

    AT SELECTION-SCREEN.
      PERFORM build_table_for_report.
      IF NOT ( gt_reptab1 IS INITIAL ).
        CALL SCREEN '0900'.
      ENDIF.
    This i have wrote in my report...when i comment the AT SELECTION-SCREEN. it is showing my background run first correctly...but if i comment it will it have any side-effects???

Maybe you are looking for

  • VAT against Free Issue Material

    Dear Sir, We have a scenario where we get Free Issue Material from our Customer . We do MIGO against the receipt of  such Material , without referencing the Purchase Order . We are required to avail the VAT also against the receipt of such Material .

  • Starting a new project - JDeveloper 11.1.2.1.0 or 11.1.1.6.0 ?

    Hi, I am a little bit unclear as to which of the latest JDeveloper releases (i.e. 11.1.2.1.0 and 11.1.1.6.0) to use when embarking on a new project. I understand that the SOA development extensions are not part of the 11.1.2.1.0 release, but then the

  • X99S Gaming 7 Literally can't install the OS

    MOBO: X99S Gaming 7 CPU: i7-5820k RAM: 8gb 2x4gb sticks SSD: Samsung Evo 850 m2 GPU: GTX 770 I'm at my wits end, I can't for the life of me get Windows installed to this machine. I've gotten to the drive chooser for the the Windows installer, but the

  • I have windows 8...and want a compatible Photoshop Elements

    I just bought a new laptop with Windows 8.....I need a cheaper older version of Photoshop Elements compatible with this....I have been using Elements 7, but no longer have this .............Also what version of Lightroom is compatible with windows 8?

  • OWB client error

    when i am trying to login into my oracle 10.2.0.4 database repository installed on a linux server from my OWb client 10.2.0.31, i am getting the following error: API5036: Client Version 10.2.0.31 is not compatible with repository version 10.2.0.4 how