Re: changing sound parameter on startup

2012-05-26 Thread Volkan YAZICI
/etc/rc.local? On Sat, 26 May 2012 13:40:01 -0700, Ross Boylan writes: > Simple version: what's the best way to get the effect of > echo 1024 > /proc/asound/card0/pcm0p/sub0/prealloc > every time I start, preferably before KDE starts? > > I've seen indications I should put something in rcS.d/, bu

Performance of Linux IP Aliased Network Interfaces

2012-05-11 Thread Volkan YAZICI
Hi! I put together a setup to measure the performance of IP aliasing in Linux. (See related blog post[1].) The problem is, observed throughput increases as the number of aliases increase. Despite this problem does not specifically related with Debian, I hope to find some answers here. Any helps wi

Re: wget --post-data issue

2012-01-21 Thread Volkan YAZICI
On Sat, 21 Jan 2012 18:10:12 +0530, "J. Bakshi" writes: > I have a form which have 2 input field "Roll number" and "comments" ; using > formfind command I get the following > > ``` > --- FORM report. Uses POST to URL "index.php" > Input: NAME="go" VALUE="1" (HIDDEN) > Input: NAME="

Re: UCARP Behind NAT

2011-11-15 Thread Volkan YAZICI
Why not asking it directly to the UCARP author (Frank DENIS) via email? (See http://ucarp.org for details.) On Mon, 14 Nov 2011 11:36:41 -0500, Chris Snyder writes: > Any ideas where a good place to ask for help on this topic is? Is > there a UCARP mailing list? I realize it might be a little spec

Re: /proc/acpi/video

2011-10-30 Thread Volkan YAZICI
On Sat, 29 Oct 2011 20:31:03 + (UTC), Camaleón writes: > What's the output of "ls -l /sys/class/backlight"? > > If I follow the instructions of the section named "The /sys/class/ > backlight interface" I can indeed see and set the backlight values as > stated. For instance, to put the backligh

Re: /proc/acpi/video

2011-10-29 Thread Volkan YAZICI
On Sat, 29 Oct 2011 15:01:12 + (UTC), Camaleón writes: > I'm running a Debian stock kernel (3.0.0-1) and neither have that entry > under "/proc/acpi" but can control the brigthness of my netbook either > from GNOME or using the hotkeys. > > Maybe this Ubuntu debug guide for backlight can give

/proc/acpi/video

2011-10-29 Thread Volkan YAZICI
Hello, I'm using a custom built vanilla Linux kernel of version 3.0.0. Despite I loaded every available ACPI related module, I still cannot see any "video" folder under /proc/acpi directory, hence I cannot alter display brigthness, etc. Any ideas? What might I be missing? Best. -- To UNSUBSCR

Re: Observing IP Conflicts

2011-10-28 Thread Volkan YAZICI
On Fri, 28 Oct 2011 13:36:51 +0100, Raf Czlonka writes: > Or "ucarp". I guess "keepalived" has been mentioned already and since > you're not running a cluster it might be an overkill. Really good stuff! I didn't know them. Thanks! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Observing IP Conflicts

2011-10-28 Thread Volkan YAZICI
On Thu, 27 Oct 2011 21:46:51 -0500, green writes: > I have not used it, but you might want to look at the vrrpd package. Interesting... I didn't know that. Thanks. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@list

Re: Observing IP Conflicts

2011-10-27 Thread Volkan YAZICI
Nevermind. See "apt-file search ipwatchd". On Thu, 27 Oct 2011 20:16:43 +0300, Volkan YAZICI writes: > I have two servers A and B, where both knows the IP address of itself > and the other. Assume A goes down (that is, A is not reachable via > ping), then B temporarily takes

Observing IP Conflicts

2011-10-27 Thread Volkan YAZICI
Hi, I have two servers A and B, where both knows the IP address of itself and the other. Assume A goes down (that is, A is not reachable via ping), then B temporarily takes the IP address of A via IP aliasing. Now the problem is, when A wakes up, I want B to get alerted by this event. Any ideas?

Re: emacs rmail: how to save sent messages

2011-10-03 Thread Volkan YAZICI
400, Роман Новиков writes: > does anybody knows what about rmail? C-h ? v did not get any related results ( > Karl Vogel suggested to send all the mails to the "sent" account, but it is > crutch, may be we find mo correct way ;) > > 3 октября 2011 г. 10:04 пользователь Volkan

Re: emacs rmail: how to save sent messages

2011-10-02 Thread Volkan YAZICI
On Mon, 3 Oct 2011 03:14:48 +0400, Роман Новиков writes: > trying to adjust emacs rmail. almost everything is great, but cannot > understand how to tell emacs to save all the sent messages into file i > want (~/mail/sent for example). does anybody know - what to do? I don't know its equivalent in

Re: emacs rmail: how to save sent messages

2011-10-02 Thread Volkan YAZICI
On Mon, 3 Oct 2011 03:14:48 +0400, Роман Новиков writes: > trying to adjust emacs rmail. almost everything is great, but cannot > understand how to tell emacs to save all the sent messages into file i > want (~/mail/sent for example). does anybody know - what to do? I don't know its equivalent in

Re: setting up a static IP address

2011-08-15 Thread Volkan YAZICI
On Mon, 15 Aug 2011 11:49:24 + (UTC), Steve Kleene writes: > auto lo > iface lo inet loopback > > # The primary network interface > allow-hotplug eth0 > iface eth0 inet static > address 10.97.14.253 > netmask 255.255.255.0 > gateway 10.97.14.1 > > auto eth0 > > Connectivity is

Re: Wireless problem with Thinkpad X220

2011-08-12 Thread Volkan YAZICI
On Thu, 11 Aug 2011 23:05:26 -0500, Kumar Appaiah writes: > I've been trying to help a friend out with wireless on his Thinkpad > X220. The identifier is: > > 03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE > 802.11b/g/n WiFi Adapter (rev 01) > > Now, according to http://wiki

Re: ad-hoc wifi - network unreachable

2011-08-07 Thread Volkan YAZICI
On Sat, 06 Aug 2011 15:29:04 -0400, "Robert Blair Mason Jr." writes: > 1. Why do I have to call iwconfig twice? Because wicd overwrites it somehow? > 2. Is wicd at fault in this case? If so, should I file a bug report? If you can do it manually and wicd cannot by default, then, yes, you shoul

Re: Recovering from MKFS

2011-08-04 Thread Volkan YAZICI
On Thu, 04 Aug 2011 11:59:22 -0400, Ethan Rosenberg writes: > I ran mkfs -L on an external usb drive, hoping to change it's name, which it > did. It, of course, rewrote the inode tables, which I did not realize that it > would, and I cannot find my files on the disk. Is there any way to recover

Re: sudden wireless problem

2011-08-01 Thread Volkan YAZICI
On Mon, 1 Aug 2011 00:10:51 +1000 (EST), "Andrew McGlashan" writes: > I've seen this problem on some hardware. > > The best thing to try is to shutdown the machine fully and remove all > power source, then try to restart it -- if wireless isn't functional and > you have multi-boot available, try to

Re: (almost solved) Re: [Feedback needed] "brcmsmac" wifi driver in testing

2011-08-01 Thread Volkan YAZICI
On Sun, 31 Jul 2011 14:53:03 + (UTC), Camaleón writes: > Tried with both ("-D nl80211" and reduced conf file) but I get the same ;- > ( > > *** > Trying to associate with 00:26:44:df:60:91 (SSID='WLAN_6D' freq=2452 MHz) > Authentication with 00:26:44:df:60:91 timed out. > *** > > It cannot even

Re: sudden wireless problem

2011-07-31 Thread Volkan YAZICI
On Sun, 31 Jul 2011 19:13:50 -0700 (PDT), Steven Sciame writes: > steven@debtop:~$ su > Password: > debtop:/home/steven# lspci -vnn |grep BCM4306 > 02:06.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g > Wireless LAN Controller [14e4:4320] (rev 03) > debtop:/home/steven# ls /e

Re: [Feedback needed] "brcmsmac" wifi driver in testing

2011-07-31 Thread Volkan YAZICI
On Sun, 31 Jul 2011 12:02:02 + (UTC), Camaleón writes: > In testing I have "2.6.39-2686-pae" > [...] > > Good idea. Done... > > /etc/wpa_supplicant/wpa_supplicant.conf > > # WPA-PSK/TKIP > > ctrl_interface=/var/run/wpa_supplicant > > network={ > ssid="WLAN_6D" > key_mgmt=WPA-PSK > p

Re: sudden wireless problem

2011-07-31 Thread Volkan YAZICI
What does this output: --8<---cut here---start->8--- # lspci -vnn | grep BCM4306 # /etc/init.d/NetworkManager stop# Stop nm. # ifdown wlan0 # For any case. # ifconfig wlan0 up # Take wlan0 up. # iwlist wlan0

Re: [Feedback needed] "brcmsmac" wifi driver in testing

2011-07-30 Thread Volkan YAZICI
On Mon, 25 Jul 2011 16:46:56 + (UTC), Camaleón writes: > Our cell phone provider has given us a netbook that embeds a broadcom > 4313 wifi chipset¹. > > This card seems to be supported by the new -and open source- brcmsmac > driver² (still in a staging development) but I am having problems to

Re: LaTeX to HTML converters and comments.

2011-07-25 Thread Volkan YAZICI
On Fri, 22 Jul 2011 09:19:47 -0800, peasth...@shaw.ca writes: > tth converts LaTeX to HTML nicely but strips the comments. > The manual remarks "% Comments. Simply removed." Can anyone > suggest a converter which encloses each comment in ? Did you check tex2page[1]. For instance, Scheme specs[2]

Re: Multiple Network Gateways

2011-07-18 Thread Volkan YAZICI
[Before going with the rest of the reply, I'd like to thank who (lee, William Hopkins, Johannes Obermueller, Bonno Bloksma, Andrew McGlashan, Camaleón) sincerely answered to my question.] On Fri, 15 Jul 2011 23:31:05 +0200, "Bonno Bloksma" writes: > In here you have some duplicate information that

Re: Multiple Network Gateways

2011-07-15 Thread Volkan YAZICI
On Fri, 15 Jul 2011 15:58:10 +0200, lee writes: > Volkan YAZICI writes: > >>,===. eth0 ,---. >> || internet || <-> | reyiz | >>`==

Multiple Network Gateways

2011-07-15 Thread Volkan YAZICI
Hi, I would like to setup a simple network detailed in the below schema. --8<---cut here---start->8--- ,===. eth0 ,---. || internet || <-> | reyiz | `==='10.10.98.100 `---'

/etc/kbd/remap

2011-07-11 Thread Volkan YAZICI
Hi! Default contents of the /etc/kbd/remap file provided by kbd package is as follows. --8<---cut here---start->8--- # This sed script is run across the dumpkeys output to remap keys on the console # This turns caps lock into control #s/keycode 58 = Caps_Lock

Re: broadcom

2011-06-12 Thread Volkan YAZICI
IMHO, you have two options: 1. Solve the issue by fixing the drivers supplied by the distribution. (As others have explained in the previous replies.) 2. Use new brcm80211[1] drivers. For this purpose, I'd make a custom kernel package (see make-kpkg) using the latest stable kernel source

Re: generating graphs

2011-06-10 Thread Volkan YAZICI
On Sat, 11 Jun 2011 03:31:03 +0200, Maros Zilka writes: > I want to generate a graphs of CPU usage, temperatures etc ... and then > put them on the web page. Can you recommend me some good program for > this ? I know i can use Google or search packages but i want to know > your opinion what is the

Re: mini pic express WLAN card which support AP mode

2011-05-30 Thread Volkan YAZICI
On Mon, 30 May 2011 22:18:16 -0700, writes: > Any recommendations for cards that are known to work with the current > stable distribution in master mode, i.e. as an access point ? I *highly* recommend Atheros WiFi cards. (Particularly, 5000 and 9000 series.) Master mode, ad-hoc mode, etc. all is s

Re: Ad-Hoc Wi-Fi Network Setup

2011-05-30 Thread Volkan YAZICI
On Mon, 30 May 2011 03:13:16 -0400, William Hopkins writes: > On 05/27/11 at 08:03pm, Volkan YAZICI wrote: >> On Fri, 27 May 2011 16:56:39 + (UTC), Camaleón writes: >> > "ifdown/ifup" and maybe "/etc/init.d/networking restart" just to be >> >

Re: Ad-Hoc Wi-Fi Network Setup

2011-05-27 Thread Volkan YAZICI
On Fri, 27 May 2011 16:56:39 + (UTC), Camaleón writes: > "ifdown/ifup" and maybe "/etc/init.d/networking restart" just to be > sure :-) My /etc/network/interfaces is empty, but loopback device. I'm just issuing plain old ifconfig, and IMHO it should be working. I need to find a way to get mor

Re: Ad-Hoc Wi-Fi Network Setup

2011-05-27 Thread Volkan YAZICI
On Fri, 27 May 2011 16:40:48 + (UTC), Camaleón writes: > It can be trivial but did you also restart the "wlan0" interfaces? While I was issuing iwconfig commands, wlan0 was already set down; after iwconfig I waked up the wlan0 via ifconfig. What do you mean by restarting an interface? Best.

Re: Ad-Hoc Wi-Fi Network Setup

2011-05-27 Thread Volkan YAZICI
On Fri, 27 May 2011 15:49:39 + (UTC), Camaleón writes: > On Fri, 27 May 2011 17:44:36 +0300, Volkan YAZICI wrote: > >> I'm trying to setup an ad-hoc Wi-Fi network, but having trouble to get >> it working. Below are the steps I follow. >> >> foo# iwconfig w

Ad-Hoc Wi-Fi Network Setup

2011-05-27 Thread Volkan YAZICI
Hi, I'm trying to setup an ad-hoc Wi-Fi network, but having trouble to get it working. Below are the steps I follow. foo# iwconfig wlan0 mode ad-hoc chan 11 essid inci foo# ifconfig wlan0 192.168.1.1 bar# iwconfig wlan0 mode ad-hoc chan 11 essid inci bar# ifconfig wlan0 192.168.1.2 bar

Re: new wifi configuration

2011-05-10 Thread Volkan YAZICI
On Tue, 10 May 2011 20:38:42 +0200, roberto writes: > hello, i've been using this manual configuration for my wireless card > till now (2 years): > > wpa_supplicant -c /etc/wpa_supplicant.conf -i eth1 -B > > ifconfig eth1 ip_address > route add default gw ip_address eth1 Instead of above two lines

Re: How to debug microphone?

2011-04-24 Thread Volkan YAZICI
On Sun, 24 Apr 2011 09:40:49 +0200, Felix Natter writes: > I'd like to use my microphone, but when I use gnome-sound-recorder, and > - select "Record from input: Front Mic" it doesn't record anything. > - select "Record from input: Line In" and attach a headset to the 3.5mm > mic input (Laptop) i

Re: wireless-next / wireless-testing

2011-03-25 Thread Volkan YAZICI
wext module is a little bit outdated -- AFAIK, no new features were introduced since years, just maintanance and bug fixes. I'd recommend sticking with mac80211 family of modules, which are planned to replace wext and are under active development. On Fri, 25 Mar 2011 10:05:27 +0100, Mathieu Malate

Re: Disable Evince Toolbar Permanently

2011-03-11 Thread Volkan YAZICI
On Fri, 11 Mar 2011 20:36:49 +0100, Claudius Hubig writes: > Volkan YAZICI wrote: >>Is it possible to disable the toolbar in Evince permanently? > > works for me permanently (i. e. after a restart of Evince). Strange, it doesn't for me. Which WM/Desktop do you use? (BTW,

Disable Evince Toolbar Permanently

2011-03-11 Thread Volkan YAZICI
Hi, Is it possible to disable the toolbar in Evince permanently? Regards. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87y64lwnw6@alamut.ozu.edu.tr

Re: html to image

2011-03-10 Thread Volkan YAZICI
You surely can: $ apt-file search ps2png | grep /usr/bin tth: /usr/bin/ps2pn On Thu, 10 Mar 2011 21:50:51 +0200, Atıf CEYLAN writes: > I know the package but can I convert to image from ps format? > > On 03/10/2011 09:39 PM, Volkan YAZICI wrote: > > You might want to chec

Re: html to image

2011-03-10 Thread Volkan YAZICI
On Thu, 10 Mar 2011 21:31:12 +0200, Atıf CEYLAN writes: > Thanks for your answer but I did search as html2 in all packages. > unfortunately I did not found any utility program :( > > On Wed, 09 Mar 2011 14:16:02 +0200, Volkan YAZICI wrote: >> On Wed, 09 Mar 2011 12:08:42 +0200,

Re: What is the most secure FTP server?

2011-03-10 Thread Volkan YAZICI
On Thu, 10 Mar 2011 09:56:32 -0600, Jason Hsu writes: > I understand that regular FTP has inferior security due to the lack of > encryption. So I'm looking for an alternative to use on my home > server. > > What is your favorite alternative and why? Implicit FTPS? SFTP? FTP > over SSH? Or something

Re: html to image

2011-03-09 Thread Volkan YAZICI
On Wed, 09 Mar 2011 12:08:42 +0200, Atıf CEYLAN writes: > I need to a console based html to image converter application. I found > the html2png2 application but it need to X. That is not something trivial. Consider the different outputs of different web browser rendering engines, e.g., Gecko, KHTM

Re: synaptics problem

2011-03-08 Thread Volkan YAZICI
On Tue, 08 Mar 2011 11:49:19 +0200, Atıf CEYLAN writes: > I have a packard bell LM98 laptop. I get "TouchPad no synaptics event > device found (II) UnloadModule: "synaptics" " message in the kernel > log. xserver-xorg-input-synaptics package is installed and my laptop > have synaptics touchpad hard

Re: /USR/SBIN/CRON[20837]: (CRON) error (grandchild #20839 failed with exit status 1)

2011-02-21 Thread Volkan YAZICI
Hi, You might try 1) increasing the logging verbosity of cron via uncommenting EXTRA_OPTS="-L 2" line in /etc/default/cron, and 2) taking a look at /var/spool/cron directory contents. Best. On Mon, 21 Feb 2011 13:15:49 +1100, Robert S writes: > I'm getting these in my syslog: > > Feb 21 06:05:0

Re: no audio in microphone

2011-02-03 Thread Volkan YAZICI
First, try recording with "arecord -V". ("-V" param will provide you a VU-meter.) Second, play with the mic settings in "alsamixer" interface. On Thu, 03 Feb 2011 14:42:29 -0500, Paul Cartwright writes: > I am trying to setup skype. I got a nice new logitech C200 web cam & the video > works now. B

Re: How To Temporarily Suspend Network Traffic

2011-02-01 Thread Volkan YAZICI
On Tue, 1 Feb 2011 13:15:15 -0500, Gregory Seidman writes: > On Tue, Feb 01, 2011 at 07:40:06PM +0200, Volkan YAZICI wrote: >> [...] >> # while /bin/true; do \ >> > iptables -A OUTPUT -i wlan0 -j DROP && \ >> > usleep 10 && \ >>

How To Temporarily Suspend Network Traffic

2011-02-01 Thread Volkan YAZICI
Hi, I want to temporarily suspend the network traffic on a particular interface -- if possible, in microsecond granularity. For this purpose, ifup/ifdown ioctl() calls doesn't work. That is, for wireless, connection isn't get recovered; for wired, it takes at least 2 seconds to recover. I tried us

Re: xfig font problem

2011-01-03 Thread Volkan YAZICI
On Mon, 3 Jan 2011, Camaleón writes: > And those files seem to be installed by the "xfonts-base" package... Right. I again did the first thing that I need to do as the last one. Anyway, thanks. (BTW, shouldn't xfig depend on xfonts-base?) Regards. -- To UNSUBSCRIBE, email to debian-user-requ.

xfig font problem

2011-01-03 Thread Volkan YAZICI
Hi, xfig was used to work properly in lenny, but after I migrated to squeeze, when I start xfig, it complains that Can't load font: 8x13bold, using 6x13 And when I try to write something, it just uses the default font face (times) with its default font size -- it is not possible to change the

Re: whats wrong with my internet connection checker script?

2010-12-26 Thread Volkan YAZICI
On Sun, 26 Dec 2010, S Mathias writes: > $ ping -W 1 -c 4 google.com >& /dev/null | grep -q "100% packet loss" && ping > -W 1 -c 4 www.yahoo.com >& /dev/null | grep -q "100% packet loss" || echo "no > internet connection" > no internet connection > > ...both sides "false", because they have no o

Re: Türkce Debian (Debian in Turkish)

2010-12-01 Thread Volkan YAZICI
On Wed, 01 Dec 2010, Debian TR writes: > Listede Debian'in Türkce cevirileri ile yetkili biri varsa mail > atabilir mi? Bu konuda yardimci olmak istiyorum. Türkce mail listesi > spam istilasi altinda gördügüm kadariyla. You might want to get in touch with Recai Oktaş. Check out his account on Lau

Re: /etc/grub.d/10_linux anomaly

2010-11-30 Thread Volkan YAZICI
On Tue, 30 Nov 2010, Tom H writes: > So 10_linux isn't the problem. Another script is somehow picking up > 2.6.32... It depends. If 10_linux is expected to find currently running kernel as well, your are right; otherwise, wrong. I thought that the current kernel is somehow automatically added to

/etc/grub.d/10_linux anomaly

2010-11-30 Thread Volkan YAZICI
Hi, TL;DR --- /etc/grub.d/10_linux causes update-grub to match same Linux image twice. (Debian GNU/Linux Squeeze, up-to-date as of date.) # ls -1F /boot config-2.6.32-5-686 grub/ initrd.img-2.6.32-5-686 System.map-2.6.32-5-686 vmlinuz-2.6.32-5-686 # dpkg -l | grep linux-image i

Re: Opinions about Laptop and Debian - Nvidia vs Radeon

2010-11-28 Thread Volkan YAZICI
On Mon, 29 Nov 2010, Andrei Popescu writes: > On Lu, 29 nov 10, 02:13:08, Volkan YAZICI wrote: >> On Sun, 28 Nov 2010, Andrei Popescu writes: >> > On Du, 28 nov 10, 13:41:52, Volkan YAZICI wrote: >> >> I have a ATI Mobility Radeon HD 4500 Series VGA controller.

Re: Opinions about Laptop and Debian - Nvidia vs Radeon

2010-11-28 Thread Volkan YAZICI
Hi Ivan, I have a ATI Mobility Radeon HD 4500 Series VGA controller. It's binary drivers are miserably useless. (Even scrolling in Firefox lags.) Hence, I couldn't find motivation to test its 3D capabilities. Its open source drivers bundled with some recent kernel version are way much better. (At

Re: Problems configuring wireless with wicd on amd64 lenny

2010-11-08 Thread Volkan YAZICI
On Sun, 7 Nov 2010, Kjetil brinchmann Halvorsen writes: >>      ssid="" "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" > "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd";> > > > > > > > > >

Re: Problems configuring wireless with wicd on amd64 lenny

2010-11-07 Thread Volkan YAZICI
On Sat, 6 Nov 2010, Kjetil brinchmann Halvorsen writes: > 03:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR5001 > Wireless Network Adapter [168c:001c] (rev 01) > Subsystem: Hewlett-Packard Company Device [103c:137b] > Flags: bus master, fast devsel, latency 0, IRQ 19 >

Re: Problems configuring wireless with wicd on amd64 lenny

2010-11-06 Thread Volkan YAZICI
On Fri, 5 Nov 2010, Kjetil brinchmann Halvorsen writes: > : ifconfig wlan0 up > succeeds, do not print anything. > : iwlist wlan0 scan > wlan0 No scan results. There is a problem at this point. It should have been listing available

Re: how to generate pi in c

2010-11-05 Thread Volkan YAZICI
On Fri, 5 Nov 2010, Arthur Bela writes: > Does anyone has a "generate-pi.c" source code? Answer to your homework is here[1]. Also you can find a couple million digits of pi as a text file on the web. Regards. [1] http://en.wikipedia.org/wiki/Pi#Estimating_.CF.80 -- To UNSUBSCRIBE, email to

Re: Problems configuring wireless with wicd on amd64 lenny

2010-11-05 Thread Volkan YAZICI
On Fri, 05 Nov 2010, Volkan YAZICI writes: > Now cross your fingers and hope wpa_supplicant do the rest: > > # wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0 -d > > The debugging output should tell you more. Inform us about the progress, > maybe we can help

Re: Problems configuring wireless with wicd on amd64 lenny

2010-11-05 Thread Volkan YAZICI
Hi, wicd just parses the outputs of ifconfig/iwconfig/iwlist/wpa_supplicant commands. Maybe manually executing this sequence may help you to spot the problem. Here it goes: # ifconfig wlan0 up Now, you should be able to see the available list accessible APs: # iwlist wlan0 scan If everythi

Re: Graphical diff/patch viewer

2010-11-03 Thread Volkan YAZICI
On Wed, 3 Nov 2010, Rob Gom writes: > do you know/is there any graphical patch/diff viewer in Debian (or for > Linux in general)? Such a tool would produce side by side view of > changes/deletions/inserts. > There is kompare for KDE, but it is unreliable - produces false > results for specific pat

Re: Size of minimal Debian installation

2010-10-30 Thread Volkan YAZICI
Hi, Before reading following lines, I want to remind you that official Debian GNU/Linux installation is not optimized for constrained space requirements, where Puppy Linux is. Consider manual pages, lots of automation related scripts all around the place, a full featured libc (consider uclibc), do

Bluetooth Package Maintenance

2010-10-26 Thread Volkan YAZICI
he has no sign of activity yet. Where should I urge for support? Any ideas? Regards. On Sun, 24 Oct 2010, Filippo Giunchedi writes: > On Fri, Oct 22, 2010 at 11:09:32AM +0300, Volkan YAZICI wrote: >> If I'm not mistaken, you appear to be the only active maintainer of the >> b

Re: Firefox

2010-10-23 Thread Volkan YAZICI
On Fri, 22 Oct 2010, Mark writes: > whenever I open up firefox it crashes. I can't figure out why Try starting it with fresh configurations. That is, $ mv ~/.mozilla/firefox ~/.mozilla/firefox.bak $ firefox Regards. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with

Re: Best way to manually replace a package with a customized one

2010-10-22 Thread Volkan YAZICI
On Fri, 22 Oct 2010, Yahya Mohammad writes: > I want to use a custom compiled version of ffmpeg to enable some extra > features. What is the best way to do this? I do not want to break > anything that depends on ffmpeg. > > I tried making my own .deb package using checkinstall. This works > fine,

Re: XFS and Power Failures

2010-10-21 Thread Volkan YAZICI
On Thu, 21 Oct 2010, "Boyd Stephen Smith Jr." writes: > XFS is the not only file system where power failure can result in a > truncated file. Even ext3 can have that issue, though it is less > likely. > > However, if the application follows a certain procedure when > re-writing files, it will not

Re: XFS and Power Failures

2010-10-21 Thread Volkan YAZICI
On Thu, 21 Oct 2010, godo writes: > On 10/21/2010 12:04 PM, Volkan YAZICI wrote: >> Another scenario, same failure. I have a squeeze installed notebook and >> having troubles with X. It crashes for some driver specific reasons and >> I need to hard-reset the notebo

XFS and Power Failures [Was: Linux filesystems]

2010-10-21 Thread Volkan YAZICI
On Tue, 27 Jul 2010, Volkan YAZICI writes: > On Tue, 27 Jul 2010, Stan Hoeppner writes: >> What write operations were you performing at the time you pulled the plug? >> Unless you were writing the superblock it'd be almost impossible to hose the >> filesystem to t

Re: udev auto mount usb disk

2010-10-08 Thread Volkan YAZICI
On Fri, 8 Oct 2010, Camaleón writes: > On Fri, 08 Oct 2010 15:31:37 +0300, Volkan YAZICI wrote: >> On Fri, 8 Oct 2010, Camaleón writes: >>> On Thu, 07 Oct 2010 23:06:12 +0300, Volkan YAZICI wrote: >>>> # cat /etc/udev/rules.d/89-tosun.rules ACTION

Re: udev auto mount usb disk

2010-10-08 Thread Volkan YAZICI
On Fri, 8 Oct 2010, Camaleón writes: > On Thu, 07 Oct 2010 23:06:12 +0300, Volkan YAZICI wrote: >> # cat /etc/udev/rules.d/89-tosun.rules >> ACTION=="add", ENV{ID_FS_UUID}=="0C98AFAF98AF95AC", RUN+="mount >> /media/tosun" >> A

udev auto mount usb disk

2010-10-07 Thread Volkan YAZICI
Hi, Below are the configurations related with my USB disk. # grep tosun /etc/fstab UUID=0C98AFAF98AF95AC /media/tosun ntfs-3g noauto,fmask=133,dmask=022 0 0 # cat /etc/udev/rules.d/89-tosun.rules ACTION=="add", ENV{ID_FS_UUID}=="0C98AFAF98AF95AC", RUN+="mount /media/tosun" ACTION=="rem

Re: squeeze /etc/kbd/remap replace caps with ctrl

2010-10-04 Thread Volkan YAZICI
On Sun, 03 Oct 2010, Volkan YAZICI writes: > In Squeeze, despite I removed the comment prefix of > > s/keycode 58 = Caps_Lock/keycode 58 = Control/; > > line, neither "/etc/init.d/kbd restart", nor "restart" makes any > difference in the caps l

Re: squeeze /etc/kbd/remap replace caps with ctrl

2010-10-04 Thread Volkan YAZICI
On Sun, 3 Oct 2010, Bob Proulx writes: > Volkan YAZICI wrote: >> In Squeeze, despite I removed the comment prefix of >> >> s/keycode 58 = Caps_Lock/keycode 58 = Control/; >> >> line, neither "/etc/init.d/kbd restart", nor "restart" makes

squeeze /etc/kbd/remap replace caps with ctrl

2010-10-03 Thread Volkan YAZICI
Hi, In Squeeze, despite I removed the comment prefix of s/keycode 58 = Caps_Lock/keycode 58 = Control/; line, neither "/etc/init.d/kbd restart", nor "restart" makes any difference in the caps lock key. Am I missing something or the configuration is broken and not working? Regards. -- To

Re: Samsung R540 Microphone Problem

2010-09-30 Thread Volkan YAZICI
On Thu, 30 Sep 2010, Mihira Fernando writes: > On 09/30/2010 07:40 PM, Volkan YAZICI wrote: >> On Thu, 30 Sep 2010, Mihira Fernando writes: >>> Stupid question but did you select the sound capture source and set >>> the capture volume in the sound mixer applicatio

Re: Samsung R540 Microphone Problem

2010-09-30 Thread Volkan YAZICI
On Thu, 30 Sep 2010, Mihira Fernando writes: > Stupid question but did you select the sound capture source and set > the capture volume in the sound mixer application ? I have a sound > card that uses the snd-hda-intel driver as well and had the same > problem, only to find that in addition to the

Samsung R540 Microphone Problem

2010-09-30 Thread Volkan YAZICI
Hi, I'm having trouble to get mic working on this damn Samsung R540. I tried using linux-image-2.6.26-2-686 (stable/lenny) and linux-image-2.6.32-bpo.5-686 (backports) with no success. Then I downloaded latest alsa-driver and tried to compile it against linux-image-2.6.32-bpo.5-686, but this time

Re: Samsung R540 Video Card (ATI Mobility Radeon HD545v)

2010-09-29 Thread Volkan YAZICI
On Wed, 29 Sep 2010, Volkan YAZICI writes: > I'm having very disappointing moments after switching from Lenovo 3000 > N200 to Samsung R540. It took half of my day to get wireless working. > Anyway, I installed the "ATI Catalyst 10.9 Proprietary Linux x86 Display > Driver&quo

Re: Embedded System Recommendations

2010-07-28 Thread Volkan YAZICI
On Wed, 28 Jul 2010, Hal Vaughan writes: > I'm working with something that will go in people's offices. I was > seriously considering using some Soekris boxes (http://soekris.com). > The problem is the upper limit of RAM is 512 MB. I'd like to get > something a little faster than their systems and

Re: Linux filesystems was [Re: Debian cd supporting ext4.]

2010-07-27 Thread Volkan YAZICI
On Tue, 27 Jul 2010, Stan Hoeppner writes: > What write operations were you performing at the time you pulled the plug? > Unless you were writing the superblock it'd be almost impossible to hose the > filesystem to the point it couldn't mount. Were you doing a resize operation > when you pulled t

Re: Linux filesystems was [Re: Debian cd supporting ext4.]

2010-07-27 Thread Volkan YAZICI
On Tue, 27 Jul 2010, Stan Hoeppner writes: > I'd also like to add that anyone smart enough to be on this list is smart > enough to know you should have a UPS, regardless of what filesystem you use. > If you're not you shouldn't be here. If you disagree on the technical merits > (not cost), you're

Re: Linux filesystems was [Re: Debian cd supporting ext4.]

2010-07-27 Thread Volkan YAZICI
On Tue, 27 Jul 2010, Stan Hoeppner writes: > NASA trusts it with over 1PB of storage, but _you_ don't trust it? Who are > you again? How many hundreds of TB of storage do you manage on EXT3/4? ;) NASA also trusts Windows and NTFS too? Who are you again? I think you are confusing apples and ora

Re: Linux filesystems was [Re: Debian cd supporting ext4.]

2010-07-27 Thread Volkan YAZICI
On Tue, 27 Jul 2010, Stan Hoeppner writes: > Volkan YAZICI put forth on 7/27/2010 8:22 AM: > 1. Never quote forum or email posts as empirical or reliable evidence of > anything. You're right, my bad. > You quoted this FAQ item solely based on the tile, without reading it, &g

Re: Linux filesystems was [Re: Debian cd supporting ext4.]

2010-07-27 Thread Volkan YAZICI
On Tue, 27 Jul 2010, Stan Hoeppner writes: > 1. Best overall performance for most systems, large and small, and the FS > creation and mounting parameters are super configurable to match the system > hardware for best performance. One recent set of recent benchmarks > demonstrating so: > http://bt

Re: Which version for CPU Intel Double Cores 64bits ?

2010-06-27 Thread Volkan YAZICI
Hi, On Sat, 26 Jun 2010, Bruno Costacurta writes: > I just ordered a laptop with following CPU and vendor specifications > > - CPU: Intel Double Cores 64bits (ULV SU4100) > - 2Mo cache > - UltraLowVoltage 10W 1.3Ghz On Sat, 26 Jun 2010, Amrit Panesar writes: > The AMD64 dist. would probably be

Re: Globally map to

2010-05-24 Thread Volkan YAZICI
On Wed, 19 May 2010, Vadim Matveev writes: > How can i globally map to work as ? It is default in > rxvt-unicode and vimperator, but i want it to work this way with any X > application. I tried xbindkey with 'xdotool key Return', but it is too > slow - about 1 sec delay, useless. > Maybe it shoul

Re: lighttpd doesn't listen port 80 in a lenny chroot environment

2010-04-18 Thread Volkan YAZICI
On Sun, 18 Apr 2010, Onur Aslan writes: > I installed Debian lenny with debootstrap to a dir to use with chroot. > > I am using Debian squeeze. > > I mounted /dev /sys and proc in my chroot environment. After installed > lighttpd, it doesn't listening port 80. It's only listen tcp6 80. I am > usin

Re: ext2/3 vs xfs for maildir

2010-01-01 Thread Volkan YAZICI
On Fri, 1 Jan 2010, Camaleón writes: > On Fri, 01 Jan 2010 09:51:23 -0600, Stan Hoeppner wrote: >> Which filesystem is more appropriate for maildir use on a >> Postfix/Dovecot system, ext2/3 or xfs? This maildir will be storing >> mulitple mail folders and files, some folders containing over 10,0

Assoc.ing Process with Network Traffic (iptraf, iftop, etc.)

2009-11-22 Thread Volkan YAZICI
Hi, I can monitor network traffic of specific interfaces via iptraf of iftop. What I also would like to do is to associate a system process for the related traffic. Is such a thing possible? Are there any tools providing such a functionality? Regards. -- To UNSUBSCRIBE, email to debian-user-r

Re: BFD ( Brute Force Detection) rules for Debian Lenny.

2009-09-27 Thread Volkan YAZICI
On Sat, 26 Sep 2009, Israel Garcia writes: > I've downloaded BFD (Brute Force Detection) from > http://www.rfxn.com/?page_id=51 and installed on a debian lenny server > and every seems to be working fine, BFD is working with APF and there > are a lot of scanning IPs blocked in /etc/apf/deny_host

Re: tun(4)

2009-08-20 Thread Volkan YAZICI
On Thu, 20 Aug 2009, Jerome BENOIT writes: > is which package is the manpage for tun ? $ apt-file search tun.4 freebsd-manpages: /usr/share/man/man4/if_tun.4freebsd.gz freebsd-manpages: /usr/share/man/man4/tun.4freebsd.gz Regards. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.

Re: wireless interface name changes across reboots

2009-06-18 Thread Volkan YAZICI
On Thu, 18 Jun 2009, Kamaraju S Kusumanchi writes: > When I reboot my laptop, my wireless card sometimes gets recognized as eth2. > Other times it gets recognized as wlan0_rename. I don't know the exact reason, but best to my knowledge udev finds different hardware attributes to the network inter

Re: "iwlist wlan0 scan" problem with iwl4965

2009-06-02 Thread Volkan YAZICI
On Tue, 2 Jun 2009, Alex Samad writes: > just something simple try > > ifconfig wlan0 up > iwlist wlan0 scan Great! Now I need something wooden to hit my head. Cheers. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas.

Re: HOWTO Enable packet forward?

2009-05-28 Thread Volkan YAZICI
On Thu, 28 May 2009, "EQMaker" writes: > FORWARD_IPV4=yes at /etc/sysconfig/network. $ grep forward /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 #net.ipv4.ip_forward=1 # Uncomment the next line to enable packet forwarding for IPv6 #net.ipv6.conf.all.forwarding=

Verbose CRON Logging

2009-05-25 Thread Volkan YAZICI
Hi, I have some erronous cron jobs which result in error dumps in syslog file. # grep "Permission denied" /var/log/syslog May 23 07:07:01 alamut CRON[21520]: Permission denied May 23 08:07:01 alamut CRON[21563]: Permission denied May 23 09:07:01 alamut CRON[21620]: Permission denied May

  1   2   >