Posts

Thread: Hard Drive Problem

hi! formatted , installed ubuntu 11.10 on netbook today (finally got rid of windows). partitioned disk following manuals , videos - 1 ubuntu, 1 'swap' maybe? (for if visual memory occupied) , left on 126gb use storage. i'm running gnome , while trying put information external hard drive. doesn't allow me. shows 126gb free space , folder says lost+found - did not put there , neither have permission see it's contents. when try copy says "it cannot moved because not have authorization copy" neither can create new folders or documents, maybe simple change permissions, relatively new linux , thought i'd ask guys. thank you k.m it sounds trying paste files directly inside "file system". supposed paste them somewhere inside home folder instead. "file system" contains important files , folders needed system. while possible modify contents of these files...

FTP Broken in Dreamweaver CS6 and CC

i have been unable ftp 1 of 3 websites maintain ever since upgrading dreamweaver cs6 (and cc). problem appears site's root directory name reported pwd command shorter name required issued cwd command after logging ftp server. cs5.5 logs website's ftp server without trouble , script looks this:   < 220 service ready new user > user .myusername < 331 password needed login > pass < 230 user hubing logged in successfully > pwd < 257 "/eh05/users/hubing" current directory > pwd < 257 "/eh05/users/hubing" current directory > cwd //gs16/gs16/share/web/cvel < 250 directory changed "/gs16/share/web/cvel" > pwd < 257 "/gs16/share/web/cvel" current directory > cwd /gs16/share/web/cvel < 250 directory changed "/gs16/share/web/cvel" > pasv < 227 entering passive mode (130,127,239,114,143,84) > type a < 200 type command ok a > list .......   dreamweaver cs6 , dreamweaver cc start out...

Photoshop CS6 crashing when trying to open TIFF and JPEG images

hi   this problem started 2 days ago (13th july).   i trying open image had been processed me in cs6 on laptop.   when select image want open cs6 launches recieve error message saying cs6 unable open image. frustatlingly not happen every image. one person has said reinstall software downloaded adobe site , don't wnt end paying twice.   system info processor intel(r)core(tm)i3-2350m @2.30hz 2.30ghz installed memory ram 8.00 (7.89 usable) system type 64 bit   plug ins alien skin - exposure 4 anthropics -portrait proffesional   help !! to re-install on same machine not cost extra. but make sence have uninstall , run clean-script.   what exact message? could possibly have added wrong suffix file format?   boilerplate-text: are photoshop , os updated , have performed usual trouble-shooting routines (trashing prefs pressing command-alt-shift/ctrl-alt-shift while starting photoshop until appropriate dialog appears after making sure customized presets a...

what is the best version for kindle Fire?

what best version of flash player kindle fire? adobe stopped supporting flash android devices in august 2012. means amazon cannot provide flash 2nd generation fire , fire hd models. (all kindle fires android devices)   there work around though. view flash videos, need install earlier version of dolphin browser , install earlier version of flash.   note: watch flash videos, you'll need watch them via dolphin browser after installed properly, , not via web section (silk browser) on fire.   installing adobe flash player on newer kindle fires (2nd gen fire. , hd models)   if have newer kindle fire model, flash has installed manually, along flash compatible web browser.   instructions:   install flash: (you have have flash compatible browser in order install flash. can't install under silk.)   do following on fire/fire hd itself:   swipe down top > more > device > allow installation of applications.   install es file explorer: es file ...

Thread: Upgraded kernel of fresh 11.10 instal from 3.0.0-12 to 3.0.0-17. Can't boot into *17.

hardware first, little know, issue: motherboard this , amd fusion apu (e-350 , hd6310]. hard drive this (8gb variant), 8gb ssd (with latest firmware). so, little htpc i'm putting (i have larger hdd data, not yet installed). installed ubuntu 11.10 of usb (mounted using unetbootin), i've done dozens of times on other hardware, never before setup. after successful install, downloaded updates except kernel updates, left updated ubuntu 3.0.0-12 kernel. upgraded 3.0.0-17. when boot kernel, system reboots shortly after grub screen - shows black screen, no purple suggest made gui. if boot 3.0.0.17 recovery mode, 2 lines appear straight after grub: memory mode boot loading initial ramdisk after second or so, system goes black screen, reboots. however can boot 3.0.0-12 fine; i've installed latest ati drivers, went perfectly, , have restarted check work. got ideas why can't boot 3.0.0-17? ...

Version 11.0.3 not displaying Files created in earlier versions correctly

Image
using version 11.0.2 a pdf created on 1 computer. when open attachment on machine has version 11.0.3, latest adobe reader,  installed blocks in narrative field.   using version 11.0.3 pdf created , can opened on machine has version 11.0.3 older version of adobe reader without problems.   font embedding in file when created turned on.   uninstalled adobe version 11.0.3 machine , installed version 11.0.0. can open both attachments without problems narrative fields. seems version 11.0.3 has problems opening file, narrative, created in older version. can post link document? More discussions in Printing & Prepress adobe

Thread: LDAP and file permissions.

i've got office setup server , clients, running ubuntu 11.10. using ldap auth. home directories mounted on server. also, data directory auto-mounted use. working client(i don't know why 1 works): root@hic-05:~# ls -l /data -rw-rw---- 1 root root 202526 2012-03-29 15:21 jen.list -rw-rw---- 1 amy users 415218 2012-03-29 15:56 junk non-working client (almost clients): root@hic-02:~# ls -l /data -rw-rw---- 1 4294967294 4294967294 202526 2012-03-29 15:21 jen.list -rw-rw---- 1 4294967294 4294967294 415218 2012-03-29 15:56 junk so, on non-working systems, there's missing looks ldap user , groups. have yet find it... not sure why 1 client works in example above does... auto.master etc. identical on clients. fixed it! had set need_idmapd=yes # cat /etc/default/nfs-common need_statd= statdopts= need_idmapd=yes need_gssd= ...