Re: Is perl still the No.1 language for sysadmin?

2023-04-02 Thread Ken Young
Our production system is using heavily perl (many thousand lines of perl5 code) - it's mod_perl, but still perl. Thanks.

service vs systemctl

2023-03-06 Thread Ken Young
Hello For debian 11, service is just a wrapper to systemctl, is it right? So for server management, both commands below have the same results. sudo service nginx start sudo systemclt start nginx Which way is more prefered though? Thanks. -- Sincerely, Ken Young

Re: what method do you prefer for data transfer between nodes?

2023-03-06 Thread Ken Young
For standalone backup I am using Liteserver's VPS, 512G disk for only 2.4 EUR/m. Then I setup rsyncd on it, and rsync data from clients via crontab for backup purpose. Sincerely, Ken Young On Tue, Mar 7, 2023 at 9:21 AM Celejar wrote: > On Sun, 5 Mar 2023 14:05:37 +0100 > to...

Re: what method do you prefer for data transfer between nodes?

2023-03-05 Thread Ken Young
That's smart. Thanks Sincerely, Ken Young On Mon, Mar 6, 2023 at 3:43 AM Linux-Fan wrote: > Ken Young writes: > > > Hello,[1;5B > > > > > > The methods I know, > > > > 1. scp > > pros: the native tool in the OS > > cons: you w

Re: mount new block deivce in existing dir

2023-03-05 Thread Ken Young
The provider has separated block device service, like what Ceph does. So I have to buy another 100GB block device as the secondary disk. Sincerely, Ken Young On Mon, Mar 6, 2023 at 6:26 AM Andy Smith wrote: > Hi, > > On Mon, Mar 06, 2023 at 03:11:43AM +0800, Ken Young wrote: >

mount new block deivce in existing dir

2023-03-05 Thread Ken Young
% /dev tmpfs98M 496K 98M 1% /run /dev/vda1 9.7G 1.5G 7.9G 16% / ... So I want to add a block device /dev/vdb and fdisk/format it and mount it as /home dir. Since /home already exists (even have data in this path). can I mount it without problem? Sincerely, Ken Young

Re: what method do you prefer for data transfer between nodes?

2023-03-05 Thread Ken Young
Thanks for the suggestion. I will give it a try on mailbox.org. Sincerely, Ken Young On Sun, Mar 5, 2023 at 9:05 PM wrote: > On Sun, Mar 05, 2023 at 07:23:49PM +0800, Ken Young wrote: > > What provider do you recommend then? > > Around here (West Europe), for example, mailb

Re: alias in bash script issue

2023-03-05 Thread Ken Young
Is perl6 production ready? I have not used perl for a long time. Sincerely, Ken Young On Sun, Mar 5, 2023 at 7:28 PM Tom Browder wrote: > My take: > > I use aliases heavily in my shell (bash), but I rarely use bash scripting > at all. > > For any serious scripting, sinc

Re: what method do you prefer for data transfer between nodes?

2023-03-05 Thread Ken Young
What provider do you recommend then? Sincerely, Ken Young On Sun, Mar 5, 2023 at 6:54 PM wrote: > On Sun, Mar 05, 2023 at 11:31:42AM +0100, Michel Verdier wrote: > > Le 5 mars 2023 tomas a écrit : > > > > > The others I'd only use when forced to. Well, rclone, I

what method do you prefer for data transfer between nodes?

2023-03-05 Thread Ken Young
Hello, The methods I know, 1. scp pros: the native tool in the OS cons: you will either input password or put key pairs into servers for authentication. 2. rsync pros: it can transfer data by increasement cons: you need to setup rsyncd server and make the correct authorization. 3. ftp/ftps pros

Re: alias in bash script issue

2023-03-04 Thread Ken Young
On Sat, Mar 4, 2023 at 5:53 PM David wrote: > On Sat, 4 Mar 2023 at 19:30, Ken Young wrote: > > > Do you know why my alias can't work in the bash script? > > The info is as follows. > > > > 1) this alias does exist > > $ alias |grep 'k=' &

Re: besides ping/nslookup, any other tools to resolve a hostname?

2023-03-04 Thread Ken Young
e network. To solve this problem, you can do that: > Create a pod in the same network with net tools. > Or > 1 .rebuild a new docker image with another version, with net-tools. > 2. then change the current pod with edit in deployment. > > > > On Fri, Mar 3, 2023 at 9:59 

alias in bash script issue

2023-03-04 Thread Ken Young
Hello, Do you know why my alias can't work in the bash script? The info is as follows. 1) this alias does exist $ alias |grep 'k=' alias k='minikube kubectl --' 2) it also exists in .bash_profile $ cat ~/.bash_profile |grep 'k=' alias k="minikube kubectl --" 3) the content of bash script

besides ping/nslookup, any other tools to resolve a hostname?

2023-03-03 Thread Ken Young
Hello, I have bitnami/mysql container (debian OS) running on kubernetes. This container seems too restricted for system software, these following commands are removed: sudo (so I can't su to root for apt) ping dig nslookup net-tools Do you know any other way to resolve a hostname by manual on t

GIMP Crash

2020-08-08 Thread Ryan Young
Here is the bug info ``` GNU Image Manipulation Program version 2.10.8 git-describe: GIMP_2_10_6-294-ga967e8d2c2 C compiler: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64

Targeted Global B2B Companies emails list

2018-09-04 Thread carol . young
hearing from you. Best regards, Carol Young Marketing Specialist

Debian on new hardware: ASUS UX430U notebook PC

2018-06-07 Thread Toby Young
Greetings. I have successfully installed debian (buster) on my ASUS UX430U and have been using it for around one month without any severe problems. There are however, some minor issues, that I would like to share with the community. (This notebook does not appear on debian's supported hardware lis

Pitivi can't run on xfce 4.12

2016-06-01 Thread Eagle Young
Package: Pitivi Version: 0.95-1+b1 amd64 Debian Version:testing X11:xfce Linux debian 4.5.0-2-amd64 #1 SMP Debian 4.5.4-1 (2016-05-16) x86_64 GNU/Linux When I run pitivi and click new button,It can't create new project and pitivi run over. When I run pitivi on shell, shell print error code.

Re: Lenny -> Squeeze : Apache2:LDAP SSL auth not working anymore

2011-03-31 Thread Stephen Young
I'm having the example same problem after my upgrade from Lenny to Squeeze With SSL on this just gives me "Internal Server Error" without writing to the logs: ErrorDocument 404 default DAV svn SVNParentPath /var/www/usvn-1.0/files/svn SVNListParentPath off

Re: Thread hijacking (was: Install gcc)

2009-08-28 Thread David Young
On Fri, August 28, 2009 9:14 am, Sven Joachim wrote: > On 2009-08-28 16:07 +0200, David Young wrote: > >> On Fri, August 28, 2009 8:52 am, Sven Joachim wrote: >>> And please refrain from hijacking threads in the future. When you >>> have >>> a problem

Re: Install gcc

2009-08-28 Thread David Young
On Fri, August 28, 2009 8:52 am, Sven Joachim wrote: > On 2009-08-28 02:18 +0200, David Young wrote: > >> I installed gcc 4.3 using Synaptic, and the process seemed to have >> succeeded. However, when I enter the gcc -v command, I get a "bash: >> gcc: command not

Re: Install gcc

2009-08-28 Thread David Young
28 -0500 (CDT) >> > "David Young" wrote: >> > >> >> I installed gcc 4.3 using Synaptic, and the process seemed to >> have >> >> succeeded. However, when I enter the gcc -v command, I get a >> "bash: >> >> gcc: comma

Re: Install gcc

2009-08-28 Thread David Young
On Thu, August 27, 2009 7:48 pm, Celejar wrote: > On Thu, 27 Aug 2009 19:18:28 -0500 (CDT) > "David Young" wrote: > >> I installed gcc 4.3 using Synaptic, and the process seemed to have >> succeeded. However, when I enter the gcc -v command, I get a "b

Install gcc

2009-08-27 Thread David Young
I installed gcc 4.3 using Synaptic, and the process seemed to have succeeded. However, when I enter the gcc -v command, I get a "bash: gcc: command not found error". Is there additional configuration to be done beyond the package install? Thanks. -- To UNSUBSCRIBE, email to debian-user-requ

Unable to run snaptic package manager or apt-get

2008-07-29 Thread Young, Loren R SGT NG NG NGB
ow might I correct this problem? Regards, L.R. Young -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

help!

2007-01-05 Thread J. Tyler Young
I want to get a copy of Debian, but I have a wierd computer, its a HP Pavillion Ze4430us Laptop with a mobile AMD Athlon XP2400+ Which platform will work for me!?!?!?!?! Please help! Tyler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL

X resolution: dpk-reconfigure xserver-xfree86 does nothing

2006-11-24 Thread Ed Young
For some reason debian installed X with a really low resolution so I'm trying to increase my screen resolution from 800x600 to something like 1024x768. I tried running dpg-reconfigure xserver-xfree86 and it returned immediately without doing anything. What is the procedure for reconfiguring my

Re: Parallel port access as non root user?

2006-09-21 Thread Ed Young
ep 2006, Ed Young wrote:> I'm trying to access the parallel port (/dev/lp0) from a non root process. >> Basically I have a program that can only access the port if it runs as root.>> Here's what happens when I run as root:> [EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx al

Parallel port access as non root user?

2006-09-21 Thread Ed Young
I'm trying to access the parallel port (/dev/lp0) from a non root process. Basically I have a program that can only access the port if it runs as root. Here's what happens when I run as root:[EMAIL PROTECTED]:~/src/k74- 1.0# ./pprxtx all set[EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx read255[EMAIL PR

Should I have both apache and apache2 packages installed

2006-02-01 Thread Ed Young
I'm trying to debug some issues related to php and locales and I see that I have apache and apache2 packages installed. It's a bit confusing when there are two /etc/apacheX directories to configure. I'm simply trying to get php and MySQL working so I can experiment with them and get drupal workin

PHP Installed, but not working

2006-02-01 Thread Ed Young
I've installed php4 and related packages but the apache server doesn't indicate php support. I edited the /etc/apache/http.conf file and added # And for PHP 4.x, use:     #     AddType application/x-httpd-php .php     AddType application/x-httpd-php-source .phps So it will recognize the file ext

apache2 install documentation and locales broken?

2006-02-01 Thread Ed Young
It seems that the apache and apache installation has several problems. I did a new install of Sarg (Debian 3.1r1) and chose as one of the install options a web server. It installed apache, apache2,etc and I added  apache-doc but it seems like the installation has problems. I'm unable to see the a

Content Management Recommendations?

2006-01-16 Thread Ed Young
Title: Message Can anyone recommend a good content management system for me to set up. I want to have a News section, a photo gallery, a blog, some articles, etc.   I used to use PostNuke, but I don't see it as a Debian package anymore.    I'd prefer PHP/MySQL but it's not a requirement.

SOLVED RE: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-16 Thread Ed Young
: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device On Wed, Jan 11, 2006 at 07:20:33PM +, Andrew M.A. Cater wrote: > On Wed, Jan 11, 2006 at 11:54:00AM -0700, Ed Young wrote: > > I can't get X to start because apparently because the mouse device > > c

after madwifi install/upgrades, can't make config kernel

2006-01-15 Thread Ed Young
Title: Message I've been trying to get my DWL-G510 Wifi card running. I've tried ndiswrapper with no success, and am now trying to get madwifi working.   I am running Debian 3.1r1 and I added deb http://http.us.debian.org/debian/ testing main contrib non-free to my /etc/apt/sources.list s

SOLVED RE: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-12 Thread Ed Young
I solved this by following the note within XF86Config-4 about doing an md5sum on the file when updating, and by doing a modprobe mousedev. I was trying to set the mouse device stanza to specify my /dev/psaux and PS/2 but It turns out I wasn't really updating the file. Thanks to everyone for the

RE: SOLVED New install->Broken X->modprobe mousedev->now X Works, but no mouse

2006-01-12 Thread Ed Young
ginal Message- From: Juergen Fiedler [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 7:06 AM To: debian-user@lists.debian.org Subject: Re: New install->Broken X->modprobe mousedev->now X Works, but no mouse On Wed, Jan 11, 2006 at 03:17:24PM -0700, Ed Young wrote: > Tha

RE: ndiswrapper -l doesn't return hardware present

2006-01-12 Thread Ed Young
So I know it's Atheros chipset. Thanks, Ed -Original Message- From: Andrew M.A. Cater [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 1:38 AM To: debian-user@lists.debian.org Subject: Re: ndiswrapper -l doesn't return hardware present On Wed, Jan 11, 2006 at 1

Dlink DWL-G510: Never get hardware present message

2006-01-11 Thread Ed Young
Title: Message I have a Dlink DWL-G510 that works find under Windows XP (dual boot). I'm trying to get it to work with Debian 3.1r1.    I'm following the instructions at http://www.linuxquestions.org/linux/answers/Networking/ndiswrapper_on_Debian_Sarge_without_having_to_compile_anything   A

ndiswrapper -l doesn't return hardware present

2006-01-11 Thread Ed Young
Title: Message I have a Dlink DWL-G510 that works find under Windows XP (dual boot). I'm trying to get it to work with Debian 3.1r1.    I'm following the instructions at http://www.linuxquestions.org/linux/answers/Networking/ndiswrapper_on_Debian_Sarge_without_having_to_compile_anything   Af

RE: SOLVED (Re: dpkg-reconfigure xserver-xfree86 yeilds no XF86Config-4 file?)

2006-01-11 Thread Ed Young
Thanks everyone for helping lead me to the solution. I had two problems: 1.I needed to change the mouse to /dev/psaux and specify PS/2 and 2. I wasn't updating the XF86Config-4 file ( I had read the note below but misinterpreted it ) I had been changing the config but didn't realize that it wa

dpkg-reconfigure xserver-xfree86 yeilds no XF86Config-4 file?

2006-01-11 Thread Ed Young
Title: Message I'm very confused. Where does the XF86Config-4 file live? I thought it was in /etc/X11.   I also thought that dpkg-reconfigure xserver-xfree86 was supposed to create a new XF86Config file.   I did an experiment. I deleted (saved elsewhere) the XF86Config-4 file and tried to

RE: New install->Broken X->modprobe mousedev->now X Works, but no mouse

2006-01-11 Thread Ed Young
- From: Juergen Fiedler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 3:06 PM To: Ed Young Cc: debian-user@lists.debian.org Subject: Re: New install->Broken X->modprobe mousedev->now X Works, but no mouse On Wed, Jan 11, 2006 at 02:31:40PM -0700, Ed Young wrote: > >

New install->Broken X->modprobe mousedev->now X Works, but no mouse

2006-01-11 Thread Ed Young
I did a new install of Debian 3.1r1 and X failed out with a /dev/input/mice no device found error. I issued modprobe mousedev and then startx got x running, but the mouse still doesn't work. I added mousedev to /etc/modules and now when I reboot, X starts but still no mouse. I've run dpkg-rec

RE: (EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-11 Thread Ed Young
(**) Configured Mouse: Buttons: 5 (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (II) Configured Mouse: ps2EnableDataReporting: succeeded So when I added the mousedev module, X will run, but the mouse doesn't work? Any ideas? Thanks, Ed -Original Me

(EE) xf86OpenSerial: Cannot open device /dev/input/mice: No Such Device

2006-01-11 Thread Ed Young
Title: Message I can't get X to start because apparently because the mouse device can't be found, though the device directory entry seems to be there: Falcon:/etc/X11# ls -la /dev/input/micecrw-rw  1 root root 13, 63 2005-02-25 23:43 /dev/input/mice   The Mouse is a standard PS/2. I'm

Upgraded to testing, broke X, can't open /dev/input/mice

2005-12-06 Thread Ed Young
My upgrade to testing broke X. It seems that the mouse device can't be found Here's the transcribed error from /var/log/XFree86.0.log: (EE) XF86OpenSerial: cannot open device /dev/input/mice no such file or directory (E) Preinit failed for input device "Configured mouse" Couldn't load XKB keymap

RE: WIFI Card DWL-G510 (Atheros chipset) installation problems

2005-12-06 Thread Ed Young
Yes, I'm running stable However, I just issued Apt-get -u dist-upgrade install testing And I am in the process of "upgrading" to testing. I did this because I needed to upgrade libc6 to 2.5.8 for madwifi-tools and because I got confused by the hand rolling of madwifi using tarballs. Once it's

3rd party Madwifi packages for Debian Sarge won't build

2005-12-05 Thread Ed Young
I'm trying to install madwifi to get my dwl-g510 wifi card working. Atheros chipset. I can't find madwifi packages when searching the stable branch, so I downloaded the file madwifi-source_20041023-1_all.deb from http://madwifi.sf.net This package won't install because of dependency problems (se

Re: WIFI Card DWL-G510 (Atheros chipset) installation problems

2005-12-05 Thread Ed Young
te: > For Debian, check this: > http://ndiswrapper.sourceforge.net/mediawiki/index.php/DebianNoCompiles > > On 12/5/05, Ed Young <[EMAIL PROTECTED]> wrote: > > > > I need some help getting this wifi card working under Linux. I have it > > working ok under Wind

WIFI Card DWL-G510 (Atheros chipset) installation problems

2005-12-05 Thread Ed Young
I need some help getting this wifi card working under Linux. I have it working ok under Windows. lspci returns :00:08.0 Ethernet controller: Atheros Communications, Inc.: Unknown device 001a (rev 01) I believe I need to use ndiswrapper to get this card working. It's listed as supported in th

kernel reboot failing with MODPROBE error

2005-12-05 Thread Ed Young
First of all, is there a good Debian kernel building howto? When rebooting with a new kernel I get an error something like kernel panic MODPROBE /lib/module/2.6.8/modules.dep no such file or directory. This file exists the the above directory. I installed the debian package kernel-source-2.6.8 an

VIA/S3G UniChrome IGP: Can't get better than 800x600

2005-12-05 Thread Ed Young
I know it's possible to get higher resolutions, since it used to work before re-installing debian recently. when running dpkg-reconfigure xserver-xfree86 I select either via or s3 and then all resolutions from 1280x102 on down. I can provide any info to help diagnose things. Thanks and Please

RE: Changeing capslock to control

2005-12-05 Thread Ed Young
dvd films and K3b [ [EMAIL PROTECTED] ] > Re: printer and web camera. [ Ryan Nowakowski > <[EMAIL PROTECTED] ] > Changeing capslock to control [ Ed Young <[EMAIL PROTECTED]> > ] > Re: Dumb DNS [ Darryl Cl

Changeing capslock to control

2005-12-05 Thread Ed Young
Is there an userspace application to change the capslock to control? In the old days it was the xf86Config file, but doesn't seem to be now. Please advise and thanks, Ed

RE: madwifi, dwl-G510 and Debian 3.1

2005-08-15 Thread Ed Young
inal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of antgel Sent: Monday, August 15, 2005 5:23 AM To: debian-user@lists.debian.org Subject: Re: madwifi, dwl-G510 and Debian 3.1 Ed Young wrote: > I'm trying to get a dlink DWL-G510 wifi board working with a Debian &g

RE: reading boot messages

2005-08-14 Thread Ed Young
Type "dmesg" at the command line. Cheers, Ed -Original Message- From: Wu-Kung Sun [mailto:[EMAIL PROTECTED] Sent: Sunday, August 14, 2005 9:44 PM To: Debian-users Subject: reading boot messages Hello all, how can I read the boot messages? I've had some big problems today which I'll u

madwifi, dwl-G510 and Debian 3.1

2005-08-14 Thread Ed Young
I'm trying to get a dlink DWL-G510 wifi board working with a Debian 3.1 system. Currently I'm running a stock 2.4.27 kernel. So far the stock kernel doesn't seem to see the card and reports only the onboard ETH0 ethernet. I set this system up using my onboard ethernet as ETH0 but I want to se

[no subject]

2004-06-13 Thread Young Gregory
GET your   U N IVERSI T Y     D I PL0M A Do you want a prosperous future, increased earning powermore money and the respect of all? Call this number: 1-315-546-9663 (24   h ours) There are no required tests, classes, books, or interviews! Get a   B a chelors, Masters,   M BA, and   D o ctorate (

Sid and Root on Compact Flash ?

2004-04-05 Thread Iain Young
Hi All, I've seen a number of 'HOWTO' documents on installing Debian on Compact Flash, but most of the ones I've seen deal with installing it once, and using stable. Has anyone had any experience with using Sid, -and- keeping it up to date with apt-get update and apt-get upgrade regularly ? How

Xfig not working with KDE in sarge

2003-10-23 Thread Roger Young
enu xMenuPopup Does anyone know what the cause is? Has anyone else had the problem? Yours, Roger Roger Young, Philosophy Department, University of Dundee, Dundee, DD1 4HN [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

ssh refuses to install (potato)

2002-09-27 Thread Simon Young
Hi all, I have a very strange problem. I'm trying to upgrade ssh on a potato box, but dpkg always exits with the following error: # dpkg -i ssh_1%3a3.4p1-0.0potato1_i386.deb (Reading database ... 35706 files and directories currently installed.) Preparing to replace ssh 1:1.2.3-9.4 (using ssh_

Re: apt database problems?

2002-05-09 Thread Simon Young
On Wed, May 08, 2002 at 04:28:51PM +1000, Rob Weir wrote: > > I don't know anything about LVM, but are you sure you need the lvm 5 > package? Pretty sure, unless I'm doing something *drastically* wrong :) >From the output of apt-cache show lvm-common... This package includes parts of the LVM p

Re: apt database problems?

2002-05-08 Thread Simon Young
Hi, It seems I must have posted this to the wrong list. Don't suppose anyone could point me in the right direction? Many thanks, Simon. On Tue, May 07, 2002 at 02:48:50PM +0100, Simon Young wrote: > > Hi there, > > I have recently installed woody, and everything is going

Re: Mutliple IP addresses on single interface

2002-05-08 Thread Simon Young
On Tue, May 07, 2002 at 01:38:22PM -0400, Matthew Daubenspeck wrote: > auto eth0 > iface eth0 inet static > address 192.168.0.4 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > gateway 192.168.0.2 > > iface eth0:0 inet static >

apt database problems?

2002-05-07 Thread Simon Young
Hi there, I have recently installed woody, and everything is going fine except for one small problem; I'd like to use LVM (in conjunction with reiserfs), but I'm having trouble installing the required packages. Under potato, I would have just patched the kernel for lvm and done a apt-get install

telnet sucks

2001-10-06 Thread michael young
i know i know...but i still would like to use it. i have telnetd installed, hosts.allow and deny dont have anything in them, /etc/inet.d shows telnet running bec. telnet works when the hostname/eth0 ip is used but not with the inet addr... I would like to telnet to work over the internet even if

lesser memory usage: galeon or netscape?

2001-09-01 Thread michael young
Hello which consumes lesser memory...galeon or netscape? also, is there a fix already for the "bug" in galeon (more on mozilla actually) as the archives suggest...? pls tell me Gdk-WARNING **: Missing charsets in FontSet creation Gdk-WARNING **: ISO8859-1 ___

Re: simple q: what is fqdn?

2001-08-28 Thread michael young
s how to do this I'd really appreciate it... -Original Message- From:Mark Lamers [EMAIL PROTECTED] Sent:28 Aug 2001 13:32:26 +0200 To: [EMAIL PROTECTED] CC: debian-user@lists.debian.org Subject: Re: simple q: what is fqdn? On di, 2001-08-28 at 10:17, michael y

simple q: what is fqdn?

2001-08-28 Thread michael young
howdy, I know fdqn is fully qualified domain name but what is it's "relevance"? esp. in apache...I want to setup an apache server in my local network (for practice :)) but I get an error telling me that apache can't find my fqdn and it uses my loopback address instead... is it possible to set

apt-get dist-upgrade

2001-05-27 Thread Eddy Young
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, When I execute 'apt-get update; apt-get dist-upgrade', nothing seems to happen. apt-get reports back that the packages are up-to-date. I am pretty sure that they are not because before it was asking me to update some GNOME libraries and o

About PGP signatures

2001-05-23 Thread Eddy Young
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I noticed that there are several members PGP-signing their postings. However, the signature is MIME-formatted and appears as an attachment in my mail client, Netscape Messenger. Because there is no built-in PGP function, I am forced to copy/paste

Partitioning

2001-05-22 Thread Young, C Bryan
All-- I'm installing Debian Potato on a new workstation. I have 2 disks, and I wanted to put OS and apps all on one and user data all on the other. On sda, I made a bootable partition and partitions for /, /usr, /var, /tmp, and swap. When I tried to make sdb all one partition, I couldn't writ

USB on Debian GNU/Linux Potato

2001-05-17 Thread Eddy Young
Hi, I have a Mustek 1200 UB USB scanner. How can I get it to work with Debian 2.2r2? I have successfully installed the USB module and it is loading correctly upon booting. I suspect that the appropriate device has not been created in /dev, but I don't know what it is supposed to be called. I al

debian newbie questions -- security

2001-05-11 Thread Young, C Bryan
All--- And I thought the RedHat list I subscribe to was active! I'm considering a switch from RH 6.2 to Debian stable for a dual-processor workstation I use for crunching numbers and making graphs/plots with GMT. I'm thinking about the move because I just can't keep up with manual updates on RH,

Re: installing debian things and compiling your own stuff

2001-05-05 Thread Aaron F Young
n hold? that's cool, I don't think it will cause any problems, unlike the perl one, how are other Perl developers with Debian handling this? On Mon, 30 Apr 2001, Colin Watson wrote: > Aaron F Young <[EMAIL PROTECTED]> wrote: > >i'm very new to debian > >

installing debian things and compiling your own stuff

2001-04-29 Thread Aaron F Young
hello all i'm very new to debian though i've been doing linux for a few years now i'm making my way through all the documentation but there is something i'm not seeing right now (meaning i am not sure where this is in the docs i'm reading so if you know, let me know) but i want to be able to

waiting for x server to begin...

2001-02-26 Thread michael young
recently installed xfree86-4. now when I try to start x I get: waiting for X server to begin accepting connections .. ... . and so on...What else do I need to do? tia pls cc me since I'm not in the list ___ Visit http:

Apache 1.3.9-13.1 - ExecCGI problem?

2001-01-11 Thread Niall Young
is working the way it was. Any ideas? -- Niall Young Linux Solutions -- www.linuxsolutions.net.au Providing Internet and Audio/Video Solutions and Consulting PH: 0407 421 5

Required Hardware?

2000-09-06 Thread Jeffrey H. Young
I have an Intel 386, with 3.5"-1.44MB & 5.25"-1.2MG floppies, a Backpack CDROM on my parallel port, and WDC AC21200H 1279MB hard drive1 and a ST3145A 130MB hard drive2, VGA, Serial, yada yada.  Your hardware requirements says the system should have 12MB RAM.  Any chance I can get my system r

offtopic: need some help from os programmers pls.

2000-07-28 Thread michael young
Attn: to all great programmers out there.. Hoping that somebody please help me out with this problem? sum() { for x=1 to 10 do var=var+1 } shared int var=0 //shared variable fork(sum, 0); fork(sum, 0); //executing two concurrent processes I can't figure this one out...my questions are:

Re: Help with apt-get through a proxy

2000-07-27 Thread Debbie Young
"Colquhoun, Ian:" wrote: > > First let me apologize for the seemingly basic question but I have exhausted > all the documentation on apt and I don't know where else to turn. > > What I'm trying to do is to get apt-get to work through a SOCKS firewall. > Now, I basically know nothing about SOCKS

bootdisk to automate custom installs

2000-07-25 Thread Niall Young
Can anyone point me to a set of tools to create custom Debian boot disks to automate installation (via packages or an NFS image), maintain the custom set of packages/image, maybe combine all of this with a subset of the Debian CD and create a bootable CD version? -- [EMAIL PROTECTED]

Successful upgrade to potato, with work...

2000-05-18 Thread David E. Young
4c ncpus probed: 1 ncpus active: 1 BogoMips: 39.83 vacsize : 65536 bytes vachwflush : yes vaclinesize : 32 bytes mmuctxs : 8 mmupsegs: 256 kernelpsegs : 34 kfreepsegs : 0 usedpsegs : 53 ufreepsegs : 132 user_taken : 2 max_

Where are rlogin, rsh?

2000-05-18 Thread David E. Young
, -- - David E. Young Fujitsu Network Communications "The fact that ... we still ([EMAIL PROTECTED]) live well cannot ease the pain of feeling that we no longer live nobly." -- J

Upgrade from slink to potato, IPX

2000-05-16 Thread David E. Young
- David E. Young Fujitsu Network Communications "The fact that ... we still ([EMAIL PROTECTED]) live well cannot ease the pain of feeling that we no longer live nobly."

Upgrading to "potato"

2000-05-15 Thread David E. Young
something. Your guidance (and patience) is appreciated. Regards, -- ----- David E. Young Fujitsu Network Communications "The fact that ... we still ([EMAIL PROTECTED]) live well cannot ease the pain of feeling that we no longer live nobly."

What is a "memmory overflow"error at BOOT

2000-03-07 Thread Max Young II
When I boot one of my computers, I get a "memory overflow" error "please insert another disk".  Can you help me?

gtk+ 1.2?

1999-11-04 Thread Ed Young
onfig --version. If I'm installing the wrong packages, which ones do I need? I upgraded using apt-get update, apt-get install libgtk1.2. I then did a full dist-upgrade with apt-get dist-upgrade and got the same result... Thanx in advance, Ed -- ****** Ed Youn

HP J3171 PCI Lan Adapter under Debian 2.1

1999-10-01 Thread Gary Young
ist, the debian-users archives, the www.hp.com site, and such without any luck. Thanks in advance, Gary Youngbegin: vcard fn: Gary Young n: Young;Gary org:Motorola SPS IT adr:Motorola Piedmont Office - Cube 41D;;9801 South 51st Street;Phoen

Apparent SCSI failure on HP Vectra Xu Debian 2.1 install...

1999-09-16 Thread Gary Young
00129ad3>] [<0012a56c>] [<0012a645>] [<00130c2d>] [<0010ac15>] [<00121550>] [<00120018>] [<00210018>] [<001097fa>] [<00109512>] [<00109519>] [<0010976c>] Code: 81 39 aa ff 55 00 0f 85 23 01 00 00 8b 41 04 89 43 04 8b 43 I am using the Linux C

Re: "RAMDISK: Compressed image found at block 0"

1999-09-16 Thread Gary Young
the Debian 2.1 resc1440-safe.bin image, and it fails at the same point. Some change between the kernel in Debian 2.0 and in Debian 2.1 fails on something in my hardware. I'll look at what hardware is in the box next. Garybegin: vcard fn: Gary Young n: Y

"RAMDISK: Compressed image found at block 0"

1999-09-15 Thread Gary Young
vcard fn: Gary Young n: Young;Gary org:Motorola SPS IT adr:Motorola Piedmont Office - Cube 41D;;9801 South 51st Street;Phoenix;AZ;85044;USA email;internet: [EMAIL PROTECTED] tel;work: 480-383-5411 x-mozilla-cpt: ;0 x-mozilla-html:

e: Suggestion for Newbie Guide Lines (ITP)

1999-07-23 Thread Doug Young
Subject: R Date: Fri, 23 Jul 1999 11:28:23 +1000 From: Doug Young <[EMAIL PROTECTED]> To: virtanen <[EMAIL PROTECTED]> References: 1 shudder shudder ! God save us from "e

Re: Lynx Problems

1999-07-22 Thread Doug Young
> try: > STARTFILE:file://localhost/usr/doc/lynx/lynx_help/lynx_help_main.html > in /etc/lynx.cfg > > This is the default locatuion for the lynx help file. > > or make this file to point lynx at: > <--cut here--> > > > > This is a dummy page > > > Lynx should be displaying this page I hope > >

[Fwd: Lynx Problems]

1999-07-22 Thread Doug Young
9 -0500 From: Michael Merten <[EMAIL PROTECTED]> Reply-To: debian-user@lists.debian.org To: Debian Userslist References: 1 On Thu, Jul 22, 1999 at 10:36:05AM +1000, Doug Young wrote: > now i understand the

RE: Suggestion for Newbie Support

1999-07-22 Thread Doug Young
Hear hear . hope someone else takes this stuff on board Date: Thu, 22 Jul 1999 10:08:46 +1000 From: "Carley, Jason \(Australia\)" <[EMAIL PROTECTED]> To: "'Nate Duehr'" <[EMAIL PROTECTED]>, debian-user@lists.debian.org Good n

[Fwd: Lynx Problems]

1999-07-22 Thread Doug Young
Date: Wed, 21 Jul 1999 20:02:19 -0400 (EDT) From: [EMAIL PROTECTED] To: Doug Young <[EMAIL PROTECTED]> hello, now i understand the source of your problem. you are trying to use a copy of lynx found on a distribution copy of linux. just a sugg

Re: Suggestion for Newbie Guide Lines (ITP)

1999-07-22 Thread Doug Young
I think I posted a response to this already, but if not here it is. >From a newbie point of view, the actual root of the problem faced by newbies in trying to come to grips with any unix based operating system is NOT that there is insufficient documentation ... but rather that there is TOO MUCH, an

Re: Mcopy

1999-07-21 Thread Doug Young
Thanks Tyler another example of the problems newbies face with present documentation - Original Message - From: tyler spivey <[EMAIL PROTECTED]> To: Doug Young <[EMAIL PROTECTED]> Cc: ; Sent: Thursday, July 22, 1999 1:17 AM Subject: Re: Mcopy > its &#x

  1   2   >