deleting directories with ??? in name

2004-03-15 Thread Walter
' but while it gave no error message, the files/directories remain. Help! How do I delete these odd directories? Please CC me in your response as I'm not currently subscribed to the List. Thanks. Walter ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: deleting directories with ??? in name

2004-03-15 Thread Walter
Erik Trulsson wrote: On Mon, Mar 15, 2004 at 03:51:37PM -0800, Derrick Ryalls wrote: I've tried lynx, but it did not display the files. I tried emacs, but I was only able to rename two of the directories to other names I could delete; the other two gave me an error of illegal character. I

[Fwd: Re: deleting directories with ??? in name]

2004-03-15 Thread Walter
I managed to delete the files by recreating the directory. Not to seem ungrateful, but isn't it a Bad Thing that it is not straightforeward to delete any file on the system (as root, and thwarted merely because of the characters in the name of the file/directory)? I'm not in a position to mangle

Re: [Fwd: Re: deleting directories with ??? in name]

2004-03-16 Thread Walter
Chris Pressey wrote: Walter, out of curiousity, what FTP server were you running, and (if you remember) what was the exact output of ls -aB ? I'm running, at the moment, the default ftpd in FBSD 4.6.2. (Yeah, I know, it's way old.) I don't remember the exact output, but contained mostly odd

Re: deleting directories with ??? in name

2004-03-16 Thread Walter
Parv wrote: in message [EMAIL PROTECTED], wrote Parv thusly... # find . \( -inum inode-1 -o -inum inode-2 \) -print0 \ # | xargs -0 rm -fv Oh, don't forget the '-r', for recursion, option for rm(1) as i did. Use this instead... # find . \( -inum inode-1 -o -inum inode-2 \) -print0 \ #

Re: [Fwd: Re: deleting directories with ??? in name]

2004-03-16 Thread Walter
Matthew Seaman wrote: On Mon, Mar 15, 2004 at 07:07:46PM -0800, Chris Pressey wrote: That wouldn't explain why 'rm -i *' returned 'no match', though. Just to eliminate the obvious: did these weird filenames begin with a '.'? Shell globbing treats file names with a leading period specially.

Re: deleting directories with ??? in name

2004-04-09 Thread Walter
please CC me. Thanks. Walter Parv wrote: in message [EMAIL PROTECTED], wrote Walter thusly... I apologize for the late reply. Parv wrote: # find . \( -inum inode-1 -o -inum inode-2 \) -print0 \ # | xargs -0 rm -rfv Thanks, but when I did: ls -i and then typed in the inode in the command (saved

handling non-printable characters in file names

2003-02-05 Thread Walter
to see the directory either, but maybe because it began with a . - I don't know. Also, is there a way to configure FBSD from accepting non-printable characters in file names? Thanks in advance. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

no sound with 4.8 KDE

2003-07-19 Thread Walter
, but then works thereafter. TIA. Walter ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: no sound with 4.8 KDE

2003-07-19 Thread Walter
Matthew Graybosch wrote: Did you open up a mixer program like kmix and making sure that the CD, PCM, and Master channels aren't muted? I'd had that happen to me a few times with Linux when installing ALSA. I DL'd aumix. It showed me that the volumes were not set to zero except for the mic. I

Re: no sound with 4.8 KDE

2003-07-20 Thread Walter
[EMAIL PROTECTED] wrote: On Sat, Jul 19, 2003 at 08:44:03PM -0500, Walter wrote: Try setting both vol and pcm to 100:100 using the mixer(8) utility. For me at least, my soundcard is *extremely* soft unless I use 100% volume. Sample commands: # mixer vol 100:100 # mixer pcm 100:100 $ xmms Thanks

Re: no sound with 4.8 KDE

2003-07-21 Thread Walter
. Thanks. Walter ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: no sound with 4.8 KDE

2003-07-21 Thread Walter
. Walter ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

still no sound

2003-08-03 Thread Walter
audio device. What else is there to look at? I'm not on the List presently so please CC me. Thanks. Walter ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: still no sound

2003-08-03 Thread Walter
Joe Marcus Clarke wrote: Try running mixer, and see if vol or pcm is set to 0. Sorry I neglected to mention that - I had already checked that at the previous advise from this List. It is set at 75:75 for each and when I set it to 100:100 it makes no difference. Walter

file picker

2003-08-21 Thread Walter
this in the ports. Can someone suggest a utility, script, et cetera, for this? Otherwise, I'm prepared to write my own, but I don't want to re-invent the wheel, as the saying goes. Thanks. Please CC me as I'm not currently subscribed to the List. Walter

ipfw question

2003-03-28 Thread Walter
did rule 01700 get activated when rule 00700, seems to me, should have knocked out the packet? Is this evidence of someone having broken into my FBSD router, as there are no other entries I've seen to other possible internal IP's, or was someone just lucky? Thanks. Walter

paths - a newbie question

2003-04-05 Thread Walter
After installing a port using pkg_add -r util, the only way I know to be able to type util at the command prompt to have it execute is either to reboot, or to make an alias for it by hand. Surely there's a better way. Is there a way to make the OS make a link auto-majically? Thanks. Walter

Re: paths - a newbie question

2003-04-05 Thread Walter
Mike Meyer wrote: In [EMAIL PROTECTED], Walter [EMAIL PROTECTED] typed: After installing a port using pkg_add -r util, the only way I know to be able to type util at the command prompt to have it execute is either to reboot, or to make an alias for it by hand. Surely there's a better way

Re: paths - a newbie question

2003-04-05 Thread Walter
to buy a book and start reading. Walter ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Mac can't connect to Internet

2002-10-23 Thread Walter
I pulled the 'nameserver' addresses from /etc/resolv.conf. That seems to fix it. Thanks! W. Tony M. wrote: It sounds like you don't have the DNS entries correct on the Mac. Make sure to set up your Name Server Entries in your tcp/ip control panel. Tony But, after several minutes I

Re: Mac can't connect to Internet

2002-10-22 Thread Walter
fine. (The firewall is disabled. And I can ping, telnet, FTP from the Mac to FBSD just fine.) Thanks. Walter Alex wrote: Friday, October 18, 2002, 6:31:35 PM, you wrote: snip I added a Powerbook, OS X, to the local network, configured /etc/hosts and /etc/resolv.conf. PB can ping

Re: Mac can't connect to Internet

2002-10-22 Thread Walter
and tested. (Fwiw, the configuration I'm trying to implement is: Cable-Modem = FBSD = hub = Mac, PC, etc.) Walter David Kelly wrote: On Tuesday 22 October 2002 01:24 pm, Kevin Stevens wrote: Two things: - Is the FreeBSD box set to act as a router (packet forwarding on)? If another machine

kernel optimization

2002-10-24 Thread Walter
I586_CPU cpu I686_CPU Q: Do I comment out the I386_CPU and I486_CPU lines to optimize for a Pentium, ( if not, how do I,) and Q: Does it make a significant difference? TIA. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

BBS

2002-10-24 Thread Walter
I see just a few BBS packages in the Ports area, is there one that considered best; or are there better solutions to offering simple user interfaces? Such as Apache+Perl scripts? Others? Thanks. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions

4.6.2 spurious reboot, fwiw

2002-10-26 Thread Walter
on the 4.7 is rebooting on its own posts, maybe not, but I'd thought I'd mention this, as the best hidden bugs are the ones that have been there for a while but only really manifest themselves later on.) Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body

Re: 4.6.2 spurious reboot, fwiw

2002-10-26 Thread Walter
Matthew Seaman wrote: On Sat, Oct 26, 2002 at 08:56:58AM -0500, Walter wrote: .. my FBSD 4.6.2 system rebooted a little after 2 last night. Do you have a UPS? Sounds to me like you had a momentary dip in the mains voltage. PC's can be very sensitive to that sort of thing

incorrect super block

2002-11-03 Thread Walter
Hi, I added a 3 GB HD to my FreeBSD computer (as a second drive). I used /stand/sysinstall to 'fdisk' and 'label' it. But when I try to mount it with 'mount /dev/ad3s1e /data' it complains of an incorrect super block. Any solutions? Thanks. Walter To Unsubscribe: send mail to [EMAIL

Re: incorrect super block

2002-11-03 Thread Walter
OK, Thanks. Fixed. It looks like I forgot to W (Write) the partiion edit when doing the label. Thanks and sorry for the bother. Matthew Seaman wrote: newfs /dev/ad3s1e When I do this it says the 'e' partition is unavailable What's the output from: disklabel -r ad3s1 There

HTTP access

2002-11-04 Thread Walter
build. Thanks. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: HTTP access

2002-11-04 Thread Walter
port number also. I guess time will tell. Walter Ty Hoeffer wrote: It will probably require a call to their tech support. One thing you could try is trafshow. It will display incoming outgoing traffic, its port, the protocol being used, and the chars/sec invilved in the conversation

Re: FreeBSD filesystem 1TB Limit

2002-11-05 Thread Walter
This is no doubt heresy coming from a newbie especially, but I was reading that NetBSD can support at least up to 4TB: http://www.netbsd.org/Misc/features.html#large-filesystems Walter Lowell Gilbert wrote: Joseph Gleason [EMAIL PROTECTED] writes: IIRC There was a 1TB limit on the size

can't load kernel on 386 system

2002-12-01 Thread Walter
partitions never use over a few hundred blocks on my Pentium computer, I made them 32Mb each for the 386, but accepted the defaults for the / and the Swap partitions; the /usr partition got the remainder of the HD. Am I seeing a configuration error, a MB error, other? Any thoughts? Thanks. Walter

Re: handling non-printable characters in file names

2003-02-05 Thread Walter
Nathan Kinkade wrote: On Wed, Feb 05, 2003 at 01:28:57PM -0500, Walter wrote: Leaving out the details, I need to know how to navigate directories and remove files that use non- printable characters in their names. du and ls show me they're there, but I can't figure out how to make cd work

monochrome monitor

2003-02-07 Thread Walter
. Any thoughts? (I didn't find anything useful in the handbook or archives, but maybe I missed something.) TIA. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: monochrome monitor

2003-02-07 Thread Walter
the display type as VGA/CGA but stippled out, as it also stipples out the amount of memory. There are other video related memory settings to be played with, but I'm guessing monochrome is not an option. True?? Thanks. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: monochrome monitor

2003-02-07 Thread Walter
mono, or maybe just this mono card. Thanks for your help so far and whatever other things you might suggest to look at, but it seems like a dead end at the moment. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: monochrome monitor

2003-02-07 Thread Walter
either the BIOS does not handle mono, or maybe just this mono card. Thanks for your help so far and whatever other things you might suggest to look at, but it seems like a dead end at the moment. Walter I would suggest that you change your boot loader to use the serial console as default. You'll

Re: monochrome monitor

2003-02-07 Thread Walter
might look for? (Good thought.) James Long wrote: On Fri, Feb 07, 2003 at 01:10:09PM -0500, Walter wrote: I'm guessing either the BIOS does not handle mono, or maybe just this mono card. Long, long, ago, motherboards had a jumper on them, with one position for monochrome, and another position

Re: Memory disk

2003-02-12 Thread Walter
, is it possible to use the new memory cards (for digital cameras) instead of a hard drive? The capacity on those is getting pretty large. Then you could drop even the CD. (I hoping to see them completely replace floppies, even as a boot device, some day.) Walter To Unsubscribe: send mail

Re: monochrome monitor

2003-02-13 Thread Walter
Doug Reynolds wrote: On Fri, 07 Feb 2003 20:05:46 -0500, Walter wrote: I have no manual for this (used) Acer Pentium 120. The Acer web site does not appear to have schematics or other MB information (that I could find). And looking at the MB I see nothing that leads me (a non-tech) to think

allowing access to a single directory

2003-02-16 Thread Walter
to the linked directory and nothing more? Thanks in advance. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: allowing access to a single directory

2003-02-16 Thread Walter
Giorgos Keramidas wrote: On 2003-02-16 09:30, Walter [EMAIL PROTECTED] wrote: I want to allow an anonymous FTP user to see a directory in another slice, so I put a symbolic link to it. But then anyone could access my entire file system by appending combinations of ../ to a path name; e.g. ls

Re: allowing access to a single directory

2003-02-16 Thread Walter
Bill Moran wrote: Walter wrote: Giorgos Keramidas wrote: On 2003-02-16 09:30, Walter [EMAIL PROTECTED] wrote: I want to allow an anonymous FTP user to see a directory in another slice, so I put a symbolic link to it. But then anyone could access my entire file system by appending

anon ftp

2003-03-06 Thread Walter
flags on ftpd to disallow uploading and downloading for anon users altogether, but that's not my goal. Anyone? Thanks. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

MPI / IPC / Sockets / et cetera

2003-03-14 Thread Walter
? Thank you in advance. Walter To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

FreeBSD 4.5 and 5.2.1

2005-03-02 Thread Walter
I have both of the above mentioned versions. For some reason or other, neither one will get past the part of the installation where they probe for hardware. I've let both versions get after it for over 2 hours, and they're still probing for hardware. Any suggestions as to what I should be doing to

Setting firewall symbolic constants

2010-03-30 Thread Walter
please reply directly to this e-mail addy. TIA. Walter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Setting firewall symbolic constants

2010-03-30 Thread Walter
a solution for ipfw; it seems to be the default. And along the way I can detect and assign both interfaces and addresses automatically so I can make it work magically (crosses fingers) on computers with different cards without me having to configure them. Walter

Re: Setting firewall symbolic constants

2010-03-31 Thread Walter
Bob Hall wrote: I use onet=`ifconfig rl0 | grep inet | awk '{print $6}'` where rl0 is the outward facing NIC on this gateway. Thanks. But I think I like a method which allows me to get the device names also, to allow a 'hands-off' configuring of the fw. I'll keep your code for

ftp giving url but i want the IP address

2010-04-05 Thread Walter
) to convert it? Thanks. I'm off-list so please reply directly. Walter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: ftp giving url but i want the IP address

2010-04-05 Thread Walter
Greg Larkin wrote: Hi Walter, Did you send a HUP signal to inetd so it rereads the config file? kill -HUP `cat /var/run/inetd.pid` Hope that helps, Greg I actually rebooted (after a boo-boo). So, Yes, inetd was restarted. ___ freebsd

Re: ftp giving url but i want the IP address

2010-04-05 Thread Walter
On 4/5/10 10:08 AM -0500, Walter wrote: Walter, I do some similar sounding things for my gateway just to keep the logs from filling up with attack drivel. But it's not quite the same problem as your question, so I don't do what I'm about to recommend - it's more complex, involving several

Re: ftp giving url but i want the IP address

2010-04-05 Thread Walter
want to protect with pf auto-blocking: http://www.freshports.org/security/sshguard/ Hope that helps, Greg sshguard sounds like what I'm building! Their's isn't as simple as mine is, but that's natural for a mature product. I'll give it a look and maybe pick it up. Thanks! Walter

host dig

2010-04-10 Thread Walter
STILL like to know the true source IP to be able to connect back to it. TIA. Again, please respond directly to me (as well as to the List) because I'm not subscribed. Walter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: host dig

2010-04-11 Thread Walter
purpose (project), that involves connecting back to the source IP. I will give a try to find out which IP address the ipfw firewall operates on - the 208.68.*.* one or the 24.110.*.* one. It's not obvious which at this point to me. Thanks. Walter References 1. http://xxx.xxx.204.68

ftp access but no log

2007-10-01 Thread Walter
Hi again, I just by chance noticed today that someone was accessing my ftp server. No big deal, except that I did not see any log of it via last which usually shows these things. I could see a record in /var/log/xferlog, however. Did someone break in? Should I worry? Thanks. Walter

troubles with ftp access via browser

2007-09-26 Thread Walter
Hi, I've placed some files on a FBSD 6.2 server using the standard ftpd to access them. The content in question is a video clip, but could be anything that I wanted to share with people unknown. I can access the file list with a browser on my internal network - I do this to check that my links

Buffalo/Broadcom wireless N card

2008-05-06 Thread Walter
I'm trying to compile support for a wireless router into FBSD 7 using instructions off a FBSD help page I can't locate just now. (I'm working on building a network bridge.) [EMAIL PROTECTED]:0:10:0:class=0x028000 card=0x03531154 chip=0x432914e4 rev=0x01 hdr=0x00 vendor = 'Broadcom

Does FBSD 7 support 802.11N cards? G suggestions?

2008-05-14 Thread Walter
problem anyone knows about with the LevelOne WNC0301 or with LinkSys WMP54G cards? CircuitCity has the LevelOne for $25 and the WMP54G for $39. Can someone advise me? Thanks. Walter ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Does FBSD 7 support 802.11N cards? G suggestions?

2008-05-15 Thread Walter
(Sorry Roland; re-sending after I noticed my reply went directly to you rather than the List.) Roland Smith wrote: On Wed, May 14, 2008 at 12:23:44PM -0500, Walter wrote: I'm trying to get a Broadcom-based wireless-N card running under FBSD 7. ... See Chapter 20 of the FreeBSD handbook

Re: Does FBSD 7 support 802.11N cards? G suggestions?

2008-05-15 Thread Walter
Gerard wrote: I have done something similar to that myself. Go to the linksys site and download the latest available driver for your card. Then visit: http://www.freebsd.org/doc/en/books/handbook/config-network-setup.html and follow the directions there. I found the direction at 11.8.1

Re: Does FBSD 7 support 802.11N cards? G suggestions?

2008-05-15 Thread Walter
Gerard wrote: On Thu, 15 May 2008 11:39:08 -0500 Walter [EMAIL PROTECTED] wrote:I found the direction at 11.8.1 helpful, and was able to use /ndisgen/ and /kldload/ to bring up the card. (Yea!) Now I need to configure it - I'm printing out 29.3 now. But I can't get the interface

Re: Does FBSD 7 support 802.11N cards? G suggestions?

2008-05-15 Thread Walter
Doh!! Did it again. Sorry about that Roland. Roland Smith wrote: On Thu, May 15, 2008 at 06:54:53AM -0500, Walter wrote: I'm talking about The Cutting Edge http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html It's a crap shoot? That's about the size

Re: Buffalo/Broadcom wireless N card

2008-05-15 Thread Walter
Walter wrote: I'm trying to compile support for a wireless router into FBSD 7 using instructions off a FBSD help page I can't locate just now. (I'm working on building a network bridge.) [EMAIL PROTECTED]:0:10:0:class=0x028000 card=0x03531154 chip=0x432914e4 rev=0x01 hdr=0x00 vendor

Re: PWS 600au / Matrox G450 / XFree86-4.3.0 (fwd)

2004-05-30 Thread Bernd Walter
On Sun, May 30, 2004 at 04:11:07PM +0200, Marco Beishuizen wrote: On stardate Sun, 30 May 2004, the wise Jean-Francois Gobin entered: Also, it seems to me that you've got two cards in your system. What about a small pciconf ? JF No I have only one card in it. Pciconf -l says the Matrox

Re: Can I access a USB device that has no driver attached?

2004-06-29 Thread Bernd Walter
On Thu, Jun 03, 2004 at 06:22:54PM -0700, Darren Pilgrim wrote: I have a UPS with a USB interface. There isn't a specific UPS driver in FreeBSD beyond uhid. If I were to connect the UPS's interface port without having a driver attached, is it still possible to talk to the device in some way?

Re: COM ports

2003-09-14 Thread Bernd Walter
On Thu, Sep 11, 2003 at 09:29:44AM -0700, Claudiu Bichir wrote: Hy folks ! I have FreeBSD 5.0 installed on my computer and I wanted to know how can I enable the COM3 COM4 ports. The ports are disabled by default in 5.0. I tried to modify /boot/device.hints but with no hope . I commented

Re: How to read CF card via USB with umass on 4.7-STABLE?

2003-09-14 Thread Bernd Walter
On Fri, Sep 12, 2003 at 06:52:13PM -0400, Chris Shenton wrote: I have an old digital camera which has a 64MB CF card in it. A friend loaned me a USB card reader to extract the images. I don't seem to be able to mount it on FreeBSD-4.7-STABLE per the umass man page. After plugging in the

Re: How to read CF card via USB with umass on 4.7-STABLE?

2003-09-15 Thread Bernd Walter
On Sun, Sep 14, 2003 at 07:46:23PM -0400, Chris Shenton wrote: Bernd Walter [EMAIL PROTECTED] writes: A photo disk is most likely not ufs - it's msdosfs. msdosfs is not is normaly not used on the whole device (exeptions are floppies), so you want using the correct slice. E.g. mount -t

Re: Multiple USB ethernet devices on one usb port (with hub)?

2003-09-29 Thread Bernd Walter
On Sat, Sep 27, 2003 at 10:34:04AM -0700, Andrew Thomas wrote: --- Ian Dowse [EMAIL PROTECTED] wrote: There is definitely one problem that stops you from using two identical USB ethernet devices, but I don't know if it's the only one: the axe driver uses a static (global) stucture for some

Re: UFTDI serial port

2003-09-29 Thread Bernd Walter
On Fri, Sep 26, 2003 at 09:20:12AM +0100, Christopher Ward wrote: Can someone tell me if a UFTDI based serial port still uses /dev/cuaa0 or does it have a different device? And if so what is the ttyd equivalent as well. It uses /dev/ucom* as all USB based serials. There is no ttyd

Re: How to mount USB drive in FreeBSD 5.0?

2003-09-29 Thread Bernd Walter
On Mon, Sep 29, 2003 at 06:13:23AM +, Frank Lee wrote: Since it stops at the umass0: Get Max Lun not supported (STALLED) message, there's no /dev/da0* : Your drive needs at least a NO_GETMAXLUN quirk in umass.c Sigh - why do so many vendors think that specs can be ignored :( -- B.Walter

Re: perl serial port access

2003-10-19 Thread Bernd Walter
On Fri, Oct 17, 2003 at 02:01:50PM +0200, Perica Veljanovski wrote: Hi, What is the name of the /dev for the serial port in FreeBSD. dmesg says there are sio0 and sio1 but there are no such file names in /dev. And the sio(4) manpage says: FILES /dev/ttyd? for callin ports

Re: usb-serial adapter doesnt work

2004-03-29 Thread Bernd Walter
On Wed, Mar 10, 2004 at 08:22:30PM +, Macio Plona wrote: Hello, Ive got laptop Toshiba Satellite A20-s103. There are no comms port, but 3 USBs. I need get to console to some server, so i purchased an USB-RS232 adapter. My system recognized it, but i cant `cu` or `tip` to any machine...

Re: [5.2.1] trouble with an USB key

2004-03-29 Thread Bernd Walter
On Wed, Mar 10, 2004 at 08:45:29PM +0100, Jacques Beigbeder wrote: On a FreeBSD 5.2.1, I have an *OLD* USB disk which works: [ ... ] kernel: vendor 0x0c45 USB Mass Storage Device, rev 1.10/1.00, addr 2 [ ... ] [ ... ] kernel: da2: 31MB (64000 512 byte sectors: 64H 32S/T 31C) Another one

Re: looking for usb printer/scanner combo

2004-03-29 Thread Bernd Walter
On Tue, Mar 16, 2004 at 08:41:50PM +0100, Tobias Roth wrote: hi i am looking for a color inkjet printer/scanner/copier combo. it should be cheap, supported under 5.2.1, rather small, have separate, cheaply available ink cartridges. it doesn't need to be fast or have any fancy features.

Re: Recommended USB 2.0 controller fr. 5.2+

2004-03-29 Thread Bernd Walter
On Mon, Mar 22, 2004 at 02:09:01PM +0100, Peter Schuller wrote: So - if I want a USB 2 controller that works fine with FreeBSD, which one shojuld I get / which chipset should it be using? To be more specific I found a controllre by Q-Tec (425U) wtih a Via VT6202 chipset. Anyone know if

Re: Enabling USB ports for...stuff/printing...

2004-03-29 Thread Bernd Walter
On Tue, Mar 23, 2004 at 08:31:28AM -0500, [EMAIL PROTECTED] wrote: Running 4.9-STABLE, CUPS 1.1.19 and I'm trying to get an Epson Photo Stylus 1270 (usb) working with the system and CUPS. So far, no luck. I've walked through the setup for CUPS via http://127.0.0.1:631/. I'm at a loss to

Re: Recommended USB 2.0 controller fr. 5.2+

2004-04-05 Thread Bernd Walter
On Mon, Apr 05, 2004 at 02:58:33PM +0200, Heinrich Rebehn wrote: i am using a NEC USB2 controller and am just about to give up on using it. I don't know if it's the controller, the disk or the ehci driver. However, man ehci(4) states that The driver is not finished and is quite buggy. This

Re: Recommended USB 2.0 controller fr. 5.2+

2004-04-05 Thread Bernd Walter
On Mon, Apr 05, 2004 at 05:09:32PM +0200, Heinrich Rebehn wrote: Bernd Walter wrote: On Mon, Apr 05, 2004 at 02:58:33PM +0200, Heinrich Rebehn wrote: i am using a NEC USB2 controller and am just about to give up on using it. I don't know if it's the controller, the disk or the ehci driver

Re: Recommended USB 2.0 controller fr. 5.2+

2004-04-05 Thread Bernd Walter
On Mon, Apr 05, 2004 at 05:45:00PM +0200, Heinrich Rebehn wrote: Bernd Walter wrote: Which kind of IO errors? USB / SCSI / DA / Application? This i from ktrace tunefs -p /dev/da0s1a 4640 tunefs RET read 0 4640 tunefs CALL stat(0xbfbfea4a,0xbfbfe5a0) 4640 tunefs NAMI /dev

Re: Recommended USB 2.0 controller fr. 5.2+

2004-04-06 Thread Bernd Walter
On Tue, Apr 06, 2004 at 01:58:42PM +0200, Heinrich Rebehn wrote: Bernd Walter wrote: [snip] Apr 3 12:32:32 antsrv1 kernel: da1: 19077MB (39070080 512 byte sectors: 255H 63S/T 2432C) Apr 3 12:33:03 antsrv1 login: ROOT LOGIN (root) ON ttyv0 Apr 3 12:38:08 antsrv1 syslogd: kernel boot

Re: virtual tape or streamer device for backup purposes possible

2003-01-21 Thread Bernd Walter
#define LANG de_DE On Tue, Jan 21, 2003 at 01:54:33PM +0100, Christian Tanghe wrote: Hello, is it possible to configure a virtual tape, just working on an other harddisk? Lokaly or on any other Server in the network Writing an reading on it should be transparent for commands like tar, cpio

Re: virtual tape or streamer device for backup purposes possible

2003-01-21 Thread Bernd Walter
Sorry - for the german reply, but Christian has BBC'ed his message to the german Cosmo-Project mailing list. I did noticed it to late... -- B.Walter COSMO-Project http://www.cosmo-project.de [EMAIL PROTECTED] Usergroup [EMAIL PROTECTED] To Unsubscribe:

Re: problem adding subdisk to vinum

2003-08-23 Thread Bernd Walter
On Tue, Aug 12, 2003 at 09:40:49AM -0700, Shawn Ostapuk wrote: V pr0n State: up Plexes: 1 Size: 1172 GB P vinum0.p0 C State: corrupt Subdisks:11 Size: 1172 GB S vinum0.p0.s0 State: up PO:0 B Size:152 GB S

Re: USB and serial communication

2003-09-11 Thread Bernd Walter
On Fri, Sep 05, 2003 at 01:40:13PM +0200, Anders Jansson wrote: Hi everyone, I have just installed FreeBSD 5.1 om my PC (my first FreeBSD ever and it looks really nice). However, there is one missing link to connect me to FreeBSD heave. I would like to have a larger number of serial

Re: Pen drive does not work with PCI2USB card.

2003-06-14 Thread Bernd Walter
On Sat, Jun 14, 2003 at 11:23:20AM +0400, Eugene Savin wrote: Hi, I have USB 2.0 PCI Card GMU2P-04V, pen drive (Mobile Disk III from TwinMOS), FreeBSD 4.8. Part of my kernel conf. file: ... device scbus # SCSI bus (required) device da #

Re: Problem with USB ulpt0 and CUPS

2003-06-18 Thread Bernd Walter
On Wed, Jun 18, 2003 at 08:39:12AM -0500, Thomas T. Veldhouse wrote: I posted this in April and received no response. However, this has been an ongoing issue since at least 2001 (where I found the first reference to this trouble via Google). The problem seems to be that the FreeBSD USB LPT

Re: Epson Stylus Color installation problem

2002-11-17 Thread Bernd Walter
On Sun, Nov 17, 2002 at 06:37:38PM +0100, [EMAIL PROTECTED] wrote: I did not see any recommendation in the Handbook to set up communication mode with usb printers. When I run lptcontrol ... the answer is ioctl : Operation not supported by the device. Is it normal ? Is there anything to

Re: USB Mass Storage device

2002-12-13 Thread Bernd Walter
On Tue, Nov 26, 2002 at 11:36:45AM +0800, Seo Boon, NG wrote: This is the dmesg when the notebook during my reboot. The message doesn't appear when the USB device connects to notebook when it's running, hence I'm assumming that the kernel couldn't see the device. Is there any means to get the

Re: USB Mass Storage device

2002-12-13 Thread Bernd Walter
On Sat, Dec 14, 2002 at 07:31:00AM +0800, Seo Boon, NG wrote: | Do you have /dev/usb* entries for all usb channels? I don't seems to have all the usb* entry. Sorry I'm unfamiliar with usb setup, any idea how do I get it fixed? Thanks. cd /dev sh MAKEDEV usb1 usb2 -- B.Walter

Re: XF86Config.

2003-02-11 Thread Walter Spierings
Hello Peter, Your modeline is far to fast, Try the one which has a 48Mhz bandwidth. (Look in the lint). Most smaller and older monitors just need low refresh. Find the modeline for 1024x768 and 60Hz refresh. Greetings, Walter Spierings At 02:59 PM 2/11/03 +0100, you wrote: Thanks John

Re: Why natd don't divert packets?

2003-03-07 Thread Bernd Walter
On Fri, Mar 07, 2003 at 11:51:45AM +0300, denb wrote: This working in FreeBSD4.7(ipfw1), but broken in FreeBSD 5.0(ipfw2). Why? This is an issue triggered by compiling libalias with -O2. Recompile libalias without -O2 and recompile natd so it binds to the rebuild libalias.a The problem wasn't

Re: boot up notification

2005-01-14 Thread Walter Hop
echo Usage: `basename $0` { start | stop } echo exit 64 ;; esac -- Walter Hop [EMAIL PROTECTED] | TransIP | http://www.transip.nl/ ___ freebsd-questions@freebsd.org mailing

Xen timeline for 6.x

2006-03-07 Thread Walter Hop
on fsmware.com that there were problems in integrating some subsystems which could delay these plans. It looks like it's now too late to still introduce this before 6.1-RELEASE. Is there an updated timeline known about Xen in the 6.x tree? Kind regards, walter -- My eyes

Kernel forces machdep.hlt_cpus, how to change?

2006-01-05 Thread Walter Hop
/loader.conf machdep.hlt_cpus=0 machdep.hlt_logical_cpus=0 But still after booting I get the same result with the cpu's HLTed. I'm not sure if using them for user processes actually helps, but I'd like to experiment with the setting. Any ideas how I should accomplish this? Cheers! Walter Hop

Re: serial ports from additional old IDE ISA card

2003-11-12 Thread Bernd Walter
On Tue, Nov 11, 2003 at 10:41:29AM +0200, Rolandas Naujikas wrote: I'm tried to poke into ISA slot additional old IDE card (from old 486 computer) with serials and paralell ports. With jumpers on it I'm disabled IDE, floppy and parallel port. I'm tried to use only serial ports, configured at

Distributions are missing from home burnt CD

2011-08-01 Thread Grant Walter
Hi guys, I burned a CD of the LiveFS image and my installation failed. I then tried installing from the Disk 1 image and the install succeeded. My problem is that there are no Ditstributions on the disk. I don't even have bash now. :( I have searched all over but cannot find a file that

Re: Distributions are missing from home burnt CD

2011-08-02 Thread Grant Walter
...@d3photography.com Cc: Grant Walter grantwalt...@gmail.com, freebsd-questions@freebsd.org Subject: Distributions are missing from home burnt CD Date: Mon, Aug 1, 2011 8:22 pm On Mon, Aug 1, 2011 at 11:17 PM, Ryan Coleman edi...@d3photography.com wrote: Is portsnap installed? I was going with the effed up

  1   2   3   4   >