Rt2500 cvs package

i was browsing around on the rt2x00.serialmonkey.com forums today and I found some great news. Someone released a patch for the rt2500 drivers so that they will work with SMP. The patch has since been merged into CVS. This is awesome. Now I won't have to compile everything that has to do with the kernel just because I disabled SMP in my custom kernel. it also means that I don't have to compile my own kernel when I install arch, hence decreasing the time it takes from booting the install cd to booting into an arch system.
Anyway, my question was this. If I wanted to make a PKGBUILD for aur using the daily cvs builds, what would I put for the pkgversion? Would I put the current date there, or something else? Thanks in advance for the help. This will be my first submission to AUR if I can create a proper PKGBUILD.

I made the PKGBUILD. Can someone check it out to make sure it conforms to the SVN/CVS PKGBUILD standards:
PKGBUILD:
# Contributor: Luke Tilley <sinisterguy>
# Contributor: Luke Tilley <sinisterguy>
pkgname=rt2500-cvs
pkgver=20060429
pkgrel=1
pkgdesc="Drivers for rt2500 chipset wireless cards"
url="http://rt2x00.serialmonkey.com/wiki/index.php/Main_Page"
license=
depends=()
provides=('rt2500')
conflicts=('rt2500')
makedepends=('cvs')
install=$pkgname.install
_cvsroot=":pserver:[email protected]:/cvsroot/rt2400"
_cvsmod="source/rt2500"
build() {
cd $startdir/src
msg "Connecting to $_cvsmod.sourceforge.net CVS server...."
cvs -z3 -d $_cvsroot co -D $pkgver -f $_cvsmod
cd $_cvsmod/Module
msg "CVS checkout done or server timeout"
msg "Starting make..."
make || return 1
install -D -m 755 rt2500.ko $startdir/pkg/lib/modules/$(uname -r)/kernel/drivers/net/wireless/rt2500.ko
rt2500-cvs.install:
# arg 1: the new package version
post_install() {
depmod -a
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
post_install $1
# arg 1: the old package version
post_remove() {
depmod -a
op=$1
shift
$op $*

Similar Messages

  • E17-cvs packages

    I have rebuilt e17 packages. If you want to download them using pacman, add this to your pacman.conf:
    [e17-cvs]
    Server = http://dreameen.hopto.org:1102/~dreameen/e17/packages
    I must warn you though...My upload is painfully slow, so it's be better if someone supplied a fast server where I can upload the packages daily.
    EDIT:
    The new, much faster repo is up and running so please use this one:
    [e17-cvs]
    Server = http://arch.lorddeath.com/e17/

    Dreameen wrote:
    Yay, the new, fast repo should be up and running
    Add this to your pacman.conf:
    [e17-cvs]
    Server = http://arch.lorddeath.com./e17/e17-cvs/
    Then, all you need to do is pacman -Sy e17 and it should download all the dependencies.
    Enjoy.
    EDIT: I'm uploading e17-cvs-050705-1.pkg.tar.gz again as it was corrupted. Everything should be allright in ~40 minutes.
    EDIT#2: It should be alllright now, so please download the packages from the new server. Yes, it's really faster 8)
    There is an extra dot in de URL.
    Also, the pacman database archive in the server seems to have the wrong path, i think its missing the /e17-cvs/ part.
    Did you give any use to Rensel PKGBUILDS?? those are going to be the official ones when E17 comes out, so it might be good to check them just in case you are missing something.
    Thanks for taking the time for the builds!
    EDIT:
    Doesnt seem to miss any part in the database, the problem was that the DB has the e17genmenu pkg, but the pkg its not there.
    failed downloading /e17/e17-cvs/e17genmenu-0.1.8-1.pkg.tar.gz from arch.lorddeath.com: HTTP/1.1 404 Not Found
    error: failed to retrieve some files from e17-cvs

  • JDeveloper 10g CVS package hierarchy gone after check out?

    Hello!
    We are using JDeveloper 9.0.5.2 (Build 1618) together with WinCvs 1.3.17.2.
    We successfully imported with JDev a project structure as
    client/moduleA/ui;
    client/moduleA/db;
    client/moduleA/ctr;
    client/moduleB/ui;
    client/moduleB/db;
    client/moduleB/ctr;
    into my repository - connecting with a pserver.
    If an other pserver-User tries to check out the module CVSRoot, the package hierarchy - as described above - is gone.
    All files are mixed up in flat packages ,,Miscellaneous Packages'' and ,,Miscellaneous Files''.
    The created file structure is ok (the package hierarchy remained). But as mentioned, the Application Navigator just shows the flat Miscellaneous file structure.
    For check out with the ,,Check Out from CVS Wizard'', in step 4 of 4, the options
    ,,prune empty folders'' ,
    ,,checkout into Target Folder'' ,
    ,,Do Not Shorten Pathnames'',
    were checked.
    What do we have to do, to see in the Application navigator - after a check-out - the imported tree of packages, instead of a flat structure?
    Thank you in advance for your answer!

    Hi,
    Was the project imported to CVS at the same time as the package structure?
    Do the project source paths match the filesystem? For example, does the java source path match the root of the java source? Jdev normally puts files in a flat structure if the files are not in the right file system folder for their java package.
    If changing the project path does not fix this can you tell me what technologies your using, such as BC4J, struts, Tag libs, etc.. Then I can try and reproduce this here.
    Many thanks,
    Geoff
    JDev SCM Team
    -------------

  • Packages from CVS?

    Hi guys,
    i have one quick question. i am new to Arch, so please excuse me if that was already asked.
    Is it possible to make packages from CVS?
    thanks for the help, Shemeta

    Shemeta,
    Yes, as a matter of fact the latest version of reiserfsprongs we have is causing some trouble - a bug, apparently, that the package creator has been advised about. I tried to run reiserfsck --check /dev/xxx in single user mode doing routine maintenance this afternoon and couldn't. For the time being, therefore, I decided to downgrade one version so copied the CVS package for the earlier version to the existing PKGBUILD in /var/abs/base/reiserfsprogs, changed to that directory, ran makepkg -bci and voila. Now I should tell you that this practice might not work every time because urls for source code change on occasion or for perhaps other reasons. Today, however, that was not a problem and I was able to run file system checks on my network. Having CVS was a lifesaver today.
    jlowell

  • Rt2x00 and rt2500 are now in [unstable]

    Recently SMP support was added to the rt2500 CVS and thus as it is such a common device, I've added packages for beyond and vanilla, to [unstable].
    rt2x00 has been approaching a somewhat workable state, and it can be used by some. It doesnt work for me, but feel free to give it a shot, it's also in unstable. I'll try and update this as often as I can. if you decide to build the PKGBUILD yourself, be aware that it will complain, as the directory inside the tarball keeps changing names. You need to update this to reflect the latest snapshot. I have not used public CVS as the rt2x00 project has been having problems with it being out of date.
    To use rt2x00, take a look at the wiki wiki.archlinux.org/index.php/Rt2x00
    James

    What makes you think they are in iCloud when they are not on your iPad. Do you see them at iCloud.com, have you turned document and data syncing off.

  • Yaourt, cvs, md5sum and community repo.

    Hey, lately trying to install packages with yaourt are not working. For example, flock and lmms both say CVS and not PKGBUILD in AUR. yaourt cannot find them.
    I tried to download the pkgbuild by clicking on cvs bout I get "AN Exception Has Occoured" error message.
    This is only with CVS packages. Also, when upgrading a package for my system from AUR, I don't use md5sum and I've always removed the old md5sum number from the pkgbuild and it builds.
    Now I can't do that anymore.
    Is there a problem with:
    1: packages saying CVS and not PKGBUILD in AUR/Community?
    2: is md5sum manditory now?
    An Exception Has Occurred
    lmms/repos/community-i686: unknown location
    HTTP Response Status
    404 Not Found
    Last edited by funkmuscle (2009-08-13 00:34:08)

    Packages in community have been moved to the previous CVS repo an SVN repo just like the official packages.  There are still issues being ironed out, which explains the exception.
    I believe the md5sums thing is due to the latest pacman update, makepkg will not just throw a warning now, it errors instead.  Don't quote me on that though.

  • Ffmpeg support for stepmania-cvs

    I have been looking into adding ffmpeg support for the stepmania-cvs package. The main problem is that StepMania will continue to depend on the old 0.4.9-pre1 version of ffmpeg in order for video support to work properly. Following the directions on the StepMania website were not that helpful but I have found a slightly easier way to build StepMania with ffmpeg built into the application; a lot of the time was spent trying to find a decent configuration. The 0.4.9-pre1 version of ffmpeg would only be required to build StepMania but, since the required ffmpeg libraries will be built into StepMania, it is not required to run the application so the older version of ffmpeg can then be uninstalled or be replaced with the current ffmpeg package in extra.
    I was wondering whether the people who are using stepmania-cvs would want ffmpeg support included and would be willing to put up with the hassle of installing a custom ffmpeg package during every install and upgrade. The stepmania-cvs package will only be updated when a new Windows CVS snapshot is released if people want this change. I want stepmania-cvs to closely resemble what is included with the Windows snapshots and the current CVS snapshot does include video support in the application.
    The video support isn't that great with either the version that I have built or with the Windows CVS snapshot. Playing video seems to bog down StepMania a bit; it isn't really noticable most of the time. I have messed around with the StepMania 3.9 source code and video playback is a lot better with that version.
    In case anyone is wondering, I have thought about making a PKGBUILD that would build StepMania 3.9 from source instead of using the pre-built binary package like the current one does. The main reason for continuing the use of the binary package was because of the ffmpeg issue, including conflicting with any current ffmpeg installation, and because there is no option to build StepMania 3.9 without ffmpeg support. Now, it is because StepMania 3.9 will not build with the current version of sdl in the Arch repository; it will build with the 1.2.9 package. So, I am still going with my stance of not worrying about making a PKGBUILD that makes StepMania 3.9 from the source code.
    This has been a long winded post but I would really appreciate any feedback on this issue. I would personally like to have ffmpeg support in the stepmania-cvs package but I don't want to inconvenience others if other people don't want to deal with the hassle of getting ffmpeg support working.
    Random: Something that is a lot better with the Linux version of StepMania 4.0 CVS are the load times. With the current Windows CVS snapshot, it takes like 5 seconds to go to the song selection screen, no matter if it is after loading StepMania for the first time or after playing a song, while the Linux version takes around 1 second.

    I guess that nobody will have a problem with video support being added to the stepmania-cvs package. I just updated stepmania-cvs with the necessary changes for video support to work. Just like when the stepmania package was uploaded to the AUR, I posted a little howto for installing stepmania-cvs with the most recent changes. The howto is the last comment posted on the AUR page for stepmania-cvs. I am also messing around with making a custom repository. So far, I have put up some of my packages from the AUR. The repository will include pre-built packages of stepmania and stepmania-cvs. In order to access my repository, add the following two lines to /etc/pacman.conf:
    [ryochan7]
    Server = http://bored.homelinux.net/arch/ryochan7
    Then run pacman -Sy. My upload connection isn't that great (peaks around 45 KB/s) so it might take a while to download any package from my repository.

  • Suggestion: option to view changelog for CVS PKGs

    i had a kind of neat idea that i think it would be cool to implement for all CVS packages
    as the whole point of cvs is to stay up to speed with changes and development progress why not add a post-install script offering you the chance to display the change log?
    A simple
    : View changelog? (Y/n)
    Would cover it.  I know viewing the changelog is part and parcel of good cvs usage but sometimes we all need a little prompting...just in case we miss something.  It will remove the need for the user to locate the changelog in the cvs source - because the packager will have done it for them.
    A bit of standardized code would be best as well i think, to maintain consistency.
    So, suggestions on a postcard (I can't do mine today cos i am v busy and not booting into linux so i can't get distracted)

    i'm not really talking about all packages - just cvs packages - which are mainly maintained in TURs and UORs - i don't think it needs to be an arch wide pacman adjustment - i was just suggesting the adoption of an unofficial standard - same as i would like to see the use of $cvsroot, $cvsmod and anonmyous:@ in all cvs PKGBUILDs. it would just be nice to have an agreed but unofficial approach that's all
    sometimes suggesting things in this forum is a bit like getting a quote from a plumber
    "(sucks in breath between teeth) Could be tricky, might be expensive if you know what i mean..."
    can't we just get on with it and agree amongst ourselves?

  • Wifi card with rt2500 chipset not detected

    Hi all,
    I got a new pci wifi card with chipset rt2500, but I can't make it work. I installed without problems rt2500 driver from beta 3, and when I run ifconfig, the wifi card doesn't show up. If I run iwconfig, ra0 shows up but with no wireless extension. I tried to do iwconfig ra0 mode monitor or managed, and it says "Invalid argument". The card works with a live cd distro (rt2500 driver) and with windows so it's not an hardware problem, and when I do a lspci, card is appearing.
    I tried the rt2500-cvs driver, but I have the same problem too.
    So I think help is needed

    Zanton - maybe this is wrong place to ask this question but please can you tell me how did you compile your own kernel. I'm newbie with Arch and using pci wifi card with chipset rt2500 (not just now ).
    I've used Slacware over an year without problems and I think it's little bit tricky to compile Arch-linux kernel with ABS-way because it was so easy in Slack.
    So did you compile with ABS http://wiki.archlinux.org/index.php/Cus … n_with_ABS or some other way?
    I'm using latest rt2500-driver (nightly-cvs) and SMP as well PREEMPT is on!

  • Git/svn/cvs "versions"

    Hi,
    on the AUR, it looks like when you upload a package that already existed (but another version) the other package gets replaced by the newly uploaded one.  This seems reasonable because usually people upload a newer version and the older one is not needed anymore.
    But for git/svn/cvs "versions" this raises a problem: When dealing with 'bleeding edge' packages we usually want to keep the 'stable release' packages as well, but this doesn't work:  when package foo v1 exists and you upload foo-git it will also replace.
    I see that most people solve this problem by giving a package a different name instead of another version, eg the package becomes foo-git with version <current date>, which doesn't replace foo version 1.
    1) Is there any reason for the <current date> version?  Or is this just because the version variable cannot be empty?  I don't see much semantic meaning in a version like that, because the user will build the package himself anyway (so he will build the _current_ latest version, not the one dated from the version string of the packagename), at least for packages in unsupported.
    2) Isn't this more a workaround than a solution?  I mean, isn't having different package names a bit ugly because it's actually the same software, just another version? (eg the git/svn/cvs part should be in the version string, not the package name)
    This is a rather theoretical subject (especially question 2), and in true Arch spirit I do think it's better to have a workaround that is simple and works just fine then having the 'theoretically correct' but more complicated solution.
    OTOH, assuming agreement with me:  I think it's easy to the implement the 'correct way':   Basically the AUR code should just check if the version of the package matches a knows VCS system ('git','svn',...) and allow it as an additional package, otherwise replace the previous package.  (and if you upload foo-git and foo-git exists already, also replace it of course)

    I think there are some misunderstandings in this thread -- maybe on my side.
    To be clear: $pkgname, $pkgver and $pkgrel are required fields in a PKGBUILD. Since there is no real version number in packages that are build upon a VCS, often the date is taken as $pkgver (but e.g. svn gives a revision number apart from the date, so that s taken instead). So for example in tuxpaint-cvs-20081116-1, tuxpaint-cvs is the $pkgname, 20081116 is the $pkgver (when you check out CVS packages, the current date of last upstream upload is given as version) and 1 is the $pkgrel (not of much use here). Uploading a tarball for tuxpaint-cvs will not delete an existing tarball for tuxpaint, since tuxpaint-cvs is another name than tuxpaint. If you some day later download the tarball for tuxpaint-cvs, makepkg will generate a package with the current date as $pkgver, unless you say makepkg --holdver, in which case it would take the upload date as $pkgver.
    Last edited by Stefan Husmann (2008-11-16 19:17:51)

  • Cvs error in makepkg

    when i did makepkg for a cvs package, i got this error:
    cvs: error while loading shared libraries: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
    i had cvs-1.11.21-3 and openssl-0.9.8b-1 installed.
    i checked the latest version of cvs on their website is 1.11.22, that's not available yet in our current repo.
    is there any suggestions that i can do while waiting the latest cvs package come to our repo?

    I have the same versions of cvs and openssl installed here, and it's working fine. Try reinstalling cvs.

  • PKGBUILD and CVS Login Question

    I have recently started to mess around with making CVS packages using makepkg.  Some CVS servers require you to just press enter when logging in.  I am curious how one would do this in the PKGBUILD file.  Right now I just press enter myself, but I would rather have the build script do it.  Anyone have any ideas on how to accomplish this?
    Kritoke

    You can use "yes":
    yes | command

  • XFCE4 CVS

    pkgname=libxfce4util
    pkgver=4.2.0cvs
    pkgrel=1
    pkgdesc="CVS version of XFCE"
    url="http://www.xfce.org"
    license=""
    depends=(glib2)
    makedepends=(cvs)
    conflicts=()
    backup=()
    install=
    source=()
    md5sums=()
    build() {
    cd $startdir/src/
    cvs -d:pserver:[email protected]:/cvsroot/xfce co xfce4/$pkgname
    cd xfce4/$pkgname
    ./configure --prefix=/opt/xfce4
    make || return 1
    make DESTDIR=$startdir/pkg install
    Ha!  What you've all been waiting for.  Here's a cvs package for the cvs version of xfce.
    EDIT:
    Oops, my bad.  Fixed the --prefix.
    To get all the libraries and different parts of xfce, just change the $pkgname variable to the different component.  Here's all the available components:
        libxfce4util
        libxfcegui4
        libxfce4mcs
        xfce-mcs-manager
        xfce-mcs-plugins
        xfce4-panel
        xfwm4
        xfce-utils
        xfce4-modules
        xffm
        xfdesktop
        xfce4-session
        xfprint
        gtk-xfce-engine-2
        xfce4-iconbox
        xfce4-mixer
        xfce4-systray
        xfce4-themes
        xfce4-toys
        xfce4-trigger-launcher
        xffm-icons
        xfwm4-themes
        xfcalendar
        xfce4-appfinder
    Just install the libaries first, and then the rest of the components and you should be alright.  Enjoy the bleeding edge of the greatest linux desktop available!

    PKGBUILD:
    pkgname=xfce4-cvs
    pkgver=4.2.0
    pkgrel=1
    pkgdesc="CVS version of XFCE"
    url="http://www.xfce.org"
    license=""
    depends=(glib2 gtk2 libxml2 dbh)
    makedepends=(cvs)
    conflicts=()
    backup=()
    install=xfce4-cvs.install
    source=(xfce4-cvs.profile)
    md5sums=()
    build() {
    cd $startdir/src/
    # Get source via CVS
    cvs -d:pserver:[email protected]:/cvsroot/xfce co xfce4
    cd xfce4/
    # Register profile
    install -D -m755 ../xfce4-cvs.profile $startdir/pkg/etc/profile.d/xfce4-cvs.sh
    # Set pkgconfig path
    export PKG_CONFIG_PATH=$startdir/pkg/opt/xfce4-cvs/lib/pkgconfig
    # Build stuff
    cd libxfce4util
    ./configure --prefix=/opt/xfce4-cvs
    make || return 1
    make DESTDIR=$startdir/pkg install
    cd ../libxfcegui4
    ./configure --prefix=/opt/xfce4-cvs
    make || return 1
    make DESTDIR=$startdir/pkg install
    cd ../libxfce4mcs
    ./configure --prefix=/opt/xfce4-cvs
    make || return 1
    make DESTDIR=$startdir/pkg install
    ./configure --prefix=/opt/xfce4-cvs
    make || return 1
    make DESTDIR=$startdir/pkg install
    cd ../xfce4-panel
    ./configure --prefix=/opt/xfce4-cvs
    make || return 1
    make DESTDIR=$startdir/pkg install
    xfce4-cvs.profile:
    export PATH=$PATH:/opt/xfce4-cvs/bin
    export MANPATH=$MANPATH:/opt/xfce4-cvs/man
    export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/xfce4-cvs/lib/pkgconfig
    xfce4-cvs.install
    post_install() {
    if ! [ `grep '/opt/xfce4-cvs/lib' etc/ld.so.conf` ]; then
    echo "/opt/xfce4-cvs/lib" >> etc/ld.so.conf
    sbin/ldconfig -r .
    fi
    post_upgrade() {
    /bin/true
    pre_remove() {
    cat etc/ld.so.conf | grep -v '/opt/xfce4-cvs/lib' >/tmp/.pacxfce4-cvs
    mv /tmp/.pacxfce4-cvs etc/ld.so.conf
    chmod 644 etc/ld.so.conf
    sbin/ldconfig -r .
    op=$1
    shift
    $op $*
    That's what I have so far.. That's enough for the new panel... I'll get the rest later, because I can't get this to compile... hmm.. anyone else have luck?

  • [Solved]/usr/lib/libwx_gtk2u_core-2.8.so.0 is truncated

    Since before I can remember I've had the following output after installing anything from pacman:
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_stc-2.8.so.0 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0.1.1 is truncated
    /sbin/ldconfig: file /usr/lib/libwx_gtk2u_core-2.8.so.0 is truncated
    I hoped it would be ok to forget about it, but no such luck. Now I'm trying to compile amule-cvs from yaourt:
    /usr/lib/gcc/i686-pc-linux-gnu/4.2.2/../../../libwx_gtk2u_core-2.8.so: file not recognized
    Compilation then stops. So, are the two problems related? I've tried the main amule package in extra for the time being, but when I run it I get 'bus error' from the console, so I really would like the cvs version.
    Last edited by shadeheim (2007-10-16 20:57:10)

    The files are owned by wxgtk-2, so I just made sure all the corrupt versions of the package were removed from my cache.
    sudo rm /var/cache/pacman/pkg/wxgtk-2.*
    Then do a 'pacman -Sy wxgtk' and choose to upgrade if need be. If all goes well you will no longer get the warnings from pacman, and both the binary and cvs packages will install and run fine.
    Last edited by shadeheim (2007-10-16 20:56:54)

  • New E17 install and Bling module buginess?

    I just installed the e17-cvs packages per wiki last night-but I cannot get E to run with Bling module loaded...the DE will run fine with Bling, until I open a new window/app-whereat E17 freezes-and only a Crtl+alt+backspace will get me anything (back to entranced).  This occurs something as simple as the Xterm console. as well as full Qt4 apps and Gtk apps.
    In case it matters-this box also has KDEmod on the same Arch, Nvidia GTX260 with 180.22 drivers.  E is at default 1st run config, minus load/unload Bling.
    Any ideas on how to make E17 w/bling useable on my box?  I've run E before, but not under arch-and remember some difficulty with Bling conflicting with another module which I had to unload-but I'm scratching my head as to what.
    Last edited by Skripka (2009-03-03 14:49:37)

    skottish wrote:This is a total guess. Do you have xcompmgr running? If so, bling doesn't use it; It has its own version built in.
    I'll check when I get back from work.
    For now, it seems like there is some conflict between Bling and Dropshadows...as I can get Bling to run fairly stable once I deactivate Dropshadows (I also deleted the .E folder in /home for good measure)...I say fairly, as I occassionally do get either a crash of E, or there is often a deal of lag in Bling focusing/defocusing the current window.
    Last edited by Skripka (2009-03-03 16:47:36)

Maybe you are looking for

  • Smartforms Problem

    In smartforms i converted one BMP file to TIF file and uploaded to Text using standard program RSTXLDMC. Now the issue is how to use the standard text in my smart form to print the image. i know how to use the TIF image directly but i want to know ho

  • InDesign CS5.5 won't respect Units Preference

    My Units preferences are set to inches, but new documents are still formatted in points. Once the document is created, rulers appear in points, and when I open Preferences again, sure enough, units are set to points. Once I change it back to inches,

  • Restoring and Recovering from RMAN cold backup

    DB Version: 11gR2 os : Solaris Before dropping a DB we had taken an RMAN backup of the DB using RMAN> backup database;We hadn't set a FORMAT (like db_%d_S_%s_P_%p_T_%t) for this DB , so the backups went to ORACLE_HOME/dbs directory. The 2 backup file

  • I'm big fan of Google Toolbar but is does not work with the latest version of Firefox??

    I made an update yesterday and all of a sudden the Google Toolbar did not match with the latest version of Firefox...?? Will that be solve or is my time with Firefox over???

  • Problem saving HTML files with Windows 7

    I just got a new computer with Windows 7 and I installed my (old) Macromedia Dreamweaver MX. Everything seemed to be working normally until I hit "ctrl + s" to save my HTML file. It gave me this error message: Access to J:\Websites\MyWebsite\public_h