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.


Topics - cumali

Pages: [1]
1
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/

2
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


3
Packages / Zekr doesn't start on Bridge linux
« on: March 28, 2012, 03:56:07 PM »
Zekr  https://aur.archlinux.org/packages.php?O=0&K=zekr&do_Search=Go

Error:
Code: [Select]
[cuma@cuma ~]$ zekr.sh
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb76e7430, pid=6901, tid=3061254976
#
# JRE version: 7.0_03-b147
# Java VM: OpenJDK Server VM (22.0-b10 mixed mode linux-x86 )
# Derivative: IcedTea7 2.1
# Distribution: Custom build (Tue Mar  6 20:12:29 UTC 2012)
# Problematic frame:
# C  [libc.so.6+0x12f430]  __memcpy_ssse3+0x40
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid6901.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
/usr/bin/zekr.sh: line 27:  6901 İptal edildi           "$JAVA_CMD" $VM_ARGS -cp "$CLASS_PATH" $JRE_OPT $MAIN_CLASS $APP_ARGS $*
[cuma@cuma ~]$

4
General / How to install apper Package Manager?
« on: March 05, 2012, 04:19:37 PM »
How to install  apper Package Manager?
Follow these steps:
Code: [Select]
pacman -Syy
Code: [Select]
pacman -Syu
Code: [Select]
yaourt -S apper
Edit PKGBUILD ? [Y/n] ("A" to abort) n

Edit apper.install ? [Y/n] ("A" to abort) Y

Continue building apper ? [Y/n] Y

Continue installing apper ? [Y/n] Y

Continue installing apper ? [Y/n] Y






Aur apper https://aur.archlinux.org/packages.php?ID=53061

5
General / Installing Grub2
« on: March 05, 2012, 07:44:24 AM »
To install GRUB2 and os-prober to detect your other systems:

Code: [Select]
sudo packer -S grub2-bios os-prober
Code: [Select]
sudo grub_bios-install /dev/sdX (replace X with yours)
Code: [Select]
sudo grub-mkconfig -o /boot/grub/grub.cfg
Code: [Select]
sudo grub_bios-install /dev/sda
source: Bridge linux README: Install Extras
was tested: http://opensource-tr.org/destek/thread-672.html
                   http://forum.ubuntu-tr.net/index.php?topic=32504.0


6
General / Desktop Screenshots
« on: March 04, 2012, 02:13:54 PM »
Bridge cinnamon desktop



Sehzade icon http://kde-look.org/content/show.php?content=126202

7
KDE / Bridge Linux 2012.2 kde Firefox,Chromium problem
« on: March 04, 2012, 01:35:31 PM »
Bridge Linux 2012.2  kde  Firefox,Chromium  problem
Code: [Select]
XPCOMGlueLoad error for file /usr/lib/firefox/libxpcom.so:
libpng14.so.14: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

solution: Aur
Code: [Select]
yaourt -S  cairo-ubuntuhttp://aur.archlinux.org/packages.php?ID=17327



Pages: [1]