Jump to content

igotnoluck

Members
  • Posts

    77
  • Joined

  • Last visited

Everything posted by igotnoluck

  1. no i didn't. BUT I solved the problem. all i had to do is change the mount directory from /mnt to /media and now everything is OK :) thank you for your help
  2. I Have ntfs3g installed and this is the content of the fstab file: # Entry for /dev/sda1 : UUID=184e78b8-4a88-4ec9-8706-9775537f7fbc / ext3 relatime 1 1 # Entry for /dev/sda6 : UUID=4b043c1e-b38f-4c72-b3ef-727ccf477dcd /home ext3 relatime 1 2 /dev/cdrom /media/cdrom auto umask=0,users,iocharset=utf8,noauto,ro,exec 0 0 # Entry for /dev/sdb1 : UUID=EE50DEE050DEAE99 /mnt/win_c ntfs-3g defaults 0 0 # Entry for /dev/sdb5 : UUID=C664CFC664CFB807 /mnt/win_d ntfs-3g defaults 0 0 none /proc proc defaults 0 0 # Entry for /dev/sda5 : UUID=2d5fa5ec-a0e3-40ca-b8c0-3b1235058f54 swap swap defaults 0 0 also I have this 2 processes running all the time: root 2416 0.0 0.0 3800 944 ? Ss 00:46 0:00 /sbin/mount.ntfs-3g /dev/sdb1 /mnt/win_c -o rw root 2419 0.0 0.0 3800 1080 ? Ss 00:46 0:00 /sbin/mount.ntfs-3g /dev/sdb5 /mnt/win_d -o rw
  3. Hi all, I'm using 2008.1 with gnome. for a few months everything was OK until few weeks ago when I've installed some updates. now i can't access mounted ntfs partitions using Dolphin System shortcuts or natulus Computer shortcuts i can access them by using /mnt/win_d and /mnt/win_c anyone got any idea please i've tried looking in the web for answers but no success. thanks, igotnoluck
  4. thanks for the reply but iff i add the -- to the password and run the command mysql ask me to enter a password and each password i try (including blank) is givinig this error: [root@localhost nimrod]# mysqladmin -u root --password mypassword Enter password: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: YES)'
  5. Hi all, well i'm trying to install mysql 5.0 on my mdv 2008.1 machine. the installation guide i'm working with is: Howtofordge -mdv2008.1 server everything is working perfect in the installation part until I reach this commands: if I type this: mysqladmin -u root password yourrootsqlpassword I get the following error: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' if I try the following command: mysqladmin -h server1.example.com -u root password yourrootsqlpassword (after changing my hostname and changing the server1.example.com to my hostname) the error is: mysqladmin: connect to server at 'myhostname' failed error: 'Host 'myhostname' is not allowed to connect to this MySQL server' I checked the following: * firewall is open on port 3306 (i even checked with no firewall) * the my.cnf file is as it came by default after changing only what the guide said please help me :) thanks
  6. that's good to know :) thanks for the tip
  7. the problem is a bug in the OO 2.4 :) here is the info: Open Office 2.4 Issue 86811 so i will go back to 2.3.x :) thank you all :)
  8. so i've checked my fstab file and this is the file after i tried to change a few things: /dev/sda1 / ext3 relatime 1 1 /dev/sda7 /boot ext3 relatime 1 2 /dev/sda10 /home ext3 relatime 1 2 /dev/hda /media/cdrom auto umask=0022,users,iocharset=iso8859-1,sync,noauto,ro,exec 0 0 /dev/sda5 /mnt/files vfat umask=0,users,iocharset=iso8859-1,exec 0 0 /dev/sdb1 /mnt/win_c2 ntfs-3g umask=0,user,locale=utf8,exec 0 0 /dev/sdb5 /mnt/win_d ntfs-3g umask=0,user,locale=utf8,exec 0 0 /dev/sda8 /usr ext3 relatime 1 2 /dev/sda9 /var ext3 relatime 1 2 /dev/sda6 swap swap defaults 0 0 none /proc proc defaults 0 0 if i try and put iso8859-1 in the ntfs-3g mounts i get the following error after doing remount: WARNING: Couldn't set locale to 'ISO8859-1' thus some file names may not be correct or visible. Please see the potential solution at http://ntfs-3g.org/support.html#locale when i run the locale -a command i get a list and in the list there is: C CP1251 en en_AU en_AU.ISO-8859-1 en_AU.UTF-8 en_BE en_BE.ISO-8859-1 en_BE.ISO-8859-15 en_BE.UTF-8 en_BW en_BW.ISO-8859-1 en_BW.UTF-8 en_CA en_CA.ISO-8859-1 en_CA.UTF-8 en_DK en_DK.ISO-8859-1 en_DK.UTF-8 en_GB en_GB.ISO-8859-1 en_GB.UTF-8 en_HK en_HK.ISO-8859-1 en_HK.UTF-8 en_IE en_IE.ISO-8859-1 en_IE.ISO-8859-15 en_IE.UTF-8 en_IN en_IN.UTF-8 en_NG en_NG.UTF-8 en_NZ en_NZ.ISO-8859-1 en_NZ.UTF-8 en_PH en_PH.ISO-8859-1 en_PH.UTF-8 en_SG en_SG.ISO-8859-1 en_SG.UTF-8 en_US en_US.ISO-8859-1 en_US.UTF-8 en_ZA en_ZA.ISO-8859-1 en_ZA.UTF-8 en_ZW en_ZW.ISO-8859-1 en_ZW.UTF-8 he hebrew he_IL he_IL.CP1255 he_IL.ISO-8859-8 he_IL.UTF-8 ISO-8859-1 ISO-8859-13 ISO-8859-14 ISO-8859-15 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-7 ISO-8859-9 KOI8-R KOI8-U POSIX UTF-8 if i choose he_IL.UTF-8 then i can see hebrew files in my ntfs mounts but still not in my fat32 :( any ideas ?
  9. i think so, i'm mounting it with drake but how can check to be sure ?
  10. Hi all, I've noticed that in the last week all of a sudden my hebrew folders / files are gone from my windows partitions (in winXP i can see them). i'm mounting all my fat32/ntfs as 8859-1 coding but still i can't see them (i used to see :() anyone as a clue ? please ?
  11. but how can i change the language format ?
  12. Hi all, I've upgraded my OO to 2.4 (I'm using MDV 2008.0 so i did it manually) and i have a weird problem when I'm opening Word 2003 documents some (not all but most) of the digits in the file become Arabic digits instead of Latin one's. most of the cases are in Hebrew fonts but changing the font won't fix the problem :( any suggestions ? please ? thanks, igotnoluck
  13. i think i will take your advice and wait until the end of my exams (yes it is because of the strike) and i will reinstall the spring edition on a blank computer instead of upgrading :) thank you all, noluck
  14. Hi all, i have a week until my exams will start and I'm thinking of using this time to reinstall my mandriva 2008 to 2008.1? should I upgrade or not ? thanks, noluck [moved from Installing Mandriva by spinynorman]
  15. I have a 64bit CPU and I'm using 2008-Free (32 bit) and nothing is out of the ordinary here :) in the beginning of my Linux experiments I've installed the 64bit version and there where a lot of problems (drivers, programs, packages) after i moved to the 32 bit everything is smooth (so far :) )
  16. sorry, but i think you can run the command in gnome also but i'm working only with KDE for the moment so i don't know where :(
  17. not in a file but in the control center -> Regional & Accessibility -> Keyboard layout when you choose a layout in the active layouts you have a command line in the lower part of the window.
  18. Hi all, for months i've tried to install my XEROX 3121 phaser printer on my 2008.0 machine but it didn't work, now i found the solution: in this website: OpenPrinting the main idea in the article is to use the Samsung ML-1710 GDI driver. and everything works just fine :)
  19. I've solved the problem :) well the solution is very simple. in the keyboard layout i wrote this line: setxkbmap -model logiclx300 -layout il,us now the copy/paste and the OO shortcuts work perfectly :) thank you all :)
  20. thank you very much, the problem was solved. how do i stop the beagle without uninstall ?
  21. i don't remember but i tried to reinstall it with no success. i will check the kde-task you said. is there anyway of reinstall all the kde in one packet or something like that ?
  22. Hi, today i removed the beagle program from my system and then my KDE won't start or apear in the graphic managers. i'm only left with the genome desktop which i'm new too and want my KDE back :) thanks, noluck
  23. thanks for the help but the parital solution you gave me is the one i'm using :) anyone else please? :)
  24. hi, i want to make one of my computers into a firewall / router / AV server for all my computers in the home network. i found how to make mandriva a DNS server / FTP server but i couldn't find how to make it a security server. if it possible i would like to get some tutorials. thanks, igotnoluck ;)
  25. hi all, i have a weird problem and i don't know where to ask it so i will try here. i'm now in the middle of completely moving to linux from windows and i have just one more annoying thing to overcome i know how to install the hebrew keyboard and use it but i have the most annoying thing: when i'm on hebrew layout i don't have any shortcuts like (Ctrl+c, Ctrl+v) and it does not bother me that much but know i'm trying to write an OO document and i'm going crazy. please help and sorry for thelong crying letter :)
×
×
  • Create New...