You are not logged in.
I have installed Arch again and updated pacman with -Syy and under /etc i do not see a pacman.xxx file , the old pacman.conf exists though
, the 1st time I had installed Arch a few days it had created a new file but today I do not see it.
Using Lynx to browse the forum and Wiki
Do i use ntfs-3g to mount a ntfs partition for read/write ?
Last edited by Zulfikar (2012-01-23 20:24:46)
Offline
Offline
Don't want to find it which i know how to, the thing is i do not see the new pacman file under /etc like it had done
the 1st time.
Offline
hokasch wrote:Don't want to find it which i know how to, the thing is i do not see the new pacman file under /etc like it had done
the 1st time.
The point is that it doesn't create pacman.* files, it creates *.pacnew and *.pacsave files.
If it did not create this, then the original file was unedited. Meaning there was no user configuration, thus pacman overwrote it with the new file.
Do i use ntfs-3g to mount a ntfs partition for read/write ?
ntfs-3g is the module that allows write access to ntfs partitions, yes.
Last edited by stefanwilkens (2012-01-23 20:58:35)
Arch i686 on Phenom X4 | GTX760
Offline
Zulfikar wrote:hokasch wrote:Don't want to find it which i know how to, the thing is i do not see the new pacman file under /etc like it had done
the 1st time.The point is that it doesn't create pacman.* files, it creates *.pacnew and *.pacsave files.
If it did not create this, then the original file was unedited. Meaning there was no user configuration, thus pacman overwrote it with the new file.
Zulfikar wrote:Do i use ntfs-3g to mount a ntfs partition for read/write ?
ntfs-3g is the module that allows write access to ntfs partitions, yes.
I manually decompressed pacman as by mistake i did pacman -U pacman
yep I installed the ntfs-3g and works wonderfully.
Offline
Don't want to find it which i know how to, the thing is i do not see the new pacman file under /etc like it had done
the 1st time.
When you know where to find the information, read it. The link I gave you explains why that happened...
original = X, current = X, new = Y
The current version's contents are identical to the original's, but the new version is different. Since the user hasn't modified the current version and the new version may contain improvements or bugfixes, overwrite the current version with the new version and do not notify the user. This is the only auto-merging of new changes that pacman is capable of performing.
Offline