Bug report, Beta 2.12 Standard Edition

Bug report: redundant, confusing, and apparently erroneous calls to
jdoPreClear
and jdoPostLoad. Note in output the null name in the third iteration.
Hi,
A lot of information being sent. Sorry, but I think you'll find it
helpful. I expected the exact same sequence of calls to jdoPreClear
and jdoPostLoad on the 2nd and third iteration. In fact, since,
retain values is true, and no changes are being made, I expected that
jdoPreClear and jdoPostLoad would not be called at all on the 2nd and
3rd iteration.
David Ezzio
Using 2.12 Beta, standard edition
Business method uses one PM. Configured to datastore transaction,
retainValues == true, non-TR == false, and non-TW == false.
The business methods open a transaction and leave it open.
The client calls commitTransaction() to close the open
transaction.
Two persistent objects, Widget and Box. Each implement
InstanceCallbacks and put out a message in jdoPreClear ("will be
made hollow") and in jdoPostLoad ("has been made persistent-clean").
The Widget has a reference to its Box. The number in parenthesis
is the sequence number obtained from the object ID.
Business methods implementation:
public ArrayList getWidgetsByName(String name)
Transaction trans = pm.currentTransaction();
if (!trans.isActive())
trans.begin();
Collection c = (Collection) widgetsByOneName.execute(name);
ArrayList aList = new ArrayList(c);
widgetsByOneName.close(c);
return aList;
public void commitTransaction()
Transaction trans = pm.currentTransaction();
if (trans.isActive())
trans.commit();
Output: from three loops that:
call findWidgetsByName("Maxi-Widget")
list the widgets returned
call commitTransaction()
finding Maxi-Widgets ...
Widget Maxi-Widget (650) has been made persistent-clean
Box Large (652) has been made persistent-clean
Widget Maxi-Widget (650): Box Large (652) at location Top Shelf
Widget Maxi-Widget (709) has been made persistent-clean
Box Large (710) has been made persistent-clean
Widget Maxi-Widget (709): Box Large (710) at location Middle Shelf
Widget Maxi-Widget (708) has been made persistent-clean
Box Large (713) has been made persistent-clean
Widget Maxi-Widget (708): Box Large (713) at location Top Shelf
Widget Maxi-Widget (700) has been made persistent-clean
Box Large (717) has been made persistent-clean
Widget Maxi-Widget (700): Box Large (717) at location Top Shelf
Widget Maxi-Widget (707) has been made persistent-clean
Box Large (716) has been made persistent-clean
Widget Maxi-Widget (707): Box Large (716) at location Top Shelf
Finding them again
finding Maxi-Widgets ...
Widget Maxi-Widget (650) will be made hollow
Widget Maxi-Widget (650): Box Large (652) at location Top Shelf
Widget Maxi-Widget (709) will be made hollow
Widget Maxi-Widget (709): Box Large (710) at location Middle Shelf
Widget Maxi-Widget (708) will be made hollow
Widget Maxi-Widget (708): Box Large (713) at location Top Shelf
Widget Maxi-Widget (700) will be made hollow
Widget Maxi-Widget (700): Box Large (717) at location Top Shelf
Widget Maxi-Widget (707) will be made hollow
Widget Maxi-Widget (707): Box Large (716) at location Top Shelf
Finding them yet again
finding Maxi-Widgets ...
Widget null (650) will be made hollow
Widget Maxi-Widget (650) has been made persistent-clean
Widget Maxi-Widget (650): Box Large (652) at location Top Shelf
Widget null (709) will be made hollow
Widget Maxi-Widget (709) has been made persistent-clean
Widget Maxi-Widget (709): Box Large (710) at location Middle Shelf
Widget null (708) will be made hollow
Widget Maxi-Widget (708) has been made persistent-clean
Widget Maxi-Widget (708): Box Large (713) at location Top Shelf
Widget null (700) will be made hollow
Widget Maxi-Widget (700) has been made persistent-clean
Widget Maxi-Widget (700): Box Large (717) at location Top Shelf
Widget null (707) will be made hollow
Widget Maxi-Widget (707) has been made persistent-clean
Widget Maxi-Widget (707): Box Large (716) at location Top Shelf
-- All done!

Due to better understanding on my part, and the fixes in Beta 2.2, the
issues raised in this thread are put to rest.
Abe White wrote:
>
We'll investigate further. Stay tuned...
"David Ezzio" <[email protected]> wrote in message
news:[email protected]..
Abe,
Actually, it doesn't make sense. The first iteration shows
jdoPostLoad is called just prior to using the fields of Widget and Box.
After the commit, the instances are not cleared. So far, so good.
In the second iteration, we see that jdoPreClear is called, but
jdoPostLoad is not called. Yet the values are there for use during the
call to Widget.toString() and Box.toString() within the iteration. How
did that happen?
On the third iteration, now the value of name is null, but last we
looked it was available in the second iteration. Other than that, I
agree that the third iteration looks ok, since it is being cleared and
loaded prior to use. But in the jdoPreClear, the values should be there
since the values were used in the previous iteration and are not cleared
at transaction commit due to retainValues == true.
David
Abe White wrote:
David --
I believe the behavior you are seeing to be correct. Section 5.6.1 of
the
JDO spec outlines the behavior of persistent-nontransactional instancesused
with data store transactions. As you can see, persistentnon-transactional
instances are cleared when they enter a transaction; thus the calls to
jdoPreClear. When the default fetch group is loaded again (like whenyou
access the name of the widget) a call to jdoPostLoad is made.
You are seeing the name of one instance as 'null' in the third iterationof
your loop because the instance has been cleared in the second iteration,and
the jdoPreClear method is not modified by the enhancer (see section10.3).
Make sense?

Similar Messages

  • How to Read Statspack Report in Oracle 11.2g Standard Edition

    Dear All,
    I am using Oracle 11.2g Standard Edition in Lab.
    For the performance tuning, How can i read the Statspack Report ?
    Please Note- I can't use the Oracle AWR feature due to License Limitation. As well as if i will generate AWR report with Oracle Standard Edition, it will be not proper and print error " DB time is zero for any interval Report.
    -sumit
    Bangalore,India

    Hi Summit,
    In oracle 11g you will be finding the spcreate.sql script in the same directory as hemant said just run that script
    @@$ORACLE_HOME/rdbms/admin/spcreate.sql
    And follow the normal procedure which you do for creating the statspack report using the perfstat user
    can you please refer to below link for more details:
    stack pack report in oracle 11g
    Also see the link given by Aman sir.
    Hi Aman sir its good to see you after long time.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com/

  • How to import a report in CUIC 8.0 Standard Edition?

    Hi all,
    We are using CUIC 8.0 Standard Edition. Cisco says in the CUIC 8.0 Data Sheet that it is possible to import a report with CUIC 8.0 Standard Edition. However when I am working with the CUIC 8.0 Reporting App I find nothing in it's Web interface regarding importing reports.
    What is wrong? Does anybody know how to import a report with CUIC 8.0 Standard Edition?
    Thanks.
    Nikolay

    Closed. I did notice that button Import Report.
    Thanks.
    Nikolay

  • Installing JavaTM 2 SDK, Standard Edition, v 1.4 Beta 3 (SDK) on a Mac

    I have downloaded JavaTM 2 SDK, Standard Edition, v 1.4 Beta 3 (SDK) for Linux [I hope that's the correct version for a Mac] about 5 times, but each time, I can't open the file, athough the file's size shows that it did download. Help!

    I have downloaded JavaTM 2 SDK, Standard Edition, v
    1.4 Beta 3 (SDK) for Linux [I hope that's the correct
    version for a Mac] about 5 times, but each time, I
    can't open the file, athough the file's size shows
    that it did download. Help!It is not the correct version. That is for Intel Linux systems. You need to wait until Apple or someone ports 1.4 to the Apple OS X.
    Chuck

  • Integrating crystal report into the visual studio standard edition IDE

    I have visual studio 2005 standard edition. I need to upgrade some asp.net reports that were done using visual studio 2003.
    I have just install Crystal Reports XI developer edition version 11.0.0.1282.  How can I integrate Crystal into the Visual Studio 2005 IDE?

    Hi
    I would like to inform you that VS 2005 is only compatible with CR XI R2 and CR 2008.
    Have look in supported platform guide:
    https://websmp105.sap-ag.de/bosap-support
    You need to upgrade CRXI to CRXIR2 then try to solve this issue.
    To download the CR XI R2 follow the instructions given below:-
    Crystal Reports XI is installed on your computer. You need to manually uninstall Crystal Reports XI for one of the following reasons:
    u2022 To verify that all Crystal Reports XI components have been completely removed prior to installing a later version of Crystal Reports.
    u2022 To remove the remaining Crystal Reports XI components that have not been removed using the 'Add/Remove Programs' command (Start > Settings > Control Panel).
    u2022 To remove the remaining Crystal Reports XI components that have not been removed using the Setup.exe file from Crystal Reports XI installation CD.
    How do you manually uninstall Crystal Reports XI?
    Resolution
    Before getting started, uninstall Crystal Reports XI by launching the Setup.exe file from the installation CD or by using the 'Add/Remove Programs' command. If either of these methods fails to remove all Crystal Reports directories, files and registry keys, then continue with the resolution of this article.
    ==========
    WARNING:
    This resolution can be applied if Crystal Reports XI is the only software installed on the computer that uses the Business Objects directories, files and registry keys.
    For example, Crystal Analysis, Crystal Enterprise and BusinessObjects Enterprise XI are applications that may share the same directories, files and registry keys.
    Removing these directories, files and registry keys may cause other software to function incorrectly.
    ==========
    1. To manually uninstall Crystal Reports XI, delete the following directories:
    u2022 C:\Program Files\Common Files\Business Objects\3.0
    u2022 C:\Program Files\Business Objects
    ====================
    NOTE:
    Do not remove the directory C:\Program Files\Common Files\Business Objects\3.0 if you have BusinessObjects Enterprise XI or Crystal Reports Server XI installed. These files are shared by both applications and removal of these files will cause Business ObjectsEnterprise XI and Crystal Reports Server XI to function incorrectly.
    ====================
    2. Delete the following registry keys:
    ====================
    WARNING:
    The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system. Use the Registry Editor at your own risk.
    HELP:
    For information on how to edit the registry key, view the 'Changing Keys And Values' online Help topic in the Registry Editor (Regedit.exe).
    RECOMMENDATION:
    It is strongly recommended that you make a backup copy of the registry files (System.dat and User.dat on Win9x computers) before you edit the registry.
    ====================
    u2022 HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects
    u2022 HKEY_CURRENT_USER\Software\Business Objects
    u2022 HKEY_USERS\S-#-#-##-...-####\Software\Business Objects
    (The number signs (#) represent a series of numbers that are different on each computer.)
    ====================
    NOTE:
    After making changes to the registry, restart the affected service or application as required.
    After deleting the CR XI from the system install the CR XI R2 full build and provide the same key as you provided in CR XI.
    URL to download CR XI R2 is: - http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp#CRXIR2
    Click on
    Service Pack 2 - Full build  - ZIP - 1.03 GB - released April 2007
    I would suggest to use the latest service pack of CR XI R2 i.e. Service Pack 4.
    to download SP4 click [here|http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp#CRXIR2].
    Note:- before installing SP4 - you must have installed CR XI R2 SP2
    Hope this helps!!
    Regards,

  • Bug report: Naming a Bin after creating it with drag'n'drop

    There seems to be a small bug when giving a newly created bin a name after creating it by drag'n'drop of several clips onto the "New Bin" icon. 
    To reproduce:
    Select some clips in your project browser
    Drag them onto the New Bin button
    A new bin is created with the clips in it
    - the bin name for it appears to be selected, and editable - just as if you had created a new empty bin by clicking the New Bin button
    - type in a new name - it accepts the name fine, now press enter.
    - your new name disappears, and *now* you are really in the mode to edit the bin name
    - type your name again, and it works.
    Work around:
    When creating new bins by using drag'n'drop of clips onto the New Bin button, first press enter once to enter into the proper edit mode before giving the bin a new name.
    (is there a better place to file bug reports?)
    Version 6.0.1 (014 (MC: 264587))
    Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro5,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.8 GHz
      Number Of Processors:          1
      Total Number Of Cores:          4
      L2 Cache (per core):          256 KB
      L3 Cache:          8 MB
      Memory:          8 GB
      Processor Interconnect Speed:          4.8 GT/s
      Boot ROM Version:          MP51.007F.B03
      SMC Version (system):          1.39f11
      SMC Version (processor tray):          1.39f11
    OS X 10.6.8

    Er, just answered my question about bug reports by reading the "read this before posting" link above
    But I'll leave this here for the work-around in case anyone else needs it.

  • Ghost connections "Java(TM) 2 Platform Standard Edition"

    We have a server application with multiple threads each using JDBC connections. On the Database server (MS SQL Server 7) we notice more and more connections with the SQLQueryAnalyzer-ProgramName "Java(TM) 2 Platform Standard Edition". But all our (known) connections have custom names or the default name of the JDBC driver (jTDS). The developer of jTDS answered that the driver only have connections that are requested by the application. But we don't have connections named dbc connections "Java(TM) 2 Platform Standard Edition" ... ?

    We don't use an application server, it's just a plain Java application. No frameworks and only 3rd party libs that don't handle any database connection - and the JDBC driver jTDS. As one of the developers got very angry about my bug report, because he insists that it's not the fault of jTDS, I have to rule out jTDS. That would mean that it's somewhere in my application. But I just have 1 single class that actually creates a JDBC connection, so it's not hard to debug this. And I can't see any additional connections as all of my connections get specific names and not "Java(TM) 2 Platform Standard Edition".
    I searched all source code of the Java SDK, jTDS and my source code for occurences of "Java(TM) 2 Platform Standard Edition" and can't find any. I hoped that somebody knows who is using this string (and when). It sounds like general Java (SDK/JRE) is setting this name, but I haven't found it.

  • Blur Problems (bug report submitted)

    I've submitted a bug report and will submit this again since its a better version of when I sent them before. The problem is this:
    - Adobe Acrobat Professional shows blur in certain situations. In another situation, the same file opens correctly. The file below is self-explanatory, i.e.:
    1. This is what you see when you do a fresh start, with no pre-existing Adobe processes running. Sometimes though the blur will show up even if its a fresh start.
    2. Thats what you see when the file has been closed but Acrobat Professional is still running and open.
    If anyone needs the original PDF, it can be downloaded at:
    http://www.2shared.com/document/P927Y4Vm/scanned-doc-2.html
    In area 1, you can see the glaring difference in visual quality. The blur makes it very hard and irritating to read the PDF. Notice how the blur alternates. Some areas are sharp while others are soft. Area 2 is how it should always look like (crisp).
    If you cant see this image properly, it is uploaded at:
    http://img96.imageshack.us/img96/4113/adobeacrobatproblurbug.jpg
    Adobe Acrobat Professional version, latest: 9.3.4
    System: Windows XP
    BUG: Adobe Acrobat Professional shows blurry PDFs in certain situations.
    ===
    STEPS TO RECREATE THE BUG:
    Use Windows XP. I'm not sure if this shows up in Vista too. I'm sure it does.
    1. Download the PDF from:
    http://www.2shared.com/document/P927Y4Vm/scanned-doc-2.html
    2. In the Windows Task Manager, make sure there are no pre-existing Adobe processes running such as:
    AcrobatInfo.exe, Acrobat.exe, Acrotray.exe
    3. Open the PDF file you got in #1. Set zoom to 100%.
    4. Notice the visual quality. You will probably see blurry areas in the PDF. This matches Area 1 in this screen shot:
    http://img96.imageshack.us/img96/4113/adobeacrobatproblurbug.jpg
    5. Close the file by doing: File---> Close
    Do not exit the program. Go to Task Manager and verify that Acrobat.exe is already running.
    6. Open the file you got in #1, again. Zoom to 100% again.
    7. Notice now that the PDF does not have any blurry areas. What you see should match Area 2 in the same screenshot:
    http://img96.imageshack.us/img96/4113/adobeacrobatproblurbug.jpg
    -End-

    The choices in Bridge > Preferences > Advanced > International > Keyboard are limited, and they do not allow for choosing custom keyboard layouts.
    I need the custom keyboard layouts for a variety of reasons, such as being able to type in seven languages with my most used one without switching, two Russian layouts to allow for two non-standard ways of encoding Russian fonts, etc.

  • Oracle Standard Edition and GoldenGate for replication?

    The Question:
    Can GoldenGate run in a Standard Edition RAC ==> Enterprise Edition standalone environment and perform the required rule-based replication without requiring an upgrade of our RAC Standard Edition to RAC Enterprise Edition?
    The environment:
    Source System: 2-node RAC running Standard Edition 10.2.0.5 (RHEL5 x86-64)
    Target System: 1-node running Enterprise Edition 11.2.0.1 (RHEL5 x86-64)
    The requirement:
    Lossless one-way replication in "real time" of selected schema while excluding selected DDL/DML based on multiple rules.
    Present solution:
    LogMiner, but there is a known LogMiner bug (p8977287) that causes data loss when one RAC node goes down or is evicted from the cluster. The bug is reportedly patched in 11.2.0.2 and is slated to be fixed in 12.x.
    Thx.

    Yes. Simple enough, it can extract from SE, even XE!

  • Upstream Bug Reporting Etiquette [solved]

    I've a question.  Some distributions discourage upstream reporting by users so as not to overwhelm upstream developers and to provide a single cohesive point of contact for the distribution.  Errors are posted at the distro bug report site and are reported upstream by the maintainer.
    I get the distinct impression this does not hold true for Arch.  Before I go off promoting my bug reports upstream, is this proper?
    If so, the bug reports are likely to have references to Arch when describing the problem and how to reproduce it.  Since I am not officially part of the Arch developer / maintainer team, I do not want to represent myself as such.  Recommendations?   
    Thank you.
    Last edited by ewaller (2010-07-01 13:00:44)

    FWIW, I think relying on package maintainers of a specific distro is unfair for those maintainers. They are already responsible for tracking the statuses of A LOT of packages and updating/patching them as necessary. If they were to go through every single bug reported and forward the relevant ones upstream, it would simply be overwhelming.
    Newbie-oriented distros like Ubuntu might have people that simply track user reported bugs. But for Arch, the situation is actually better since most users are proficient enough in Linux so they are more than capable of reporting a bug upstream
    Last edited by dcc24 (2010-07-01 07:03:59)

  • Failover in 10g Standard Edition tips

    Hi guys,
    We have an Oracle 10.2.0.5 Standard Edition Database in a Windows Server 2008 x64, and we were looking for a Failover solution. The idea is when the primary server could have a problem, automatically open in read/write mode the standby DB, and after repairing the primary DB, propagate the changes from the standby to the primary.
    After researching, we had decided to create a Manual Physical Standby Database in another server, following this guide
    We are now testing it and seems to work with no problems, but we like to know some tips or advices for that solution, or if it exists one better option for Failover in Standard Edition, from some experienced dbas from this forums. Can somebody help us with that?
    Thanks in advance!
    Juan Alvarez

    user13325846 wrote:
    How to programatically partition table in 10G standard Edition ?I had no idea (reading this thread) that 7.3's partition views were still supported. At the time (back in the mid 90's), we were explicitly told not to use this option for a large OPS data warehouse, by Oracle experts that assisted us in building and tuning the system. So never really used this option and thought it deprecated ifo proper partitioning introduced with v8.
    I currently roll a my own partition-like feature on 10g SE - using dynamic SQL where a function is used to determine the table name. As all access to the tables are done via PL/SQL, this works fine (and bind variables are used all the way). On the client reporting side, we use APEX. APEX has the option of using a function (supplying the SQL) for reporting region, instead of coding the actual SQL. Again, PL/SQL is used to construct the source SQL (for the appropriate table) and given to APEX to parse and bind and execute as a report.
    Of course, this is not nearly as flexible as the Enterprise partitioning feature, but it works fine for the (limited) job required.

  • Express vs Standard Edition One

    Is there much difference between the Express Edition and Standard Edition One single cpu? I built a web application using mod_plsql. In load testing the application it works fine with this configuration:
    - 1 hyper-threaded CPU 3 MHz xenon
    - 1 gig SGA
    - Total datafile size is 3G
    I was planning on turning off hyper-threading and buying a single cpu SE1 license, however after looking into XE it may be possible to save $5000.
    In testing I am using 10gR1 EE with the Companion CD for apache / mod_plsql functionality.
    Can XE can do:
    - mod_plsql on port 443 (https)
    - UTL_HTTP.SET_WALLET for https request on port 443
    Is the Companion CD also free?

    Brian,
    I built a web
    application using mod_plsql. In load testing the
    application it works fine with this configuration:
    - mod_plsql on port 443 (https)See this thread for configuring the Apache for https in front of an XE installation: HTTPS with Oracle XE ?
    Porting a mod_plsql application to XE should definitely work in general.
    Here are the exceptions to the rule we have experienced / discussed in this forum so far:
    1) there might be a bug in the htp.init function (as of the beta release)
    htp.init throws exception
    If you don't clear the htp buffer between calls, you should be fine.
    2) Authentication by CustomOwa is not supported and you need a different way of authenticating your users: DBMS_EPG DAD authentication using CustomOwa
    Here is another helpful thread on configuring the DADs:
    Using DAD's without specifying a password
    Regards,
    ~Dietmar.

  • Server 2012 Standard Edition network teaming issue at bootup

    I have a Windows server 2012 x64 standard edition server (not R2) using two Intel I210AT nic's on an ASUS P9D-X motherboard.  They are setup in a team using the Microsoft teaming.  No special options, latest updates and the latest Intel drivers.
      The team is setup in switch independent mode and connected with quality cat6 cables to a Cisco 3600 switch.  No special options on the ports of the switches, no LACP or trunking, just standard unconfigured ports.
    The problem we have is when the server is rebooted the team will not communicate with the network.  If we unplug one network cable communication begins.  We can then plug the cable back in and both
    ports work and communicate normally.   
    This issue is serious as it requires physical action on every restart.   
    We have tried deleting the team and recreating it and we get the same results.  Is there some specific change that needs to be made to make this work or is this possibly a known bug? 

    May be problem on Cisco side, Cisco is very clever, could assessed network traffic as a problem and close the port. When OS is running, then NIC Teaming working fine, but when you boot up server, "BIOS not running with NIC Teaming", in this moment
    may occur problem on Cisco side.
    I recommend, if you use Cisco, configure NIC Teaming in LACP mode and configure your two ports on Cisco to LACP, it's better way.
    Regards,
    thennet
    Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable. This helps the community, keeps the forums tidy, and recognises useful contributions. Thank you!

  • Zsh modutils completion (solved & bug report)

    Hi,
    Since last zsh update, I can't get 'modinfo' & 'modprobe' completion, only 'rmmod' & 'modprobe -r' are working actually (easy with '/proc/modules'). It seems that a new caching algorithm was implemented in the last version but I don't understand it . Diff with zsh 4.3.11 _modutils :
    --- Sources/zsh-4.3.11/Completion/Linux/Command/_modutils 2009-07-14 10:57:13.000000000 +0200(B
    +++ /usr/share/zsh/functions/Completion/Linux/_modutils 2011-06-02 13:02:04.000000000 +0200(B
    @@ -1,8 +1,23 @@(B
    #compdef lsmod modinfo modprobe rmmod insmod
    +_modules_caching_policy()(B
    +{(B
    + # Rebuild every week, or if $modules_dir is newer than the cache(B
    + local -a oldp(B
    +(B
    + oldp=( "$1"(Nmw+1) )(B
    + (( $#oldp )) || [[ $modules_dir -nt $1 ]](B
    +}(B
    +(B
    local curcontext="$curcontext" expl state line modules ign args ret=1
    local -r modules_dir=/lib/modules
    +local update_policy(B
    +zstyle -s ":completion:*:*:$service:*" cache-policy update_policy(B
    +if [[ -z "$update_policy" ]]; then(B
    + zstyle ":completion:*:*:$service:*" cache-policy _modules_caching_policy(B
    +fi(B
    +(B
    args=(
    '(-)'{-V,--version}'[print version]'
    '(-)'{-h,--help}'[print help text]'
    @@ -39,6 +54,7 @@(B
    "(-v --verbose $ign)"{-v,--verbose}'[print all commands as executed]' \
    '(-C --config)'{-C,--config}'[specify config file]:config file:_files' \
    "(-r --remove -l --list -t --type -a --all $ign)"{-r,--remove}'[remove module (stacks)]' \
    + "(-l --list -t --type -a --all $ign)"{'-i[ignore install/remove commands in config file]','--ignore-install[ignore install commands in config file]','--ignore-remove[ignore remove commands in config file]'} \(B
    "(* -l --list -r --remove $ign)"{-l,--list}'[list matching modules]' \
    "(-c $ign)1:modules:->loadable_modules" \
    "(-c -l --list -t --type $ign)*:params:->params" && ret=0
    @@ -87,7 +103,13 @@(B
    else
    kver=$(uname -r)
    fi
    - modules=( $modules_dir/$kver/(*~(source|build))/**/*(.:t:r) )(B
    + if [[ -z $modules ]] && ! _cache_invalid modules-$kver && \(B
    + ! _retrieve_cache modules-$kver;(B
    + then (B
    + # 2011-01-02 gi1242: Do we need .o files? Or is .ko enough?(B
    + modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko)(.:t:r) )(B
    + _store_cache modules-$kver modules(B
    + fi(B
    if [[ $state = loadable_modules ]]; then
    modules=( ${modules:#(${(j:|:)~${=loaded_modules//_/-}})} )
    Last edited by Drexya (2011-06-13 01:46:34)

    Wow, thanks it works, but there's a problem, modules appears with *.ko suffix so
    modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko|ko.gz)(.:t:r:r) )
    is even better .
    taken from http://zsh.sourceforge.net/Guide/zshguide05.html :
    print ${p:t:r}
    will work for both arrays and scalars: the :t takes only the tail of the filename, stripping the directories, and the :r removes the suffix. These two operators could have slightly unexpected effects in versions of zsh before 4.0.1, removing `suffixes' which contained directory paths, for example (though this is what the pattern forms taken separately do, too).
    bug report
    Last edited by Drexya (2011-06-13 01:45:45)

  • Submitting bug reports

    MacLoyal, that is my moniker! I am in a state of identity crisis because iPhoto is about to force me to break ranks and seek a place of sanity with a non-Apple photo system. I had to lose the iLife integration with dot mac. I do not want to take such a drastic measure and I truly cannot afford the added expense. I already have thousands of dollars sunk into Apple and all their goodies. My investment in time is something I dare not even try to calculate.
    I regret every time I had a "do you want to submit a report" box pop up and cancelled it rather than submitting each and every one with frantic demands for help to correct the mess that iPhoto 5 has caused in my life.
    I dare not edit any of the photos in my library. I don't even want to rotate them. Indeed, I dread opening the program! It hangs my laptop computer up indefinitely. The only way I have found to interrupt the hang time, because I cannot even get force quit to work, is to shut the lid and put it to sleep. Amazingly, when I open it again I am not in a suspended state. However, as I stated, I'm reluctant to actually do anything with the program besides, perhaps run the slide show, once I have the program open.
    So my question is: How do I send a bug report when I haven't actually gotten to the point that the computer generates the bug message? That seems only to happen with an unexpected quit.
    I've noticed that the Safari pull down menu always has a "Submit bug report" message listed, but iPhoto does not have that in the its menu panel. Can I submit a report on any topic on the Safari form or is that only going to make it to the Safari team at Apple? If I can use that form, is there a limit to how many complaints I can inundate them with? I am at my wits end. . .

    Of all the programs I've used of OSX IPhoto is the lamest. I really thought it should be better and every time I opened it up and used it I just couldn't get over how poorly it worked. I finally stopped using it altogether and just started using photoshops browser. Now photoshop has the bridge which seems like it would be great (haven't upgraded yet). Even with out the bugs the program just doesn't meet my simplest needs for photos. Good luck finding something that fits your needs and works well on your computer.

Maybe you are looking for

  • Any help appreciated - - on barefoot ski image optimization

    Any help appreciated. Working with Photoshop 7.0 trying to color correct and optimize an image of my son barefooting to prepare for giant vinyl print to create a stand up cut-out on a foam board. I will attach 2 downsized images for comparison. As yo

  • My 27" iMac displays vertical green lines when turned on and then will not boot up

    Can anyone tell me why my 27" iMac displays vertical green lines when it is turned on and then will not boot up?

  • Mac mini rejects all DVDs

    My Mac mini running OS 10.6.8 refuses to accept any DVDs.  It whirrs and makes a number of noises, but finally always rejects and ejects them.  Even a cleaner DVD was ejected. Any suggestions?

  • Export to mp4 720p de-interlaced from 1080i AVCHD

    How do I export to mp4 720p de-interlaced from 1080i AVCHD footage from a Sony HDR-SR12? The raw source at 1080i looks fine from iMovie 09' but the exported through Quicktime 720p video is baldy jittered. However, the only previous export I have of t

  • Time line on  Intel Macs

    We just got some grant money at work and we are going to be upgrading our computers and I would love to get a new intel Mac (not a mini or book).Is there any chance the big machines will be out by the summer?...Any info would be great.. even a rumor