Jump to content

ianw1974

Admin
  • Posts

    14090
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by ianw1974

  1. 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.
  2. 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.
  3. 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.
  4. They tried this before, going to a one release per year. Will be interesting to see how long it takes until they revert back again.
  5. Are you sure you mean Mandriva 10.1 or Mandrake 10.1? Mandrake 10.1 is seriously old now, almost like the dinosaurs.
  6. I had problems before when some items wouldn't delete. I usually just remove the tick against the menu or application so that I never see it again.
  7. What do you mean by messes the whole menu? I do similar things with the menus as well moving things about, etc. What are you changing exactly?
  8. OK, so let us know how it goes connecting via IP address rather than machine name, and whether adding the machine name to the hosts file helps things any better. I know that service exists, because I've disabled it on Windows XP on my machine at home.
  9. Are you trying to connect to the machine by hostname or by IP address? Try connecting to machine1 by IP address if you are using hostname, and see if it's faster. If that is the case, then perhaps it's taking so long trying to resolve DNS. Another way to fix that is to add the hostname and IP to the hosts file either under Linux if you are connecting from a Linux machine or in Windows by editing the c:\windows\system32\drivers\etc\hosts file and adding the hostname and IP of machine1. The last post here hints at disabling the Web client service under Windows. See if it helps..... http://fixunix.com/mandriva/399137-very-slow-connection-samba-server.html
  10. I think your machine is crashing because of something else, not because someone connects to you while you are playing a game.
  11. Your chkrootkit says nothing found. Install rkhunter too and run this. rkhunter -c and post results here, but it could be that you are not infected. So I don't know why you think you are infected with a root kit, trojan etc?
  12. Ah OK :) My initial thoughts were you had some weird keyboard layout and when you wrote pacman, it came out as yaourt. Never mind me :)
  13. I'm, assuming yaourt = pacman :) As I've never heard of yaourt under Arch, but pacman being the norm for installing packages :D
  14. Use CloneZilla and backup the hard disk. Then delete whatever partitions you want, and install Mandriva on it. If you want to revert later, you have CloneZilla backup to revert to :)
  15. Yes, you can. It doesn't matter on the CD. It could be Ubuntu, or even Gentoo. Just need to chroot like I mentioned, and you can do all you need. Unfortunately, you will have to type it as I said. You won't be able to do it easily in a GUI way. It's not complicated to type and mount as I mentioned.
  16. Yes, you can boot into rescue mode from a Mandriva CD. You will need to know of course, which partition is your / and also /boot if you have it separately, but probably you have everything under /. Here is an example of how I would do it. Replace my partition in my example with your / partition. In my example, /dev/sda2 is my / partition. mkdir /mnt/mandriva mount /dev/sda2 /mnt/mandriva mount -t proc proc /mnt/mandriva/proc mount -o bind /dev /mnt/mandriva/dev chroot /mnt/mandriva /bin/bash source /etc/profile alternatively, if you have a problem with the chroot command I just gave, just change it slightly: chroot /mnt/mandriva source /etc/profile of course, still mounting all the stuff as previously mentioned. That will get you into an environment for reinstalling grub, then all you need to do: grub root (hd0,1) setup (hd0) and that will do the grub part. Grub should be installed to the MBR, and you can now reboot. Remember the hd0,1 is specific to the partition, so for example: /dev/sda1 = hd0,0 /dev/sda2 = hd0,1 /dev/sda3 = hd0,2 /dev/sda5 = hd0,4 and so on. You will know if you found it correctly. Maybe / on your system is /dev/sda5 but I cannot be sure of it. You can verify all of this in /boot/grub/menu.lst because it will show the root in there with hd0,1 or whatever. Once you have done that, exit cleanly from the chroot environment. exit umount /mnt/mandriva/dev /mnt/mandriva/proc /mnt/mandriva and reboot.
  17. I keep meaning to try it myself, thought about it for home CCTV - make sure the neighbours don't break my fence :D
  18. Maybe try this: http://www.zoneminder.com/
  19. You could always try cheese. I think it does all the same things as this.
  20. I always apply updates to my system. The biggest thing you need to look out for are changes to config files. This can be a problem on servers if you have something installed and tweaked the config only to find after an update the config reverted. Normally though this doesn't happen unless you accept it. On most if not all rpm distros, the config files are always created as .rpmnew so that you can review and accept if you need to. On Debian based distros it will ask you if you want to accept the new config file, stay with the old one, compare, etc, etc. Sometimes packages can cause problems. There is the old saying "If it 'aint broke, don't fix it". Sometimes this is good, but then other times you can be leaving your system open to security risks, especially where internet access to that particular system is concerned. Updates are meant to be there for a reason, but then there is also the chance that they can make things worse. You just hope that if an update was released that broke something, that it will be fixed just as quick. One thing you could do is always open a bug report for the problem you are now experiencing to help get it fixed.
  21. Well it was very easy for me. I think you'll find if you have pulseaudio already installed, it will just be a case of unmuting the audio for HDMI using alsamixer (as per the link I sent), and then just go into your audio properties and set the output to the HDMI. That way I don't have to use asound to set the default audio to HDMI, when I want my normal laptop speakers to be the default. Of course, you must change it back again in audio properties to revert to laptop speakers.
  22. If this is a real post, then if you've been infected with a trojan, the fix is simple. Clean install! There's no other better way of making sure you are clean than doing this. They could have left behind all sorts of stuff. I wouldn't connect to any machine that is infected with a trojan, because I don't want mine infected. I doubt anyone would.
  23. I've got HDMI on my laptop and have the same problem. My laptop has an ATI setup, but the HDMI doesn't work for sound. Video yes. I haven't seriously looked at it because I hardly use it much. But I expect it would be something to do with the pulseaudio configuration or something. When you go into this, there are two outputs to choose from. This might help: http://crunchbanglinux.org/forums/topic/2310/hdmi-ati-hda-sound-how-i-got-hdmi-sound-working-in/ I'm trying it on my system now, but won't check it until I next connect my HDMI. I also need to check the config, as I don't want HDMI to be the default. For now from the above, I've just unmuted the sound, as it seemed it was muted. So perhaps when I connect it again, that will be enough for it to start working. I have Ubuntu 10.04, but the specifics should be more or less the same.
  24. Are you saying this problem is occurring on all of your machines or just one?
  25. You can still access them. If they are not uncommented in fstab, then they won't be mounted automatically. That is all. The system will still see any partitions on disks attached to the system. All /etc/fstab is doing is mounting them or not mounting them depending on the config. As soon as you click a disk partition, the system will mount it. fstab also tells the system where to mount it, so if an fstab entry doesn't exist, then it will mount under /media usually. Otherwise, in fstab, you can specify, /mnt/whatever, or /iso or /data, depending on what you want mounted and where.
×
×
  • Create New...