gs ijs and hpijs on sid?

2001-12-23 Thread Marc Britten
anyone get hpijs working on sid?

i have all the cups stuff, the kde stuff for cups, cupsomatic, and the
ppd from linuxprinting.org, i managed to configure my printer but
everytime i print i get

Unknown device: ijs

which is because ijs support isn't compiled into gs on sid, is their an
easy way to get this? i tried apt-get source, but frankly i don't know
what to do to enable ijs.

i'm adept enough to compile this all by hand if i have to, but i would
prefer to stay in the packaged world.

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpwv5QZ2DLQ6.pgp
Description: PGP signature


Re: SparcUltra2 Q.

2001-12-23 Thread Marc Britten
see http://www.ultralinux.org/faq.html#q_3_3 maybe they can give you a
push in the right direction, that should point you to info on debian.

the ultra's a pretty nice processor

On Sun, 2001-12-23 at 10:18, Aniartia wrote:
> Okay I'm gettin' a SparcUltra 2 'toy' after I come back from the christmas 
> break I was kind of wantin' to run Debian on it. As I understand it I need to 
> use a 'Sparc64' Port but there's only a Sparc port, so what am I to do?.. 
> give up on Debian for my Ultra & Run NetBSD or use the Sparc port of Debian.


-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgp17b5lRtqnw.pgp
Description: PGP signature


evolution and printing

2001-12-23 Thread Marc Britten
hi,

I have evolution-ssl w/ all the trimmings installed, when i do a print
preview on a message all i get is the header box(the darker grey box w/
the from and to n stuff)

nothing prints when i hit print too, i have cups installed, and the bsd
compatibility package so i have an lpr command, which is the default for
evolution to use.

and one last thing

if anyone knows how to setup the hpijs driver on sid I'll dump cups
cause i want the photo real stuff.

danke,

marc

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpCV9GFgMJDC.pgp
Description: PGP signature


Re: Configuring dhcpd problem

2001-12-21 Thread Marc Britten
well, sounds like you got a messed up install

you edited dhcp and set it to starup right? and the conf files all set?

i really had no issues getting it going

On Fri, 2001-12-21 at 19:54, Daniel Toffetti wrote:
> On Friday 21 December 2001 15:00, you wrote:
> > from my /etc/init.d/dhcp which i have doing what you want
> >
> > start)
> >   start-stop-daemon --start --quiet --pidfile $DHCPDPID \
> >   --exec /usr/sbin/dhcpd eth1 -- -q
> 
> Opsss, sorry but this didn't worked either. It keeps hanging the boot 
> process.
> In case it is an useful clue, if I press Ctrl-Alt-Del then, the 
> standard reboot process begins, sending KILL signal and terminating all 
> processes. So it doesn't locks the box, but only gets stuck in dhcpd.
> 
> Daniel
> -- 
> "There is no spoon..." - The Matrix
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgp62OVXaQ5VQ.pgp
Description: PGP signature


Re: Pleez help with courier-POP !!!

2001-12-21 Thread Marc Britten
you maildir is ~/Maildir if it already exists then it is created and you
have no problems, you need to make one for each user

On Fri, 2001-12-21 at 17:00, Martin Puaschitz wrote:
> > > The final question:
> > > - How do I know where the maildir is?
> > > - How do I tell pop3d to access it?
> > > 
> > > I think the Maildir is directly in my home-directory
> > > (/raid/users/username/).
> > 
> > makemaildir /raid/users/username/Maildir
> 
> file exists!
> 
> this does not work either. my maildir is /raid/users/username/
> (i think so)

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgp4iNcXkf4O4.pgp
Description: PGP signature


Re: init.d: writing custom init-scripts

2001-12-20 Thread Marc Britten
first off i applogize for sending this by to Sean Perry personally,
still learning this new fangled evolution.

On Thu, 2001-12-20 at 22:24, Sean 'Shaleh' Perry wrote:
> 
> > it should be :-) Well, it is an x-less station and but to go shure i
> > also put the symlinks to runlevels 4,5 and 6 too.
> > 
> 
> Debian does not play run level games.  2 is the default run level. 
Everything
> else is there for the admin to tweak.

well, the OP should be correct in assuming the runlevel thing, I've
always thought the worst thing about Debian is its ignoring the runlevel
rules that have been around for some time.

1) single user
2) multi-user, no network
3) multi-user cli
4) reserved
5) multi-user XDM managed (or kdm or gdm or whatever)
6) reboot

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpVusvvzgUWi.pgp
Description: PGP signature


Re: [courier-pop] maildir access-problem...

2001-12-18 Thread Marc Britten
On Tue, 2001-12-18 at 17:09, Martin Puaschitz wrote:

> I think the Maildir is directly in my home-directory
> (/raid/users/username/).

makemaildir /raid/usrs/username/Maildir

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpbyua1AIUrt.pgp
Description: PGP signature


Re: Compile problem for 2.4.26

2001-12-16 Thread Marc Britten
make dep before making bzlilo

also what version of gcc are you using? gcc --version

On Sun, 2001-12-16 at 21:00, [EMAIL PROTECTED] wrote:
> I'm trying to compile 2.4.16 for my laptop.  I do all the
> make clean
> make mrproper
> make menuconfig
> 
> all work fine, but when I do make bzImage,
> I get
> 
> drivers/sound/sounddrivers.o(.data+0x274): undefined references to 'local 
> symbols in discarded section .text.exit'
> 
> make:*** [vmlinux] Error 1
> 
> 
> What's going on?
> 
> john
-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpvpuYJaSx2K.pgp
Description: PGP signature


Re: Sync WinCE device with Evolution ?

2001-12-16 Thread Marc Britten
On Sun, 2001-12-16 at 12:39, Dominique Deleris wrote:

> But back to my original question : does anybody know about a
> synchronization mechanism with WinCE devices ? I have an old
> Cassiopeia E-11, and do not really want to buy a Palm-OS device
> just for this reason...

see

http://xyu.dhs.org/brad/

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpFwZtIRiGHT.pgp
Description: PGP signature


Re: Sync WinCE device with Evolution ?

2001-12-16 Thread Marc Britten
On Sun, 2001-12-16 at 10:09, Wayne Sitton wrote:

> 1.0, Yes I did mix.  I tried Ximian's Gnome a while back on a different
> box, and found it installed/changed too much Debian stuff and started
> causing problems with some othere stuff.  So in this case I just
> installed what I needed to get running.

It took me forever to get everything back together after attempting to
install ximian deb's

I basicly uninstalled every gnome related package i found, then pieced
it back together.

though its all good now that i use kde ;)

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpsyLA8qx3iS.pgp
Description: PGP signature


Re: telnet unable to connect

2001-12-16 Thread Marc Britten
On Sun, 2001-12-16 at 02:36, Paul Scott wrote:


> Thanks, I was aware of that and these two machines are right next to 
> each other and just used by me and my wife.  OTOH I now realize that I 
> should not setup or allow telnet at all.  Is the setup for ssh exactly 
> the same as for telnet.  I didn't see it in the example I found in the 
> HOWTO.

apt-get install ssh

the nice thing about ssh is you can use ssh-agent to eliminate logins

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg


pgpKCorpEFhbH.pgp
Description: PGP signature


Re: font issues

2001-12-16 Thread Marc Britten
On Sun, 2001-12-16 at 01:47, Marc Britten wrote:
> I've recently started noticing problems with fonts.

I am running Debian Unstable, I forgot to mention

-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg
pg


pgpNXQwRscp2F.pgp
Description: PGP signature


font issues

2001-12-16 Thread Marc Britten
I've recently started noticing problems with fonts.

upon starting X somefonts will not be availible.  applications will
complain about a certain font not being available, I will change the
font configured for it, and latter (possibly) it will complain about
that font not being availible.

gfontsel will list fonts but upon selecting them it will inform me that
they are not availible, should i rerun some command? I am quite
unfamiliar with font's in X outside of making sure they are in the
directory

pertenent parts of my XF86Config file are
Section "Files"
RgbPath  "/usr/X11R6/lib/X11/rgb"
ModulePath   "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/truetype/"
EndSection

Section "Module"
Load  "GLcore"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "pex5"
Load  "record"
Load  "xie"
Load  "freetype"
Load  "type1"
EndSection




-- 
[EMAIL PROTECTED]
GPG key can be found at http://www.monochromatic.net/yugami.gpg
pg


pgp9d2i9FwB9Z.pgp
Description: PGP signature