Posts

Showing posts from August, 2013

Same data in two dynamic table

hello ! sorry not speak english well , i use a google translate and i'm new to livecycle designer . i have problem with form that i created , would have same data in two dynamic table whose rows are added by click on a button located on two different pages . i mean if write the data in the first table , same data entered automatically on second . could you help me please! thank hi   this kind of problem come picture when have similar tables mean same binding each field in 2 tables.   you can bind table1 normal binding , in table2 can assign values fileds script   table1.field1.rawvalue = table2.field1.rawvalue tabke1.field2.rawvalue = table2.field2.rawvalue   i hope got idea!!!! More discussions in LiveCycle Designer adobe

Poor import quality from iphone 4gs

i getting terrible import quality in premier elements when working video, iphone 4gs.  video iphone looks great in photoshop elements , in other media players on computer on phone.  it's when try edit in premier looks terrible.  suggestions help.  have started new projects importing directly iphone bringing video in photoshop elements.  -  version 10 - new premier elements.  i'll ask obvious, after rendering?   have used video iphone well,  , looks great. More discussions in Premiere Elements adobe

Thread: No line numbers in NetBeans

hey guys, hope can me fault starts annoy me: netbeans won't show line numbers though show line numbers enabled in view menu. thx in advance, gesti ps. use ubuntu 11.10 , netbeans 7.0.1 perhaps try updating ide. running 11.10 , netbeans 7.0.1 instant, , went view show line numbers , dissappeared, turned them on same way. can right click on meant , click show line numbers. difference installed machine 11.04 installed netbeans 7.0.0 , upgraded both netbeans , 11.10. have no problems. product version: netbeans ide 7.0.1 (build 201107282000) java: 1.6.0_23; openjdk 64-bit server vm 20.0-b11 system: linux version 3.0.0-12-generic running on amd64; utf-8; en_nz (nb) userdir: /home/daryl/.netbeans/7.0 Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] No line numbers in NetBeans ...

Colour profiles in Elements 10

i use 3rd party print lab , have downloaded , installed print profiles. can save images using lightroom 4 appropriate profile, don't know how in elements 10. elements 10 support functionality? make sure color settings correct or don’t have “no color management” selected. go edit >> color settings   choose “always optimize printing” , click ok   then open image , click file >> print   then click more options button , choose color management   ensure top dropdown set “photoshop elements manages color”   you can select media type printer profile dropdown.   i find rendering intent best set perceptual.   n.b. when elements manages color in conjunction chosen profile it’s essential turn off color management in print driver.   p.s. have far more options in lightroom 4 , ability save user presets. try selecting thumbnails in lightroom library , move print module. More discussions in Photosho...

help needed using DNG

i have downloaded dng7.2 still cannot open raw files canon 650d. when open converter, cannot choose folder convert images. if try , convert single image getting write permission error. please please refer : http://blogs.adobe.com/lightroomjournal/2012/10/camera-raw-7-2now-available.html   < moving discussion photoshop forums > More discussions in Photoshop General Discussion adobe

Thread: A command to restart everything network-related

i have laptop ubuntu 10.04 use in on several wired , wireless networks. use hibernate function, more not experience problems connecting network when machine resumes. happens if resume on network 1 use when machine hibernated. if reboot machine, connects without problems, lose hibernated session. since assume problem due setting being out of sync or process not resuming, want run related networking, run during clean boot-up. there command restart network-related? i assume want gui interface? run kde network manager applet has "enable networking" check box. if uncheck that, or more uncheck "enable wireless" box, recheck it, force network restart. i'd surprised if don't have same options in gnome. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Networking & Wireless [ubuntu] A command to restart ever...

Thread: Wireless Issues with Realtek RTL8187

good day folks! first of onboard wireless (atheros ieee network connection (802.11b/g)) works flawlessly. use realtek adapter longer ranges. both worked under ubuntu 11.04. have upgraded ubuntu 11.10 , internal cards works properly. problem: network manager shows wireless networks available , can choose 1 , connect. when choose network; shows connection strength , connection not brake, unable browse website. ping works on local network. eg cannot ping google. folloing this thread , many others no avail. of primary info may need. running on sony nr260e - ubuntu 11.10 lsusb code: hael@vgnnr260e:~$ lsusb bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 002 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 004 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 005 device 001: id 1d6b:0001 linux foundation 1.1 root hub bus 006 device 001: id 1d6b:0001 linux...

Thread: How does lightdm determine which sessions to show as options?

i switched ppa up-to-date , complete e17 including packages let removable devices detected , automounted--and after doing that, no longer see enlightenment possible choice of session. update: helps install pertinent packages. here's i've determined far: /usr/share/xsessions contains file named enlightenment.desktop, which, far can tell, looks reasonable. /var/lightdm/x-0-greeter.log contains line saying it's ignoring enlightenment.desktop file. so... determines whether particular session shown choice under lightdm? there other files ignored. see ignoring guest sessions when i, non-guest, log in (btw, if 1 wants give guest other window manager options, how done?), , gnome.desktop ignored (its name= value same file, ubuntu.desktop, if reason it's ignored, why gnome.desktop appear first in log file?) afterstep.desktop ignored well, commonalities between , enlightenment.desktop, i'd appreciate pointer info on determines whether given session l...

What happens to my work when I cancel my subscription?

assuming have subscribed creative cloud years, , circumstance leads me cancel subscription, happens work after cancellation. how open these native files (.indd, .ai, .psd) ?   if subscriber creative cloud, can share native files has cs 6 or files incompatible? if cancel paid membership still have access free level of membership, provides 2gb of storage. have 90-day grace period download files local machine, , delete online files cloud storage down 2gb (or purchase additional storage separately if choose). if leave more 2gb of files in cloud storage more 90 days, may lose access or of files.   please refer below faq , answer of queries:   http://www.adobe.com/in/products/creativecloud/faq.html   -harshit yadav More discussions in Adobe Creative Cloud adobe

Understanding MCs/Textfield created by a variable

i hoping clarification on concept. i'm using variable create multiple textfields, varible contain object data of textfield created theword = this.createtextfield("action_" +n, this.getnexthighestdepth(), 10, 10, 70, 30);   i have concatination each textfield name unique.   my confusion use of variable. in other languges variable can hold 1 value. in as2 appears (to me) can have multiple textfields on stage with/created using same variable name? go 1 step further confusion can tween multiple textfiled under sane tween name using textfield var name(var sometween = (theword..............), , delete them individually @ end of thier tween? agian if named same variable how dose know? or need use instance names created.     hopefully explanation of confusion isn't confusing ;} you should show code stands example of having problem with.  in general, right, variables cannot identify more 1 object.  possible create object , store in such manner variable/name used c...

Paypal in Canadian Currency

how payment come through in canadian currency? i have linked adobe forms central paypal account, payment currency defaults usd, how change canadian funds? hi,   follow these steps:   1. open form 2. switch language & formatting section in options tab 3. select "$ (cad)" option in currency symbol drop-down   regards, brian More discussions in Archived Spaces adobe

Error 109 - download interrrupted

i can not download trial version of cs6. receive error message 109. anyone? hi ryanjhaas99,   please refer solution in troubleshoot adobe download assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html   if continue face difficulties can try initiating direct download following steps listed @ http://forums.adobe.com/thread/981369 More discussions in Trial Download & Install (Read-Only) adobe

Trouble Accessing Quiz Variables with HTML5

hello.   i'm trying create custom results page.   i using following code attempt return total points scored,   myscore = cp.variablesmanager.getvariablevalue('cpquizinfopointsscored');   this seems return 0 no matter how perform on quiz. how can access real amount of points scored on custom page?   thank you,   donzo hello,   is there particular reason why don't want built in functionality of captivate?   i'm talking solution describe here: http://blog.lilybiri.com/intermediate-score-slides   lilybiri More discussions in Advanced Adobe Captivate Users adobe

Thread: Ubuntu never sees my HD during install

hi everyone, reference on shuttle sx58h7 pro. can boot off of cd or usb stick (only acpi=off) , when comes system check screen never says have 4gb free. have tried 2 separate hd's, 240 gig ssd , 1tb regular hd, neither ever recognized. have tried ide, ahci , raid in bios ide settings , have drives plugged 6 gb/s sata port on mobo. ubuntu specific sata controller during intall? why can't ubuntu see hd? appreciated! -dave most likely, 6gb/s sata port. i've seen lots of threads folks similar problems. try connecting drives older 3gb/s port instead. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Ubuntu never sees my HD during install Ubuntu

Thread: User CP

why can't edit profile? message... samtzu, not have permission access page. due 1 of several reasons: user account has less 50 posts. user account may not have sufficient privileges access page. trying edit else's post, access administrative features or other privileged system? if trying post, administrator may have disabled account, or may awaiting activation. have read here.. http://ubuntuforums.org/showthread.php?t=1836816 Forum The Ubuntu Forum Community Ubuntu Community Discussions Forum Feedback & Help User CP Ubuntu

my code number does not work

when enter verification code not work see if here helps. link on page works when 1 in receipt doesn't.   http://helpx.adobe.com/x-productkb/policy-pricing/serial-number-retrieval-process-faq.html More discussions in Photoshop Elements adobe

Thread: How to add items to panel in 11.10

i have installed netspeed unable add task manager or other place can see meter. way out ? thanks. i tested , works . start dash once installed . http://shuffleos.com/561/indicator-m...d-system-info/ Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to add items to panel in 11.10 Ubuntu

How to prevent Flash Player 11 from causing very frequent system lock-ups?

how prevent flash player 11 causing frequent system lock-ups? your operating system & version   windows 7 home premium, service pack 1, 64 bit, current updates installed  8 gb memory note: video driver current, i.e. updated your web browser(s) & version mozille firefox 20.0.1            updates current your flash player version having problems with   flash player 11 – newest download  explain problem in details; don't use meaningless words "can't", "cannot", "unable", "won't work" after installing flash player 11 system locks no error messages (i’ve never received error message related lockup).  when system locks have no control keyboard or mouse.  have force restart of system.  lockup occurs when run application such aol’s todays news or drudge or nbcnews.  lockup occurs around every 2 minutes.  occurs (frequently) when select, mouse click, particular subject (n...

Best computer build for CS6 and possibly Premiere?

this last computer going build retirement soon. want build best can reasonably afford photoshop/lr, may premiere if brain can handle it. have nikon d3s (12 mp camera) epson 3880. have:       1)     motherboard:  asus rampage iv extreme 2)     processor:  i7  3930k   3.2 ghz 3)     ram:   32gb  1866 mhz 4)     video card:  nvidia  gtx  680  2gb 5)     hard drives:  1) , 2) crucial ssd 480 gb   3) crucial ssd 240 gb   4) wd black  4tb 6)     os:  windows 7 ultimate   i realize lot of overkill needs right now, speed important , assuming future bring more need power. have suggestions on improvement? More discussions in Photoshop General Discussion adobe

Thread: Ubuntu 10.04 dual boot with Win7

hi all, i've been trying co-worker ubuntu dual boot on laptop windows 7. since windows7 on there, put in unbuntu install disk , apparently did not see windows 7 partition because running ubuntu no signs of windows 7. i'm not sure went wrong here. i've done before on own computer, albeit older 1 i'm working on have done before. part of original issue our fantastically clueless manager put windows on single 20 gb partition, filled capacity. wanted run ubuntu , got wubi, didn't realize applications running wubi fail miserably because of inherent limitations. trying work 3d movies through projector... recommended making separate partition ubuntu alone. made 120 gb partition ubuntu separate windows partition, ubuntu's installer didn't see surprised me. obvious going have start on here... installing windows 7 first, , ubuntu on separate partition... how make sure works right? also, 10.04 network applicati...

LR Performance Advantage Dual vs. Partitioned SSD?

hey folks   looking boost macpro system performance , want transfer lr catalogues ssd.  running mac os , applications single ssd catologues on separate wd caviar black hd.  considering switching larger , faster ssd, partitioning os/applications on 1 section , lightroom catalogues on other.   are there performance gains achieved running os/applications , lr catalogues on physically separate drives, or single partitioned drive suffice? jay,   this article ian lyons may useful you:   http://www.computer-darkroom.com/blog/will-an-ssd-improve-adobe-lightroom-performance/   if not familiar ian, helped develop lr 1 of original beta testers.   john More discussions in Lightroom Classic CC adobe

Thread: BitPim 1.07 Phonebook transfer error

ubuntu 11.10 bitpim 1.07 w/ updates dare lg9700vx phone have gotton ringtones, text messages, , wallpaper transfer. phonebook gives me error. works on xp machine. bitpim version: 1.0.7-debian unexpected exception has occurred. please see details on do. traceback (most recent call last): file "/usr/share/bitpim/code/gui.py", line 284, in run res=call() file "/usr/share/bitpim/code/gui.py", line 159, in __call__ return apply(self.method, self.args+args, d) file "/usr/share/bitpim/code/gui.py", line 1906, in getdata i[1](results) file "/usr/share/bitpim/code/phones/com_lgvx8550.py", line 141, in getphonebook if not pb_entry.valid(): file "/usr/share/bitpim/code/phones/p_lgvx8550.py", line 607, in valid return self.entry_tag==pb_entry_sor , ord(self.name[0]) != 0xff indexerror: string index out of range variables last 8 frames, innermost...

Thread: Swap Area space for Ubuntu 11.10 needed ?

hey, have windows 7 , partitioned disk space (allocated 50gb) install ubuntu 11.10. while installing ubuntu 11.10 on partitioned space, need partition once again , allocate space swap area? if yes, how space should allocate? ram in laptop 1g plan upgrade 3g. in advance help! nope, 1gb good. in case add 1gb swap. it's not can't spare space. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Swap Area space for Ubuntu 11.10 needed ? Ubuntu

Thread: How 2 Add Programs to the Lubuntu Menu?

Image
how add new application main menu? installed treeline synaptic in lubuntu 11.10, , can start "run", how edit menu add it? many thanks. posted grega how add new application main menu? installed treeline synaptic in lubuntu 11.10, , can start "run", how edit menu add it? many thanks. https://help.ubuntu.com/community/lu...2start.22_menu . Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [lubuntu] How 2 Add Programs to the Lubuntu Menu? Ubuntu

Thread: Amarok AMD64 always crashing on startup

Image
being in possession of borked windows 7 installation, loaded amd 64 version of kubuntu oneiric on hp g42 laptop last night, , proper drivers (and cracks) installed, managed opengl working. afternoon, decided amarok configured, involved getting music aging dell inspiron 530n onto decidely newer laptop. getting music proved painless enough, , initial amarok scan took 45 minutes after assumed proceed ordinarily would. wrong. after scanned, attempted play collection, failed miserably , amarok crashed after few seconds. now, every time open amarok, crashes within few seconds. can't configure use phonon-backend-vlc. thoughts how can amarok working again? relevant specs follows: intel core i3 processor, 2.26 ghz. 320 gib hdd 3 gib ram intel i915 integrated graphics in advance! when apps thrash @ that, can either file bug report https://launchpad.net/~kubuntu-bugs or can try , ...

Google Map, Web App

hi, used web app make google map, , works fine. want customize markers. how do in business catalyst? cn find page can edit script? can find module tag , id. hi deon,   please refer following forum post : http://forums.adobe.com/message/4437426   cheers, aish More discussions in Business Catalyst adobe

Help With Google And Facebook Button

i have html implemented website , on master page. when button on home page shows doesnt stay consistent rest of pages.   https://developers.google.com/+/web/+1button/ http://developers.facebook.com/docs/reference/plugins/like/ it might adding likes specific pages of site. could please provide url of site? and url did use while getting code facebook button , google plus (+1)?   regards, sachin More discussions in Help with using Adobe Muse CC adobe

Seeing Error 500 instead of CF errors in my browser?

hi, we running coldfusion 9.02 hotfixes , updates , of late i'm starting more "internal server error 500" instead of standard coldfusion errors.  seems happen in cf 10 too.   it seems these errors come web server (iis in case), makes difficult troubleshoot problem.  feel changed because i'm seeing more of these rather getting typical cf error when goes wrong.  when see error 500 feel more of web server error, maybe i'm wrong.   i use firefox lot , have firebug plugin , @ times see actual coldfusion error message listed in firebug, in browser window see "error 500 internal server error.   does know why might getting general error 500 issues versus seeing standard cf error messages when goes wrong?   any appreciated. hi westside, in cf10admin > server settings > settings > request size limits value have maximum number of post request parameters eg 100?   for cf9 in coldfusion9\lib\neo-runtime.xml var name="postparameterslimit"><n...

Thread: CMS recommendations please

the site static. product catalog. no need update news or blog entries (they don't exist). every required add new stuff, new products, eliminate obsolete ones, , on. being able add new language nice. main issue continuing manually update website navigation menus. navigation menu(s) present on pages , royal pain pull every page, edit , send server. i've looked @ ssi maintaining menus, seems not seo friendly, although mistaken here. "big" cmses drupal or joomla! seem overkill. ideally, i'd off-line system allow me maintain website on dedicated workstation , upload server there. means don't have bug boss hosting upgrade (so include database support, php, perl, or whatever... it: i'd - have - on cheap 9.99 per month rather 19.99). skillset limited , i'd rather not have learn *sql, php, perl , whatever else takes run such simple website. i've looked @ stuff on 'net i'm missing totally obvious. i'd appreciat...

Thread: How to completely erase so that I can start from fresh?

well title says all. have had few problems , want erase ubuntu. dual boot windows , ubuntu , leave windows partition alone. how can erase ubuntu don't harm windows partition? , how can reinstall it? boot ubuntu cd/dvd , install, go thru steps till asks where, tell install on old install. rodney Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to completely erase so that I can start from fresh? Ubuntu

cannot load psview.dll

i cannot start photoshop. get "cannot load psview.dll" error message   message title edited by: brett n os version , ps version???   on s windows 7 64 bit system there should 2 dlls name.  make sure exists belongs.   window 7 64 bit system "c:\program files\adobe\adobe photoshop cs6 (64 bit)\psviews.dll"  9/16/2012 7:15pm (2,358,360 bytes) and "c:\program files (x86)\adobe\adobe photoshop cs6\psviews.dll" 9/16/2012 5:50pm  (2,358,360 bytes) More discussions in Photoshop General Discussion adobe

paper capture in AA X Stand

after installing pc plugin appears in plugin folder. paper capture not appear when tools selected on tool bar. look @ tools > recognize text   More discussions in Scanning & OCR adobe

How do I assign a Facebook Share thumbnail for my website?

i trying share website designed muse on social media, facebook , when automatically chooses random images website thumbnail. want configure in way chooses esither logo of company or image piture slider on home page when shared on facebook. website www.ayayay.com   when shared on facebook chooses image gallery dropshadow thumbnail  ( !????)   any appreciated. refer similar thread here solution. http://forums.adobe.com/message/5137786   thanks, vinayak More discussions in Help with using Adobe Muse CC adobe

Thread: Double keystroke with MCE Remote

i keep getting 2 strokes each press mceusb remote. know how fix this? found solution , follows: try this: sudo sed -i '$i echo lirc > /sys/class/rc/rc0/protocols' /etc/rc.local read http://ubuntuforums.org/showthread.php?p=11525835 exact know how , why (bottom) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] Double keystroke with MCE Remote Ubuntu

Thread: cant get bbc iplayer to work what is a good alternative

i never had luck bbc iplayer there simple alternative down load programs cheers says here on website have linux support platform try 1 more time: http://www.bbc.co.uk/iplayer/install Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] cant get bbc iplayer to work what is a good alternative Ubuntu

p2p filesharing - max filesize allowed for transfer

hi everyone!   i've developed small p2p filesharing application can transfer files without server. works fine. can transfer files between peers. turns out if filesize of transfered file greater 16mb does't transfer peer. code i'm using:           private function browsefile ( farids: string = "" ) : void {             file = new filereference ( ) ;             file. addeventlistener ( event . select , selecthandler ) ;             file. browse ( ) ;         }         private function selecthandler ( event: event ) : void {             file = filereference ( event. target ) ;             file. ad...

Thread: how to delete a lock file

hi have ubuntu desktop 11.10 32bit , when http://www.webupd8.org , download - sudo add-apt-repository ppa:webupd8team/themes - , synaptic package manager keep saying error occurred -> e: type 'bupd8team/themes/ubuntu' not known on line 1 in source list /etc/apt/sources.list.d/webupd8team-themes-oneiric.list e: list of sources not read. go repository dialog correct problem. e: _cache->open() failed, please report. webupd8team-themes-oneiric.list locked when can not delete how do please something must have gone wrong adding ppa. remove it: code: sudo rm /etc/apt/sources.list.d/webupd8team-themes-oneiric.list then run following re-add: code: sudo add-apt-repository ppa:webupd8team/themes don't download while @ it. :~) Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [lubuntu] how to de...

Encore crash when clicking build

Image
whe trying write files dvd starts transcoding @ different spots each time encore.  have tried different dvd writers , tried creating .iso. new adobe suite   system specs: custom asus p8z77-v premium board core i7 3770 32gb mem win 7 pro i assume have not built dvd encore yet? close , reopen encore. create new encore project. add 2 menus library. delete buttons except 1 on each menu. link them each other.   change build setting dvd folder (rather disk or image). build. did work?   in premiere pro, select short section of sequence. export mepg2-dvd (set export work area). create new encore project. "import timeline" exported file. set first play. set end action "stop." ignore warning no title remote set. build dvd folder. More discussions in Encore adobe

can't update DPS Desktop Tools CS6

Image
tried update dps desktop tools cs6 in windows8. error close creative cloud connection.exe program proceed can't find how close it. tried openning , clicking x in window doesn't it. if stupid user issue appologize in advance.   thanks wm see screenshot.  arrived @ screen cloud connection icon in windows taskbar.   try turning sync off.  hit exit.     nancy o. More discussions in Adobe Creative Cloud adobe

Adding counter variable

hello all-   i know has been discussed numerous times can't seem working!   i'm trying start simple first , here trying accomplish @ time:   i have 3 "rectangle" boxes (on stage), each symbol(names below) , different color. bluebox redbox greenbox   i have 3 "text" boxes above them on stage. bluecounter redcounter greencounter   i have 3 variables in compositionready action on stage: sym.setvariable("redcount", 0); sym.setvariable("bluecount", 0); sym.setvariable("greencount", 0);   what want have happen when click on text box of boxes, box performs animation , number gets incremented one, showing on stage after "text" boxes above: bluecounter 2 redcounter 5 greencounter 1     i have following code in "onclick" action greencounter text calls appropriately colored box: sym.$("greenbox").show();     // hidden on stage @ first-this works fine var counter = sym.getvariable("greencount"); count...

How do I get a replacement CD for Acrobat purchased 8/15/12, I have my serial #

i purchased adobe acrobat on 8/15/2012.  computer crashed , cannot find disk. how can disk.  have serial number.  thank don arsenault you can download , burn own disk.   what acrobat version?  if acrobat pro x:   if follow 7 steps, can dl trial here: http://prodesigntools.com/adobe-cs5-5-direct-download-links.html   and activate serial number.   if have dl problem, didn't follow 7 steps. More discussions in Downloading, Installing, Setting Up adobe

Thread: Upgrade Bind from 9.4.2 to 9.8.1?

i need upgrade bind , want keep config files intact it's been working great 3 years now. have server , dns installed no gui it's cmd line. i've ran apt-get update. can upgrade , keep config files intact? if can what's proper syntax command? i'm guessing there's switches. or simple apt-get upgrade? distrib_id=ubuntu distrib_release=8.04 distrib_codename=hardy distrib_description="ubuntu 8.04.1" uname -m i686 uname -a 2.6.24-19-server #1 named -v bind 9.4.2-p2 is there additional info required answer question? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] Upgrade Bind from 9.4.2 to 9.8.1? Ubuntu

Thread: Verbose bootup

i'm running lubuntu 11.10 , when computer boots, have verbose text bootup. know, kind shows details of boot process, can see if goes wrong. googling points editing grub2, can't understand it. isn't menu if have more 1 operating system? should note have old monitor , turns off briefly during boot turns on again when lubuntu desktop loads. thanks. you need edit grub.cfg , run sudo update grub. or if 1 time, use shift menu , use e edit , remove quiet & spash. gksudo gedit /etc/default/grub https://help.ubuntu.com/community/gr...rub_.28file.29 grub_cmdline_linux * entries on line added end of 'linux' command line (grub legacy's "kernel" line) both normal , recovery modes. used pass options kernel. grub_cmdline_linux_default="quiet splash" * line imports entries end of 'linux' line (grub legacy's "kernel" line). entries appende...

Installing Photoshop cs6 trial but saying file is missing, how to fix it?

so bought  photography certificate on groupon , downloaded photoshop cs6 trial , after downloading, trying install , says can't find file, don't understand... confused why not found. anyways, know, do? hi mizb90,   please post exact error message or file it's referring to. screenshot helpful.   what seems me download might incomplete, please reconsider downloading package again , install.   alternatively can try downloading direct download links available @ : http://prodesigntools.com/adobe-cs6-direct-download-links.html but make sure follow important steps mentioned on page before initiating download. More discussions in Trial Download & Install (Read-Only) adobe

Thread: escaping a command line inside a bash script

hi, need add configuration tomcat java_opts java_opts=" -ddateformat=yyyy-mm-dd hh:mm:ss " problem when tomcat starts believes hh:mm:ss command. need keep space between dd , hh. don't know bash script appreciated. easy, code: java_opts=" -ddateformat=yyyy-mm-dd\ hh:mm:ss " or maybe code: java_opts=" -ddateformat=yyyy-mm-dd%20hh:mm:ss " cherz Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [other] escaping a command line inside a bash script Ubuntu

After Effects keeps asking for a key

every time launch ae cs6 (i'm cc member) keeps asking key. when select license software. recognises adobe id not subscription. did load trial version of aecs6 in february problem? prem pro fails load error0xc000007b... , ai says date cant find launch icon. cant find downloaded files. have spent whole day on creative cloud trying work. have versions of of these programs installed problem? i'm @ wits end have client projects need attending to. sign in or activation errors | cs6, cs5.5 subscriptions, cs6 perpetual   mylenium More discussions in Creative Cloud Download & Install adobe

Raw files and PSE 6

i cannot read raw format files on nikon d5100 using pse 6.  should enable? you have 2 alternatives:   (1) upgrade pse 9, 10 or 11. (2) download , install free adobe dng converter convert nef files adobe universal raw format , files open in pse6 (keep originals backups , use in camera manufactures software)     windows download click here dng converter 7.4   mac download click here dng converter 7.4   you can convert whole folder of raw images in 1 click. see quick video tutorial:   you tube click here dng converter tutorial More discussions in Photoshop Elements adobe

Thread: Grub2 Buildup in /dev/sda?

Image
i have installed , reinstalled various different derivatives of ubuntu on netbook, trying see ones work best, given limited hardware. each time installed one, told install grub2 bootloader in /dev/sda of harddrive. after preforming many installations, question is, each installation delete old bootloader? or there 5 or 6 bootloaders somehow spread throughout /dev/sda? if so, there way rid of them without reformatting entire computer's harddrive? thanks. surenot, welcome ubuntu forums. each ubuntu/linux os uses grub 2 installs it's own boot files in os's partition. majority of files installed in /boot/grub folder, configuration scripts stored in /etc/grub.d , configuration file (/etc/default/grub). in addition, grub 2 writes information drive's mbr. information points grub files on os's partition. when install new linux os, grub files in other versions not touched. on other hand, info...

Flash Played, install fails, "unable to connect to reliable source"

i have tried install latest afp several times , in each instance install fails @ 47% error "unable contact reliable source'. run windows 64 bit (xp) , use firefox brouser. have run uninstall older versions , have disabled avira security suite have been unsuccessful. saywhat ????????? hi,   please try clearing temp file (start-- run -- %temp%) , cookies download installer again location   http://get2.adobe.com/flashplayer/otherversions/   let me know if still stucks, try rebooting machine.   thanks, anjaneai More discussions in Installing Flash Player adobe

My LR Folder is taking up too much space on my external drive

Image
897.33 gb on disk (897,256,881,809 bytes) 35,021 items right can't import new work on. have other external drives, 1 work from. can do? thanks! -deirdre you can have several external , internal hard drives showin in lr , can work of them. lr not "ingest" images, rather references them in catalog. lr works happily several external drives. just import new photos 1 of other external drives. in import dialog on right side can select drive / folder want import in <destination> panel. destination panel visible when select <copy> or <move> @ top centre. More discussions in Lightroom Classic CC adobe

Thread: Quickly "crop" the length of a video file

let's have existing video file (perhaps 30 minutes long) want cut out small snippet out of (usually between 30 seconds , 2 minutes) such quote long lecture. there tool allows "crop" section out of existing video file? i want video/audio encoding of output video match encoding of input video (of course go through output settings 1 one , make sure match up, seems unnecessary. i don't want wait 5 minutes entire video render, of video should rendered last keyframe, right? need arises me rather frequently, wondering if there existing application this? (as right now, i'm doing manually in pitivi relatively slow , arduous process) try ffmpeg. if want save part of original video starting from, say, 25th minute , lasting 5 minutes, you'd give: code: ffmpeg -i original_video.ext -vcodec copy -acodec copy -ss 00:25:00 -t 00:05:00 output_video.ext ...

Thread: Harddrive Problems: Sense Key : Medium Error [current]

Image
hi everyone, i've got problem external harddrive. it's connected via usb old laptop, running ubuntu. disk has 1tb of space consists out of 2 partitions: 900gb ext4 data partition 100gb raid 1 partition drive isn't old, couple of weeks ago gone. everytime tried access got i/o error dmesg. don't remember said, couldn't mount it, couldn't fdisk read it. unplugged power , plugged in, , worked fine again. didn't trust data partition, ran fsck.ext4 -c , appeared fine. couple of days ago i/o errors returned. did hard reset again, time took couple of hours until drive gone. disappeared when tried write it, way. time ran sudo fsck.ext4 -c -c correct broken sectors or whatever, running more 152 hours , 2.84% completed. , dmesg flooded information this: code: [4525465.692659] sd 7:0:0:0: [sdc] sense key : medium error [current] [4525465.692672] sd 7:0:0:0: [sdc] add. sense: unrecovered read error [4525465.692686] sd 7:0:0:0...

Thread: Associate a program with an extension

using fireftp manage website. want able open files server directly bluefish edit. theoretically i've attached png of screen print of entry box opens when server side php file opened. asking path file opens program, in case bluefish. , should enter. ie in windows like: c:\programs\bluefish\bluefish.exe. thanks ed closed. duplicate here: http://ubuntuforums.org/showthread.php?t=1906180 Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Associate a program with an extension Ubuntu