All of lore.kernel.org
 help / color / mirror / Atom feed
* Request for assistance
@ 2016-07-06  0:13 o1bigtenor
  2016-07-06  1:55 ` Adam Goryachev
  2016-07-06  7:39 ` keld
  0 siblings, 2 replies; 23+ messages in thread
From: o1bigtenor @ 2016-07-06  0:13 UTC (permalink / raw)
  To: Linux-RAID

Greetings

Running a Raid 10 array with 4 - 3 TB drives. Have a UPS but this area
gets significant lightning and also brownout (rural power) events.

Found the array was read only this morning. Thought that rebooting the
system might correct things - - - it did not as the array did not
load.

commands used followed by system response

mdadm --detail /dev/md0
   mdadm:  md device /dev/md0 does not appear to be active.

cat /proc/mdstat
   md0  : inactive sdc1[5](S) sdf1[8](S) sde1[7](S) sdb1[4](S)

mdadm -E /dev/sdb1
                       sdc1
                       sde1
                       sdf1

everything is the same except for 2 items

sde and sdf have uptime listed from July 04 05:50:46
                          events 64841
                          array state of AAAA

sdb and sdc have uptime listed from July 05 01:57:38
                           events 64844
                           array state of AAA.



Do I just re-create the array?

TIA

Dee

^ permalink raw reply	[flat|nested] 23+ messages in thread
* request for assistance
@ 2022-10-22  8:11 Tanju Brunostar
  2022-10-22  8:13 ` Julia Lawall
  0 siblings, 1 reply; 23+ messages in thread
From: Tanju Brunostar @ 2022-10-22  8:11 UTC (permalink / raw)
  To: linux-staging, linux-kernel, outreachy

There is a portion of the Outreachy first patch wiki I would like to
edit. How do I go about doing this?
- Should I just go on and edit it? or
- Do I have to make a proposition addressed to someone or somewhere,
stating what it is I want to change and why?
I would appreciate your help.
thanks

Tanju

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Request for assistance
@ 2022-10-20 11:00 Ubuntu
  2022-10-20 11:10 ` Greg KH
       [not found] ` <CAOkYk0iU0B98JsH77avky--AS19V=GhQox2f_b4PAG3ZBB+SVQ@mail.gmail.com>
  0 siblings, 2 replies; 23+ messages in thread
From: Ubuntu @ 2022-10-20 11:00 UTC (permalink / raw)
  To: linux-staging, linux-kernel, outreachy

Hello,
I have a diffictly deciding where exactly to split a long line of code. for example, this line of code is too long

uCTSTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14, pDevice->byTopCCKBasicRate);

if i spit it this way:
uCTSTime =
        bb_get_frame_time(pDevice->preamble_type, byPktType, 14, pDevice->byTopCCKBasicRate);

It does not help as the second line is still too long. I considered doing it this way instead:
uCTSTime = bb_get_frame_time(pDevice->preamble_type, byPktType, 14,
                                pDevice->byTopCCKBasicRate);
But i did this on one of my patches and i was told it is not advisable to split a line between
parenthesis '(' and ')'

how can i go about this please?

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Request for assistance
@ 2021-04-12  1:17 o1bigtenor
  0 siblings, 0 replies; 23+ messages in thread
From: o1bigtenor @ 2021-04-12  1:17 UTC (permalink / raw)
  To: dri-devel

Greetings

I'm running a Debian testing (11) system using Nouveau as a driver for
2 graphics cards: 1. Nvidia 1050 Ti (GP107) and a Nvidia 570 (GF110)
driving 5 monitors 1 - 3840x2160 and 4 - 1920x1080s.

The 5th monitor was added some about 8 weeks ago and since life got
interesting. Previously I would use an uptime that would last anywhere
from 4 to 6 months but after adding the 5th monitor - - - well the
best has been some few days and the worst - - - a few hours.

I starting digging to try and find possible issues. First thing I
found was the idea of adding firmware which was an interesting
exercise but was successful and now somewhere between 400 and 700
seconds after reboot I'm seeing this:
[  534.790587] nouveau 0000:02:00.0: firmware: direct-loading firmware
nouveau/nvc8_fuc084

I was cheering when I got this far - - - - except this flaw was hiding
another one that I hope you might be able to help with. The error I
see (using dmesg) looks something like this:
[25375.252874] perf: interrupt took too long (3168 > 3150), lowering
kernel.perf_event_max_sample_rate to 63000
[35577.509444] perf: interrupt took too long (3963 > 3960), lowering
kernel.perf_event_max_sample_rate to 50250
[54648.710595] perf: interrupt took too long (4991 > 4953), lowering
kernel.perf_event_max_sample_rate to 40000
[77975.516742] nouveau 0000:01:00.0: fifo: FB_FLUSH_TIMEOUT
[85039.583604] nouveau 0000:01:00.0: DRM: core notifier timeout
[85041.583597] nouveau 0000:01:00.0: DRM: base-0: timeout
[85041.585023] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT
at 690400 [ IBUS ]
[85041.585259] nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT
at 616d48 [ IBUS ]
[85043.587213] nouveau 0000:01:00.0: DRM: core notifier timeout
[85045.587202] nouveau 0000:01:00.0: DRM: base-1: timeout
[85047.587302] nouveau 0000:01:00.0: DRM: core notifier timeout
[85049.587289] nouveau 0000:01:00.0: DRM: base-2: timeout
[85051.628464] nouveau 0000:01:00.0: DRM: core notifier timeout
[85053.628538] nouveau 0000:01:00.0: DRM: core notifier timeout
[85085.181271] nouveau 0000:01:00.0: DRM: core notifier timeout
[85087.181829] nouveau 0000:01:00.0: DRM: core notifier timeout
[85089.181909] nouveau 0000:01:00.0: DRM: core notifier timeout

That's the error but here's another data point from early in the boot cycle:
[    1.989397] nouveau 0000:01:00.0: firmware: direct-loading firmware
nvidia/gp107/acr/ucode_unload.bin
[    1.989401] nouveau 0000:01:00.0: pmu: firmware unavailable
[    1.989535] nouveau 0000:01:00.0: firmware: direct-loading firmware
nvidia/gp107/gr/fecs_bl.bin

In digging for what I might be able to do I found this final
communication from late February with a subject line of:
Re: [PATCH v2] drm/nouveau/pmu: fix timeout on GP108

Is what is discussed in this thread the same issue that I'm having on a GP107?

If it is the same issue do I need to apply both of the patches?


(If the answer to the second question is yes how do I apply the patch?
I've found this technique at 'stackoverflow':
1) git clone <path_to_kernel_sources>
2) git checkout 13fac179aa50556ba3c60790a9beb6ca9d0b1b8b
3) git apply <patch_file>

is this the right way to patch the kernel?
(Never done this and really don't need my main computer down for even
hours nevermind weeks.)

Hopefully my explanation is clear enough - - - - if more information
from dmesg files are needed  - - - well I have 5 or 6 to choose from
(called from the second m/c on the network that I reboot the main m/c
from).

TIA
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 23+ messages in thread
* Request for assistance
@ 2010-03-12 14:04 Aditya Pendyala
  0 siblings, 0 replies; 23+ messages in thread
From: Aditya Pendyala @ 2010-03-12 14:04 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1113 bytes --]

Hi all,
We are students of International Institute of Technology,Bangalore,India.We
are doing project work on Xen hypervisor.We got your contact from *"Ian
Prat"*.
We have been assigned the task to prove the security of virtualization
environment provided by xen.We request your assistance in this regards and
clarify the following issues.

Does Xen follow any security model, in particular, does a Random Oracle (RO)
fit in Xen?
When there are concurrent Guest OS running on the same hardware, then there
has to be a mechanism for concurrency control and fairness, how does Xen
implement these?
Shared memory access has to make sure that one "malicious" OS doesn't access
other's memory, where and how is this done?
Similarly with shared network, how and where is security handled in this
case so that packets meant for one OS are not accessible to other OS?
Does xen has cryptography implementation in the code ?
If you have idea regarding *"provable security" *property of Xen , can you
give us a gist of it ?


Thanks&Regards,
Aditya Pendyala,
Reehan IL Ahmed Khan,
G MD Nabi Saheb,
Shwetha M,
Rishabh Namdeo

[-- Attachment #1.2: Type: text/html, Size: 1333 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

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

end of thread, other threads:[~2022-10-22  8:21 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-06  0:13 Request for assistance o1bigtenor
2016-07-06  1:55 ` Adam Goryachev
2016-07-06 12:14   ` o1bigtenor
2016-07-06 12:51     ` Wols Lists
2016-07-06 18:28       ` o1bigtenor
2016-07-06 21:31         ` Wols Lists
2016-07-07  2:05         ` Brad Campbell
2016-07-07  3:28           ` o1bigtenor
2016-07-06  7:39 ` keld
2016-07-06 12:15   ` o1bigtenor
  -- strict thread matches above, loose matches on Subject: below --
2022-10-22  8:11 request " Tanju Brunostar
2022-10-22  8:13 ` Julia Lawall
2022-10-22  8:20   ` Tanju Brunostar
2022-10-20 11:00 Request " Ubuntu
2022-10-20 11:10 ` Greg KH
2022-10-20 11:14   ` Tanju Brunostar
2022-10-20 11:59     ` Julia Lawall
     [not found] ` <CAOkYk0iU0B98JsH77avky--AS19V=GhQox2f_b4PAG3ZBB+SVQ@mail.gmail.com>
2022-10-20 11:34   ` Tanju Brunostar
2022-10-20 12:10     ` Greg KH
2022-10-20 14:39       ` Theodore Ts'o
     [not found]         ` <Y1Hby38PE/QVlRhF@Slackware>
2022-10-21  6:11           ` Tanju Brunostar
2021-04-12  1:17 o1bigtenor
2010-03-12 14:04 Aditya Pendyala

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.