Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uhub(1) [freebsd man page]

UHUB(1) 						      General Commands Manual							   UHUB(1)

NAME
uhub - a high performance ADC peer-to-peer hub SYNOPSIS
uhub [options] DESCRIPTION
uHub is a high performance peer-to-peer hub for the ADC network. Its low memory footprint allows it to handle several thousand users on high-end servers, or a small private hub on embedded hardware. OPTIONS
-v Verbose mode, add more -v's for higher verbosity. -q Quiet mode, if quiet mode is enabled no output or logs are made. -f Fork uhub to background in order to run it as a daemon. -l logfile Log messages to the given logfile (default: stderr) -L Log messages to syslog. -c config Specify configuration file (default: /etc/uhub/uhub.conf) -C Check configuration files and return. Will print either -s Show all configuration parameters. In a format that is compatible with the configuration files. -S Show all non-default configuration parameters. -h Show the help message. -u user Drop privileges and run as the given user. -g group Drop privileges and run with the given group permissions. -V Show the version number EXAMPLES
To run uhub as a daemon, and log to a file: uhub -f -l /var/log/uhub/uhub.log AUTHOR
This program was written by Jan Vidar Krey <janvidar@extatic.org> BUG REPORTS
If you find a bug in uhub please report it to http://bugs.extatic.org/ March 2009 UHUB(1)

Check Out this Related Man Page

U3G(4)							   BSD Kernel Interfaces Manual 						    U3G(4)

NAME
u3g -- USB support for 3G datacards SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: u3ginit* at uhub? port ? u3g* at uhub? port ? ucom* at u3g? DESCRIPTION
The u3g driver provides support for the multiple USB-to-serial interfaces exposed by many 3G USB/PC Card modems. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The u3g driver supports the following adapters: o Huawei E220 (E270?) o Huawei Mobile o Novatel MC950D o Option Globetrotter 3G o Option Globetrotter 3G Fusion (only 3G part, not WLAN) o Option Globetrotter 3G Fusion Quad (only 3G part, not WLAN) o Option Globetrotter 3G Quad o Vodafone Mobile Connect Card 3G The supported 3G cards provide the necessary modem port for ppp, pppd, or mpd connections as well as extra ports (depending on the specific device) to provide other functions (diagnostic port, SIM toolkit port). SEE ALSO
tty(4), ubsa(4), ucom(4), usb(4) HISTORY
The u3g driver appeared in NetBSD 5.0. The ubsa(4) manual page was modified for u3g by Andrea Guzzo <aguzzo@anywi.com> in September 2008. AUTHORS
The u3g driver was written by Andrea Guzzo <aguzzo@anywi.com>. Hardware for testing provided by AnyWi Technologies, Leiden, NL. BSD
June 28, 2010 BSD
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

getting thousand of permissions

Hi, I would like to ask if someone could help me to shorten this process. If example i will have a thousand files and i want to get there permisions. pls help. $ sh researcher2.sh rm /home/aris/logs/logna rm a12 for i in `aclget /usr/bin/uname` do grep -e $i ownership | awk '{print $1}'... (13 Replies)
Discussion started by: invinzin21
13 Replies

2. OS X (Apple)

Show operating system, current user & network

I have found an excellent OS X pref pane that allows you to output log files or terminal commands/scripts onto the desktop in the background. What I want to do is create a script that outputs the following... - Mac OS X Version and Build (As shown in the about this mac) - Current username -... (6 Replies)
Discussion started by: digitaljunkie
6 Replies

3. Red Hat

How to check performance?

Hi, all What would be the a,b,c in troubleshooting slow performance on RH box, I type and it became really slow, what commands or log files to examine. What parameters to check? Thanks all T (2 Replies)
Discussion started by: trento17
2 Replies

4. AIX

Newbie - AIX LPAR performance problem

Running into performance issues with WAS application servers on two of LPAR's or like configuration under high load web pages crawl. Please forgive me I'm new to AIX and most my expertise is in the Linux space. Thanks for your help!! Here's the run down: The problem appears to be CPU... (3 Replies)
Discussion started by: margeson
3 Replies

5. UNIX for Dummies Questions & Answers

Log files @ high load

Hi, my VPS was overloaded and inaccessible for some time and i want to ask for help in which log files i need to look, or which tools to setup to monitor and find the cause of repeated hig load? watched: /var/log/messages /var/log/secure /var/log/httpd/access_log /var/log/httpd/error_log... (1 Reply)
Discussion started by: postcd
1 Replies