Unable to run virsh on bookworm

2023-05-09 Thread Sean Whalen
works but virsh does not. I just filed a bug <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035808> (that was my time using the Debian bug tracking system). Is anyone aware of a workaround for this bug until it is fixed? -- Respectfully, Sean Whalen signature.asc Description: OpenPGP digital signature

Re: How exactly do I create a Debian live USB?

2021-10-11 Thread Sean Behan
y an issue with the USB flash drive you're using. --- Sean Behan On 2021-10-11 06:38, kaye n wrote: > Hello Friends! > > I did this and was able to boot my newly created Debian 11 live USB but was > stuck in a black terminal-like screen where it says, I/O error, etc. > > U

Re: Request of recommendations for public Mercurial repository hosting

2017-09-18 Thread Sean Farley
Mario Castelán Castro writes: > On 17/09/17 12:04, Mario Castelán Castro wrote: >> My only candidate so far is Bitbucket. I want to know if there are other >> options. I have already discarded SourceForge because it has Google JS. >> All other providers that I know either are paid or do not offe

Switch user is broken for multiple sessions after upgrade to stretch.

2017-09-14 Thread Sean Peters
I've got a home desktop PC that often has several members of the family logged in to it at the same time, with a mixture of LXDE, GNOME, and FVWM(from .xsession) sessions. It uses gdm3 as a display manager. Since an upgrade to stretch, Switch User doesn't work. None of these work: - "Switch User

Re: Debian 9

2017-06-28 Thread Sean Behan
On Wed, Jun 28, 2017 at 06:24:17PM -0700, Jimmy Johnson wrote: > On 06/27/2017 09:49 AM, Greg Wooledge wrote: > I downloaded the iso to check this out, yes it won't give you root passwd, > the install takes the passwd while installing. Sudo is installed but the > user is not allowed sudo rights. N

Re: Debian 9

2017-06-27 Thread Sean Behan
On Tue, Jun 27, 2017 at 05:41:57PM -0400, Fungi4All wrote: > Is this all it takes to hack the root account of a secure debian system? Correct, if you're on the same architecture you can actually chroot to acquire the same effect by issuing commands. It's not really hacking, you have access to the

Re: How to attach a fully encrypted drive to Stretch

2017-06-27 Thread Sean Behan
On Tue, Jun 27, 2017 at 10:34:45AM +0200, Erwan David wrote: > Le 06/27/17 à 10:16, Hans a écrit : > > Hi! > > I believe, first of all is to check, how youz device is seen at the > > usb-port. > > > > As root start "tail -f /var/log/syslog" and then plugin your device. Check > > the > > message

Re: CPU frequency and custom kernel

2013-11-22 Thread Sean Alexandre
On Fri, Nov 22, 2013 at 03:03:33AM -0500, ken wrote: > I've found cpuspeed to be buggy... the speed at which the cpu runs > seems to have little to do with the conditions specified in the > config file. Recent kernel upgrades have improved cpuspeed somewhat > (without any changes to the config file

Re: CPU frequency and custom kernel

2013-11-22 Thread Sean Alexandre
On Fri, Nov 22, 2013 at 11:06:14AM +0100, Jochen Spieker wrote: > Check the files in this directory: > > /sys/devices/system/cpu/cpu0/cpufreq > > Especially scaling_available_frequencies, scaling_max_freq and > scaling_min_freq. I've been using the cpufreq-info, which I think reports what's in t

CPU frequency and custom kernel

2013-11-21 Thread Sean Alexandre
I've built my own kernel, but the CPU runs faster (hotter, more fan noise, etc.) I can't figure out why it's faster. Everything I've checked is the same between the two kernels. If I boot to the Debian provided kernel the CPU runs at 800 MHz, but if I boot to my custom kernel it runs at 1.8 GHz. (

Re: ssh tunnel delay

2013-09-10 Thread Sean Alexandre
On Tue, Sep 10, 2013 at 02:28:37PM +0200, Juan Sierra Pons wrote: > 2013/9/10 Sean Alexandre > > > > On Tue, Sep 10, 2013 at 01:11:17PM +0200, Juan Sierra Pons wrote: > > > Hi, > > > > > > I don't see anything strange in the logs provided. Do you see

Re: ssh tunnel delay

2013-09-10 Thread Sean Alexandre
On Tue, Sep 10, 2013 at 01:11:17PM +0200, Juan Sierra Pons wrote: > Hi, > > I don't see anything strange in the logs provided. Do you see anything > strange in your dmesg, /var/log/daemon.log, etc? > > Is the DNS on the server's side working properly? Sometimes when the > reverse DNS is not prope

Re: ssh tunnel delay

2013-09-10 Thread Sean Alexandre
On Tue, Sep 10, 2013 at 12:25:59PM +0200, Juan Sierra Pons wrote: > Can you launch the tunnel in verbose (-vvv) mode and send the logs? > ssh -vvv -o ExitOnForwardFailure=yes -fN -L1110:localhost:1212 server Here's what I'm seeing with -vvv: http://paste.debian.net/37873/ -- To UNSUBSCRIBE, ema

ssh tunnel delay

2013-09-10 Thread Sean Alexandre
I'm seeing a delay when I attempt a connection through an ssh tunnel. The connection's fast without the tunnel, but has an inital 80 second delay with it. Here's the case that works, without the tunnel. I see lines I type echoed immediately: server> nc -l -p 1212 client> nc server 1212 But if i

Re: dhcpdump not seeing dhclient messages

2013-08-26 Thread Sean Alexandre
On Mon, Aug 26, 2013 at 01:28:44PM -0300, Luther Blissett wrote: > I do not know if this is the case, but ISP's usually record its > customers MAC address which is universally unique. Maybe, just maybe, > when you switched from your tp-link router to direct wan link, the ISP > machine noticed that

Re: dhcpdump not seeing dhclient messages

2013-08-26 Thread Sean Alexandre
On Mon, Aug 26, 2013 at 02:54:27PM +0530, Arun Khan wrote: > On Mon, Aug 26, 2013 at 2:01 PM, Sean Alexandre wrote: > > I have a machine that's not acquiring a DHCP lease from my ISP. I can see > > that > > dhclient is sending DHCPDISCOVER messages. My system log ha

dhcpdump not seeing dhclient messages

2013-08-26 Thread Sean Alexandre
I have a machine that's not acquiring a DHCP lease from my ISP. I can see that dhclient is sending DHCPDISCOVER messages. My system log has: Aug 25 17:36:41 athabasca dhclient: DHCPDISCOVER on eth-wan to 255.255.255.255 port 67 interval 7 Aug 25 17:36:48 athabasca dhclient: DHCPDISCOVER on eth-wa

Re: owncloud no longer in wheezy

2013-08-09 Thread Sean Alexandre
On Fri, Aug 09, 2013 at 06:07:04AM -0400, Sean Alexandre wrote: > I see owncloud is no longer in wheezy, and I'm trying to understand why. Where > can I find information on why a package was pulled from a release? > > I see this, but it only seems to say when it w

owncloud no longer in wheezy

2013-08-09 Thread Sean Alexandre
I see owncloud is no longer in wheezy, and I'm trying to understand why. Where can I find information on why a package was pulled from a release? I see this, but it only seems to say when it was pulled: http://packages.qa.debian.org/o/owncloud.html It was pulled from testing to unstable on 2013-0

Re: dhclient "No DHCPOFFERS received"

2013-08-07 Thread Sean Alexandre
On Wed, Aug 07, 2013 at 09:29:57PM +0200, Slavko wrote: > is your network like this, please: > >- >|ISP| >- > | > | >- >

Re: dhclient "No DHCPOFFERS received"

2013-08-07 Thread Sean Alexandre
On Wed, Aug 07, 2013 at 08:29:53PM +0100, Klaus wrote: > On 07/08/13 20:19, Sean Alexandre wrote: > >On Wed, Aug 07, 2013 at 07:16:45PM +0100, Klaus wrote: > >>On 07/08/13 18:24, Andy Hawkins wrote: > >>>In article <20130807164822.GA7727@tuzo>, > >>>

Re: dhclient "No DHCPOFFERS received"

2013-08-07 Thread Sean Alexandre
On Wed, Aug 07, 2013 at 07:16:45PM +0100, Klaus wrote: > On 07/08/13 18:24, Andy Hawkins wrote: > >In article <20130807164822.GA7727@tuzo>, > > Sean Alexandre wrote: > >>No, unfortunately. I know it's not a MAC address issue. Both my TP-LINK home > >>rou

Re: dhclient "No DHCPOFFERS received"

2013-08-07 Thread Sean Alexandre
On Wed, Aug 07, 2013 at 05:24:57PM +, Andy Hawkins wrote: > In article <20130807164822.GA7727@tuzo>, > Sean Alexandre wrote: > > No, unfortunately. I know it's not a MAC address issue. Both my TP-LINK home > > router and the Debian Wheezy machine that work

Re: dhclient "No DHCPOFFERS received"

2013-08-07 Thread Sean Alexandre
On Wed, Aug 07, 2013 at 02:57:58PM +, Andy Hawkins wrote: > Sean Alexandre wrote: > > I've got two Debian Wheezy machines. One can connect to my cable modem fine, > > and gets an IP address. The other can't. They're both configured the same. > > Any > &g

dhclient "No DHCPOFFERS received"

2013-08-07 Thread Sean Alexandre
I've got two Debian Wheezy machines. One can connect to my cable modem fine, and gets an IP address. The other can't. They're both configured the same. Any ideas why this might be? The log message I get on the machine that doesn't work is: Aug 7 06:29:26 moose dhclient: No DHCPOFFERS received. T

Re: SSHD Keys

2013-08-04 Thread Sean Alexandre
On Sat, Aug 03, 2013 at 10:16:08PM -0400, Jerry Stuckle wrote: > I was just renewing my SSHD keys (dpkg-reconfigure openssh-server) > and noticed it is generating 512 bit RSA keys. This isn't all that > secure. > > How can I get it to generate better keys? As root: rm /etc/ssh/ssh_host* ssh-key

Hardware support

2013-07-29 Thread sean Griffiths
oing to be lighter on the graphics chip, than of Windows? Thankyou -- Sean Griffith(s)

Re: server log centalized

2013-07-15 Thread Sean Alexandre
On Mon, Jul 15, 2013 at 03:18:52PM +0200, Pol Hallen wrote: > I need setting up a server log centralized over internet (using rsyslog). > What is better? Using a vpn or crypt log files? stunnel is good for this. It creates encrypted SSL tunnels between machines, for network daemons. Here are some

Deterministic Builds (was [Re: wacky question])

2013-06-20 Thread Sean Alexandre
On Wed, Jun 19, 2013 at 10:44:12PM -0400, Greg wrote: > Does anyone think that debian could participate in any programs like > PRISM? Or could a lone (or group of) sympathetic DD or DM slip a > backdoor or something that could collect private info in the binary > packages distributed by debian? Th

Re: Openvpn, network manager and resolv.conf

2013-06-17 Thread Sean Alexandre
On Mon, Jun 17, 2013 at 08:31:41PM -0700, Erwan David wrote: > Le 17/06/2013 19:40, Sean Alexandre a écrit : > >Your openvpn config file may be missing these two lines: > > > >up /etc/openvpn/update-resolv-conf > >down /etc/openvpn/update-resolv-conf > > > &g

Re: Openvpn, network manager and resolv.conf

2013-06-17 Thread Sean Alexandre
On Mon, Jun 17, 2013 at 05:42:19PM -0700, Erwan David wrote: > Le 17/06/2013 09:25, Sean Alexandre a écrit : > >It sounds like you may not have the resolvconf package installed. > > I have... > > And I see in my resolv.conf > > # Dynamic resolv.conf(5) file for gli

Re: Openvpn, network manager and resolv.conf

2013-06-17 Thread Sean Alexandre
On Mon, Jun 17, 2013 at 08:58:51AM -0700, Erwan David wrote: > I am in holidays going from hotel to hotel and I see that > resolv.conf stays the same, i.e. the one networkmanager writes from > the hotel DHCP. It sounds like you may not have the resolvconf package installed. -- To UNSUBSCRIBE, e

Re: Debian/Linux tutorials.

2013-06-06 Thread Sean Alexandre
On Thu, Jun 06, 2013 at 02:11:21PM +0300, atar wrote: > I wanted to know please where can I enrich my knowledge about Linux > at general and especially about Debian Linode's got some great tutorials: https://library.linode.com/ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: avahi-daemon: Is it *really* needed?

2013-05-23 Thread Sean Alexandre
On Thu, May 23, 2013 at 12:39:16PM -0700, David Guntner wrote: > I'm still running Squeeze for a while longer before I finally upgrade to > Wheezy - want to let it shake out a bit before taking the plunge. :-) > > A question that I've been pondering for a while now: Is the > avahi-daemon *really*

Re: Debugging a Wheezy Hang

2013-05-20 Thread Sean Alexandre
On Mon, May 20, 2013 at 03:47:13PM -0400, staticsafe wrote: > Didn't you post this earlier this week? > I will repost my answer and CC you as well: I just joined the list, but apparently not in time to get your earlier response. I'm seeing responses now. Thanks for resending. I'll take a look at t

Debugging a Wheezy Hang

2013-05-20 Thread Sean Alexandre
I've installed Wheezy on a laptop. Every few days it hangs. (I can't even ctl+alt+f2 to get a console.) I'd like to report this. How do I capture debug info that would be useful in a bug report? (And, where do I file a bug report?) Thanks! -- To UNSUBSCRIBE, email to debian-user-requ...@lists

Reporting Wheezy Freeze

2013-05-19 Thread Sean Alexandre
I've installed Wheezy on my laptop and it's freezing every so often. (I can't even to get a console.) I'd like to report a bug, but don't know where to start. What can I run to capture info on the bug the next time it happens? Where/how do I report it? Thanks for any pointers! -- To UNSUBSCR

ATI Graphics Radeon HD 5470

2012-10-18 Thread Sean Gregory
activates it just fine.. Any suggestion with debian... -- Best Regards *Sean Gregory*

Nvidia module makes system unstable

2012-04-15 Thread Sean Whalen
ly switch from the Nvidia installer to the Debian way? I'm also not sure whether I should report this as a separate bug, or as an addition to the one mentioned above. Any thoughts would be helpful. Thanks in advance, Sean -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Problem with Samba on Squeeze

2011-05-03 Thread Sean Crosby
On Sun, May 1, 2011 at 6:51 AM, Roger Morgan wrote: > Samba is running but I can't connect to it, and when I do the following > test > (from the Samba server): > smbclient -L servername > > the response (after entering correct password) is: > cut here--- > Receiving SMB: Server stopped respond

Re: installer preseeding - partitioning

2011-04-25 Thread Sean Crosby
n true I think what you are missing is the d-i partman-auto/method string regular line - from the example: # The presently available methods are: "regular", "lvm" and "crypto" d-i partman-auto/method string regular I also think there's a mistake in your formatting of the partition sizes. The format (as I know it) is 200 2 250 ext4 \ Which is min_size priority max_size I think it is also getting confused about the -1 in your / partition Sean

Re: o/t ipod

2011-01-11 Thread Sean Keane
Sharepod Free application to transfer music and video files from an iPod/iPod Touch/ iPhone to a PC. Try running it in wine, or use a VM. On Fri, Jan 7, 2011 at 09:17, Thomas H. George wrote: > On Tue, Dec 28, 2010 at 04:27:16PM +0100, Klistvud wrote: > > Dne, 27. 12. 2010 18:43:06 je Camal

My Alt keys don't work!

2009-09-23 Thread Sean Hammond
Could someone help me sort out my keyboard configuration, or send me on the right track? I've investigated a little but I really don't know what to do. It's a somewhat tricky configuration. 1. I have two keyboards. The built-in one (it's a laptop), and an external one that I use. Since the keyb

Call for testing: New PHP 5.3 debian packages

2009-07-01 Thread sean finney
using these packages. Please forward any and all feedback/problems to the Debian PHP team's mailing list[2] and if you're convinced that there's a problem, the debian bug tracking system[3] and/or the PHP bug tracking system[4] depending on who you think should get the blame :).

Re: prevent writing to unmounted directory

2008-05-09 Thread Sean Connor
-Fq loopfs.img /tmp# mkdir loopdir /tmp# chattr +i loopdir /tmp# touch loopdir/foo touch: cannot touch `loopdir/foo': Permission denied /tmp# lsattr -d loopdir i- loopdir /tmp# mount -o loop loopfs.img loopdir /tmp# touch loopdir/foo /tmp# lsattr -d loopdir -- l

Re: VIM question

2008-04-30 Thread Sean G. McLaughlin
On Wednesday 30 April 2008 06:18:27 pm Alex Samad wrote: > but I can't change windows with . My first thought You can also use gt and gT. > and I am not sure what syntax to use for control-page up is it > (and i_ or i_CTRL-). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Restricting resource usage on a shell server

2008-03-15 Thread Sean Whitton
On Sat, Mar 15, 2008 at 4:32 PM, Raj Kiran Grandhi <[EMAIL PROTECTED]> wrote: > Sean Whitton wrote: > > Hello, > > > > I am looking to set up a shell server providing apache, MySQL and > > mailman as well as standard shell features. For this I am going to >

Restricting resource usage on a shell server

2008-03-15 Thread Sean Whitton
s of traffic in one bandwidth limit. Any advice appreciated so that this project can go ahead. Thanks, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Firewall suggestions?

2008-02-18 Thread Sean
SafeSquid - Content Filtering Internet Proxy (http:// www.safesquid.com/) ? (No, it is not built on Squid-cache) Proxy + cache + application layer firewall + built-in connectivity to ClamAV daemon Description - http://www.safesquid.com/html/portal.php?page=105 Using ClamAV - http://www.safesquid

Re: Tuning access to the internet

2007-12-20 Thread Sean
On Dec 18, 7:10 pm, Pol <[EMAIL PROTECTED]> wrote: > How to tune access to the internet, to allow only certain users, or to limit > access to certain hours of the day? SafeSquid - Content Filtering Proxy, can do that and more. It allows you to decide who can access what, when and how much on the n

Re: jEdit - ia32-sun-java5-bin_1.5.0-10-3_ia64 (32-bit/etch)?

2007-12-20 Thread Sean O'Donnell
Just a follow-up in case anyone else has this issue. By removing 'sablevm', jedit works now. Cheers! -sod Sean O'Donnell wrote: Hi All, I'm trying to get jEdit to run on Debian (etch) 32-bit, but am having some issues. I got it installed on my 64-bit system just fine

jEdit - ia32-sun-java5-bin_1.5.0-10-3_ia64 (32-bit/etch)?

2007-12-06 Thread Sean O'Donnell
Hi All, I'm trying to get jEdit to run on Debian (etch) 32-bit, but am having some issues. I got it installed on my 64-bit system just fine, but this was only accomplished on the 64-bit system because I was able to install the 'ia32-sun-java5-bin_1.5.0-10-3_ia64.deb' package (along with the o

ALSA problems after kernel update

2007-10-13 Thread Sean Zimmermann
nd worked again. I think the system might be trying to load the old modules at startup. Is there a way to fix this? Regards, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Regarding tar and split

2007-10-12 Thread Sean Zimmermann
it more appealing than tar? Regards, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

new beta packages for cacti/spine(former cacti-cactid) available

2007-10-11 Thread sean finney
ses between now and the official 0.8.7 release, and any feedback you might have about problems/errors/etc is welcome. sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Regarding tar and split

2007-10-11 Thread Sean Zimmermann
es indexed, should I still switch to another archive format (cpio, ar, iso)? Also, if I give tar the --posix flag with -M, doesn't that make it so the archive does not use the gnu extensions and follows the standard format? Thanks everyone for all of your help, Sean -- To UNSUBS

Regarding tar and split

2007-10-10 Thread Sean Zimmermann
o, is there some way to index a large tar file, so if I want to extract a file at the end of a large archive, tar doesn't have to seek through the entire archive to get the file? Thank you for any help. Regards, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of &q

dpkg not changing files in /boot after kernel upgrade

2007-10-05 Thread Sean Zimmermann
o get dpkg to realize that it does need to modify the symbolic links? Thank you for any help, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: http URL filter

2007-08-24 Thread Sean Roberts
> I am looking for a http URL filter for the gateway on my LANs, the > basic requirement is: If the URL is in the blacklist, deny it and > reply the user a page with "No, we cannot let you pass". > squid (transparent proxy) can do this job, but sometimes I do not want > to configure a transparent p

Re: Iceweasel Display Problem

2007-06-14 Thread Sean Zimmermann
Ron Johnson cox.net> writes: > > On 06/14/07 20:46, Sean Zimmermann wrote: > >> Create a virgin account, log in from it and see if you still have > >> the same problem. > > > > I created a new account, but Iceweasel had the same problem. > > Hmmm

Re: Iceweasel Display Problem

2007-06-14 Thread Sean Zimmermann
> Create a virgin account, log in from it and see if you still have > the same problem. I created a new account, but Iceweasel had the same problem. Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Iceweasel Display Problem

2007-06-14 Thread Sean Zimmermann
e. I also recently deleted my .gtk* and .gnome* files, but again, I'm not sure if this is related. Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Iceweasel Display Problem

2007-06-13 Thread Sean Zimmermann
Here's what Iceweasel says on my about: page: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.8.1.3) Gecko/2007031001 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1) I'm running this on a ppc system; could that have something to do with the problem? Sean Zimmermann -- To UNSUBSCRIBE, email

Last log and noshell

2007-02-26 Thread Sean Thomas
Hi guys When using last log, the users that use noshell appear to have never logged on. How do you configure noshell to show whether or not a user using noshell has logged on or not. Thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

UPS software on Debian

2007-02-07 Thread Sean Thomas
Hi People I got a Meissner Netsafe 600 UPS that im trying to install on a Debian mail server, however the software it comes with looks to be only for the Red Hat/Fedora distros. Does anyone know of any good generic for Debian that I can I can use sort this out. -- To UNSUBSCRIBE, email to

Re: Shutdown my Laptop? Why should I?

2006-07-12 Thread Sean Perry
David R. Litwin wrote: I have a year old Toshiba Intel Mobil P4 laptop using Sid. I recently downloaded two large files via BitTorrent. As I wanted to have them as quickly as I could, I decided to leave my laptop on until they were fully downloaded, rebooting only for upgrades. I noticed no real

upgrade screwed up my network.

2006-01-31 Thread Sean J. Fraley
it? Thank you, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Silicon Image 3114 and Seagate?

2005-12-20 Thread Sean Davis
On Tue, Dec 20, 2005 at 08:59:25AM -0200, Henrique de Moraes Holschuh wrote: > On Mon, 19 Dec 2005, Roberto Sanchez wrote: > > You did not specify whether I should be looking for a drive with NCQ or > > without NCQ. :-) > > Look for information on the SIL 3114. I don't own one, so I wouldn't kn

Re: RAR under linux: any alternative?

2005-12-12 Thread Sean Davis
On Sun, Dec 11, 2005 at 08:00:45PM -0800, Steve Lamb wrote: > Sean Davis wrote: > > split(1). Been around since AT&T Version 6. > > Now verify each portion has no errors in it with split. Oh, wait, ya > can't. That's because it is just a rough split and not

Re: RAR under linux: any alternative?

2005-12-11 Thread Sean Davis
On Sun, Dec 11, 2005 at 05:59:41PM -0600, Gnu-Raiz wrote: > On 11:49, Sun 11 Dec 05, John Hasler wrote: > > Gnu_Raiz writes: > > > This is one program that I believe is worth buying the license for. This > > > is especially true if you have any windows machine's around. If you use > > > Usenet for

Root's Mail

2005-11-05 Thread Sean Whitton
Hi, I just renamed the user that root's mail was being redirected to on a fresh install. I assume I can change it to the new username in the exim config file - where is this? Or am I wrong? Do I need to do something else? Thanks. -- [ xyrael.net -- silentflame.com ] -- -- To UNSUBSCR

POP & SMTP

2005-09-24 Thread Sean Whitton
Hi, I'm a newbie and I need to set up a complete mail server, POP and SMTP, on a Debian box. Help! Thanks! Note: I'm not subscribed, so please don't reply to the list! --xyrael.net-- binThsak91DfL.bin Description: PGP Public Key

MOTD

2005-09-23 Thread Sean Whitton
How does one set up MOTD? A cat of /etc/motd? Thanks. --xyrael.net-- binBd6vw8gUsM.bin Description: PGP Public Key

Re: Newbie Hostname Change

2005-09-23 Thread Sean Whitton
Interesting. I have just tried it with base-config, and it appears to have worked. But, just in case, is there anywhere else I need to change it? Thanks. --xyrael.net-- Quoting Bill Marcum <[EMAIL PROTECTED]>: On Fri, Sep 23, 2005 at 04:50:26PM +0100, Sean Whitton wrote: Hi, My

Newbie Hostname Change

2005-09-23 Thread Sean Whitton
this with the hostname command, but I want to be sure there arn't any additional steps beyond this. Thanks, Sean --xyrael.net-- binQ10YXk5xy4.bin Description: PGP Public Key

Re: Newbie Problems!

2005-09-23 Thread sean
Thanks very much. I have been thinking about it though. I have a DNS server already running on silentflame.com. So I edited the Host File (using WHM), and added a simple a record underneath for a subdomain. Will this work? Thanks. Quoting ke6isf <[EMAIL PROTECTED]>: On Thu, 22 Sep 2005

Newbie Problems!

2005-09-22 Thread Sean Whitton
domain to point to the server. During installation I selected DNS server, and I need to know how to set this up. A link to a tutorial would be appreciated. 3) What do I need to do to set up an ftp server? Thanks, Sean --xyrael.net-- binvg87RvRstr.bin Description: PGP Public Key

SSH

2005-09-22 Thread Sean Whitton
Hi Debian Community, A total newbie question, but... Is there any need to enable SSH, or will it just work out-of-the-box? Thanks! binakQtKFBaMf.bin Description: PGP Public Key

Re: two scary syslog kernel messages

2005-09-20 Thread Sean
.Alejandro Thanks for the suggestion. I was kind of hoping someone would know if these problems were fixed, though. :-) I assume that kernel is still in the unstable branch? l8r Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

two scary syslog kernel messages

2005-09-20 Thread Sean
I'm running Debian Testing with the following kernel: Linux marvin 2.6.11-1-686-smp #1 SMP Mon Jun 20 20:18:45 MDT 2005 i686 GNU/Linux My system is a 2.8Ghz Intel P4 with hyper threading enabled, 2GB RAM, and 2 SATA drives running in software RAID-1 (everything is mirrored including the boot

Re: Tips and Tricks for Dial-Up Internet Access?

2005-08-30 Thread Sean Davis
nce, but eventually it got so annoying that I just started going with auto-reconnect.) (Note that I'm not positive: it's been years since I've used a dialup connection. I am pretty sure that it's ATW[n] though. YMMV) -Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Default alsa card

2005-06-20 Thread Sean Kennedy
I'm using ALSA (w/ a 2.6 kernel) and I have two sound cards first being a C-Media CM8738 and second being a Creative Labs SB Live!. I want the SB Live! to be my primary card, but despite choosing emu10k1 (the SB Live! driver) in alsaconf, Debian (on bootup) still initializes the CM8738 card first

easiest way to upgrade woody to sarge?

2005-06-06 Thread Sean Davis
1GB ram, 80GB ATA100 HD. TIA, -Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: root compromise on debian woody

2005-05-27 Thread Sean Davis
On Fri, May 27, 2005 at 10:43:11AM -0400, Carl Fink wrote: > On Fri, May 27, 2005 at 07:00:56AM -0400, Sean Davis wrote: > > > *: Linux LOVES to swap. I swap all the time on my 1.8ghz Athlon XP with 1GB > > ram. However, my NetBSD machine with the same amount of ram runni

Re: root compromise on debian woody

2005-05-27 Thread Sean Davis
On Thu, May 26, 2005 at 07:55:50PM -0700, Alvin Oga wrote: > > On Thu, 26 May 2005, Roberto C. Sanchez wrote: > > > On Thu, May 26, 2005 at 06:41:18PM -0700, Alvin Oga wrote: > > > > > > > > CAN-2005-1263 [Linux kernel ELF core dump privilege escalation] > > > > > - kernel-source-2.6.11

Re: how to determine WAN IP address from behind a NAT router?

2005-05-05 Thread Sean Davis
On Thu, May 05, 2005 at 07:54:42PM -0400, Brendan wrote: > On Thursday 05 May 2005 07:33 pm, Sean Davis wrote: > > On Thu, May 05, 2005 at 07:17:38PM -0400, Brendan wrote: > > > /sbin/ifconfig eth0 | grep 'inet add' | awk '{print $2}' |cut -d ' 

Re: how to determine WAN IP address from behind a NAT router?

2005-05-05 Thread Sean Davis
*'// but.. that won't tell you the WAN address if you're on a machine behind a NAT router. just your LAN address. -Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: kernel2.6 I cannot login

2005-01-04 Thread Sean O'Dubhghaill
Hello Massa Some questions; What kind of keyboard and mouse are you using? Can you send the list a copy of your XF86Config-4? Is the keyboard working fine when not using X Windows under 2.6? On Tuesday 04 Jan 2005 11:26 am, Massa Takeuti wrote: > Hello > > I'm in despair. > since 3 weeks, I'm wa

Re: xorg

2004-12-24 Thread Sean O'Dubhghaill
Yes, I'm running them right now and they seem to work well. I have had one small problem with xfree86-common not upgrading right but that hasn't caused any other problems that I can see. Heres the error I get when upgrading xfree86-common: Setting up xfree86-common (6.8.1-0.4) ... update-rc.d:

Error from X

2004-12-24 Thread Sean Kennedy
Whenever I try to start xfontsel, the program pops up then soon after closes with these errors: [EMAIL PROTECTED]:~$ xfontsel X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 45 (X_OpenFont) Value in failed request: 0x352

module documentation

2004-12-14 Thread sean
. options. I'm compiling on a Pentium 90MHZ system which is a Compaq from 1995. This system has CD-ROM, floppy, pci network/sound card. It works with the debian pre-compiled package kernel-image-2.4.27-speakup if that helps. Obviously, I need to know which options are important for my system to boot. Sean

Re: gdm and reboot

2004-12-01 Thread Sean O'Dubhghaill
On Wednesday 01 Dec 2004 8:02 pm, Ralph Katz wrote: > On 12/01/2004 02:10 PM, Frederico Rodrigues Abraham wrote: > > Isn't there an option on GDM to enable normal users to shutdown > > and reboot the machine? > > It always requires the root password to do it... > > -- Fred > > Yes. Thi

Re: how does mutt send?

2004-11-27 Thread Sean
ly an email address on the reply-to line. This is all documented in the mutt manual. Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: devfs vs. udev

2004-11-22 Thread Sean O'Dubhghaill
No hope that helps, Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

mutt skipping messages and the concept of threads

2004-11-19 Thread Sean
ld be causing this? Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Where can I find the program supervgatextmode

2004-11-15 Thread Sean
The subject line says it all, I did apt-get install supervgatextmode, nothing. Then I did apt-cache search supervgatextmode, nothing. I found nothing on google except references to it on email lists and no links to source, debs, docs, etc with further info on this program. Thanks Sean

playing cds

2004-11-07 Thread Sean
Ok, I have my cd-rom drive conected to my sound card.and normal sound works but cd's do not. I am a member of groups audio and disk. cdcd doesn't give me any error messages, but nothing plays. What am I missing here? Where should I look for any error messages. Sean -- To U

annoying mutt problem

2004-10-31 Thread Sean
e all the messages. However if there are 200 or so, like today, it takes 2 or so minutes and quitting and restarting mutt before I see them all. What's appening here? Can I fix that? Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

question relating to speakers and my soundcard

2004-10-31 Thread Sean
ve is a 1373 chipset. I can't confirm the chipset on that, it's still a winblows machine. Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Can we send attachments?

2004-10-25 Thread Sean
Earlier I had sent some attachemtns and I didn't see my message get through. Are we alloud to send attachments because I didn't see my post and didn't know if that was the reason it didn't make it through. Sean -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a sub

  1   2   3   4   5   6   7   8   9   10   >