[Solved] Would someone mind building this package for me?

Because I'm having a problem with on of it's build dependencies I'm unable to build this package:
awn-extras-applets-bzr
Would someone mind building it for me?  It's for x86_64 and from the AUR.  I would definitely appreciate it.
Last edited by Gen2ly (2012-05-01 17:16:23)

SidK wrote:I've uploaded it to http://ompldr.org/vZGwxNg/awn-extras-ap … pkg.tar.xz
Do you also need the dependencies from the AUR compiled?
No, I'm good up to then.  Installed and it works.  Very much appreciate the help.

Similar Messages

  • What would it take for someone to build an app for my business?

    I am looking for someone to build an app for my business....

    You can hire people to build your app for you, but it will cost you. Now how deep you will dig into your pockets will depend on the complexity of your app. Try a company called azurasoft but be cautious dont get suckered into anything

  • PaCPAN: tool for building Perl packages for Pacman from CPAN

    http://xyne.archlinux.ca/info/pacpan
    *edit*
    Pacpan functionality has evolved as of version 4.0. CPAN distribution and metadata handling has improved and there are now functions which can query installed packages to determine their adherence to the packaging guidelines.
    Building packages with dependency resolution etc has been move to bauerbill, which can now build CPAN packages using standard pacman options, e.g. "bauerbill -S perl-foo-bar" or "bauerbill -S Foo::Bar".
    Last edited by Xyne (2010-02-01 22:00:32)

    Imagine going looking for a perl cpan pacman solution and finding out you wrote one ofc i had to give it a spin
    Works really well but i did run into trouble when installing Spreadsheet::WriteExcel something went wrong with one of the dependencies.
    REQUIREMENTS
        This module requires Perl 5.005 (or later), Parse::RecDescent
        and File::Temp:
    Works fine as long as i removed, 'perl-' from depends=
    [vociferous@avatar ~]$ pacpan Spreadsheet::WriteExcel
    ==> retrieving info for Spreadsheet::WriteExcel
    Use of uninitialized value $module in hash element at /usr/bin/pacpan line 961, <GEN1> line 298.
    Use of uninitialized value $p_dep in string eq at /usr/bin/pacpan line 789, <GEN1> line 298.
    Use of uninitialized value $p_dep in hash element at /usr/bin/pacpan line 790, <GEN1> line 298.
    ==> FOUND: found pkg: File::Temp -> perl
    ==> retrieving info for OLE::Storage_Lite
    ==> FOUND: found pkg: Parse::RecDescent -> perl-parse-recdescent
    Use of uninitialized value in concatenation (.) or string at /usr/bin/pacpan line 546, <GEN1> line 1098.
    Use of uninitialized value $pkgname in concatenation (.) or string at /usr/bin/pacpan line 559, <GEN1> line 1098.
    Use of uninitialized value $pkgver in concatenation (.) or string at /usr/bin/pacpan line 559, <GEN1> line 1098.
    Use of uninitialized value $url in concatenation (.) or string at /usr/bin/pacpan line 559, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 325, <GEN1> line 1098.
    Use of uninitialized value $ver in concatenation (.) or string at /usr/bin/pacpan line 325, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    Use of uninitialized value $name in concatenation (.) or string at /usr/bin/pacpan line 340, <GEN1> line 1098.
    ==> SUCCESS: generated build script: build_cpan
    pacpan Spreadsheet::WriteExcel --get-pkgbuild
    Use of uninitialized value $module in hash element at /usr/bin/pacpan line 961, <GEN1> line 298.
    Use of uninitialized value $p_dep in string eq at /usr/bin/pacpan line 789, <GEN1> line 298.
    Use of uninitialized value $p_dep in hash element at /usr/bin/pacpan line 790, <GEN1> line 298.
    # PKGBUILD generated by pacpan
    pkgname=perl-spreadsheet-writeexcel
    _realname=Spreadsheet-WriteExcel
    pkgver=2.25
    pkgrel=1
    pkgdesc="no description available"
    arch=(i686 x86_64)
    license=('unknown, check site')
    url="http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.25/lib/Spreadsheet/WriteExcel.pm"
    depends=('perl' 'perl-parse-recdescent' 'perl-' 'perl-ole-storage_lite')
    options=(!emptydirs)
    #provides=('Spreadsheet-WriteExcel')
    provides=('spreadsheet-writeexcel')
    source=(http://search.cpan.org/CPAN/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-2.25.tar.gz)
    md5sums=('ad70e5b031c0af60c50a72d8b09240c9')
    build() {
    cd ${srcdir}/${_realname}-${pkgver}
    # install module in vendor directories.
    PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
    make || return 1
    make install DESTDIR=${pkgdir} || return 1
    # remove perllocal.pod and .packlist
    find ${pkgdir} -name perllocal.pod -delete
    find ${pkgdir} -name .packlist -delete
    # END OF PACPAN PKGBUILD

  • How would I create kernel devel package for OVM3.2.1 ?

    I am new to OVM SDK ..Please help me to understand how to create kernel devel package for OVM3.2.1 ?
    I tried below command "rpmbuild --rebuild kernel-uek...src.rpm" on my OEL5.9 machine. It throw few errors w.r.t KaBI checks fails.
    Is there hard rule to run above command only on OVM 3.2.1 SDK template ? I am going to try that now, but it will be good to know limitation/assumption on OVM 3.2.1.
    Is there any simplest method to get kernel devels/headers for OVM3.2.1 ?

    Thanks JB. It works like a charm. I earlier doubt the same, but real pain was to get gcc,rpm utils without ULN access. I used oel5_latest repo to get gcc and other supported utils. Everything works as expected.
    Just for info to help others... Below are the list of package required.
    yum install gcc.x86_64 --skip-broken
    yum install make.x86_64 --skip-broken
    yum install rpm-build.x86_64--skip-broken
    yum install make.x86_64 --skip-broken
    yum install redhat-rpm-config --skip-broken
    yum install m4 --skip-broken
    yum install elfutils.x86_64 --skip-broken
    yum install gnupg --skip-broken
    Below are final RPMs generated using rpmbuild --rebuild <kernel-source>.rpm
    kernel-uek-debuginfo-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debuginfo-common-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-devel-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-headers-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-debuginfo-2.6.39-300.22.2uek.x86_64.rpm
    kernel-uek-debug-devel-2.6.39-300.22.2uek.x86_64.rpm

  • [SOLVED] how i can install this packages ?

    hi
    im try to compile a software (xfardic : a persian dictionary)
    and this software need this packages to compile
    1. aspell-dev
    2. libxml2-dev
    3. libgnome-desktop-dev
    4. libnotify-dev (0.7.0 minimum)
    5. libsqlite3-dev
    6. libespeak-dev
    but i cant install this packages our find this sources to compile
    please help me
    Last edited by omidimo (2012-01-03 14:36:25)

    omidimo wrote:
    karol wrote:Please remember to mark the thread as solved.
    how can i remark . i cant find options
    Please read the forum rules https://bbs.archlinux.org/viewtopic.php?id=130309 :-)

  • [Solved... (3AM and split pkgbuild are bad)]can't build this package

    I was updating my package to be splited so it could be easier to only install what the user want
    but for some reason here in my machine not build.
    I alone cant find a why to these error.
    # Maintainer: Pablo Lezaeta <[email protected]>
    pkgbase=chromeos-extra-fonts
    pkgbase=("ttf-chromeosextra-font"
    "ttf-lohit-font" "ttf-anjali-old-lipi" "ttf-my-paduk" "ttf-noto-font"
    "ttf-ko-nanum-font" "ttf-tbt-jomolhari" "ttf-roboto-font" "ttf-droid-font"
    "ttf-noto-cjk")
    pkgver=2013.03.14
    _crosextraver=20130214
    _lohitver=2.5.0
    _mlver=0.740
    _paduk=2.50
    _notover=20141219
    _notocjk=20140912
    _knanum=3.10.0
    _jomol=0.0.3c
    _robover=20141209
    _droidver=20140815
    pkgrel=1
    depends=("fontconfig" "xorg-font-utils")
    optdepends=("ttf-chromeos-fonts: Part of the Chromium OS fonts suite"
    "otf-ipafont: Part of the Chromium OS fonts suite"
    "ttf-dejavu: Part of the Chromium OS fonts suite"
    "ttf-sil-fonts: Part of the Chromium OS fonts suite"
    "ttf-carlito: Part of the Chromium OS fonts suite"
    pkgdesc="Extra fonts from Chromium OS fonts suite by various author"
    arch=("any")
    provide=("ttf-font")
    license=("GPL")
    url="http://git.chromium.org/gitweb/00"
    source=("http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/crosextrafonts-${_crosextraver}.tar.gz"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/lohitfonts-cros-${_lohitver}.tar.gz"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/ml-anjalioldlipi-${_mlver}.tar.gz"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/my-padauk-${_paduk}.tar.gz"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/notofonts-${_notover}.tar.bz2"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/ko-nanumfonts-${_knanum}.tar.gz"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/tibt-jomolhari-${_jomol}.tar.gz"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/robotofonts-${_robover}.tar.bz2"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/droidfonts-cros-${_droidver}.tar.gz"
    "http://commondatastorage.googleapis.com/chromeos-localmirror/distfiles/noto-cjk-${_notocjk}.tar.bz2"
    install="ttf-chromeos-extra-fonts.install"
    package_ttf-chromeosextra-font() {
    pkgver=${_crosextraver}
    conflicts=("ttf-caladea")
    license=("Apache")
    pkgdesc="Caladea font for Chrom*OS by Huerta Tipografia"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/crosextrafonts-${_crosextraver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    package_ttf-lohit-font(){
    pkgver=${_lohitve}r
    conflicts=("lohit-fonts")
    license=("custom:OFL-1.1")
    pkgdesc="6 Lohit fonts for Indic scripts"
    url="http://fedorahosted.org/lohit"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/lohitfonts-cros-${_lohitver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -m 644 "${srcdir}/lohitfonts-cros-${_lohitver}/LICENSE" "${pkgdir}/usr/share/doc/${pkgname}/lohitfonts-cros"
    install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/lohitfonts-cros"
    install -m 644 "${srcdir}/lohitfonts-cros-${_lohitver}/LICENSE" "${pkgdir}/usr/share/doc/$pkgname/lohitfonts-cros"
    package_ttf-anjali-old-lipi(){
    pkgver=${_mlver}
    conflicts=("ttf-malayalam-font-anjalioldlipi")
    license=("custom:OFL-1.1")
    pkgdesc="AnjaliOldLipi font for the correct Malayalam rendering"
    url="https://sites.google.com/site/cibu/anjalioldlipi-font"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/ml-anjalioldlipi-${_mlver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/ml-anjalioldlipi"
    install -m 644 "${srcdir}/ml-anjalioldlipi-${_mlver}/LICENSE" "${pkgdir}/usr/share/doc/${pkgname}/ml-anjalioldlipi"
    package_ttf-my-paduk(){
    pkgver=${_paduk}
    conflicts=("ttf-padauk")
    license=("custom:OFL-1.1")
    pkgdesc="Padauk font for Myanmar/Birmania"
    url="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=padauk"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/my-padauk-${_paduk}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/my-padauk"
    package_ttf-noto-font(){
    pkgver=${_notover}
    conflicts=("ttf-noto")
    license=("Apache")
    pkgdesc="Noto fonts developed by Monotype"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/notofonts-${_notover}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -m 644 "${srcdir}/notofonts-${_notover}/*.ttc" "${pkgdir}/usr/share/fonts/TTF/"
    package_ttf-ko-nanum-font(){
    pkgver=${_knamum}
    conflicts=("ttf-nanum-fonts")
    license=("custom:OFL-1.1")
    pkgdesc="Korean fonts released by Naver Inc. under OFL : NanumGothic (regular, bold), NanumMyeongjo (regular, bold)"
    url="http://hangeul.naver.com/index.nhn"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/ko-nanumfonts-${_knanum}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/ko-nanumfonts"
    install -m 644 "${srcdir}/ko-nanumfonts-${_knanum}/LICENSE" "${pkgdir}/usr/share/doc/${pkgname}/ko-nanumfonts"
    package_ttf-tbt-jomolhari(){
    pkgver=${_jomol}
    conflicts=("ttf-jomolhari")
    license=("custom:OFL-1.1")
    pkgdesc="Jomolhari font for Tibetan"
    url="https://sites.google.com/site/chrisfynn2/home/fonts/jomolhari"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/tibt-jomolhari-${_jomol}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/tibt-jomolhari"
    package_ttf-roboto-font(){
    pkgver=${_robover}
    conflict=("ttf-roboto")
    license=("Apache")
    pkgdesc="Roboto fonts by Google for Material Design"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/robotofonts-${_robover}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/robotofonts"
    package_ttf-droid-font(){
    pkgver=${_droidver}
    conflict=("ttf-droid")
    license=("Apache")
    pkgdesc="DroidSansFallback and DroidSansMono"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/droidfonts-cros-$_droidver/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -d -m 755 "${pkgdir}/usr/share/doc/${pkgname}/droidfonts-cros"
    package_ttf-noto-cjk(){
    pkgver=${_notocjk}
    conflicts=("ttf-noto")
    license=("Apache")
    pkgdesc="Noto Pan CJK fonts developed by Adobe"
    install -d -m 755 "${pkgdir}/usr/share/fonts/TTF"
    install -m 644 "${srcdir}/noto-cjk-${_notocjk}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    install -m 644 "${srcdir}/noto-cjk-${_notocjk}/*.ttc" "${pkgdir}/usr/share/fonts/TTF/"
    # Md5? is the default in pacman -g blame Allan
    md5sums=('368f114c078f94214a308a74c7e991bc'
    '2626c1d45edbff72ec2667bc81c801eb'
    '85a7927441264d3845f8aea874e2df98'
    'da54672600f62c72bc81b08f35329024'
    'd3308f4467f39c5b86bf3bdbb942ead1'
    'ae8f913acbff9c0106d75c1a6106d443'
    '715d38f358da74afbb6117492f3ae1b9'
    '15d9d1dae252012c955fc1cc603114ee'
    'cc62e181e017c9259b985dc6839160e9'
    '4b03df69f12e1c8c18cb9f40623fea40')
    it download, extract and verify but at package time...
    mkdir: cannot create directory '/home/shelf/Proyectos/jristz/aur-pkgs/ttf-chromeo-extra-fonts/pkg/': File exists
    /usr/bin/fakeroot: line 181: 19616 User defined signal 1 FAKEROOTKEY=$FAKEROOTKEY LD_LIBRARY_PATH="$PATHS" LD_PRELOAD="$LIB" "$@"
    ${pkgdir} is empty
    Last edited by Jristz (2015-03-21 04:21:04)

    Hi Jristz,
    It seems you defined the pkgbase variable two times, you should change the first two lines to
    pkgbase=chromeos-extra-fonts
    pkgname=("ttf-chromeosextra-font"
    "ttf-lohit-font" "ttf-anjali-old-lipi" "ttf-my-paduk" "ttf-noto-font"
    "ttf-ko-nanum-font" "ttf-tbt-jomolhari" "ttf-roboto-font" "ttf-droid-font"
    "ttf-noto-cjk")
    --- EDIT ---
    also this command will fail due to the use of the double quotes
    install -m 644 "${srcdir}/crosextrafonts-${_crosextraver}/*.ttf" "${pkgdir}/usr/share/fonts/TTF/"
    you may want to change it to
    find "${srcdir}/crosextrafonts-${_crosextraver}" -name "*.ttf"\
    -exec install -m 664 {} "${pkgdir}/usr/share/fonts/TTF/" \;
    Last edited by mauritiusdadd (2015-03-20 06:32:49)

  • Can someone please Interpret this EtreCheck for me? Macbook Pro Boot Time Really Slow.

    Can someone please give me detailed instruction on what to do no next. I've read several forum discussion on this subject and seen various examples. i would like help with mine. Reason being is because my MBP boot up time is almost around 2-3mins long sometimes it can even be upto 5mins. reason i ask is because i know this is not normal. compared to my macbook (mid-2010) this is REALLY slow. And all the specs of my MBP should in theory make my MB a thing of the past. (Why i bought the MBP in the first place). i've done PRAM reset and booted in Safe Mode. i've removed several applications using the correct uninstalls where required.
    i have ran a terminal commands to clear the kernal caches and got these results (not sure if it will help). And neither have made a difference.
    Password:
    macs-imac:~ SantiagoXG$ sudo kextcache -system-prelinked-kernel
    kext com.paceap.kext.pacesupport.snowleopard  507029000 is in exception list, allowing to load
    kext com.jmicron.JMicronATA  101069000 is in exception list, allowing to load
    kext com.ATTO.driver.ATTOExpressSASRAID  307029000 is in exception list, allowing to load
    kext com.ATTO.driver.ATTOExpressSASHBA3  100059000 is in exception list, allowing to load
    kext com.ATTO.driver.ATTOExpressSASHBA  200009000 is in exception list, allowing to load
    kext com.ATTO.driver.ATTOExpressPCIUl4  404029000 is in exception list, allowing to load
    kext com.ATTO.driver.ATTOCelerityFC  304089000 is in exception list, allowing to load
    kext com.Accusys.driver.Acxxx  300029000 is in exception list, allowing to load
    macs-imac:~ SantiagoXG$ sudo kextcache -system-caches
    Password:
    macs-imac:~ SantiagoXG$
    Below is the EtreCheck:
    Hardware Information:
              MacBook Pro (Retina, 15-inch, Early 2013)
              MacBook Pro - model: MacBookPro10,1
              1 2.7 GHz Intel Core i7 CPU: 4 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
              NVIDIA GeForce GT 650M - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:13:15
    Disk Information:
              APPLE SSD SD256E disk0 : (251 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 250.01 GB (135.34 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Configuration files:
              /etc/hosts - Count: 44
    Kernel Extensions:
              com.paceap.kext.pacesupport.snowleopard          (5.7.2)
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
              [System] com.google.keystone.daemon.plist 3rd-Party support link
              [System] com.maintain.AutoLoginUserScreenLocked.plist 3rd-Party support link
              [System] com.maintain.CocktailScheduler.plist 3rd-Party support link
              [System] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [System] com.soma-zone.LaunchControl.Helper.plist 3rd-Party support link
              [System] PACESupport.plist 3rd-Party support link
    Launch Agents:
              [System] com.google.keystone.agent.plist 3rd-Party support link
              [System] com.maintain.LogOut.plist 3rd-Party support link
              [System] com.maintain.Restart.plist 3rd-Party support link
              [System] com.maintain.ShutDown.plist 3rd-Party support link
              [System] com.maintain.Sleep.plist 3rd-Party support link
              [System] com.maintain.SystemEvents.plist 3rd-Party support link
              [System] com.oracle.java.Java-Updater.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [not loaded] com.facebook.videochat.[redacted].plist 3rd-Party support link
              [not loaded] com.nero.HSMMonitor.plist 3rd-Party support link
    User Login Items:
              WDDriveUtilityHelper
              WDSecurityHelper
    Internet Plug-ins:
              DirectorShockwave: Version: 11.5.8r612 3rd-Party support link
              Google Earth Web Plug-in: Version: 7.1 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 3rd-Party support link
              Flip4Mac WMV Plugin: Version: 2.3.5.4 3rd-Party support link
              OfficeLiveBrowserPlugin: Version: 12.3.6 3rd-Party support link
              AdobePDFViewerNPAPI: Version: 10.1.9 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              DivX Web Player: Version: 3.1.0.13 - SDK 10.5 3rd-Party support link
              OVSHelper: Version: 1.1 3rd-Party support link
              Flash Player: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              QuickTime Plugin: Version: 7.7.3
              RealPlayer Plugin: Version: (null) 3rd-Party support link
              AdobePDFViewer: Version: 10.1.9 3rd-Party support link
              Silverlight: Version: 5.1.20913.0 - SDK 10.6 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 51 3rd-Party support link
    Safari Extensions:
              Slick Savings: Version: 1.0
              Searchme: Version: 1.2
              Ebay Shopping Assistant: Version: 1.1
              Amazon Shopping Assistant: Version: 1.1
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              FUSE for OS X (OSXFUSE)  3rd-Party support link
              Java  3rd-Party support link
              M-AudioFastTrack  3rd-Party support link
              MacFUSE  3rd-Party support link
              NTFS-3G  3rd-Party support link
              Perian  3rd-Party support link
              Tuxera NTFS  3rd-Party support link
    Old Applications:
              SLLauncher:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              /Library/Application Support/DivX
                        DivXUpdate:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        DivXMediaServer:          Version: 10.1 - SDK 10.5 3rd-Party support link
                        DivXTransferWizard:          Version: 10.1.0 (Build 10.1.0.102) - SDK 10.5 3rd-Party support link
                        DMSLaunch:          Version: 1.0 - SDK 10.5 3rd-Party support link
              Wondershare Helper Compact:          Version: 2.2.6.0 - SDK 10.5 3rd-Party support link
                        /Applications/Wondershare Helper compact/Wondershare Helper Compact.app
              SA Color Finesse 3 UI:          Version: 3.0.6(275) - SDK 10.5 3rd-Party support link
                        /Applications/Adobe After Effects CS6/Plug-ins/Effects/Synthetic Aperture/(CF3 Support)/SA Color Finesse 3 UI.app
              dynamiclinkmanager:          Version: 6.0.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4 3rd-Party support link
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              dynamiclinkmediaserver:          Version: 6.0.1 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
              DivX Player:          Version: 10.1.0 (Build 11.3.0.40) - SDK 10.5 3rd-Party support link
              DeTune:          Version: 1.0.6 - SDK 10.5 3rd-Party support link
              DivX Converter:          Version: 10.1.0 (Build 10.1.0.166) - SDK 10.5 3rd-Party support link
    Time Machine:
              Mobile backups: OFF
              Auto backup: NO - Auto backup turned off
              Volumes being backed up:
              Destinations:
                        SantiagoXG [Local] (Last used)
                        Total size: 0 B
                        Total number of backups: (null)
                        Size of backup disk: Excellent
                                  Backup size 0 B > (Disk size 0 B X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   3%          WindowServer
                   2%          EtreCheck
                   0%          WDDriveUtilityHelper
                   0%          configd
                   0%          imagent
    Top Processes by Memory:
              213 MB          Dock
              147 MB          mds_stores
              147 MB          Google Chrome
              147 MB          com.apple.IconServicesAgent
              131 MB          Google Chrome Helper
    Virtual Memory Information:
              11.91 GB          Free RAM
              2.40 GB          Active RAM
              385 MB          Inactive RAM
              1.31 GB          Wired RAM
              405 MB          Page-ins
              0 B          Page-outs

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Select the messages logged after the boot, during the time something abnormal was happening. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    For example, if the problem is a slow startup taking three minutes, post the messages timestamped within three minutesafter the boot time, not before. Please include the BOOT_TIME message at the beginning of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post any other kind of diagnostic report, such as hang logs — they're very long and not helpful.

  • SSIS log file created twice, would someone please try this

    I started off trying to explain the behavior, but it got too long and wasn't sure if people would follow it. So rather then trying to explain it, I would like to ask someone to try the following to see if they can dumplicate this odd behavior I am seeing on my side.
    Please follow these steps, and let me know what you get.
    (1) Take any simple working package, and create an SSIS log.
    (2) Use the following for the expression to set the connection string for the log file's connection manager. For simplicity, let's say the file goes in a folder called "C:\SSIS_log\". For you it could be somewhere else.
    Expression:
    "C:\\SSIS_log\\"
    + "logfile_"
    + (DT_STR,4,1252)DATEPART( "yyyy" , @[System::StartTime]   )
    + RIGHT("0" + (DT_STR,4,1252)DATEPART( "mm" ,  @[System::StartTime]  ), 2)
    + RIGHT("0" + (DT_STR,4,1252)DATEPART( "dd" , @[System::StartTime]   ), 2)
    + RIGHT("0" + (DT_STR,4,1252)DATEPART( "hh" , @[System::StartTime]   ), 2)
    + RIGHT("0" + (DT_STR,4,1252)DATEPART( "mi" ,  @[System::StartTime]  ), 2)
    + RIGHT("0" + (DT_STR,4,1252)DATEPART( "ss" , @[System::StartTime]   ), 2)
    + ".txt"
    When you evaluate this expression, you should see that it appends a time stamp that goes down to the minute and second of the package start time.
    (3) Delete any existing files in the log directory.
    (4) Run the package.
    Make the following observations.
    (A) How many log files do you get?
    (B) And what do you see in the log file(s)?
    (C) What time stamp do you have in name of the log file(s)?

    Jia Li said:
    Okay, my take is this: when you execute package in BIDS, BIDS first validate the package and then a new package object is instantiated and executed. The package object used for validation is the same as long as the package is not reopened, so the first log file has the same name. Because the execution phase load package from xml again, it is using a new pakcage object, so expression get re-evaluated and the second log file gets renamed every time.
    Duane Douglas said:
    Jia Li said:
    The @StartTime of the first file is evaluated when you open the package in BIDS. So if you close the package, re-open it and execute, you will get two files again.
    i just remembered that someone else here experienced a similar issue with the starttime variable.  i understand why it needs an intial value when a package is created or opened.  but i don't understand why this value isn't replaced at run-time?  can you please shed some light on this?
    thanks
    Duane Douglas, MCAD | http://www.ssisbi.com | Please mark the post(s) that answered your question.
    ok.  but if i'm not mistaken,  the execution phase doesn't change the value of @starttime to reflect the current system time.  after validation, the execution phase should change the value of @starttime to the current system time.  no?Duane Douglas, MCAD | http://www.ssisbi.com | Please mark the post(s) that answered your question.

  • Openmoko help! Would anyone make a libmokoui2 package for me?

    Hi
    I'm for one using Arch, on the other hand I have a Openmoko phone on the way and I would like the ability to develop software for this phone. To do this i need libmokoui2, thank you very much for any help!

    Here's a PKGBUILD I wrote. However, I've never done any development for the OpenMoko platform, so I don't know how well it'll work for you.
    pkgname=libmokoui-svn
    pkgver=4342
    pkgrel=1
    pkgdesc="A set of UI widgets for OpenMoko development"
    arch=('i686' 'x86_64')
    url="http://openmoko.org/"
    license=('LGPL2')
    depends=('pygobject' 'libffi' 'gtk-doc')
    _svntrunk=http://svn.openmoko.org/trunk/src/target/OM-2007.2/libraries/libmokoui2/
    _svnmod=libmokoui2
    build() {
    cd $startdir/src
    if [ -d $_svnmod/.svn ]; then
    (cd $_svnmod && svn up -r $pkgver)
    else
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
    fi
    msg "SVN checkout done or server timeout"
    msg "Starting make..."
    rm -r $startdir/src/$_svnmod-build
    cp -r $_svnmod $_svnmod-build
    cd $_svnmod-build
    ./autogen.sh
    ./configure --prefix=/usr --enable-python
    make || return 1
    make DESTDIR=$startdir/pkg/ install

  • Would anyone mind checking this program

    Perhaps telling me why I keep getting Out of Bounds Errors. I think (hopefully) that my coding here is pretty close, but I'm obviously missing something. The key is in my switch statement, I am attempting to check it before I do anything, so as not to get the Out of Bounds Error, but its not working. Can somebody maybe explain? Thank you.
    *   imports
    // include the Math import
    import java.lang.Math.*;
    import javax.swing.*;
    class DrunkWalker
         *      data items
        private static char ch[][] = new char[10][10];
        private static int  randNSEW;
        private static int  stopCode = 0;
        private     static int  row = 0;
        private     static int  col = 0;
        private     static int  alphaIndex = 0;
        private static char autoAlpha = 'A';
        public static void main(String args[])
              String inStrRow = JOptionPane.showInputDialog("Enter your starting row:\nAny number between " +
                                                                    "'0' and '9'");
             String inStrColumn = JOptionPane.showInputDialog("Enter your starting column\nAny number " +
                                                                    "between '0' and '9'");
              row = Integer.parseInt(inStrRow);
              col = Integer.parseInt(inStrColumn);
             loadArray();
             while (stopCode != 1)
                   System.out.println("[" + row + ", " + col + "]"); // added
                    getRand();
                      switch(randNSEW)
                     case 0:
                         if(ch[row-1][col] == '.' && checkNorth() == true)     //north
                             ch[row-1][col] = (autoAlpha);
                             row = row - 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row][col+1] == '.' && checkEast() == true)               //east
                             ch[row][col+1] = (autoAlpha);
                             col = col + 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row+1][col] == '.' && checkSouth() == true)                         //south
                             ch[row+1][col] = (autoAlpha);
                             row = row + 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row][col-1] == '.' && checkWest() == true)                         //west
                             ch[row][col-1] = (autoAlpha);
                             col = col - 1;
                             alphaIndex++;
                        else
                             stopCode = 1;
                             printArray();
                     break;
                     case 1:
                         if(ch[row][col+1] == '.' && checkEast() == true)
                             ch[row][col+1] = (autoAlpha);
                             col = col + 1;
                             autoAlpha++;
                             alphaIndex++;
                         else if(ch[row+1][col] == '.' && checkSouth() == true)
                             ch[row+1][col] = (autoAlpha);
                             row = row + 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row][col-1] == '.' && checkWest() == true)
                             ch[row][col-1] = (autoAlpha);
                             col = col - 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row-1][col] == '.' && checkNorth() == true)
                             ch[row-1][col] = (autoAlpha);
                             row = row - 1;
                             autoAlpha++;
                             alphaIndex++;
                        else
                             stopCode = 1;
                             printArray();
                     break;
                     case 2:
                        if(ch[row+1][col] == '.' && checkSouth() == true)                         //south
                             ch[row+1][col] = (autoAlpha);
                             row = row + 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row][col-1] == '.' && checkWest() == true)                         //west
                             ch[row][col-1] = (autoAlpha);
                             col = col - 1;
                             autoAlpha++;
                             alphaIndex++;
                         else if(ch[row-1][col] == '.' && checkNorth() == true)                         //north
                             ch[row-1][col] = (autoAlpha);
                             row = row - 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row][col+1] == '.' && checkEast() == true)                         //east
                             ch[row][col+1] = (autoAlpha);
                             col = col + 1;
                             autoAlpha++;
                             alphaIndex++;
                        else
                             stopCode = 1;
                             printArray();
                     break;
                     case 3:
                        if(ch[row][col-1] == '.' && checkWest() == true)                         //west
                             ch[row][col-1] = (autoAlpha);
                             col = col - 1;
                             autoAlpha++;
                             alphaIndex++;
                             else if(ch[row-1][col] == '.' && checkNorth() == true)                         //north
                             ch[row-1][col] = (autoAlpha);
                             row = row - 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row][col+1] == '.' && checkEast() == true)                         //east
                             ch[row][col+1] = (autoAlpha);
                             col = col + 1;
                             autoAlpha++;
                             alphaIndex++;
                        else if(ch[row+1][col] == '.' && checkSouth() == true)                         //south
                             ch[row+1][col] = (autoAlpha);
                             row = row + 1;
                             autoAlpha++;
                             alphaIndex++;
                        else
                             stopCode = 1;
                             printArray();
                        break;
                     default:
                     break;
                 } // end switch
                 if(alphaIndex == 26)
                    stopCode = 1;
             } // end while loop
             printArray();
         }  // end main
         public static void loadArray()
              int row;
              int col;
              for(row=0; row<10; row++)
                  for(col=0; col<10; col++)
                      ch[row][col] = '.';
         }// end loadArray
         public static void printArray()
              int row;
              int col;
              for(row=0; row<10; row++)
                  System.out.println();
                  for(col=0; col<10; col++)
                      System.out.print(ch[row][col]);
              System.out.println();
         }// end printArray
         public static void getRand()
              int x100 = 0;
              double randomNum = 0.0;
              randomNum = Math.random();
              x100= (int)(randomNum * 100);
              randNSEW = x100 % 4;
         public static int getRow()
              return row;
         public static int getCol()
              return col;
         public static boolean checkNorth()
              if(getRow() - 1 == -1)
                   return false;
              else
                   return true;
         public static boolean checkEast()
              if(getCol() + 1 >= 10)
                   return false;
              else
                   return true;
         public static boolean checkSouth()
              if(getRow() + 1 >= 10 )
                   return false;
              else
                   return true;
         public static boolean checkWest()
              if(getCol() - 1 == -1)
                   return false;
              else
                   return true;
    }

    ...it was Antipattern... wikipedia page is right that error handling would always be slower. I decided that I should also check how much slower the exception handling code is in comparison to normal one, and I was amazed to see that it was very very slow. According to some tests I performed, it was *7-8 times slower!!* So, this has further assured me, and I will never use this coding style, I will also change the code of my minesweeper game ;-)
    Here is the code which I used for testing:
    import java.util.Random;
    * @author talha
    public class DrunkWalkerTesting {
        private static char ch[][] = new char[10][10];
        private static int randNSEW;
        private static int row = 0,  col = 0;
        private static int alphaIndex = 0;
        private static Random random = new Random();
        final static int NORTH = 0;
        final static int EAST = 1;
        final static int SOUTH = 2;
        final static int WEST = 3;
        public static void main(String args[]) {
            long start = System.currentTimeMillis();
            long originalseed=start;
            for (int count = 0; count < 10000; count++) {
                for (int i = 0; i < 10; i++) {
                    for (int j = 0; j < 10; j++) {
                        loadArray();
            long end = System.currentTimeMillis();
            long timeTakenLoadingArray = end - start;
            start = System.currentTimeMillis();
            random.setSeed(originalseed);
            for (int count = 0; count < 10000; count++) {
                for (int i = 0; i < 10; i++) {
                    for (int j = 0; j < 10; j++) {
                        row = i;
                        col = j;
                        alphaIndex = 0;
                        loadArray();
                        drunkWalk();
            end = System.currentTimeMillis();
            long timeTakenNormal = end - start;
            printArray();
            start = System.currentTimeMillis();
            random.setSeed(originalseed);
            for (int count = 0; count < 10000; count++) {
                for (int i = 0; i < 10; i++) {
                    for (int j = 0; j < 10; j++) {
                        row = i;
                        col = j;
                        alphaIndex = 0;
                        loadArray();
                        drunkWalkException();
            end = System.currentTimeMillis();
            long timeTakenException = end - start;
            double secondsNormal = ((double)timeTakenNormal - timeTakenLoadingArray) / 1000;
            double secondsException = ((double)timeTakenException - timeTakenLoadingArray) / 1000;
            System.out.println("Time for 1000000 runs of normal case:" + secondsNormal +" sec");
            System.out.println("Time for 1000000 runs of exception case:" + secondsException +" sec");
            printArray();
        private static void drunkWalk() {
            while (true) {
                randNSEW = random.nextInt(4);
                boolean noWhereToMove = false;
                int counter = 0;
                while (!noWhereToMove) {
                    switch (randNSEW) {
                        case NORTH:
                            row--;
                            break;
                        case EAST:
                            col++;
                            break;
                        case SOUTH:
                            row++;
                            break;
                        case WEST:
                            col--;
                    if (row < 0 || row > 9 || col < 0 || col > 9) {
                        //hit the boundary...
                        tryAnotherDirection();
                    } else if (ch[row][col] == '.') {
                        //move
                        ch[row][col] = (char) ('A' + alphaIndex++);
                        break;
                    } else {
                        //can't move, already visited
                        tryAnotherDirection();
                    if (counter++ == 4) {
                        noWhereToMove = true;
                if (noWhereToMove || alphaIndex == 26) {
                    break;
        private static void drunkWalkException() {
            while (true) {
                randNSEW = random.nextInt(4);
                boolean noWhereToMove = false;
                int counter = 0;
                while (!noWhereToMove) {
                    try {
                        switch (randNSEW) {
                            case NORTH:
                                row--;
                                break;
                            case EAST:
                                col++;
                                break;
                            case SOUTH:
                                row++;
                                break;
                            case WEST:
                                col--;
                        if (ch[row][col] == '.') {
                            //move
                            ch[row][col] = (char) ('A' + alphaIndex++);
                            break;
                        } else {
                            //can't move, already visited
                            tryAnotherDirection();
                    } catch (ArrayIndexOutOfBoundsException ex) {
                        //hit the boundary...
                        tryAnotherDirection();
                    if (counter++ == 4) {
                        noWhereToMove = true;
                if (noWhereToMove || alphaIndex == 26) {
                    break;
        private static void tryAnotherDirection() {
            switch (randNSEW) {  //restore old index values
                case NORTH:
                    row++;
                    break;
                case EAST:
                    col--;
                    break;
                case SOUTH:
                    row--;
                    break;
                case WEST:
                    col++;
            randNSEW = (randNSEW + 1) % 4; //try other direction
        public static void loadArray() {
            for (int i = 0; i < 10; i++) {
                for (int j = 0; j < 10; j++) {
                    ch[i][j] = '.';
        public static void printArray() {
            for (int i = 0; i < 10; i++) {
                System.out.print("[");
                for (int j = 0; j < 10; j++) {
                    System.out.print(" " + ch[i][j]);
                System.out.println("]");
    }Thanks once again Mr.Warner, if you hadn't criticized me, then I would not have stopped using this darned coding style. I will try never to catch runtime exceptions, and code such that they are never thrown.

  • How to build SSIS package for SAP BPC 5.0

    Is the above how paper apply to BPC 5.1?
    I also have two questions:
    1.As we know in the Data Manager 5.1 user guide indicate that we use DTS to manage  SQL Server 2000 packages,and  SSIS  to manage  SQL Server 2005 packages.
    Also in the guide, when it discuss about the data manager package, it only reference DTS, is all the DTS package discussed in that guide apply to SSIS?
    2. from BPC 7.0 NW, the BPC is part of NetWeaver , what role SSIS is play here, since we know that a lot of customer of not use SQL Server  as their database.

    Hi JW,
    The answer to your question #2 is that we won't have SSIS packages in BPC7NW since all SQL server based functionality won't be there in Netweaver version. If you use migration tools to migrate from BPC5.x to BPC7NW, it can convert SSIS packages. However any custom SSIS code would have to be converted manually. For more information, please read Ryan's blog at SAP's definitive strategy for planning technologies moving forward: What's the word on BPC, BI-IP and SRC?
    Regards
    Pravin

  • Can someone look at this (repost for attention)

    Jeff Dalgliesh ([email protected])
    unregistered posted January 28, 2001 10:47 PM
    On the "Oracle Portal Navigator" page under the "Content Area" tab someone deleted the "Site" portlet. How do I add the "Site" portlet back to the page?
    I clicked on the customize page and tried to find the portlet to add but it is not listed. I then went to the portlet repository to see if it was expired or something but it was not there.
    There is a "Content Areas" portlet that lets you select the content area to go to, but the navigate button takes you back to the "Oracle Portal Navigator" page to the "Content Area" tab.
    The same thing happens when you go to the Admin section of a site and try to see the categories for that site. I can't edit my categories anymore.
    They point to "Oracle Portal Navigator" page showing the "Content Area" tab, which is no longer the site portlet.
    Any ideas?
    Jeff Dalgliesh
    PS I know its called the "Site" portlet because on A DIFFERENT portal server if I click the customize link on the "Oracle Portal Navigator" page under the "Content Area" tab that is the name it shows the Provider is "Oracle Portal" and the portlet is called "Site". IE "Oracle Portal: Site"
    IP: Logged
    Jay Daugherty ([email protected])
    unregistered posted January 29, 2001 10:12 AM
    Are you on the EA release? The production versions (3.0.6.6.5 and 3.0.7.6.2) specifically don't allow these portlets to be deleted.
    IP: Logged
    Jay Daugherty ([email protected])
    unregistered posted January 29, 2001 12:05 PM
    Either way, you can check whether the portlet instance exists by querying the WWPOB_PORTLET_INSTANCE_FLAT$ table. On the production release it is page_id=3 and portlet_id=23. If the row is not there, then you can reinsert it using the data from your other instance. The following statement worked on the production version:
    insert into wwpob_portlet_instance_flat$
    (ID,PORTLET_ID,PROVIDER_ID,PAGE_ID,REGION_ID,NAME,SEQ,USER_ID,INCLUDE,CONTENT_TYPE,CONTAINER_ID,IS_TAB )
    values
    (44,23,26644,3,69,'44_SITEEXPLORER_26644',
    2,'<BASE>',1,1,3,1)
    IP: Logged
    Jeff Dalgliesh ([email protected])
    unregistered posted January 29, 2001 07:22 PM
    We are using 3.0.6.6.5
    I tried the query and got the following record
    <TABLE border="0" cellspacing=0 cellpadding=2 style="background-color:#E0E0D0">
    <TR>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >ID</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >PORTLET ID</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >PROVIDER ID</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >PAGE ID</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >REGION ID</TH>
    <TH ALIGN="Left" style="background-color:#C0C0A0" >NAME</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >SEQ</TH>
    <TH ALIGN="Left" style="background-color:#C0C0A0" >USER ID</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >INCLUDE</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >CONTENT TYPE</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >CONTAINER ID</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >IS TAB</TH>
    <TH ALIGN="Right" style="background-color:#C0C0A0" >TIMEOUT</TH>
    <TH ALIGN="Left" style="background-color:#C0C0A0" >TIMEOUT MSG</TH>
    </TR>
    <TR>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >44</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >23</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"& gt;<FONT >960254</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >3</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >69</FONT></TD>
    <TD ALIGN="Left" valign="TOP" WIDTH="0"><FONT >44_SITEEXPLORER_960254</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >2</FONT></TD>
    <TD ALIGN="Left" valign="TOP" WIDTH="0"><FONT ><BASE></FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >1</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >1</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >3</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >1</FONT></TD>
    <TD ALIGN="Right" valign="TOP" WIDTH="0"><FONT >(null)</FONT></TD>
    <TD ALIGN="Left" valign="TOP" WIDTH="0"><FONT >(null)</FONT></TD>
    </TR>
    </TABLE>
    The problem is on the nagivator page under the content area tab there is no portlet for manageing the content areas.
    Jeff
    IP: Logged
    Jeff Dalgliesh ([email protected])
    unregistered posted January 29, 2001 07:25 PM
    Sorry about the table not displaying properly but you can see the record.
    Jeff
    null

    Jeff,
    Well, the row is still in the table which makes sense I guess. The UI doesn't let you delete the portlet from the page. The question is why isn't it appearing? Do you have any more input into what activity was going on prior to the portlet disappearing? I'm assuming that the portlet doesn't show up on the customize screen at all correct? The only way I can get it to not display is by unclicking the checkbox on the customize screen, but then it still shows up on the customize screen.

  • Can someone please troubleshoot this form for me?

    http://quintandquint.com/fileupload/gotit.html
    the accompanying php code is as follows:
    <?
    +----------------------------------------------------------------------+
    // | inPHormer form parse |
    +----------------------------------------------------------------------+
    // | Copyright (c) 2002 Shift srl |
    // |
    http://www.shift.it |
    +----------------------------------------------------------------------+
    $inPHormer_msg = "name: $name\ncompany: $company\nemail:
    $email\nphone: $phone\nfilenames: $filenames\nSubmit: $Submit\n";
    $inPHormer_err = "
    http://www.quintandquint.com/fileupload/uhoh.html";
    $inPHormer_ok = "
    http://www.quintandquint.com/fileupload/thanks.html";
    $inPHormer_subj = "Feedback of yoursite";
    $inPHormer_mailTo = "[email protected]";
    $inPHormer_headSend = "From: inPHormer processor\n";
    if (!$name || !$company || !$email || !$phone || !$filenames
    || !$Submit) {
    header("Location: $inPHormer_err");
    exit;
    } else {
    mail($inPHormer_mailTo, $inPHormer_subj, $inPHormer_msg,
    $inPHormer_headSend);
    include("$inPHormer_ok");
    ?>
    thanks very much!!

    On 22 Feb 2007 in macromedia.dreamweaver, joeq wrote:
    > thanks for your reply ? this is the error message that
    was returned:
    More detail is good.
    > Warning: main() [function.main]: URL file-access is
    disabled in the
    > server configuration in
    > /home/quintandquint.com/html/fileupload/gotit.php on
    line 19
    >
    > Warning: main(
    http://www.quintandquint.com/fileupload/thanks.html)
    > [function.main]: failed to open stream: no suitable
    wrapper could be
    > found in
    /home/quintandquint.com/html/fileupload/gotit.php on line
    > 19
    >
    > Warning: main() [function.include]: Failed opening
    > '
    http://www.quintandquint.com/fileupload/thanks.html'
    for inclusion
    > (include_path='.:/usr/share/php4:/usr/share/php') in
    > /home/quintandquint.com/html/fileupload/gotit.php on
    line 19
    I'm guessing that this is line 19?
    include("$inPHormer_ok")
    $inPHormer_ok = "
    http://www.quintandquint.com/fileupload/thanks.html";
    include("$inPHormer_ok")
    You're trying to include something from an external URI. This
    may or
    not work, depending on the version of PHP and the server
    settings. Try
    changing to this:
    $inPHormer_ok = "/fileupload/thanks.html";
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • [Solved] Can you check if this plays for you (online video)?

    Just to know if this is only on my setup or something wrong with the website - can you play any videos from the cop15 webcast archive, e.g. this one?
    Here its just looping an "introductory" 11 seconds video, the real ones never load... Tried with firefox (new profile), Chromium is missing plugins. Thanks!
    Last edited by hokasch (2010-10-02 14:13:00)

    hokasch wrote:Silly extra question: how did you get that mms link in your clipboard?
    Hard way:
    Open the page, look at the source and figure out which is the link to the actual video you want, which should be http://mfile3.akamai.com/2879/wmv/origi … sx?obj=001 (line 205), if you download that using wget then you get a file with the link inside (mms://a366.v28795.c2879.g.vm.akamaistream.net/7/366/2879/001/origin.metafusion.gl-systemhaus.de/unfccc/cop15/091219_0300_cop15_p1_enc09_engl.wmv?obj=001).
    Easy way:
    Use the firefox plugin then it should be easy to get the link from the player.
    Half way there:
    use vlc to open the first link, it will automagically download the file and play it.
    or use mplayer -playlist <first_link> it will also do the job (add any extra switches you want).

  • I need someone to take over my computer and fix this problem for me

    pls help i need someone to fi this problem for me my j4680 will not go wireless can someone take over my computer and find out what is wrong plsssssssssssssss

    Try HP's diagnostic utilities:
    http://h30434.www3.hp.com/t5/Printer-networking-and-wireless/Network-Printer-Problems-Try-the-HP-Hom...
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

Maybe you are looking for