Re: Resizing partitions on a headless server

2015-06-21 Thread csanyipal
Pascal Hambourg writes: > csanyi...@gmail.com a écrit : >> >> I want to create one LV for /usr and one LV for /var. >> But I can't create a LV with: >> # lvcreate --size 10.10G -n usr bubba >> Rounding up size to full physical extent 10.10 GiB >> /dev/bubba/usr: not found: device not cleared >

Re: Resizing partitions on a headless server

2015-06-18 Thread csanyipal
Pascal Hambourg writes: > csanyi...@gmail.com a écrit : >> >> Finally, I solved the problem by doing the followings: >> # lvresize --size 455.5G /dev/mapper/bubba-storage >> # e2fsck -f /dev/mapper/bubba-storage > > Glad you were lucky. > >> What is my goal? >> >> Filesystem Siz

Re: Resizing partitions on a headless server

2015-06-15 Thread csanyipal
Jonathan Dowland writes: > On Mon, Jun 15, 2015 at 08:25:09AM +0200, csanyi...@gmail.com wrote: >> I bought the headless powerpc server here: >> http://www.excitostore.com/ > > If you mean the Excito B3, it would appear to be ARM, not PowerPC. > That's good for you because ARM is still a support

Re: Resizing partitions on a headless server

2015-06-15 Thread csanyipal
Jonathan Dowland writes: > On Mon, Jun 15, 2015 at 08:25:09AM +0200, csanyi...@gmail.com wrote: >> I bought the headless powerpc server here: >> http://www.excitostore.com/ > > If you mean the Excito B3, it would appear to be ARM, not PowerPC. > That's good for you because ARM is still a support

Re: Resizing partitions on a headless server

2015-06-14 Thread csanyipal
Pascal Hambourg writes: > csanyi...@gmail.com a écrit : >> >> Finally, I solved the problem by doing the followings: >> # lvresize --size 455.5G /dev/mapper/bubba-storage >> # e2fsck -f /dev/mapper/bubba-storage > > Glad you were lucky. > >> Now, I can to use parted to resize my partitions. >> W

Re: Resizing partitions on a headless server

2015-06-14 Thread csanyipal
Pascal Hambourg writes: > csanyi...@gmail.com a écrit : >> >> Finally, I solved the problem by doing the followings: >> # lvresize --size 455.5G /dev/mapper/bubba-storage >> # e2fsck -f /dev/mapper/bubba-storage > > Glad you were lucky. > >> Now, I can to use parted to resize my partitions. >> W

Re: Resizing partitions on a headless server

2015-06-14 Thread csanyipal
Pascal Hambourg writes: > csanyi...@gmail.com a écrit : >> >> Finally, I solved the problem by doing the followings: >> # lvresize --size 455.5G /dev/mapper/bubba-storage >> # e2fsck -f /dev/mapper/bubba-storage > > Glad you were lucky. > >> Now, I can to use parted to resize my partitions. >> W

Re: Resizing partitions on a headless server

2015-06-14 Thread csanyipal
Gary Dale writes: > On 14/06/15 09:12 AM, Pascal Hambourg wrote: >> csanyi...@gmail.com a écrit : >>> Hello, >>> >>> on my headless Debian GNU/Linux Jessie server I want to resize >>> partitions. >> Why ? The use of LVM should avoid the need to resize partitions (PVs). >> >>> root@b2:~# e2fsck -f

Re: Resizing partitions on a headless server

2015-06-14 Thread csanyipal
csanyi...@gmail.com writes: > Gary Dale writes: >> On 13/06/15 03:19 PM, csanyi...@gmail.com wrote: [snipped] > My headless powerpc box can't boot from CD because it hasn't CD > device. It only has USB drive. Furthermore, it can't boot with an usual > system rescue image installed on USB stick,

Re: Resizing partitions on a headless server

2015-06-13 Thread csanyipal
> root@b2:~# resize2fs -p /dev/mapper/bubba-storage >> resize2fs 1.42.12 (29-Aug-2014) >> resize2fs: New size smaller than minimum (2153070) >> >> root@b2:~# mount /dev/mapper/bubba-storage >> >> After these steps I rebooted the server but can't login on it

Resizing partitions on a headless server

2015-06-13 Thread csanyipal
ial cable. Now, when I login on the serial console as non root user, I get messages: b2 login: csanyipal Password: EXT3-fs error (device dm-0): ext3_get_inode_loc: unable to read inode block - inode=30752769, block=61505538 Last login: Sat Jun 13 14:06:27 CEST 2015 from 192.168.10.90 on pts/0 Linux

Re: Setting up AP with hostapd

2015-05-04 Thread csanyipal
Bob Proulx writes: > csanyi...@gmail.com wrote: >> Bob Proulx writes: >> > csanyi...@gmail.com wrote: >> >> What could be the problem? >> > >> > I don't know but here is my working configuration. I am not running >> > in bridge mode. I am running in router mode. >> >> I tried this setup but af

Re: Setting up AP with hostapd

2015-05-02 Thread csanyipal
Bob Proulx writes: > csanyi...@gmail.com wrote: >> What could be the problem? > > I don't know but here is my working configuration. I am not running > in bridge mode. I am running in router mode. > > Bob > > In /etc/network/interfaces: > allow-hotplug wlan0 > iface wlan0 inet static >

Re: Setting up AP with hostapd

2015-04-28 Thread csanyipal
csanyi...@gmail.com writes: > Hello Michael, > > Michael Post writes: > >> Am 28.04.15 um 18:41 schrieb csanyi...@gmail.com: >>> Hello, >>> >>> I'm trying to setup my home wireless Access Point by using >>> hostapd, installed as a debian package from the debian repository. >>> >>> On my headles

Re: Setting up AP with hostapd

2015-04-28 Thread csanyipal
Hello Michael, Michael Post writes: > Am 28.04.15 um 18:41 schrieb csanyi...@gmail.com: >> Hello, >> >> I'm trying to setup my home wireless Access Point by using >> hostapd, installed as a debian package from the debian repository. >> >> On my headless power pc box I'm running Debian Wheezy (

Setting up AP with hostapd

2015-04-28 Thread csanyipal
Hello, I'm trying to setup my home wireless Access Point by using hostapd, installed as a debian package from the debian repository. On my headless power pc box I'm running Debian Wheezy ( yet ). My hostapd.conf is: [code] interface=wlan0 driver=nl80211 bridge=br0 ssid=Cs5P3 hw_mode=g channel=2

Re: udev - set persistent name for WLAN Adapter

2015-04-27 Thread csanyipal
Bob Proulx writes: > csanyi...@gmail.com wrote: >> Bob Proulx writes: >> > Michael Biebl wrote: >> >> Any idea why it changes the MAC? >> > >> > Hmm... Is 'macchanger' involved in this in any way? >> >> I just installed macchanger and run: > > Wait! That was NOT a request to install macchanger.

Re: udev - set persistent name for WLAN Adapter

2015-04-26 Thread csanyipal
Bob Proulx writes: > Michael Biebl wrote: >> Pal, what hardware is that specifically? >> Any idea why it changes the MAC? > > Hmm... Is 'macchanger' involved in this in any way? > > $ apt-cache show macchanger > Description-en: utility for manipulating the MAC address of network > interface

Re: udev - set persistent name for WLAN Adapter

2015-04-26 Thread csanyipal
Michael Biebl writes: > Am 25.04.2015 um 22:20 schrieb Pascal Hambourg: >> csanyi...@gmail.com a écrit : > >>> After that, when I replug the WLAN Adapter, I get in >>> 70-persistent-net.rules another line: >>> # USB device 0x:0x (rtl8192cu) >>> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", >>>

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread csanyipal
csanyi...@gmail.com writes: > songbird writes: > >> csanyi...@gmail.com wrote: >>> Hello, >>> >>> on my Wheezy system I just can't set a persistent 'wlan0' name for my >>> USB WiFi apadter. >>> >>> In /etc/udev/rules.d/70-persistent-net.rules I have the line: >>> # USB device 0x:0x (rtl8192cu) >>

Re: udev - set persistent name for WLAN Adapter

2015-04-25 Thread csanyipal
songbird writes: > csanyi...@gmail.com wrote: >> Hello, >> >> on my Wheezy system I just can't set a persistent 'wlan0' name for my >> USB WiFi apadter. >> >> In /etc/udev/rules.d/70-persistent-net.rules I have the line: >> # USB device 0x:0x (rtl8192cu) >> SUBSYSTEM=="usb", ACTION=="add", DRIVER

udev - set persistent name for WLAN Adapter

2015-04-25 Thread csanyipal
Hello, on my Wheezy system I just can't set a persistent 'wlan0' name for my USB WiFi apadter. In /etc/udev/rules.d/70-persistent-net.rules I have the line: # USB device 0x:0x (rtl8192cu) SUBSYSTEM=="usb", ACTION=="add", DRIVERS=="usb", ATTRS{idVendor}=="0586", ATTRS{idProduct}=="341f", ATT R{man

Re: Wireless AP setup: RTL8188CUS

2015-03-25 Thread csanyipal
László Kohári writes: > Dear Pal, Dear Debian users, > > Did you able to find something with this problem? > I have an RTL8192CU, but I'm not able to m make it work. > > It's working as a client, but not as an Access point. > > If I try to start hostapd with minimal config I got the following: >

Recompiling debian kernel

2015-03-05 Thread csanyipal
onfig and here I set the module for Realtek RTL8192CU/RTL8188CU USB Wireless Network Adapter Then I execute make to build the kernel, and sudo make modules_install dpkg-buildpackage -us -uc -b -apowerpc but at these last step I get an error message: make[2]: Leaving directory `/home/csanyipal/Bub

Re: In menuconfig when Load an Alternate Configuration File, can't enter the file name

2015-03-02 Thread csanyipal
csanyi...@gmail.com writes: > Sven Hartge writes: > >> csanyi...@gmail.com wrote: >>> Sven Hartge writes: >> You don't need to be and you should not be logged in as root to configure or compile a kernel. >> >>> Exactly. I know that. Still, the problem exist, regardless of what >>> user

Re: In menuconfig when Load an Alternate Configuration File, can't enter the file name

2015-03-02 Thread csanyipal
Sven Hartge writes: > csanyi...@gmail.com wrote: >> Sven Hartge writes: > >>> You don't need to be and you should not be logged in as root to >>> configure or compile a kernel. > >> Exactly. I know that. Still, the problem exist, regardless of what >> user ( none root or root ) start the menucon

Re: In menuconfig when Load an Alternate Configuration File, can't enter the file name

2015-03-01 Thread csanyipal
Sven Hartge writes: > Ric Moore wrote: >> On 03/01/2015 12:55 AM, Csányi Pál wrote: > >>> I'm compiling a custom kernel for my Debian Wheezy operating system. >>> >>> In menuconfig when Load an Alternate Configuration File, can't enter >>> the file name. The cursor blinking in the field but can

Re: In menuconfig when Load an Alternate Configuration File, can't enter the file name

2015-03-01 Thread csanyipal
Ric Moore writes: > On 03/01/2015 12:55 AM, Csányi Pál wrote: >> I'm compiling a custom kernel for my Debian Wheezy operating system. >> >> In menuconfig when Load an Alternate Configuration File, can't enter >> the file name. >> The cursor blinking in the field but can't enter any letter. >> >>

Re: Compiling kernel from Github - Howto?

2015-01-22 Thread csanyipal
csanyi...@gmail.com writes: > Gary Dale writes: > >> On 17/01/15 10:19 AM, csanyi...@gmail.com wrote: > >>> I have a headless powerpc box and run on it Debian Wheezy with kernel >>> Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux . >>> >>> But this kernel doesn't have support for

Re: Compiling kernel from Github - Howto?

2015-01-17 Thread csanyipal
Gary Dale writes: > On 17/01/15 10:19 AM, csanyi...@gmail.com wrote: >> I have a headless powerpc box and run on it Debian Wheezy with kernel >> Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux . >> >> But this kernel doesn't have support for the rtl8192cu kernel-module. >> >> One

Compiling kernel from Github - Howto?

2015-01-17 Thread csanyipal
Hi, I have a headless powerpc box and run on it Debian Wheezy with kernel Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux . But this kernel doesn't have support for the rtl8192cu kernel-module. One can to get the kernel source from here: https://github.com/Excito/community-b3-ker

Re: Setting up a home gateway/router

2014-05-24 Thread csanyipal
Pascal Hambourg writes: > csanyi...@gmail.com a écrit : >> Reco writes: >> >>> >>> /24 net allows 256 addresses. You've tried one (and is using another >>> one), so it's 254 to go. > > Less. .0 and .255 are reserved as network and broadcast addresses. > >> Also, I get no documentation else with

Re: Setting up a home gateway/router

2014-05-24 Thread csanyipal
Reco writes: > Hi. > > On Sat, 24 May 2014 15:06:52 +0200 > csanyi...@gmail.com wrote: > >> Well, I just tried that, but without success. > > /24 net allows 256 addresses. You've tried one (and is using another > one), so it's 254 to go. > > As I wrote, if you don't want to guess - check with yo

Re: Setting up a home gateway/router

2014-05-24 Thread csanyipal
Reco writes: > On Sat, 24 May 2014 12:21:05 +0200 > csanyi...@gmail.com wrote: > >> Yes, I thought as much, but don't know which IP address to add as a >> default gateway in my case? >> >> The command should look like this: >> # route add -net 10.0.0.0 netmask 255.0.0.0 gw 192.168.0.1 dev eth0 >

Re: Setting up a home gateway/router

2014-05-24 Thread csanyipal
Mike McGinn writes: > Comments below > On Friday, May 23, 2014 11:52:43 csanyi...@gmail.com wrote: >> csanyi...@gmail.com writes: >> > So I tried with this setup: >> > iface eth0 inet static >> > >> > address 217.17.111.173 >> > netmask 255.255.255.0 >> >> but it doesn't work. > I bui

Re: Setting up a home gateway/router

2014-05-23 Thread csanyipal
Ron Leach writes: > On 23/05/2014 16:52, csanyi...@gmail.com wrote: >> csanyi...@gmail.com writes: >> >>> So I tried with this setup: >>> iface eth0 inet static >>> address 217.17.111.173 >>> netmask 255.255.255.0 >> >> but it doesn't work. >> >> Say, the output of the command 'ping g

Re: Setting up a home gateway/router

2014-05-23 Thread csanyipal
csanyi...@gmail.com writes: > So I tried with this setup: > iface eth0 inet static > address 217.17.111.173 > netmask 255.255.255.0 but it doesn't work. Say, the output of the command 'ping gnu.org' is: ping: unknown host gnu.org >>> My ISP >>> | >>> --- eth0 ( GW ) --- eth1 >>>

Re: Setting up a home gateway/router

2014-05-23 Thread csanyipal
Curt writes: > On 2014-05-23, Pascal Hambourg wrote: > >>> Do you mean that eth0 on GW has a static IP address? >> >> No, the OP wrote that internet-facing eth0 has a DHCP address from the ISP. > > I understood that *before* he had a DHCP address from his ISP, but *now* > he has a static address

Re: Setting up a home gateway/router

2014-05-23 Thread csanyipal
Hi Vincent, "Vincent W. Chen" writes: > On Thu, May 22, 2014 at 9:57 PM, wrote: >> I wish to set up my home headless power pc box as a gateway/router ( GW ). >> I can connect to it with SSH only. >> >> Before, I set up this GW to get an IP address from my ISP with >> dhcp.client. Before eth0

Setting up a home gateway/router

2014-05-22 Thread csanyipal
Hi, I wish to set up my home headless power pc box as a gateway/router ( GW ). I can connect to it with SSH only. Before, I set up this GW to get an IP address from my ISP with dhcp.client. Now, I ask a static IP address for this GW and don't know how to setup eth0 interface so I can connect to

apach2 behind firewall

2007-07-16 Thread csanyipal
Hello! I have apache2 behind a firewall. I want to setup firewall so, that one can it reach from the internet. I red the documentations: Linux 2.4 Packet Filtering HOWTO from Rusty Russell Linux 2.4 NAT HOWTO from Rusty Russell man iptables Setting up a simple Debian gateway

Installing Debian Etch on hw RAID 1 on nvidia nForce 430i

2007-07-06 Thread csanyipal
Hello! I want to install Debian Etch on my new box with motherboard that has for the storage the nvidia nForce 430i chipset. This chipset support RAID 1 configuration. I want to install Etch on two SATA disk with the hardware RAID 1 setup. I setup in the BIOS the RAID 1 for these disks. I hav

Re: compatible UPS - solved

2007-06-22 Thread csanyipal
On Fri, Jun 22, 2007 at 11:32:32AM -0500, Hugo Vanwoerkom wrote: > csanyipal wrote: > >On Fri, Jun 22, 2007 at 12:19:13PM +0200, csanyipal wrote: > > > >>Is this UPS supported by Etch? > >> > >>Inform Guard 600A (600VA)/Line Interractive/AVR > >>

Re: compatible UPS - solved

2007-06-22 Thread csanyipal
On Fri, Jun 22, 2007 at 12:19:13PM +0200, csanyipal wrote: > Is this UPS supported by Etch? > > Inform Guard 600A (600VA)/Line Interractive/AVR > > Any advices will be appreciated! Sorry for this mail abowe. I find this link, which solve my problem: http://www.apcupsd.org/ --

compatible UPS

2007-06-22 Thread csanyipal
Hello! Is this UPS supported by Etch? Inform Guard 600A (600VA)/Line Interractive/AVR Any advices will be appreciated! -- Regards, Paul Csányi http://www.freewebs.com/csanyi-pal/index.htm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

nvidia-glx & linux-image-2.6.18-4-486 & a custom linux image?

2007-06-22 Thread csanyipal
Hello! I want to by a videocard: MSI nVidia NX7600GS-T2D512EH 400MHz/800MHz/DDR2 128-bit/TV-out&2xDVI/SLI For this to work, a will to install nvidia-glx debian package. But, with this package apt will to install: linux-image-2.6.18-4-486 too. I have yet a custom linux-image-2.6.18. I don't kno

Re: supported hardware accelerated 3D card with OpenGL driver

2007-06-21 Thread csanyipal
On Wed, Jun 13, 2007 at 07:15:36PM -0400, Douglas Allan Tutty wrote: > On Wed, Jun 13, 2007 at 04:34:26PM +0200, csanyipal wrote: > > > I see that Asus EN7300GT silent is an excellent choice, isn't? > > Works just fine for me; 1600x1200 at 85 Hz (the monitor's

Re: screenshot

2007-06-20 Thread csanyipal
On Wed, Jun 20, 2007 at 09:09:50PM +0200, Mathias Brodala wrote: > Hi Frank. > > Frank McCormick, 20.06.2007 20:56: > > Anybody know of relatively simple software to take screenshots of the > > dexktop or of windows of applications. Gnome-utils contains a screenshot > > maker but its a 6 meg downl

Re: supported hardware for Debian Etch

2007-06-18 Thread csanyipal
Hello! On Wed, Jun 13, 2007 at 07:15:36PM -0400, Douglas Allan Tutty wrote: > On Wed, Jun 13, 2007 at 04:34:26PM +0200, csanyipal wrote: > > > I see that Asus EN7300GT silent is an excellent choice, isn't? > > Works just fine for me; 1600x1200 at 85 Hz (the monitor

Re: resizing pictures and EXIF

2007-06-14 Thread csanyipal
Hi! On Thu, Jun 14, 2007 at 04:07:39PM +0200, Lubos Vrbka wrote: > hi guys, > > does anyone know good way how to resize jpg pictures and preserve EXIF > at the same time, preferably using graphics/imagemagick? it seems that > graphicsmagick removes the EXIF information, but maybe there is some

Re: supported hardware accelerated 3D card with OpenGL driver

2007-06-13 Thread csanyipal
Hello Doug! On Wed, Jun 13, 2007 at 09:44:02AM -0400, Douglas Allan Tutty wrote: > On Wed, Jun 13, 2007 at 12:01:47PM +0200, csanyipal wrote: > > My system is Etch, with compiled kernel-2.6.18. > > > > I want to by a cheaper (around 160 USD) hardware accelerated 3D videocard

supported hardware accelerated 3D card with OpenGL driver

2007-06-13 Thread csanyipal
Hello! My system is Etch, with compiled kernel-2.6.18. I want to by a cheaper (around 160 USD) hardware accelerated 3D videocard for which I can to install an OpenGL driver. I think it will to be some PCI-E nvidia or ati videocard, right? Any advices will be appreciated! -- Regards, Paul Csá

Re: [OT] Re: installing tutos2 - almost solved

2007-06-10 Thread csanyipal
On Sun, Jun 10, 2007 at 09:12:25AM -0400, Roberto C. Sánchez wrote: > > > > I run the [tutos_dir]/tutos/php/admin/scheme.php and create > > > > successfully the tables in the tutos database, & create the superuser > > > > with password "tutos". > > > > > > > > But I can't to change the superuse

Re: [OT] Re: installing tutos2 - almost solved

2007-06-10 Thread csanyipal
uname --> demo POST: pw --> xxx POST: dbnr--> 0 POST: login --> Bejelentkezés RemoteAddr: 127.0.0.1 Referer:http://csanyi-pal.info/tutos/php/\ mytutos.php?msg=goodbye TUTOS Version: 2.0-dev Database: POSTGRES: [EMAIL PROTECTED]:5432 as

Re: [OT] Re: installing tutos2 - almost solved

2007-06-09 Thread csanyipal
On Sat, Jun 09, 2007 at 10:36:19AM -0400, Roberto C. Sánchez wrote: > On Thu, Jun 07, 2007 at 09:26:52PM +0200, csanyipal wrote: > > > > Before installing tutos2 I created with postgres user the "www-data" > > user on postmaster and give him rights to create databa

Re: [OT] Re: installing tutos2 - almost solved

2007-06-07 Thread csanyipal
On Sun, Jun 03, 2007 at 07:55:41AM +0200, csanyipal wrote: > On Sat, Jun 02, 2007 at 04:53:49PM -0400, Roberto C. Sánchez wrote: > Yes, I'm trying to run tutos2 on Etch. :) Now I have installed tutos2 on Etch. I used php4, & postgresql-7.4. Before installing tutos2 I created wit

xorg & hardwear support for GeForce 7600GS Leadtek AGP

2007-06-07 Thread csanyipal
Hello! System: Etch, kernel 2.6.18 Before I by this videocard, I want to be sure that that xorg supports it. Is somewhere a list of videocards supported by xorg? Any advices will be appreciated! -- Regards, Paul Csányi http://www.freewebs.com/csanyi-pal/index.htm -- To UNSUBSCRIBE, email

Re: [OT] Re: installing tutos2 - not yet solved

2007-06-02 Thread csanyipal
On Sat, Jun 02, 2007 at 04:53:49PM -0400, Roberto C. Sánchez wrote: > On Sat, Jun 02, 2007 at 07:07:51PM +0200, csanyipal wrote: > > > > I run reportbug and find this information about tutos2 & mysql: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3539

Re: [OT] Re: installing tutos2 - not yet solved

2007-06-02 Thread csanyipal
On Sat, Jun 02, 2007 at 11:41:02AM -0400, Roberto C. Sánchez wrote: > > > I purge everything: tutos2, postgresql, mysql, php4 and install these > > > once again. Now I can get the error message in my webbrowser, if try to > > > open http://csanyi-pal.info/tutos/php/admin/scheme.php > > > > I ed

Re: [OT] Re: installing tutos2 - Almost solved

2007-06-02 Thread csanyipal
On Thu, May 31, 2007 at 11:21:30PM +0200, csanyipal wrote: > I purge everything: tutos2, postgresql, mysql, php4 and install these > once again. Now I can get the error message in my webbrowser, if try to > open http://csanyi-pal.info/tutos/php/admin/scheme.php I edit again carefully

Re: [OT] Re: installing tutos2

2007-05-31 Thread csanyipal
On Thu, May 31, 2007 at 10:20:04AM -0400, Roberto C. Sánchez wrote: > > I run http://csanyi-pal.info/tutos/php/admin/scheme.php and get an > > empty webpage in my browser without any error message. > > > > Then I try to open http://csanyi-pal.info/tutos/php/mytutos.php but get > > only an empty

Re: [OT] Re: installing tutos2

2007-05-30 Thread csanyipal
luntil | useconfig > > --+--+-+--+---+--+--+--- > > postgres |1 | t | t| t | | > > | > > phpgroupware |2 | f | f| f | | > > | > >

Re: [OT] Re: installing tutos2

2007-05-27 Thread csanyipal
On Sat, May 26, 2007 at 06:07:32PM -0400, Roberto C. Sánchez wrote: > > > Log in to postgres and execute this: > > > > > > SELECT * FROM pg_user; > > > > > > Paste the results. > > > > [EMAIL PROTECTED]:~$ su > > Password: >

Re: [OT] Re: installing tutos2

2007-05-26 Thread csanyipal
On Sat, May 26, 2007 at 09:32:28AM -0400, Roberto C. Sánchez wrote: > On Sat, May 26, 2007 at 10:40:57AM +0200, csanyipal wrote: > > > > No, I didn't this in postgres, but with sudo vigr. > > > > I still can't to use tutos2 on my Debian Etch system. >

Re: [OT] Re: installing tutos2

2007-05-26 Thread csanyipal
On Sat, May 26, 2007 at 10:40:57AM +0200, csanyipal wrote: > On Fri, May 25, 2007 at 05:26:51PM -0400, Roberto C. Sánchez wrote: > > On Fri, May 25, 2007 at 08:24:58PM +0200, csanyipal wrote: > > > > > > Yes,now and after I edited the pg_hba.conf, I restarted postgre

Re: [OT] Re: installing tutos2

2007-05-26 Thread csanyipal
On Fri, May 25, 2007 at 05:26:51PM -0400, Roberto C. Sánchez wrote: > On Fri, May 25, 2007 at 08:24:58PM +0200, csanyipal wrote: > > > > Yes,now and after I edited the pg_hba.conf, I restarted postgresql too. > > > > But I get the same error message: > >

Re: [OT] Re: installing tutos2

2007-05-25 Thread csanyipal
On Fri, May 25, 2007 at 01:56:54PM -0400, Roberto C. Sánchez wrote: > On Fri, May 25, 2007 at 06:33:21PM +0200, csanyipal wrote: > > > > /etc/postgresql/8.1/main/pg_hba.conf : > > > > --> > > # Database administrative login by UNIX sockets

Re: [OT] Re: installing tutos2

2007-05-25 Thread csanyipal
On Fri, May 25, 2007 at 11:35:48AM -0400, Roberto C. Sánchez wrote: > On Thu, May 24, 2007 at 11:39:31PM +0200, csanyipal wrote: > > > > > > sudo dpkg-reconfigure tutos2 > > Document `TUTOS' is not installed, cannot remove. > >

Re: [OT] Re: installing tutos2

2007-05-25 Thread csanyipal
On Fri, May 25, 2007 at 12:07:57AM +0200, csanyipal wrote: > On Thu, May 24, 2007 at 11:39:31PM +0200, csanyipal wrote: > > > [EMAIL PROTECTED]:~$ sudo /etc/init.d/postgresql-7.4 restart > > Restarting PostgreSQL 7.4 database server: main. > > > > I think it is a

Re: [OT] Re: installing tutos2

2007-05-24 Thread csanyipal
On Thu, May 24, 2007 at 11:39:31PM +0200, csanyipal wrote: > [EMAIL PROTECTED]:~$ sudo /etc/init.d/postgresql-7.4 restart > Restarting PostgreSQL 7.4 database server: main. > > I think it is all OK, except that that I cant open in my browser the > webpage: localhost/tutos/php/a

Re: [OT] Re: installing tutos2

2007-05-24 Thread csanyipal
On Sun, May 20, 2007 at 05:37:27PM -0400, Roberto C. Sánchez wrote: > On Sun, May 20, 2007 at 11:03:49PM +0200, csanyipal wrote: > > > > This abowe is in Hungarian. > I have this on my system: > > $ cat /etc/default/locale > # File generated by update-locale > LAN

Re: [OT] Re: installing tutos2

2007-05-21 Thread csanyipal
On Sun, May 20, 2007 at 05:37:27PM -0400, Roberto C. Sánchez wrote: > On Sun, May 20, 2007 at 11:03:49PM +0200, csanyipal wrote: > > > > This abowe is in Hungarian. > > > > I can't remember how can I set the LANG environment variable for a > > command to

Re: installing tutos2

2007-05-20 Thread csanyipal
On Sun, May 20, 2007 at 04:44:57PM -0400, Roberto C. Sánchez wrote: > On Sun, May 20, 2007 at 06:49:07PM +0200, csanyipal wrote: > > > > My /etc/postgresql/7.4/main/pg_hba.conf on my Debian Etch has the > > following lines enabled: > > > > ---

Re: installing tutos2

2007-05-20 Thread csanyipal
Hello Jose! On Sun, May 20, 2007 at 10:32:47AM -0400, Jose Luis Rivas Contreras wrote: > csanyipal escribió: > > createdb: could not connect to database template1: could not connect to > > server: A csatlakozás megtagadva > > Is the server running on host "localhost

installing tutos2

2007-05-20 Thread csanyipal
Hello! I try to install tutos2 but aptitude can't to create postgresql database tutos. I get the error message: -> Creating the POSTGRES TUTOS database... HOST: localhost PORT: 5432 DBUSER: www-data DBNAME: tutos ---

Re: Solved

2007-05-12 Thread csanyipal
Hello! On Sat, May 12, 2007 at 12:58:31PM +0200, csanyipal wrote: > My system is Debian Etch. > > After I downloaded the new linux-source-2.6.18, compiled it and > installed the new custom kernel, I get error messages on console prompt > when logged in: > -bash: id: command

after compiling the kernel 2.6.18 bash error message & no X Window

2007-05-12 Thread csanyipal
/etc/gdm/PreSession/Default: running: /usr/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x \ "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "csanyipal" /etc/gdm/Xsession: Beginning session setup... /etc/gdm/Xsession: line 165: grep: command not found /etc/gdm/X

Re: Setup PATH for X Window (urxvt)

2007-05-01 Thread csanyipal
On Tue, May 01, 2007 at 11:51:07AM +0100, Liam O'Toole wrote: > Are you using GDM to log in? It does execute a login shell default. Yes. I edit the /etc/gdm/Init/Default but still not change the PATH. I try to edit /etc/gdm/PostLogin/Default too, but with no success. > Better, though, would be

Setup PATH for X Window (urxvt)

2007-05-01 Thread csanyipal
Hello! I try to setup PATH permanently for X Window, that is for urxvt, in which must to run brlcad. brlcad is here: /usr/brlcad/bin Now, if I run mged (editor for brlcad) I must to open urxvt, then setup PATH for brlcad and then can run mged. I want to setup PATH permanently to can run brlca

glibc 2.4 to install

2007-04-30 Thread csanyipal
Hello! I have installed brlcad on my Etch system. I downloaded it from http://sourceforge.net/projects/brlcad/ When I run it, I get error messages: $ mged mged: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by mged) mged: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required

Re: programming LPT port

2007-04-30 Thread csanyipal
On Mon, Apr 30, 2007 at 07:26:41PM +0200, csanyipal wrote: > > > I wish to programing LPT port on the PC box from Debian Etch system. > > > I wish to make some applications that can run on other platforms too. > > > (eg.: win 32) > > Python has modules for acc

Re: programming LPT port

2007-04-30 Thread csanyipal
Hello Doug! On Mon, Apr 30, 2007 at 10:33:31AM -0400, Douglas Allan Tutty wrote: > On Mon, Apr 30, 2007 at 01:08:09PM +0200, csanyipal wrote: > > > > I wish to programing LPT port on the PC box from Debian Etch system. > > I wish to make some applications that can run o

programming LPT port

2007-04-30 Thread csanyipal
Hello! I wish to programing LPT port on the PC box from Debian Etch system. I wish to make some applications that can run on other platforms too. (eg.: win 32) Which one programming language is capable to easily access the LPT port and in the same time to allow to port the applications to other

Re: Architecural modelling software

2007-04-26 Thread csanyipal
On Wed, Apr 25, 2007 at 10:42:26PM +0100, andy wrote: > I am looking for some architectural design modelling software that will > enable one to design buildings and model the effects of lighting, wind, > insulation values, etc. > Does anyone know of anything that can do this kind of job? I've sea

Re: Etch upgrade and keyboard in WindowMaker

2007-04-15 Thread csanyipal
Hello! On Sun, Apr 15, 2007 at 05:14:28PM -0400, Roberto C. Sánchez wrote: > Hello all. I upgraded my workstation from Sarge to Etch this weekend. > The biggest annoynce I have encountered is that my keyboard is "broken" > in WindowMaker. That is, alt+tab no longer switches between windows. > F1

Re: SSH port 22 is invisible from the internet!! :(

2007-04-10 Thread csanyipal
On Tue, Apr 10, 2007 at 03:29:24PM +0200, Jörg-Volker Peetz wrote: > > > > I have installed on Etch openssh-client & openssh-server. > > > > I can to login to localhost with ssh. > > > > I want to allow a remote user to login with ssh on to my system. > > > > What is the contents of your /etc

Re: SSH port 22 is invisible from the internet!! - SOLVED

2007-04-10 Thread csanyipal
Hello! :) On Mon, Apr 09, 2007 at 03:53:24PM +0200, Jochen Schulz wrote: > If you suspect SSH is being blocked by a system not under your control, > you could try to have sshd listen on a port other than 22 (443 comes to > mind). Maybe your ISP/hosting provider blocks 22. Yes, my ISP/hosting pro

Re: SSH port 22 is invisible from the internet!! :(

2007-04-10 Thread csanyipal
On Tue, Apr 10, 2007 at 08:06:36AM -0400, Roberto C. Sánchez wrote: > > sudo netstat -lnp | grep ssh > > > > That should show if you have any running ssh processes listening on > > your server and which IP addresses/port numbers it is listening on. > > If you haven't already done such a thing, co

Re: SSH port 22 is invisible from the internet!! :(

2007-04-10 Thread csanyipal
On Mon, Apr 09, 2007 at 07:48:11PM -0700, Dusty Wilson wrote: > Sorry if I missed it, but has anyone mentioned netstat? > > sudo netstat -lnp | grep ssh > > That should show if you have any running ssh processes listening on > your server and which IP addresses/port numbers it is listening on. >

Re: SSH port 22 is invisible from the internet!! :(

2007-04-09 Thread csanyipal
On Mon, Apr 09, 2007 at 09:02:49PM +0200, gianca wrote: > >> Have you any setting for option "ListenAddress" in "/etc/ssh/sshd_config" ? > > Yes: > > #ListenAddress :: > > #ListenAddress 0.0.0.0 > So there is no limitation. > > You said you can "ssh localhost", didn't you? Yes, I can! :) > "nma

Re: SSH port 22 is invisible from the internet!! :(

2007-04-09 Thread csanyipal
On Mon, Apr 09, 2007 at 08:56:40PM +0200, Jochen Schulz wrote: > Hm, weird setup. So you get a non-public IP address on eth0 via DHCP and > a "static" public address for ppp0? Exactly! > > I do: > > $ sudo tcpdump -vv -i ppp0 "port 22" > > tcpdump: listening on ppp0, link-type LINUX_SLL (Linux c

Re: SSH port 22 is invisible from the internet!! :(

2007-04-09 Thread csanyipal
On Mon, Apr 09, 2007 at 07:04:16PM +0200, gianca wrote: > csanyipal ha scritto: > > On Mon, Apr 09, 2007 at 09:35:50AM -0400, Douglas Allan Tutty wrote: > > > >> Just because you opened the port doesn't mean that ssh will listen on > >> that interface au

Re: SSH port 22 is invisible from the internet!! :(

2007-04-09 Thread csanyipal
On Mon, Apr 09, 2007 at 07:18:58PM +0200, Franck Joncourt wrote: > First of all, if I were you, I would try to get an access to your > ssh server through 127.0.0.1. > > # telnet 127.0.0.1 22 > > should display SSH banner. Something like this : > > ### > Trying 127.0.0.1... > Connected to 127.0.

Re: SSH port 22 is invisible from the internet!! :( - Sorry, the Attachment..

2007-04-09 Thread csanyipal
On Mon, Apr 09, 2007 at 06:12:06PM +0200, csanyipal wrote: > On Mon, Apr 09, 2007 at 03:53:24PM +0200, Jochen Schulz wrote: > > > > I use iptables as a firewall and have added a rule to open the port 22: > > > > That probably means you are blocking any traffic not expl

Re: SSH port 22 is invisible from the internet!! :(

2007-04-09 Thread csanyipal
On Mon, Apr 09, 2007 at 03:53:24PM +0200, Jochen Schulz wrote: > > I use iptables as a firewall and have added a rule to open the port 22: > > That probably means you are blocking any traffic not explicitly allowed, > correct? Maybe it would help to show us your complete iptables script. I attac

Re: SSH port 22 is invisible from the internet!! :(

2007-04-09 Thread csanyipal
On Mon, Apr 09, 2007 at 09:35:50AM -0400, Douglas Allan Tutty wrote: > Just because you opened the port doesn't mean that ssh will listen on > that interface automatically; tell it. Port 22 > May I also suggest limiting ssh logins to members of the ssh group? And > disallow root login via ssh.

SSH port 22 is invisible from the internet!! :(

2007-04-09 Thread csanyipal
Hello! I have installed on Etch openssh-client & openssh-server. I can to login to localhost with ssh. I want to allow a remote user to login with ssh on to my system. I use iptables as a firewall and have added a rule to open the port 22: $ sudo iptables -L ... target prot opt source

Re: working with windows larger than screen

2007-02-27 Thread csanyipal
Hi! On Mon, Feb 26, 2007 at 05:57:05PM -0500, Kamaraju S Kusumanchi wrote: > Can anyone recommend a window manager or a desktop environment which > efficiently handles windows that are larger than physical size of screen? > > any ideas? I use Window Maker. Here, if the opened window is larger th

Which one package serve to build debian package from CVS source?

2007-02-16 Thread csanyipal
Hello! There was for this pourpose the checkinstall on Sarge, but now, on Etch, which one package serve for this pourpose out there? If I download some source from one CVS, then can I use dh-make to convert it into a format that will allow me to build Debian packages, right? But then, how can

Re: monodevelop in Etch - Success!

2007-02-15 Thread csanyipal
On Wed, Feb 14, 2007 at 09:44:14PM +0100, kfitzgeralald wrote: > > I wrote a how-to guide a couple of days ago for exactly this: > > http://kevinfitzgerald.net/sto/monodevelop-debian-etch.html > > Hope this helps, Yes, I install successfully the monodevelop package using this guide. Thanks! I

  1   2   >