Re: su/sudo cannot X

2006-01-19 Thread seeker5528
On Tue, 17 Jan 2006 17:29:35 -0500 Lei Kong <[EMAIL PROTECTED]> wrote: > I have a strange problem with my thinkpad z60t, running debian testing. > I ran these commands in konsole or xterm under kde: > > $xhost + > $ sudo -s > #kedit > kedit: cannot connect to X server > > What is wrong? If you

Re: File system overhead

2006-01-19 Thread Lubos Vrbka
If you look at the output of df -h you will see that the size of the partition is 219GB there is only 168MB in this partition yet there is only 208GB left. This is a new server and that partition has only had things added to it, nothing has ever been removed. By my calculations there should be 2

Re: Marvell SATA Driver

2006-01-19 Thread Andrew Sackville-West
On Fri, 20 Jan 2006 17:15:55 +1100 Vaibhav Agrawal <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi All, > I'm not able to install Debian Stable 3.1 r1 on Super Micro Server > 6014H-T, during installation when it reaches the partition hd section, > it says can n

aptitude and my DVD drive

2006-01-19 Thread Adam Fabian
I added a few DVDs to my sources.list using apt-cdrom. I tried adding some new packages with aptitude, and it wanted me to "insert the following disc into drive "/cdrom/". I inserted the appropriate disc into the drive I had used apt-cdrom with, but aptitude didn't find it. As it happens, on tha

Marvell SATA Driver

2006-01-19 Thread Vaibhav Agrawal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I'm not able to install Debian Stable 3.1 r1 on Super Micro Server 6014H-T, during installation when it reaches the partition hd section, it says can not find any media to partition. I know the problem here is the SATA controller which is Marve

Re: Most directories locked read-only: unlocked!

2006-01-19 Thread Almut Behrens
On Thu, Jan 19, 2006 at 10:04:17PM -0500, Ken Heard wrote: > > I then was able to amend /etc/fstab for the root directory mount by > fixing the typo. I also removed the "errors=remount-ro" option. > Apparently the Debian installer always adds this option to the fstab > mount line for the

Re: Most directories locked read-only: unlocked!

2006-01-19 Thread John Hasler
> I changed it back to sh. I discovered that /bin/sh is a link to > /bin/bash. I assume that for some (most? all?) scripts bash can be used > but the scripts application may be confused if it is called bash rather > than sh. No. When called as sh Bash goes into POSIX-compliant mode. When calle

Re: LDAP madness! [u]

2006-01-19 Thread Jeremy T. Bouse [c]
Pete, Without the LDAP entry you're attempting to authenticate against it is hard to say. I have gotten Samba to work with LDAP before; however, I don't currently have it setup as I'm re-structuring my LAN servers at the moment. Of interest in the LDAP entries is that Samba has it's own schema

Re: Bandwidth Throttling for Firefox?

2006-01-19 Thread Steve Lamb
Andrei Popescu wrote: > There was a discussion here just recently about restricting the bandwith > per application. Just search the archive for the last week or two I know there was. Throttled is not in the apt repositories, checking for "throttle" yielded nothing of consiquence and I do not

Re: Re: su/sudo cannot X

2006-01-19 Thread Lei Kong
John Hasler wrote X and X applications are exceedingly complex, unaudited, and likely to be chock full of buffer overruns, format string vulnerabilities, and other I guess a checking on CERT's vulnerability list will reveal if this is true, X vs non-X. nasties. Consider the segfaults and m

Re: Most directories locked read-only: unlocked!

2006-01-19 Thread Ken Heard
Almut Behrens wrote: Because I used /var instead of /tmp I modified your script as follows: #!/bin/bash #You suggested /bin/sh FSTAB=/var/fstab# var changed from tmp LIBC=/lib/libc.so.6 perl -pe "s|/etc/fstab|$FSTAB|g" $LIBC >/var/libc.so.6 # var changed from tmp perl -pe

Re: (te)TeX recent changes

2006-01-19 Thread Bruno Beaufils
On Fri, Jan 20, 2006 at 12:06:20AM +0100, Ralf Stubner wrote: > '-Poutline'. But since dvips uses outline fonts by default, this file I do not remember why I use the config.outline file but I think it is because at a certain time dvips did not use outline fonts by defaut and that was the only solu

Re: permissions - is this the best approach?

2006-01-19 Thread Chinook
Almut Behrens wrote: On Thu, Jan 19, 2006 at 12:45:55PM -0500, Chinook wrote: Johannes Wiedersich wrote: On Thu, 2006-01-19 at 01:38 -0500, Chinook wrote: The idea is to allow various users on the Linux box the ability to create and delete their own files in /home/lanshare/pub

Re: File system overhead

2006-01-19 Thread David Kirchner
On 1/19/06, Tony Heal <[EMAIL PROTECTED]> wrote: > > anyone have a good link that explains why/what the ext3 overhead is. I have > a partition that looks like it has 8GB taken up by the OS and I need to > explain this. > FilesystemSize Used Avail Use% Mounted on > /dev/sda9

RE: File system overhead

2006-01-19 Thread Tony Heal
If you look at the output of df -h you will see that the size of the partition is 219GB there is only 168MB in this partition yet there is only 208GB left. This is a new server and that partition has only had things added to it, nothing has ever been removed. By my calculations there should be 21

LDAP madness!

2006-01-19 Thread Pete Clarke
Hi all, LDAP! I have successfully managed to get a working LDAP installation for Unix clients, nss & pam logins work fine, even alongside the current NIS setup for testing purposes! I am now trying to get the samba integration working for the Windows machines on this networkwhat a royal

Firefox print problems after recent test/unstable upgrade.

2006-01-19 Thread Tom Allison
I (accidentally) upgraded one of my workstations to Xorg on either testing or unstable along with several hundred other packages. Most of it I've managed to get working again. But I wanted to check with the community to see if they have noticed the same problem. When I am using FireFox and t

Re: OT: Subscribed addresses with auto-reply anti-spam systems

2006-01-19 Thread Richard Lyons
On Thursday, 19 January 2006 at 11:25:33 +0100, Michelle Konzack wrote: > Am 2006-01-02 11:25:50, schrieb Gene Heskett: > > > If that was [EMAIL PROTECTED], bounce it to every address you > > can imagine starting with sales & abuse @uol.br.com. I bounced about > > 3 of them and it stopped, have

Re: permissions - is this the best approach?

2006-01-19 Thread Almut Behrens
On Thu, Jan 19, 2006 at 12:45:55PM -0500, Chinook wrote: > Johannes Wiedersich wrote: > >>On Thu, 2006-01-19 at 01:38 -0500, Chinook wrote: > >>>The idea is to allow various users on the Linux box the ability to > >>>create and delete their own files in /home/lanshare/public and to > >>>read/copy

Re: (te)TeX recent changes ...

2006-01-19 Thread Richard Lyons
On Thursday, 19 January 2006 at 23:34:27 +0100, Bruno Beaufils wrote: > Is there a place where recent changes in TeX packages are documented ? > > I ask that because since some times all my pdf produced files are unreadable > by people using Acrobat Reader, and even xpdf sends me insults about som

Debian diskless cluster

2006-01-19 Thread Michal Tarana
Hi everybody, ^ I am trying to build a Debian cluster consisting of 5 computers for some scientific calculations. I'd like to have identical filesystems on each machine as much as possible. My first idea is to use lessdisks package, store all the filesystems on the server node of the cl

Root terminal login problem

2006-01-19 Thread yoyotweak
Hi, I'm having a problem loging into the root terminal. I get the following error: Failed to run /usr/bin/x-terminal-emulator as user root: Failed to communicate with gksu-run-helper. Received: configuration error - unknown item 'QUOTAS_ENAB' (notify administrator) configuration error - unknown

Re: File system overhead

2006-01-19 Thread Mike McCarty
Tony Heal wrote: anyone have a good link that explains why/what the ext3 overhead is. I have a partition that looks like it has 8GB taken up by the OS and I need to explain this. FilesystemSize Used Avail Use% Mounted on /dev/sda9 219G 168M 208G 1% /opt What

(te)TeX recent changes ...

2006-01-19 Thread Bruno Beaufils
Is there a place where recent changes in TeX packages are documented ? I ask that because since some times all my pdf produced files are unreadable by people using Acrobat Reader, and even xpdf sends me insults about some bad bounding box in Type 3 glyph (Error: Bad bounding box in Type 3 glyph).

Re: Photo collection management

2006-01-19 Thread Adam Hardy
Nils Erik Svangård on 18/01/06 15:17, wrote: Have you tried f-spot? /nisse On 1/17/06, *Piotr Kopszak* <[EMAIL PROTECTED] > wrote: Couple of days ago I decided (evidently too late!) that the amount of pictures on CD-ROMs and on my disks has attained critic

Re: su/sudo cannot X

2006-01-19 Thread Philippe Grenard
Le Mercredi 18 Janvier 2006 16:53, Peter McAlpine a écrit : > On Wed, Jan 18, 2006 at 03:37:25PM +, Noah Dain wrote: > > On 1/18/06, Peter McAlpine <[EMAIL PROTECTED]> wrote: > > > Security feature or not... when I'm troubleshooting I sometimes want > > > this disabled. If 'xhost +' no longer d

File system overhead

2006-01-19 Thread Tony Heal
anyone have a good link that explains why/what the ext3 overhead is. I have a partition that looks like it has 8GB taken up by the OS and I need to explain this. Filesystem    Size  Used   Avail   Use% Mounted on/dev/sda9 219G  168M  208G   1% /opt   Tony Heal Pace

Re: Gnupg - upgrade a trustdb?

2006-01-19 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 15 Jan 2006 13:05:35 -0600 Jacob S <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, 13 Jan 2006 13:27:12 -0600 > John Hasler <[EMAIL PROTECTED]> wrote: > > > Jacob writes: > > > So, I figure there must

Re: public key in apt get unstable/testing not valid

2006-01-19 Thread Andreas Janssen
Hello Joey Hess (<[EMAIL PROTECTED]>) wrote: > Bryan Frechette wrote: >> Hi i'm running debian testing and when i do apt-get update, i get a >> public key fail when i update my database to do an upgrade of my >> debian server and i the public key fails what do i do then > > apt-get --allow-unauth

Re: rpc.statd paranoia

2006-01-19 Thread Christoph Anton Mitterer
Greg Norris wrote: >Weird... I tried it about a week ago, and got the behaviour described in >the bugreport. What version do you have installed? Mine was 2.7.0-8 >from sid. > > Yes,.. I have the same version. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: Replacement for webmin in Debian? was: Debian Weekly News - January 17th, 2006

2006-01-19 Thread Richard Lyons
On Wednesday, 18 January 2006 at 6:51:17 -0800, Mike Fedyk wrote: > Johannes Wiedersich wrote: > > >Mike Fedyk wrote: > > > >>Michael Bellears wrote: > >> > I have a few installs that are using webmin. What packages in > debian provide similar functionality in a web based interface? I

Re: two head x server

2006-01-19 Thread Britton Kerin
On Thu, 19 Jan 2006 18:18:17 +0100, "igor" <[EMAIL PROTECTED]> said: > I have an idea of setting up X server to use two video cards? Can anyone > give me first direction hints about this? thanks. It should be noted that another alternative is to use one of the newer video chipsets from nvidia tha

Re: su/sudo cannot X

2006-01-19 Thread John Hasler
I wrote: > Because neither X nor any X applications are secure. Lei writes: > True, root X session over network is insecure... True, but not what I meant. > What is the security concern for local root X session? X and X applications are exceedingly complex, unaudited, and likely to be chock ful

Re: public key in apt get unstable/testing not valid

2006-01-19 Thread Andreas Janssen
Hello Bryan Frechette (<[EMAIL PROTECTED]>) wrote: > Hi i'm running debian testing and when i do apt-get update, i get a > public key fail when i update my database to do an upgrade of my > debian server and i the public key fails what do i do then You need to import the archive key for 2006 (ma

Re: squirrelmail problems

2006-01-19 Thread Gilberto Villani Brito
Your old SquirrelMail has working with imap-ssl Gilberto On Thu, 19 Jan 2006 17:55:26 +0100 Lubos Vrbka <[EMAIL PROTECTED]> wrote: > hi guys, > > after yesterday's upgrade our mailserver running squirrelmail doesn't > allow any user to log in. other methods of access work fine (pop, imap

Re: public key in apt get unstable/testing not valid

2006-01-19 Thread Joey Hess
Bryan Frechette wrote: > Hi i'm running debian testing and when i do apt-get update, i get a public > key fail when i update my database to do an upgrade of my debian server > and i the public key fails what do i do then apt-get --allow-unauthenticated install debian-archive-keyring -- see shy j

Re: IMAP Server Requirement

2006-01-19 Thread Ron Johnson
On Thu, 2006-01-19 at 17:21 +, Hagakure wrote: > Ropetin wrote: > > > > > > > What software do I need to use to make this happen? I've read about > > a number of different pieces of software but can't figure out what > > would be best. I don't want you to walk me through it step by step, > > j

Re: Using USB Memory-Stick with Debian - followup

2006-01-19 Thread Felix Karpfen
On Sun, 15 Jan 2006 07:49:31 +1100, Felix Karpfen wrote (<[EMAIL PROTECTED]>): > With the help of Google, I have located the following instructions > for configuring Debian to recognise the presence of a USB Memory-Stick: Snip > > Pointers to relevant documentation (that would enable amateurs t

Re: Crashes and lock-ups in Sarge

2006-01-19 Thread Felix Karpfen
On Sun, 15 Jan 2006 09:53:08 -0600, Adam Fabian wrote (<[EMAIL PROTECTED]>): > I would do a clean install, if you don't have known-good backups to > restore to the new hard-drive. Tracking down errors because of > randomly corrupted files could be your worst nightmare. A bitter pill to swallow.

Re: Re: su/sudo cannot X

2006-01-19 Thread Lei Kong
As about the security concern, why is it more secure not to let root log into X than otherwise? why is not letting root start X client after su/sudo by default a good policy? Because neither X nor any X applications are secure. True, root X session over network is insecure, but how about us

public key in apt get unstable/testing not valid

2006-01-19 Thread Bryan Frechette
Hi i'm running debian testing and when i do apt-get update, i get a public key fail when i update my database to do an upgrade of my debian server and i the public key fails what do i do then Thanks very much Bryan Frechette -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "uns

Re: IBM Z60m w/ sarge

2006-01-19 Thread Henrique de Moraes Holschuh
On Thu, 19 Jan 2006, Henrik Theiling wrote: > > Just wondering if anyone has successfully installed sarge on an ibm > > z60m laptop? > > I'm currently trying. Do not use kernel 2.6.8 during boot time, as > it does not find the hard disk after first reboot from disk: Make sure to check the Linux

Re: [SOLVED] Problem removing packages when their uninstall procedures fail

2006-01-19 Thread Edward Shornock
On Sun, Jan 15, 2006 at 07:49:30PM +0200, Giannis Stoilis wrote: > So, I did the following: > 1) Removed every file of the package. dpkg -L broken-package | xargs rm > 2) Opened /var/lib/dpkg/status, found the package and deleted every > line until the next blank line. > > That did what I wanted t

Re: IMAP Server Requirement

2006-01-19 Thread Peter McAlpine
This is the document I've used multiple times when setting this type of environment up. http://talk.trekweb.com/~jasonb/articles/exim_maildir_imap.shtml -Peter On Thu, Jan 19, 2006 at 05:06:03PM -0500, Ropetin wrote: > I hope I'm asking this question in the right place. If not please let > me

Re: rpc.statd paranoia

2006-01-19 Thread Greg Norris
On Thu, Jan 19, 2006 at 08:21:49PM +0100, Christoph Anton Mitterer wrote: >Greg Norris wrote: >>Unfortunately, fam will fail to start if portmap isn't running. >> >> http://bugs.debian.org/332790 >> >I cannot confirm this bug, I'm using sid and fam but don't have portmap >installed,.. it it star

Re: its cold here

2006-01-19 Thread Wayne Topa
Wayne Topa([EMAIL PROTECTED]) is reported to have said: My apologies to the list. I thought I had killed this when I noticed the TO DU. I have, hopefully, fixed my folder-hooks so it won't happen again. Wayne -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

need Lilypond 2.6

2006-01-19 Thread debian
On Thu, Jan 19, 2006 at 03:40:11PM +0100, Andreas Janssen wrote: > Hello > > icmp (<[EMAIL PROTECTED]>) wrote: > > > is there packages.debian.org alternative anywhere ? Have we any idea when package searching at debian.org will be back on air ? I am badly stuck for lilypond v2.6 and I have hose

Re: rpc.statd paranoia

2006-01-19 Thread Christoph Anton Mitterer
Greg Norris wrote: >Unfortunately, fam will fail to start if portmap isn't running. > > http://bugs.debian.org/332790 > > I cannot confirm this bug, I'm using sid and fam but don't have portmap installed,.. it it starts fine :-) Chris. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Write to tape in high density

2006-01-19 Thread Claudio Plateroti
Hi, I need to write to tape in high density . I did this : ServArch:~# dump 0f /dev/nst0a /boot DUMP: Date of this level 0 dump: Thu Jan 19 15:51:24 2006 DUMP: Dumping /dev/cciss/c0d0p6 (/boot) to /dev/nst0a DUMP: Label: /boot DUMP: Writing 10 Kilobyte records DUMP: mapping (Pass I) [regular

Re: Workarround for "No common CD-ROM drive was detected"

2006-01-19 Thread José Pablo Ezequiel Fernández
On Wed 18 Jan 2006 21:17, Victor Munoz wrote: > On Wed, Jan 18, 2006 at 04:24:31PM -0300, Jos?? Pablo Ezequiel Fern??ndez wrote: > > I am tring to install Debian Sarge in a computer with two SATA HDs and > > one IDE CD-ROM, I get the error "No common CD-ROM drive was detected". > > I believe it is

Re: IBM Z60m w/ sarge

2006-01-19 Thread Henrik Theiling
Hi! > Just wondering if anyone has successfully installed sarge on an ibm > z60m laptop? I'm currently trying. Do not use kernel 2.6.8 during boot time, as it does not find the hard disk after first reboot from disk: ... ide0: I/O resource 0x1F0-0x1F7 not free. ide0: ports already in use,

Need Help w/Sarge: Gallery & PHP4 & Apache2

2006-01-19 Thread John W. Foster
I just built a brand new Sarge system and I have Apache2 set up and running fine. I also have PHP4 installed and the approriate modules in Apache2. I installed Gallery & it simply does not work. I have looked at the php.ini and read over several archived things about running Gallery. I have used

Re: squirrelmail problems

2006-01-19 Thread Ernst-Magne Vindal
On Thu, January 19, 2006 17:55, Lubos Vrbka said: > hi guys, > > after yesterday's upgrade our mailserver running squirrelmail doesn't > allow any user to log in. other methods of access work fine (pop, imap, > ssh login + mutt). > > the configtest script reports the following. does anyone know wh

Re: permissions - is this the best approach?

2006-01-19 Thread Chinook
Johannes Wiedersich wrote: On Thu, 2006-01-19 at 01:38 -0500, Chinook wrote: I've set up a Linux and Mac zeroconf (netatalk) LAN. On the Linux box (Debian Etch) I have a shared directory for passing files to/from the Linux box, that is accessed from the Mac (while AppleTalk/zeroconf allows a

Re: IMAP Server Requirement

2006-01-19 Thread Clive Menzies
On (19/01/06 17:06), Ropetin wrote: > I hope I'm asking this question in the right place. If not please let > me know where to go. > > I work for a fairly small company who, like a lot of companies, relies > heavily on email. For reasons that unfortunately I had no decision in, > and cannot c

Re: two head x server

2006-01-19 Thread David Dorward
On 19/01/06, igor <[EMAIL PROTECTED]> wrote: > I have an idea of setting up X server to use two video cards? Can anyone > give me first direction hints about this? thanks. Put two video cards in the PC. Run X with the -configure switch -- David Dorward

Re: rpc.statd paranoia

2006-01-19 Thread Greg Norris
On Thu, Jan 19, 2006 at 09:28:02AM +0100, Christoph Anton Mitterer wrote: > > I did not remove the gnome package or fam, just out of the init > > scripts. From what you mentioned I imagine we should blame the fam. > > No, IIRC fam needs portmap only for some of its network > functionallity,... so

Re: IMAP Server Requirement

2006-01-19 Thread Gregory Seidman
On Thu, Jan 19, 2006 at 06:14:47PM +0100, igor wrote: } On Thu, 2006-01-19 at 17:06 -0500, Ropetin wrote: } > What software do I need to use to make this happen? I've read about a } > number of different pieces of software but can't figure out what would } > be best. I don't want you to walk me

Re: setting proper resolution on my lcd

2006-01-19 Thread Matt Price
On 1/19/06, Ken Wahl <[EMAIL PROTECTED]> wrote: > On Wed, Jan 18, 2006 at 11:42:33PM -0500, Matt Price wrote: > > Hi folks, > > > > just got a brnad new dell 1905fp, which mostly works great. Having > > trouble getting it to display at its native 1280x1024, though. > > Instead I seem to have it at

Re: Fwd: DEVFS Or UDEV On 2.6.15-1-686 Kernel

2006-01-19 Thread John L Fjellstad
Leonard Chatagnier <[EMAIL PROTECTED]> writes: >> Please someone: Do I have to use udev with 2.6.15 >> kernels? If not, how to get devfsd to work? Lilo >> had >> the mount devfs command for linux image in the >> config >> file. devfs is no longer supported in the later 2.6 series. I'm not sure

Re: IMAP Server Requirement

2006-01-19 Thread Dave Carrigan
On Thu, Jan 19, 2006 at 05:06:03PM -0500, Ropetin wrote: > I'd like to then setup an IMAP server on another machine, with more > storage, and have it pull email from the regular POP server and make it > available to a limited number of users. It will be hosted inside our > network, with no out

Re: IMAP Server Requirement

2006-01-19 Thread Hagakure
Ropetin wrote: > > > What software do I need to use to make this happen? I've read about > a number of different pieces of software but can't figure out what > would be best. I don't want you to walk me through it step by step, > just point me in the right direction and give me a push! > Hiya, T

two head x server

2006-01-19 Thread igor
I have an idea of setting up X server to use two video cards? Can anyone give me first direction hints about this? thanks. -- igor <[EMAIL PROTECTED]> pletisan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: firefox printing: extraneous printers, removing xprint and dependencies

2006-01-19 Thread Andrew Sackville-West
On Thu, 19 Jan 2006 12:13:46 + Clive Menzies <[EMAIL PROTECTED]> wrote: > On (18/01/06 21:35), Andrew Sackville-West wrote: > > I have several extraneous printers in my Firefox (1.07) print dialog > > in my pure sid system. They each end @:64 (such as hppsc1200@:64). > > The archives at > >

Re: IMAP Server Requirement

2006-01-19 Thread igor
On Thu, 2006-01-19 at 17:06 -0500, Ropetin wrote: > What software do I need to use to make this happen? I've read about a > number of different pieces of software but can't figure out what would > be best. I don't want you to walk me through it step by step, just > point me in the right direct

Re: rpc.statd paranoia

2006-01-19 Thread Marty
Christoph Anton Mitterer wrote: Marty wrote: gnome-desktop-environment requires portmap through dependency on fam. Did you by any chance remove gnome-desktop-environment in the meantime? IIRC fam does not _depend_ on portmap but only recommends it... Chris. Are you running testing or

IMAP Server Requirement

2006-01-19 Thread Ropetin
I hope I'm asking this question in the right place. If not please let me know where to go. I work for a fairly small company who, like a lot of companies, relies heavily on email. For reasons that unfortunately I had no decision in, and cannot contractually change in the next two years, we a

Re: xmgrace on vncserver has font problems

2006-01-19 Thread Alexander Wagner
I still do not understand what the problem with the fonts is, but it turns out that the vnc4server does not exhibit this problem. (It picks an unusually small font, but at least I can read it.) -- Alexander Wagner Department of Physics, North Dakota State University tel: (701) 231 9582 fax: (701)

Re: Problem mit dd beim Image zurücksichern

2006-01-19 Thread Mike McCarty
B wrote: Jetzt habe ich folgende Frage (an die Script-Experten): Was muß man machen um so ein großes Image in kleinere Teile aufzuspalten (vermutlich >2GB), damit ich die dann mit dd wieder zurücksichern kann? Oder gibt es da sonst noch Lösungsvorschläge? Im Knoppix gibts ein fertiges Too

squirrelmail problems

2006-01-19 Thread Lubos Vrbka
hi guys, after yesterday's upgrade our mailserver running squirrelmail doesn't allow any user to log in. other methods of access work fine (pop, imap, ssh login + mutt). the configtest script reports the following. does anyone know what's going on? thanks for any help. regards, lubos

Re: Fw: Debian Sarge AMD64 and SATA

2006-01-19 Thread Craig M. Houck
-- >> In order to get to work I had to go >> into the CMOS/BIOS and change the HDD to Combination. > >After you did that, what were the SATA drive(s) in /dev? The drive was id'd as hda not as a SCSI. I think I saw a scheme where you fool the system into thinking the SATA are SCSI to get them

Re: acroread problem

2006-01-19 Thread Hugo Vanwoerkom
Jan Willem Stumpel wrote: In Sid, since an upgrade last week, Adobe acroread (v. 7) does not work anymore (both the version straight from Adobe and the .deb version from Marillat). Did anyone noticed this also? Any idea of cause or cure? I tried strace and it seems that acroread aborts after

Re: Re: How to disable this PPP message

2006-01-19 Thread John Q. User
Hi Simo, Thanks for the pointer. I'm using Firestarter to configure IPTables. I will investigate Firestarter configuration options. Cheers, jec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Fw: Debian Sarge AMD64 and SATA

2006-01-19 Thread Glenn English
On Thu, 2006-01-19 at 10:33 -0500, Craig M. Houck wrote: > In order to get to work I had to go > into the CMOS/BIOS and change the HDD to Combination. After you did that, what were the SATA drive(s) in /dev? Mine are detected before the SCSI, and are called sda and b. And a mildly OT question

Re: Re: ne2000 problem

2006-01-19 Thread elfernandez
_ Este mensaje se dirige exclusivamente a su destinatario y puede contener información privilegiada o confidencial. Si no es Vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o cop

Re: setting proper resolution on my lcd

2006-01-19 Thread Ken Wahl
On Wed, Jan 18, 2006 at 11:42:33PM -0500, Matt Price wrote: > Hi folks, > > just got a brnad new dell 1905fp, which mostly works great. Having > trouble getting it to display at its native 1280x1024, though. > Instead I seem to have it at 1162x1054, which would be fine, but the > fonts look a lit

Re: Fw: Debian Sarge AMD64 and SATA

2006-01-19 Thread thierry
Craig M. Houck wrote: Alessandro Pluchino YES. Sarge has problems doing SATA installs. I had to put it on 30 Dell machines. In order to get to work I had to go into the CMOS/BIOS and change the HDD to Combination. Not sure what that means exactly there was very little explanation there. I suspec

P3 850 Notebooks for sale

2006-01-19 Thread Jimmy Gent
175 Notebooks Toshiba 8200 P3 850 128 /20/ DVD These are super nice off lease units , $250 is a take all price , give me a call if you need more info All equipment power on tested. Non DOA warranty. Complete as is No warranty on batteries. Complete with A/C adapters. Retail grade laptops. Goo

Re: Wine error

2006-01-19 Thread Johannes Wiedersich
Nikhil Prabhakar wrote: I was not able to play songs from www.raaga.com on GNU/Linux.I got a solution on http://www.cs.cornell.edu/~scs49/install_linux.html#destHeader164 I tried to play around to see if it solves the problem.Problem was solved but one day wine failed to behave as required and

Re: Debian Sarge AMD64 and SATA

2006-01-19 Thread Lubos Vrbka
Alessandro Pluchino wrote: Hi all! The last days I just can't get to install Debian Sarge AMD 64. It keeps saying to me :no partitionable media.Meaning it doesn't detect my SATA hard disk drive.. did you try to install using len sorensen's sarge installation iso? it has newer kernel (2.6.12

Debian Sarge AMD64 and SATA

2006-01-19 Thread Alessandro Pluchino
Hi all!   The last days I just can't get to install Debian Sarge AMD 64. It keeps saying to me :no partitionable media.Meaning it doesn't detect my SATA hard disk drive..   My installation is :   K8N4-E motherboard with AMD64 CPU 3000 Maxtor SATA hdd 160 gb 512 mb ram   Does anyone know someth

Re: Fw: Debian Sarge AMD64 and SATA

2006-01-19 Thread Craig M. Houck
Alessandro Pluchino YES. Sarge has problems doing SATA installs. I had to put it on 30 Dell machines. In order to get to work I had to go into the CMOS/BIOS and change the HDD to Combination. Not sure what that means exactly there was very little explanation there. I suspect it makes it act less li

Fw: Debian Sarge AMD64 and SATA

2006-01-19 Thread Alessandro Pluchino
  - Original Message - From: Alessandro Pluchino To: debian-user@lists.debian.org Sent: Thursday, January 19, 2006 4:19 PM Subject: Debian Sarge AMD64 and SATA Hi all!   The last days I just can't get to install Debian Sarge AMD 64. It keeps saying to me :no partitionable media.Mea

Re: Wine error

2006-01-19 Thread L.V.Gandhi
On 1/19/06, Nikhil Prabhakar <[EMAIL PROTECTED]> wrote: > Hi, > On 1/19/06, Oliver Lupton <[EMAIL PROTECTED]> wrote: > > > Not that it helps with the error, but out of interest why are you running a > > windows version of >firefox with wine rather than a native linux one? > > I was not able to p

Re: alternative to packages.debian.org

2006-01-19 Thread Andreas Janssen
Hello icmp (<[EMAIL PROTECTED]>) wrote: > is there packages.debian.org alternative anywhere ? apt-cache and apt-file, if you add stable, testing and unstable to your sources.list. best regards Andreas Janssen -- Andreas Janssen <[EMAIL PROTECTED]> PGP-Key-ID: 0xDC801674 ICQ #17079270

Re: Wine error

2006-01-19 Thread Nikhil Prabhakar
Hi, On 1/19/06, Oliver Lupton <[EMAIL PROTECTED]> wrote: > Not that it helps with the error, but out of interest why are you running a > windows version of >firefox with wine rather than a native linux one? I was not able to play songs from www.raaga.com on GNU/Linux.I got a solution on http:/

Re: Logical Volume Manager and RAID

2006-01-19 Thread Henrique de Moraes Holschuh
On Thu, 19 Jan 2006, Noah Dain wrote: > > How does RAID interact with LVM? Do I place RAID on top of LVM or the > > other way around? LVM on top of md RAID (there is also device-mapper RAID, now), so lvm has PVs that are md devices. > > Or am I worrying unnecessarily: Is it possible to mix them

Re: alternative to packages.debian.org

2006-01-19 Thread Martin OConnor
On 18/01/06, Gabriel Parrondo <[EMAIL PROTECTED]> wrote: icmp wrote:> Hi,>> is there packages.debian.org alternative> anywhere ? >I miss it too :(>> --> http://www.axeltabs.com/> http://roundhound.com/> http://linuxarcher.net/bb/ > http://di

Re: Persistent superblock on software RAID

2006-01-19 Thread Henrique de Moraes Holschuh
On Wed, 18 Jan 2006, José Pablo Ezequiel Fernández wrote: > Now, when I try to boot up linux 2.6 I still get the same error: wrong > superblock or /dev/hdc1: no such file or directory. Of course, it in > now /dev/sda1, what/who is looking for it on /dev/hdc instead of /dev/sda ? I > suppose some

Re: Problem mit dd beim Image zurücksichern

2006-01-19 Thread B
Jetzt habe ich folgende Frage (an die Script-Experten): Was muß man machen um so ein großes Image in kleinere Teile aufzuspalten (vermutlich >2GB), damit ich die dann mit dd wieder zurücksichern kann? Oder gibt es da sonst noch Lösungsvorschläge? Im Knoppix gibts ein fertiges Tool um Parti

Re: Thunderbird 1.5?

2006-01-19 Thread Edward Shornock
On Thu, Jan 19, 2006 at 05:01:09AM -0800, Steve Lamb wrote: > Yes, I'm gonna ask it but any hints on when 1.5's gonna hit unstable? >> Package: mozilla-thunderbird >> Severity: wishlist >> >> Please package v1.5 as it has officially come out of beta and has >> been released as final. I've be

Re: Bandwidth Throttling for Firefox?

2006-01-19 Thread Andrei Popescu
On Thu, 19 Jan 2006 04:52:04 -0800 Steve Lamb <[EMAIL PROTECTED]> wrote: > Is anyone aware of a way to throttle bandwidth when Firefox is downloading > files? I've searched the extension database as well as Googled "Firefox > Bandwidth Thottle" 8 pages deep looking for an answer and found non

Re: about scp

2006-01-19 Thread Andrei Popescu
On Thu, 19 Jan 2006 10:43:40 -0200 Gilberto Villani Brito <[EMAIL PROTECTED]> wrote: > Try: > # scp -p 19666 www.myservername.com: > or > # scp -p 19666 www.myservername.com: > if you want get file from server. > > Gilberto The port must be specified with '-P' not '-p' Andrei -- If you can't

mozilla-firefox development package

2006-01-19 Thread Виталий Ищенко
Are there any Development package for mozilla-firefox 1.5 (or seamonkey-dev + binary package :) mozilla-dev 1.7.12 rather old... or mozilla-dev will be enough?

Re: permissions - is this the best approach?

2006-01-19 Thread Johannes Wiedersich
On Thu, 2006-01-19 at 01:38 -0500, Chinook wrote: I've set up a Linux and Mac zeroconf (netatalk) LAN. On the Linux box (Debian Etch) I have a shared directory for passing files to/from the Linux box, that is accessed from the Mac (while AppleTalk/zeroconf allows a peer-to-peer network model,

Thunderbird 1.5?

2006-01-19 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yes, I'm gonna ask it but any hints on when 1.5's gonna hit unstable? - -- Steve C. Lamb | I'm your priest, I'm your shrink, I'm your PGP Key: 8B6E99C5 | main connection to the switchboard of souls. -

Bandwidth Throttling for Firefox?

2006-01-19 Thread Steve Lamb
Is anyone aware of a way to throttle bandwidth when Firefox is downloading files? I've searched the extension database as well as Googled "Firefox Bandwidth Thottle" 8 pages deep looking for an answer and found none. Would've loved to have had it tonight when I was downloading a demo and wanti

Re: about scp

2006-01-19 Thread Gilberto Villani Brito
Try: # scp -p 19666 www.myservername.com: or # scp -p 19666 www.myservername.com: if you want get file from server. Gilberto On Wed, 18 Jan 2006 09:09:36 -0800 (PST) Nevruz Mesut Sahin <[EMAIL PROTECTED]> wrote: > hello friends I am to trying to server ssh -p 19666 www.myservername.com and >

Re: firefox printing: extraneous printers, removing xprint and dependencies

2006-01-19 Thread Clive Menzies
On (18/01/06 21:35), Andrew Sackville-West wrote: > I have several extraneous printers in my Firefox (1.07) print dialog > in my pure sid system. They each end @:64 (such as hppsc1200@:64). > The archives at > > http://lists.debian.org/debian-user/2005/06/msg00282.html > > suggest this is caused

acroread problem

2006-01-19 Thread Jan Willem Stumpel
In Sid, since an upgrade last week, Adobe acroread (v. 7) does not work anymore (both the version straight from Adobe and the .deb version from Marillat). Did anyone noticed this also? Any idea of cause or cure? I tried strace and it seems that acroread aborts after gettimeofday({11376

  1   2   >