Re: woody release task needs help: package priorities

2001-05-15 Thread Eray Ozkural (exa)
. It would be wrong to put in a program with known vulnerabilities, but except that I don't see why you would want to remove useful small programs. Thanks, -- Eray Ozkural (exa) Comp. Sci. Dept., Bilkent University, Ankara e-mail: [EMAIL PROTECTED] www: http://www.cs.bilkent.edu.tr/~erayo

Re: woody release task needs help: package priorities

2001-05-15 Thread Eray Ozkural (exa)
. Many people on our unix system use pico for editing on terms and are comfortable with the interface. Though a coder friend of mine used to write his programs with ed. If only we had ced on unix ;) Regards, -- Eray Ozkural (exa) Comp. Sci. Dept., Bilkent University, Ankara e-mail: [EMAIL

Re: Modutils-basic and misc questions

2001-02-13 Thread Eray Ozkural (exa)
"Eray Ozkural (exa)" wrote: Also it seems that the system can't be built with fakeroot. I think That's not true. Please ignore. fakeroot make succeeds in ./build Thanks, -- Eray (exa) Ozkural Comp. Sci. Dept., Bilkent University, Ankara e-mail: [EMAIL PROTECTED]

Modutils-basic and misc questions

2001-02-11 Thread Eray Ozkural (exa)
Hi all, Have some quick questions. While trying to build the system I come across needed="rootskel anna main-menu cdebconf-udeb udpkg busybox-udeb ash-udeb kernel-image-2.4.0-di-udeb choose-mirror wget-retriever niccfg-manual netcfg-static netkit-tiny-udeb nic-modules-2.4.0-di

Re: dhclient or dhcpcd for debian-installer?

2001-02-11 Thread Eray Ozkural (exa)
Joey Hess wrote: David Whedon wrote: pump(22k) - no one has said anything nice about it, and some have strongly recommended that it not be used. Well pump's not too bad if you don't mind the violation of the dhcp rfc. It's easy and it works for short usage periods (no lease renewel,

Re: dhclient or dhcpcd for debian-installer?

2001-02-11 Thread Eray Ozkural (exa)
David Whedon wrote: I've had some excitement choosing a chcp client for debian-installer, and it looks like we may have been pushed to once choice, dhclient. bootp - has only rudementary dhcp support, should not be used Yes, bootp is a former protocol and dhcp is said to obsolete it. On

[patch] Re: cvs logs usefulness

2001-02-09 Thread Eray Ozkural (exa)
Eric VB wrote: I'm quite happy to receive the logs of the CVS tree changes but please, wouldn't it be possible to have the *log* of the check-in or the name of the checked-in file instead of the name of the person who commited ? Like this? Could please someone make this change? I have no

Re: udpkg in busybox

2001-02-08 Thread Eray Ozkural (exa)
Erik Andersen wrote: Since busybox upstream is me, I'm happy to include debian specific stuff. The only concern I have is what happens when someone tries to use udpkg on their desktop... Wouldn't it be good to separate udpkg data from dpkg data? So even if a user uses it (he might want to)

Re: modutils udeb

2001-02-06 Thread Eray Ozkural (exa)
David Whedon wrote: Currently a patch exists in the BTS, look for bugs against modutils. The patch didn't apply cleanly for me. Do you have any suggestions what might have gone wrong? I tried to apply the patch to latest modutils debian source. What do I apply that patch to?

Re: modutils udeb

2001-02-06 Thread Eray Ozkural (exa)
Hi David, David Whedon wrote: Ug, there are two potential problems I see. 1. The patch I made was against 2.4.1-1, not 2.4.1-2, a solutions to that is to adjust the patch manually, or manually apply the parts that need help, and then be kind enough to post a new diff (one against 2.4.1-2)

Re: Help with multi install

2001-02-06 Thread Eray Ozkural (exa)
Laubacher Libor wrote: Hi, I have 11 identical PC's and wonna install potato on all those PC's Is there any way how to install potato to one (first) and use some trick to transer installation to others 10 PC's ? If they're on a LAN, you might want to consider some

Re: what is the whole purpose of kernel-image-di?

2001-02-06 Thread Eray Ozkural (exa)
Ben Collins wrote: For sparc, there has to be atleast two different boot kernels. One for sun4cdm (32bit CPU), and one for sun4u (64bit CPU). SPARC also supports native netbooting (via RARP/TFTP). My main concern is whether or not it ^ One of the things we

DHCP, BOOTP and linux

2001-02-06 Thread Eray Ozkural (exa)
Hi there, I'd been wrestling with an i386 box trying to boot it from the network and I wanted to share some of my experience and certain things that puzzled me. Now it seems that BOOTP is kind of obsolete and DHCP is bound to replace it sooner or later. In linux-2.2.18 I have been perfectly

Re: Bug#81685: kernel doesn't have serial console

2001-01-13 Thread Eray Ozkural (exa)
Hi Adam, Adam Di Carlo wrote: I think I may have filed the bugs already. The relevant packges are: kernel-image-2.2.18pre21-compact kernel-image-2.2.18pre21-idepci kernel-image-2.2.18pre21-ide kernel-image-2.2.18pre21 I'm pretty ure the bugs are already filed. I don't

Re: Bug#81685: kernel doesn't have serial console

2001-01-12 Thread Eray Ozkural (exa)
"Eray Ozkural (exa)" wrote: I will file a bug then. Against kernel-image packages? Thanks, -- Eray (exa) Ozkural Comp. Sci. Dept., Bilkent University, Ankara e-mail: [EMAIL PROTECTED] www: http://www.cs.bilkent.edu.tr/~erayo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: Bug#81685: kernel doesn't have serial console

2001-01-11 Thread Eray Ozkural (exa)
Adam Di Carlo wrote: "Eray Ozkural (exa)" [EMAIL PROTECTED] writes: We should do installation over nfsroot, any work on it yet? Hmm. Not that I know of. Is there a bug report? Do you have the bug# handy? No I have no bug report. I don't think a bug has been filed.

Re: debian-installer: disk partitioner

2001-01-10 Thread Eray Ozkural (exa)
Glenn McGrath wrote: I too am unsure about what is standard with data structures. I was asking if there are any coding standards about data structures the Install team is following. It seems that there aren't, right? busybox has utility.c which is where funtions go that are common to a

Re: debian-installer: disk partitioner

2001-01-09 Thread Eray Ozkural (exa)
Glenn McGrath wrote: Ive got some code that parses, /proc/filesystems, /proc/partitions, /proc/mdstats and /proc/mounts. It builds a linked list of partitions with data it has gathered along the way, including a list of aprent devices. sounds nice. btw, is there any standard here on the

Re: debian-installer: disk partitioner

2001-01-09 Thread Eray Ozkural (exa)
David Whedon wrote: I agree, a debian-installer specific library is in order, so far I've got two candidate functions (see utils.c in ddetect and netcfg). I took a quick look at publib and didn't see that it would give us much, I could have missed something. Give me a couple of days and I

Re: serial install

2001-01-08 Thread Eray Ozkural (exa)
Rob wrote: Does the kernel on the rescue disk have CONFIG_SERIAL_CONSOLE compiled in? I don't think so. Getting a simple serial console on our i386 beo took a lot of time... I remember that I had to configure it myself.What's your experience? Thanks,  -- Eray (exa) Ozkural Comp. Sci.

Re: autoconfautomakelibtool

2001-01-08 Thread Eray Ozkural (exa)
Hi Randolph, Tollef Fog Heen wrote: * "Randolph Chung" | cdebconf already uses autoconf. i'd really prefer not to use automake if | we can. it adds way too much abstraction and in my experience makes the | makefiles *much* more difficult to understand.

Re: Replacing ae

2001-01-03 Thread Eray Ozkural (exa)
Glenn McGrath wrote: Erik Andersen wrote: Having carefully looked over nano-tiny ('apt-get install nano-tiny' for the curious) I propose we immediately throw ae out of the boot-floppies and use nano-tiny instead. It is already linked vs slang so there are no library problems. It

Re: biweekly debian-installer status report

2000-12-23 Thread Eray Ozkural (exa)
Randolph Chung wrote: The recent article in one of the Linux magazines about using netboot and dhcp to automate installs in a computing lab was very interesting. How can debian installer do something like that? i didn't see this article, but in many cases these are done with ghost

I'd like to claim a task

2000-12-16 Thread Eray Ozkural (exa)
Hi, I'd like to take the disk partitioner UI. How should I proceed? (I still don't have a debian account since my AM is kind of busy and I'm at tasks skills step) Thanks, -- Eray (exa) Ozkural Comp. Sci. Dept., Bilkent University, Ankara e-mail: [EMAIL PROTECTED] www:

Re: I'd like to claim a task

2000-12-16 Thread Eray Ozkural (exa)
Glenn McGrath wrote: I think what we need for a disk partitioner is to have some code that integrates a partitioning tool into the main menu, which it does via debconf (i think) libparted looks to be the best overall tool for partitioning. Thanks. Looks like it won't be a very difficult