Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cumali

Pages: [1] 2 3
1
Announcements / Re: Bridge Linux 2012.8
« on: August 11, 2012, 04:00:15 PM »

2
Announcements / Re: Bridge Linux 2012.8
« on: August 04, 2012, 02:06:35 PM »
Awesome, thanks  :)

4
Update Notices / Re: /lib becomes a symlink
« on: July 15, 2012, 10:44:09 AM »
No problem, Repeat commands.
Code: [Select]
sudo pacman -Syu --ignore glibc
Code: [Select]
sudo pacman -SuReboot

Note: http://archtr.org/forum/viewtopic.php?f=5&t=397#p3402

5
General / Re: bridge-live login?
« on: June 19, 2012, 06:44:24 AM »

6
Xfce / Re: Auto Login No Password
« on: June 18, 2012, 02:54:03 PM »
Useful, thanks @Sebyx87  ;)

8
Introductions / Re: Thanks so much you guys!
« on: June 09, 2012, 11:21:28 AM »
Welcome to the Bridge linux :)

9
KDE / Re: Upgrade to kde 4.8.4 failed due two conflicting files.
« on: June 08, 2012, 12:20:08 PM »
Please, thanks. :)

11
Update Notices / Filesystem upgrade - manual intervention required
« on: June 07, 2012, 03:29:33 PM »
As of filesystem-2012.6-2 the folders /var/run and /var/lock will be replaced by symlinks to /run and /run/lock, respectively.

On most systems this is already the case, as initscripts create the symlinks on boot. However, these symlinks are not owned by any package, which is what we are fixing with this upgrade.

If the symlinks are already in place on your system (which should be the case for most people), then you can simply perform
Code: [Select]
# pacman -Syu --ignore filesystem && pacman -S filesystem --force
Otherwise, if /var/run or /var/lock are directories (e.g. if you are using systemd and never booted with initscripts) you need to delete the directories before performing the update. As these directories are used at runtime, it is recommended to shutdown any background tasks before performing
Code: [Select]
# rm -rf /var/run /var/lock && pacman -Syu && reboot
Note: In general, it is strongly advised to avoid the --force switch as it is not safe. However, in this particular case it is safe, and suggested to avoid having to manually delete the /var/run or /var/lock symlinks.
Lastly, on upgrading filesystem users of kernels prior to linux-3.4 will get a warning about permissions on /sys. This is nothing to worry about, as of linux-3.4 the permissions will be 555, and this upgrade reflects this in the filesystem package.
http://www.archlinux.org/news/filesystem-upgrade-manual-intervention-required-1/

12
Installation / Re: login / password
« on: May 29, 2012, 05:34:06 AM »

13
General Discussion / How to Aur package installation?
« on: May 28, 2012, 10:56:45 AM »
Turn on the terminal:
Code: [Select]
pacman -S base-devel
edit pacman.conf
Code: [Select]
nano /etc/pacman.confAdd the bottom row
32
Code: [Select]
[archlinuxfr]
Server = http://repo.archlinux.fr/i686

64

Code: [Select]
64

[archlinuxfr]
Server = http://repo.archlinux.fr/x86_64

F3 the save F2 exit

update
Code: [Select]
pacman -Syy
Code: [Select]
pacman -Syu
after install yaourt

Code: [Select]
pacman -S yaourt
To install a package on Aur

Code: [Select]
yaouurt -S package name


14
Installation / Re: italian keymap
« on: May 28, 2012, 03:58:36 AM »
Thanks @ludvick,@mikronimo. :)

Pages: [1] 2 3