All of lore.kernel.org
 help / color / mirror / Atom feed
* Some questions
@ 2003-03-05 12:18 Thomas Winischhofer
  2003-03-05 13:26 ` Antonino Daplas
  2003-03-05 18:57 ` James Simmons
  0 siblings, 2 replies; 132+ messages in thread
From: Thomas Winischhofer @ 2003-03-05 12:18 UTC (permalink / raw)
  To: linux-fbdev-devel

I am currently porting the SiS framebuffer driver to the - more or less
- new API. Better late than never :)

Anyway, during this, I noticed some issues: (I am using stock 2.5.63 for
development, no fbdev patches)

1) Sisfb currently does not work if compiled statically into the kernel.
(It works as a module if fbcon is a module, too). If sisfb and fbcon are
the kernel, the mode switch occures but the only thing I see is a white
rectangle at the left egde of the screen, vertically centered, with some
flashing grey dots. I almost looks like text mode output while in
graphics mode, or - better - if fbcon assumes a font size of 1 pixel.
Finally, it seems to oops, but I can't say that for sure because I don't
see anything (and I unfortunately don't have a serial console available).

Can anybody confirm that this (ie both low level driver and fbcon in
kernel) is supposed to work in 2.5.63 (making it a bug in my sisfb
implementation)? Did I perhaps miss anything, like a kernel parameter to
activate fbcon or similar?

2) If both sisfb and fbcon are modules, everything works s supposed when
first modprobing sisfb and then fbcon. Upon modprobing fbcon, the mode
switch occures and I see a graphical console (with a white rectangle of
the size of the previous console size which vanishes upon pressing enter).

However, I could not manage to gain a graphical console if sisfb is a
module, but fbcon is in the kernel. Is this combination supposed to
work? If so, how?

3) The resizing using stty is - how do I put this - slightly imperfect.
I don't know how you fbdev folks do it, but I am not used to think in
row/col categories, but *resolutions* instead. Apart from this - IMHO a
bit annoying - inconvenience, this method has further issues:

a) Calculating the desired mode resolution my simply multiplying the
rows/cols by the font size very often results in odd modes like 800x592.
This even when using a standard 8x16 font, not thinking of situations
where for instance 12x22 fonts are used. How is the low level driver
supposed to handle this?

To temporarily overcome this, I implemented a somewhat fuzzy mode
identification routine, searching for modes with resolutions within a
range of [desired res] - [desired res + 16]. But I can't imagine this
being the Real Thing.

b) The call to fb_set_var() inside fbcon_resize() is checked for errors,
but not the call to fbcon_resize() from within fbcon_switch(). This
leads to catastrophic drawing errors if the requested mode is not
supported by the low level driver.

c) fbcon_resize() only changes var.xres and var.yres, leaving everything
else - var.pixclock, for instance - alone. fb_set_var() just calles the
driver's check_var() routine and then set_par(). How is the low level
driver supposed to behave in this situation, especially considering the
unchanged pixclock?

d) Starting with a mode of 1024x768 and resizing to 800x600 using stty
works after all (see a)), but only if I execute stty twice. The desired
mode the low level driver receives at the first attempt is 800x768.
Could this be related to an outdated or buggy stty, calling the console
code twice if rows and cols are specified at the same time...?

3) About y panning: In the 2.4 version of sisfb, I simply forced the
console to do y panning (unless positively disabled by the user) by
"patching" yres_virtual to the maximum, depending on the available video
memory. I am allowed to do that with the 2.5 API? (The rivafb code makes
be believe so...)

Thomas

-- 
Thomas Winischhofer
Vienna/Austria
mailto:thomas@winischhofer.net            http://www.winischhofer.net/





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 132+ messages in thread
[parent not found: <CAGEeD9YPvDhbt7KFvLOJ6W99UM_Jck6PFF6HV2h=B5u2gChggg@mail.gmail.com>]
* Some questions
@ 2016-04-27 15:21 Akira Yokosawa
       [not found] ` <20160427165357.GD4967@linux.vnet.ibm.com>
  0 siblings, 1 reply; 132+ messages in thread
From: Akira Yokosawa @ 2016-04-27 15:21 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

Hi, Paul.

The quotations recently added at the top of Chapters look really nice!
They make perfbook look more like a full-fledged publication.

However, the newly added Table 14.2 "A Variable With More Simultaneous Values"
seems like it is not complete yet.  Is that the case?

Looks like you used some custom script or something to generate the table
from a raw data that contains when each cpu sees the updates.

Do you have a plan to replace the Table with a Figure something like
Figure 14.5 "A Variable With Multiple Simultaneous Values"?

If you do, I'll refrain from touching the Table. Rather, I'd be interested
in improving the script you might be using, if any.

Another totally unrelated question is about the URL you placed in
Section C.7: "http://www.openvms.compaq.com/wizard/wiz_2637.html".
Sadly, this URL is no longer valid. Do you happen to aware of an alternative
URL still accessible today?

By looking up a Wikipedia article, I found a page at
http://h18002.www1.hp.com/alphaserver/technology/chip-docs.html,
which is "Archived technical documentation library" of Alpha
containing links to technical documentation for Alpha microprocessors
and Alpha ATX motherboards. Is there a document there which can be
referred to instead of the above mentioned URL?

                                                  Thanks, Akira


^ permalink raw reply	[flat|nested] 132+ messages in thread
* Some questions.
@ 2012-01-27 13:12 Артём Алексюк
  0 siblings, 0 replies; 132+ messages in thread
From: Артём Алексюк @ 2012-01-27 13:12 UTC (permalink / raw)
  To: intel-gfx

Hello.
Sorry if I'm interrupting you with stupid questions :) I have a netbook with 
Atom N570 and GMA 3150.
1) I disabled KWin desktop effects for reducing power consumption. Is it a good 
solution or there is no difference if desktop effects are being switched on or 
switched off? How many extra watts (average, of course) will be used if I'll 
enable desktop effects (with no other 3D apps currently running)? Which KWin 
mode is better - XRender or OpenGL?
2) Which output is better for MPlayer - xv or something else?

^ permalink raw reply	[flat|nested] 132+ messages in thread
* connecting ieee80211_hw and net_device
@ 2010-11-09 20:31 Zoltan Herczeg
  2010-11-10  0:26 ` Johannes Berg
  0 siblings, 1 reply; 132+ messages in thread
From: Zoltan Herczeg @ 2010-11-09 20:31 UTC (permalink / raw)
  To: linux-wireless

Hi,

I am developing a wireless driver for a cycle accurate energy simulator,
and cannot solve the following issue:

I can allocate a "wlan0" and "wlan1" platform device with
ieee80211_alloc_hw, and can initialize it in Ad-Hoc mode. However, I
realized this is not enough to have a wireless interface, since it has no
receive operation, only transfer. Looking at the other drivers, I found
that they allocate a net_device with the common alloc_etherdev.
Unfortunately the register_netdev registers a new eth interface in my
case, and this interface is not connected to the wlan interface. I set
wireless_handlers and ieee80211_ptr for this device, still it is totally
independent from the wlan interface.

Am I missing something? (Sorry if this is a trivial question, I tried
google but no luck so far)

Thanks in advance
Zoltan



^ permalink raw reply	[flat|nested] 132+ messages in thread
* Some questions
@ 2010-03-08  5:08 Tiago Maluta
  0 siblings, 0 replies; 132+ messages in thread
From: Tiago Maluta @ 2010-03-08  5:08 UTC (permalink / raw)
  To: linux-media

Hi,

One of topic of my final course work that I thought is create a simple way to
demonstrate the DVB in Linux (software-only approach). Something like:

FRONTEND -> DEMUX -> AUDIO/VIDEO -> PLAYER

Notes:
- I'm omitting the block referring to SEC and CA.
- As I'm in Brazil I'm focusing in ISDB-T standard

My first step is create a code based in dvb_dummy_fe.c to take a place of a
'dummy' ISDB-T frontend. After that created a userspace program to 'inject' a
TS into the frontend. I know that is useless if I already have the Transport
Stream but I like to at least pass trough 'frontendX' device.

1) Where is /dev/dvb/adapter/frontendX created? I saw that in dvbdev.c,
but when I load dvb_dummy_fe.ko frontendX would not have to appear?

2) As dvb_dummy_fe.c doesn't have module_init() and module_exit() definition.
(and noted that this happens in other files in frontend/ too) is API
(Frontend Function Calls) used to access,
i.e: ioctl(fd, FE_GET_FRONTEND, struct ....)

Other information:

- I'm using 2.6.33-git
- $ grep ^CONFIG_DVB .config

    CONFIG_DVB_CORE=y
    CONFIG_DVB_MAX_ADAPTERS=8
    CONFIG_DVB_CAPTURE_DRIVERS=y
    CONFIG_DVB_FE_CUSTOMISE=y
    CONFIG_DVB_DUMMY_FE=m


Another topic that I would add is my work is regarded to userspace tools [1]
to processing the sections related do ISDB-T.

[1] http://linuxtv.org/hg/~pb/dvb-apps-isdbt

I would appreciate if developers in this maillist point some directions. Mauro
and Patrick answered some private emails with questions, but I like to exchange
discussion.

Maybe what I said it thoroughly out of context and I'm thinking on the
wrong way,
but except linuxtv.org and kernel Documentation/ it's difficult to get
 expertise
in topics regarded what could be a cool way to do a good final
course work.

Kind regards,

--tm

^ permalink raw reply	[flat|nested] 132+ messages in thread
* some questions
@ 2008-08-22  7:31 Thomas Pasch
  2008-08-22  8:53 ` Matthieu Moy
  2008-08-22  9:28 ` Jakub Narebski
  0 siblings, 2 replies; 132+ messages in thread
From: Thomas Pasch @ 2008-08-22  7:31 UTC (permalink / raw)
  To: git

Hello,

I try to migrate our old cvs repo to git.
However, I still have to following questions
that I found difficult to answer with
the documentation.

- Is there a way to convert a indexVersion 1
  repo to indexVersion 2? (And vice versa?)

- Is there a way to find out if a repository
  is indexVersion 1 or indexVersion 2 (from
  the pack/index files)?

- http for git seems to be read-only/fetch.
  Would it be (theoretically) possible to
  support write/push (with WebDAV or so)?

- I do not fully understand the implication
  of 'git repack -a' (or 'git repack -A -d').
  Is this bad for remote repos that are used
  with http? (as '-a' is 'Especially useful when
  packing a repository that is used for private
  development and there is no need to worry about
  people fetching via dumb protocols from it').

- What would be the implication to mount the
  git repo with nts (or another remote fs).
  Is it save to use such a mounted repo from
  more than one computer?

Kind regards,

Thomas

-- 

^ permalink raw reply	[flat|nested] 132+ messages in thread
* some questions
@ 2008-05-04 16:16 David Arendt
       [not found] ` <481DE17B.3080407-/LHdS3kC8BfYtjvyW6yDsg@public.gmane.org>
  0 siblings, 1 reply; 132+ messages in thread
From: David Arendt @ 2008-05-04 16:16 UTC (permalink / raw)
  To: users-JrjvKiOkagjYtjvyW6yDsg

I am very interested in nilfs2 so I have some questions ?

1. If I understood well, nilfs is always appending to the end (is this 
true or is also other data modified, for example to update pointers ?). 
What is happening if I have deleted files and cleanerd deletes the 
snapshots ? Will this space be written by further write operations or 
will it be lost ?
2. I suppose that some fragmentation will build up, is there any 
defragmentation tool planned ?
3. How robust is nilfs to device errors like bad sectors ? For example 
if you have a disk image where bad sectors are replaced by zeros, will 
you still be able to recover data from other sectors ?

^ permalink raw reply	[flat|nested] 132+ messages in thread
* Some Questions
@ 2008-04-25  9:06 James Scott
  2008-04-26  7:48 ` Morten K. Poulsen
  2008-04-27  9:47 ` James Scott
  0 siblings, 2 replies; 132+ messages in thread
From: James Scott @ 2008-04-25  9:06 UTC (permalink / raw)
  To: mlmmj

[-- Attachment #1: Type: text/plain, Size: 542 bytes --]

Hi,
 
I have mlmmj v1.2.15 installed on Fedora 7 (using the fedora RPM package).
 
I would appreciate any advice on the following:
 
1.  Configuring a mail list to allow subscribers only to post
 
2.  Auxiliary address that may post but not receive messages (just put
addresses in "nomailsubs.d"?)
 
3. Procedure for moderators to approve messages posted by non-subscribers
 
4 Web interfaces for: admin, archives, user subscription management.
 
5. Custom footers (the file 'control/footers" seems to be ignored).
 
Regards,
 
James Scott
 

[-- Attachment #2: Type: text/html, Size: 2501 bytes --]

^ permalink raw reply	[flat|nested] 132+ messages in thread
* Some questions
@ 2003-08-19 15:53 Joerg Sommer
  0 siblings, 0 replies; 132+ messages in thread
From: Joerg Sommer @ 2003-08-19 15:53 UTC (permalink / raw)
  To: linux-hotplug

Hi,

I've downloaded hotplug-2003_08_05 and have some questions about the code:

* Why not remove the bashism?

sbin/hotplug:
* Why not include the test for -x in the if expression?
  	if [ -f $I -a -x $I ]; then
		$I $1 ;
	fi
* Why returns this script with exit code 1? Doesn't this stand for an
  error?

#v+
diff -ur hotplug-2003_08_05.orig/sbin/hotplug hotplug-2003_08_05/sbin/hotplug
--- hotplug-2003_08_05.orig/sbin/hotplug        2003-06-28 02:13:10.000000000 +0
+++ hotplug-2003_08_05/sbin/hotplug     2003-08-19 16:21:38.000000000 +0200
@@ -28,8 +28,8 @@
 DIR="/etc/hotplug.d"
 
 for I in "${DIR}/$1/"*.hotplug "${DIR}/"default/*.hotplug ; do
-       if [ -f $I ]; then
-               test -x $I && $I $1 ;
+       if [ -f $I -a -x $I ]; then
+               $I $1
        fi
 done
 
#v-

etc/hotplug.d/default/default.hotplug:
* l.46: Why use sed to strip the tailing .agent? This causes a pipe
  and another command, even though, this could be done by basename.
* l.67: Why do you debug handling by hand? There is a function
  debug_mesg, so this shouldn't be necessary.
* If default.hotplug is called in the right way, you check, if the agent
  is executable. If not, it fails. So you can't name nonexecutable agents
  in l.53.
* I think a $(set -e) is essential, because a cd to /etc/hotplug could
  fail.
* To source hotplug.functions a path must be named, otherwise
  hotplug.functions is searched in the directories of $PATH, which should
  fail. See Posix 1003.2 3.14.4.

#v+
diff -ur hotplug-2003_08_05.orig/etc/hotplug.d/default/default.hotplug hotplug-2003_08_05/etc/hotplug.d/default/default.hotplug
--- hotplug-2003_08_05.orig/etc/hotplug.d/default/default.hotplug	2003-05-02 07:01:45.000000000 +0200
+++ hotplug-2003_08_05/etc/hotplug.d/default/default.hotplug	2003-08-19 16:26:07.000000000 +0200
@@ -23,10 +23,12 @@
 # $Id: default.hotplug,v 1.1 2003/05/02 05:01:45 kroah Exp $
 #
 
-cd /etc/hotplug
-. hotplug.functions
+set -e
+
+# export DEBUG=yes
 
-# DEBUG=yes export DEBUG
+cd /etc/hotplug
+. ./hotplug.functions
 
 debug_mesg "arguments ($*) env (`env`)"
 
@@ -38,19 +40,16 @@
 # through argv.
 # 
 if [ $# -lt 1 -o "$1" = "help" -o "$1" = "--help" ]; then
-    if [ -t ]; then
+    if [ -t 1 ]; then
 	echo "Usage: $0 AgentName [AgentArguments]"
 
-	AGENTS=""
-	for AGENT in /etc/hotplug/*.agent ; do
-	    TYPE=`basename $AGENT | sed s/.agent//`
+	printf "AgentName values on this system:"
+	for AGENT in $HOTPLUG_DIR/*.agent ; do
 	    if [ -x $AGENT ]; then
-		AGENTS="$AGENTS $TYPE"
-	    else
-		AGENTS="$AGENTS ($TYPE)"
+		printf " `basename $AGENT .agent`"
 	    fi
 	done
-	echo "AgentName values on this system: $AGENTS" 
+	echo
     else
 	mesg "illegal usage $*"
     fi
@@ -61,12 +60,10 @@
 # Delegate event handling:
 #   /sbin/hotplug FOO ..args.. ==> /etc/hotplug/FOO.agent ..args..
 #
-AGENT=/etc/hotplug/$1.agent
+AGENT=$HOTPLUG_DIR/$1.agent
 if [ -x $AGENT ]; then
     shift
-    if [ "$DEBUG" != "" ]; then
-	mesg "invoke $AGENT ($@)"
-    fi
+    debug_mesg "invoke $AGENT ($@)"
     exec $AGENT "$@"
     mesg "couldn't exec $AGENT"
     exit 1
#v-

etc/hotplug/hotplug.functions:
* Posix logger doesn't know the option -t. If you depend on BSD logger,
  it may be possible to specify the priority of the messages. In this
  case, I would propose to add a function error_mesg(), hat logs on
  stderr or use level debug for logger. As a whole, I would propose in
  this case, to log to facility daemon.

#v+
diff -ur hotplug-2003_08_05.orig/etc/hotplug/hotplug.functions hotplug-2003_08_05/etc/hotplug/hotplug.functions
--- hotplug-2003_08_05.orig/etc/hotplug/hotplug.functions	2003-06-28 02:13:10.000000000 +0200
+++ hotplug-2003_08_05/etc/hotplug/hotplug.functions	2003-08-19 17:36:55.000000000 +0200
@@ -10,7 +10,7 @@
 #
 #
 
-# DEBUG=yes; export DEBUG
+# export DEBUG=yes
 PATH=/bin:/sbin:/usr/sbin:/usr/bin
 
 KERNEL=`uname -r`
@@ -22,31 +22,31 @@
     . /etc/sysconfig/hotplug
 fi
 
-if [ -x /usr/bin/logger ]; then
-    LOGGER=/usr/bin/logger
-elif [ -x /bin/logger ]; then
-    LOGGER=/bin/logger
-else
-    unset LOGGER
-fi
 #
 # for diagnostics
 #
-if [ -t -o -z "$LOGGER" ]; then
+if [ -t 1 -o ! \( -x /usr/bin/logger -o -x /bin/logger \) ]; then
     mesg () {
 	echo "$@"
     }
+    if [ "$DEBUG" = yes ]; then
+	debug_mesg () {
+	    echo "$@"
+	}
+    else
+	debug_mesg () {
+	    :
+	}
+    fi
 else
     mesg () {
-	$LOGGER -t $(basename $0)"[$$]" "$@"
+	logger $(basename $0)"[$$] $@"
+    }
+    debug_mesg () {
+	logger $(basename $0)"[$$] $@"
     }
 fi
 
-debug_mesg () {
-    test "$DEBUG" = "" -o "$DEBUG" = no && return
-    mesg "$@"
-}
-
 #
 # The modules.*map parsing uses BASH ("declare -i") and some version
 # of AWK, typically /bin/gawk.  Most GNU/Linux distros have these,
@@ -80,23 +80,18 @@
 #
 load_drivers ()
 {
-    local LOADED TYPE FILENAME DESCRIPTION LISTER
-    DRIVERS=""
-
     # make this routine more readable
     TYPE=$1
     FILENAME=$2
     DESCRIPTION=$3
 
+    DRIVERS=""
     # should we use usbmodules, pcimodules?  not on 2.5+, because sysfs
     # ought to expose the data we need to find all candidate drivers.
     # (on 2.5.48 it does for usb; but maybe not yet for pci.)
     case "$KERNEL" in
-    2.2*|2.3*|2.4*)	LISTER=`type -p ${TYPE}modules` ;;
-    *)			LISTER="" ;;
-    esac
-
-    if [ "$LISTER" != "" ]; then
+    2.2*|2.3*|2.4*)
+        LISTER=`type -p ${TYPE}modules`
 	# lister programs MIGHT be preferable to parsing from shell scripts:
 	# - usbmodules used for (a) multi-interface devices, (b) coldplug
 	# - pcimodules used only for coldplug
@@ -106,27 +101,26 @@
 	    # only works if we have usbfs
 	    # ... reads more descriptors than are passed in env
 	    # ... doesn't handle comment syntax either
-	    if [ "$DEVICE" = "" -o ! -f "$DEVICE" ]; then
-		LISTER=
-	    else
+	    if [ -f "$DEVICE" ]; then
 		DRIVERS=`$LISTER --mapfile $FILENAME --device $DEVICE`
-	    fi ;;
-
+	    fi
+	    ;;
 	pci)
 	    debug_mesg "pcimodules is scanning more than $PCI_SLOT ..."
 	    DRIVERS=`$LISTER`
 	    ;;
 	esac
-    fi
+	;;
+    esac
 
     # try parsing by shell scripts if no luck yet
-    if [ "$DRIVERS" = "" ]; then
+    if [ -z "$DRIVERS" ]; then
 	${TYPE}_map_modules < $FILENAME
     fi
 
     # FIXME remove dups and blacklisted modules from $DRIVERS here
 
-    if [ "$DRIVERS" = "" ]; then
+    if [ -z "$DRIVERS" ]; then
 	return
     fi
 
@@ -139,9 +133,8 @@
     do
 	# maybe driver modules need loading
         LOADED=false
-	if ! lsmod | grep -q "^$MODULE " > /dev/null 2>&1; then
-	    if grep -q "^$MODULE\$" $HOTPLUG_DIR/blacklist \
-		    >/dev/null 2>&1; then
+	if ! lsmod | grep -q "^$MODULE "; then
+	    if grep -q "^$MODULE\$" $HOTPLUG_DIR/blacklist; then
 		debug_mesg "... blacklisted module:  $MODULE"
 		continue
 	    fi
@@ -167,8 +160,7 @@
 	# giving kernel code another chance.
 	if [ -x $HOTPLUG_DIR/$TYPE/$MODULE ]; then
 	    debug_mesg Module setup $MODULE for $DESCRIPTION
-	    $HOTPLUG_DIR/$TYPE/$MODULE
-	    LOADED=true
+	    $HOTPLUG_DIR/$TYPE/$MODULE && LOADED=true
 	fi
 
 	if [ $LOADED = false ]; then
#v-

Bye, Joerg.

-- 
»Perl - the only language that looks the same
 before and after RSA encryption.«           -- Keith Bostic


-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code\x104
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 132+ messages in thread
* Some questions
@ 2001-10-05 12:50 Justin R. Smith
  2001-10-05 13:57 ` Stephen Smalley
  0 siblings, 1 reply; 132+ messages in thread
From: Justin R. Smith @ 2001-10-05 12:50 UTC (permalink / raw)
  To: SELinux

I've installed the latest version of SELinux in permissive mode.

1. I've noticed no unusual messages in dmesg or /var/log/messages. Does
this mean that my normal activities do not violate any of the new access
restrictions? (So enabling secure mode would not disrupt any of the
things I normally do)?

2. If I toggle fully secure mode, can I reverse this remotely (i.e., ssh
to the host, su, and execute the toggle command again)?

3. SSH no longer recognizes my authorized keys --- I must always enter a
password to use it. I've regenerated the keys several times (putting the
appropriate public keys in 'authorized_keys') without success. I know
the sshd on my system was replaced by another. Does it function
differently? 

Here's a log from the debug mode for ssh (on my home computer, I use the
latest version of ssh and a DSA key):

debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug3: start over, passed a different list
publickey,password,keyboard-interactive
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: next auth method to try is publickey
debug2: userauth_pubkey_agent: no keys at all
debug2: userauth_pubkey_agent: no more keys
debug2: userauth_pubkey_agent: no message sent
debug1: try privkey: /home/jsmith/.ssh/identity
debug3: no such identity: /home/jsmith/.ssh/identity
debug1: try privkey: /home/jsmith/.ssh/id_rsa
debug3: no such identity: /home/jsmith/.ssh/id_rsa
debug1: try pubkey: /home/jsmith/.ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug2: userauth_pubkey_agent: no more keys

-- 



--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 132+ messages in thread
* Some questions...
@ 1998-06-05 22:34 Alex deVries
  1998-06-06  0:25   ` Ariel Faigon
  0 siblings, 1 reply; 132+ messages in thread
From: Alex deVries @ 1998-06-05 22:34 UTC (permalink / raw)
  To: SGI Linux


What are the implications of us redistributing the header files from Irix?
In particular, there are some header files for newport graphics that are
needed.

Oliver, how's the fdisk port going?

- Alex



-- 
Alex deVries, puffin on LinuxNet.
http://www.engsoc.carleton.ca/~adevries/ .

^ permalink raw reply	[flat|nested] 132+ messages in thread

end of thread, other threads:[~2017-10-05  6:09 UTC | newest]

Thread overview: 132+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-05 12:18 Some questions Thomas Winischhofer
2003-03-05 13:26 ` Antonino Daplas
2003-03-05 14:06   ` Thomas Winischhofer
2003-03-05 15:25     ` Antonino Daplas
2003-03-05 15:37       ` Thomas Winischhofer
2003-03-05 15:44         ` Geert Uytterhoeven
2003-03-05 15:59           ` Thomas Winischhofer
2003-03-05 16:06             ` Geert Uytterhoeven
2003-03-05 16:34             ` Antonino Daplas
2003-03-05 16:06         ` Antonino Daplas
2003-03-05 16:17           ` Thomas Winischhofer
2003-03-05 16:44             ` Antonino Daplas
2003-03-05 17:01               ` Geert Uytterhoeven
2003-03-05 19:25                 ` James Simmons
2003-03-05 19:27               ` James Simmons
2003-03-05 15:40       ` Geert Uytterhoeven
2003-03-05 15:54         ` Antonino Daplas
2003-03-05 19:31         ` James Simmons
2003-03-05 15:48       ` Antonino Daplas
2003-03-05 19:43         ` James Simmons
2003-03-05 22:21           ` Thomas Winischhofer
2003-03-06  0:18             ` James Simmons
2003-03-06  9:03               ` Thomas Winischhofer
2003-03-06  1:18             ` Antonino Daplas
2003-03-06  1:18           ` Antonino Daplas
2003-03-06  8:49             ` Thomas Winischhofer
2003-03-06  9:12               ` Geert Uytterhoeven
2003-03-06  9:58                 ` Antonino Daplas
2003-03-06 10:14                   ` Geert Uytterhoeven
2003-03-06 10:30                     ` Antonino Daplas
2003-03-06  9:26               ` Antonino Daplas
2003-03-06  9:43                 ` Thomas Winischhofer
2003-03-06 10:05                   ` Antonino Daplas
2003-03-06 10:31                     ` Sven Luther
2003-03-06 10:48                       ` Antonino Daplas
2003-03-06 10:51                         ` Antonino Daplas
2003-03-06 11:40                           ` Sven Luther
2003-03-06 13:25                             ` Antonino Daplas
2003-03-06 15:25                             ` James Simmons
2003-03-06 15:27                       ` James Simmons
2003-03-07 12:08                         ` Thomas Winischhofer
2003-03-07 12:21                           ` Geert Uytterhoeven
2003-03-07 18:19                             ` James Simmons
2003-03-07 14:01                           ` Antonino Daplas
2003-03-07 15:19                             ` Thomas Winischhofer
2003-03-07 16:19                               ` Antonino Daplas
2003-03-07 17:00                                 ` Thomas Winischhofer
2003-03-07 17:42                                   ` Antonino Daplas
2003-03-07 18:31                               ` James Simmons
2003-03-07 17:49                                 ` Thomas Winischhofer
2003-03-11 16:23                                   ` James Simmons
2003-03-07 20:12                               ` Antonino Daplas
2003-03-07 20:51                                 ` Thomas Winischhofer
2003-03-08  0:58                                   ` Antonino Daplas
2003-03-08  5:40                                     ` Antonino Daplas
2003-03-08 14:11                                       ` Thomas Winischhofer
2003-03-08 14:20                                       ` Thomas Winischhofer
2003-03-08 22:03                                         ` Antonino Daplas
2003-03-09  3:47                                           ` Thomas Winischhofer
2003-03-09  6:18                                             ` Antonino Daplas
2003-03-07 18:30                             ` James Simmons
2003-03-11 16:07             ` James Simmons
2003-03-11 21:03               ` Thomas Winischhofer
2003-03-05 19:16       ` James Simmons
2003-03-05 19:30         ` Geert Uytterhoeven
2003-03-05 19:34           ` James Simmons
2003-03-05 22:13             ` Thomas Winischhofer
2003-03-05 23:53               ` James Simmons
2003-03-06  8:33             ` Geert Uytterhoeven
2003-03-06  9:00               ` Sven Luther
2003-03-06  9:03               ` Antonino Daplas
2003-03-11 16:29                 ` James Simmons
2003-03-11 20:07                   ` Antonino Daplas
2003-03-11 20:56                     ` Thomas Winischhofer
2003-03-11 21:45                       ` Antonino Daplas
2003-03-11 22:23                         ` Thomas Winischhofer
2003-03-11 22:51                           ` Antonino Daplas
2003-03-12  0:07                             ` Michel Dänzer
2003-03-12  1:02                               ` Antonino Daplas
2003-03-12  1:29                                 ` Michel Dänzer
2003-03-12  8:24                                   ` Geert Uytterhoeven
2003-03-12 15:56                                     ` Michel Dänzer
2003-03-11 22:27                         ` Thomas Winischhofer
2003-03-11 22:51                           ` Antonino Daplas
2003-03-11 23:12                             ` Thomas Winischhofer
2003-03-05 14:12   ` Geert Uytterhoeven
2003-03-05 14:18     ` Thomas Winischhofer
2003-03-05 14:16   ` Thomas Winischhofer
2003-03-05 15:25     ` Antonino Daplas
2003-03-05 14:22   ` Thomas Winischhofer
2003-03-05 19:02   ` James Simmons
2003-03-06  1:18     ` Antonino Daplas
2003-03-05 18:57 ` James Simmons
     [not found] <CAGEeD9YPvDhbt7KFvLOJ6W99UM_Jck6PFF6HV2h=B5u2gChggg@mail.gmail.com>
2017-10-04  6:58 ` Никита Горбунов
2017-10-05  6:09   ` Sitsofe Wheeler
  -- strict thread matches above, loose matches on Subject: below --
2016-04-27 15:21 Akira Yokosawa
     [not found] ` <20160427165357.GD4967@linux.vnet.ibm.com>
2016-04-27 22:15   ` Akira Yokosawa
2016-04-27 22:50     ` Paul E. McKenney
2016-04-27 23:01       ` Akira Yokosawa
2016-04-27 23:28         ` Paul E. McKenney
2016-04-28 15:39           ` Akira Yokosawa
2016-04-28 16:28             ` Paul E. McKenney
2016-04-28 23:05               ` Akira Yokosawa
2016-04-29 16:00                 ` Akira Yokosawa
2016-04-29 17:15                   ` Paul E. McKenney
2016-04-29 22:06                     ` Akira Yokosawa
2016-04-30  1:05                       ` Paul E. McKenney
2012-01-27 13:12 Артём Алексюк
2010-11-09 20:31 connecting ieee80211_hw and net_device Zoltan Herczeg
2010-11-10  0:26 ` Johannes Berg
2010-11-11 14:20   ` Zoltan Herczeg
2010-11-12 22:33     ` Zoltan Herczeg
2010-11-16 17:50       ` some questions Zoltan Herczeg
2010-03-08  5:08 Some questions Tiago Maluta
2008-08-22  7:31 some questions Thomas Pasch
2008-08-22  8:53 ` Matthieu Moy
2008-08-22 14:08   ` Shawn O. Pearce
2008-08-22  9:28 ` Jakub Narebski
2008-08-22 14:15   ` Shawn O. Pearce
2008-05-04 16:16 David Arendt
     [not found] ` <481DE17B.3080407-/LHdS3kC8BfYtjvyW6yDsg@public.gmane.org>
2008-05-05 15:55   ` Ryusuke Konishi
     [not found]     ` <20080506.005511.117028003.ryusuke-sG5X7nlA6pw@public.gmane.org>
2008-05-05 16:38       ` Ryusuke Konishi
2008-04-25  9:06 Some Questions James Scott
2008-04-26  7:48 ` Morten K. Poulsen
2008-04-27  9:47 ` James Scott
2003-08-19 15:53 Some questions Joerg Sommer
2001-10-05 12:50 Justin R. Smith
2001-10-05 13:57 ` Stephen Smalley
2001-10-05 16:36   ` Paul Krumviede
1998-06-05 22:34 Alex deVries
1998-06-06  0:25 ` Ariel Faigon
1998-06-06  0:25   ` Ariel Faigon
1998-06-06  6:32   ` Peter Maydell
1998-06-06 15:36     ` Jeremy John Welling
1998-06-08  6:14     ` ralf
1998-06-09  0:17       ` Steve Rikli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.