Jump to content

ianw1974

Admin
  • Posts

    14087
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by ianw1974

  1. I can see where you're coming from. I haven't read, so I don't know if GPT allows more than the 15 partitions that is possible with Primary/Logical setup. In which case that would offer a benefit. However, in the event that you cannot, this is not a problem either. I generally have a system with three partitions: 1. swap 2. /boot 3. LVM then the LVM does the rest of the system. No limits on the amount of partitions, since you can have as many as your disk space allows.
  2. It's easier to just use cryptsetup (LUKS) under Linux, and then use: http://www.freeotfe.org/ in Windows. Less of a headache.
  3. You can always try it and see if you have a spare machine for testing on moving to GPT partitions. However, from what I understand and reading, GPT partitions are only going to be useful for 2.2 TB or higher. If you don't have disks larger than this, then I don't know what benefits it will give you other than testing the ability for installing and using GPT should you ever have disks that large. My largest desktop at home has 4 x 500GB disks, so there's no benefit there for me to change other than proof of concept.
  4. ianw1974

    mageiausers.org

    So, that would tell me there are two sides to the story :) Usually, when I have that type of scenario, I read between the lines. Of course, you can always side with the person who you prefer and attack the other which is what you did in this case. ;) (just for the record, I don't know what Anne said, I'm only going by what you write). Incidently, if it wasn't for me starting to use Linux back in 2005 and coming to the mandrakeusers.org, which then became mandrivausers.org, I wouldn't still be using Linux today. All the users/members here were very helpful in the problems I encountered when I first started using Linux. And if it wasn't for that, I still wouldn't be here. And I wouldn't be running my own company which is solely Linux based stuff. Whether that is a success or not, it depends on how you view it. For me it's a success, whether it stays that way is up to me. Another Linux user. Another Linux user helping other Linux users and newbies. And another Linux business. Growing the increase against Windows, Mac, or whatever else. Personally, I don't care what distro you use, I'll help you regardless. I use many distros myself mainly because I was never happy with one or the other, and I like changing around. I consider, every single user who comes to this forum to ask about their problems, and persist with using Linux to be each and every individual success story. Because I remember how hard it is in the beginning. I'm sure we all do, if we think back hard enough.
  5. locate uses a database, so it means you need to run updatedb first, before it can interrogate it. find you can use without building the database. updatedb would have to be run each time you start your system, or before you search. So either way, find or locate will take about the same time, unless the system is always on like a server, then you can schedule updatedb to update everything. slocate used to be used, it was a better version of locate, but then somehow disappeared, no idea why.
  6. This is useful: http://en.wikipedia.org/wiki/GUID_Partition_Table
  7. It might not just be that, depends if grub is also patched to deal with it. Interesting article though, thanks for that, gets me thinking :)
  8. Another one: find ./ -iname *.exe will find all case insensitive of exe.
  9. I agree yes, using the repos is the best method if the software is available, or rpms designated for manual download specifically for Mandriva. Alternatively, a downloadable shell script installation is fine.
  10. Not necessarily true. Possible, perhaps, but not guaranteed that it will bork the system. If installing rpm's designated for a totally different system than Mandriva, eg: OpenSUSE, Red Hat, etc, yes it could do, or just simply get you into a dependency nightmare trying to install it.
  11. Sorry, maybe I'm talking about suspend to disk :) Thanks for the correction.
  12. If you have a virtual machine running, allocate a chunk of memory, say 1GB to the Windows machine, then you have 3GB rest for the system. You shouldn't be relying on using swap all the time because your system will be slow. If swap is being heavily used all the time, then you need to upgrade your memory from 4GB upwards if you are wanting a Windows virtual machine, eclipse, etc, etc, like you mentioned. Leaving 3GB for the host, and 1GB for Windows would be sufficient. 512MB or 1GB for swap. Providing that you won't use suspend to ram, else you'll need double the physical ram, so 8GB of swap if you want to do that.
  13. Are you thinking of Powerpack? Powerpack only includes the proprietary stuff. Free/One are the same. Free is the version for installation, and One is the LiveCD which you can install from also. For Free/One, there's no difference. Also with Powerpack, other than the differences of proprietary stuff, it's the same as Free - just that when you buy Powerpack you have support included in the price.
  14. It would be OK if it worked. Just installed it on my system, but every AVI just flashes black and blue, sound is OK though. No idea how to fix it :/ EDIT: never mind, render method to basic fixed it :)
  15. Without the mysql db script to import into the database, it will be almost impossible. You'll need to obtain this from somewhere. Then, what you can do is in mysql: mysql -u root -p create database lemondb then once it's ready, all you need to do is import the script when you find it, so: mysql -u root -p lemondb < mysql_lemonpos.sql or whatever the name of the script is. That will create all the tables in the database.
  16. Did you run the find as a normal user first time around? That will be why you got the permission denied errors :) Normally I run a find as root so that I've got access to all directories/files. But as it happens, that script isn't supplied by the lemonpos package anyway as it would be listed above.
  17. As root, on your system from console you can try: find / -name lemon_mysql.sql and see if it comes back with anything. Alternatively, do: rpm -ql lemonpos assuming that package is called lemonpos, and it will list all files that were installed as part of that rpm. Then you might be able to find the script. Also, just check you have all the required packages installed, eg: urpmf --name lemonpos in case more than one package is available for providing other files such as mysql scripts. For example, on Ubuntu I have packages lemonpos and lemonpos-data. That's not to say it will be the same in Mandriva. But just an idea.
  18. Packages like zoneminder or wxcam are absent because nobody has packaged them for Mandriva.
  19. You could always install and try the desktop kernel and see if it makes a difference. But I expect it'll probably still react the same, but you might surprise me :)
  20. ianw1974

    mageiausers.org

    I'm in :) does that mean I'm an admin there too? ;)
  21. Ages ago I remember reading that CD media had a life of 8 years - so it could be why you are having problems reading the older ones. I doubt very much they have better copyright protection back then than they do now, so I would put it down to age, or that they just need a bit of a clean. My Terminator DVD has a problem that it oxidises, and I must clean it before I can watch it as my DVD player won't read it.
  22. I did a test: ian@elise:~$ stat test File: `test' Size: 0 Blocks: 0 IO Block: 4096 regular empty file Device: 803h/2051d Inode: 77873 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 1000/ ian) Gid: ( 1000/ ian) Access: 2010-11-19 17:15:39.297144511 +0100 Modify: 2010-11-19 17:15:37.473321203 +0100 Change: 2010-11-19 17:15:39.286020984 +0100 just an empty file created. ian@elise:~$ stat test File: `test' Size: 5 Blocks: 8 IO Block: 4096 regular file Device: 803h/2051d Inode: 98512 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 1000/ ian) Gid: ( 1000/ ian) Access: 2010-11-19 17:17:16.569141331 +0100 Modify: 2010-11-19 17:17:16.529148190 +0100 Change: 2010-11-19 17:17:16.533149005 +0100 now added text to the file. So of course all three changed, because I accessed and modified the file. ian@elise:~$ stat test File: `test' Size: 5 Blocks: 8 IO Block: 4096 regular file Device: 803h/2051d Inode: 98512 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 1000/ ian) Gid: ( 1000/ ian) Access: 2010-11-19 17:17:16.569141331 +0100 Modify: 2010-11-19 17:17:16.529148190 +0100 Change: 2010-11-19 17:17:16.533149005 +0100 the only thing now is that I check the file and open it with gedit, and it doesn't update any of the times. Seems for me it preserved it. What filesystem are you using? I'm using jfs.
  23. The creation date should be persistent. The problem comes when you copy them from one machine to another. Then the created date becomes the day that you copied it to the other system. Possibly down to the application used for copying it, and or the protocol, ftp, samba, etc.
×
×
  • Create New...