search for: geom_

Displaying 11 results from an estimated 11 matches for "geom_".

Did you mean: geom
2013 Nov 03
1
FreeBSD 10 Beta 2: make installkernel failure with installer provided ZFS configuration.
...8 removable, self powered ugen0.2: <Logitech> at usbus0 ukbd0: <Logitech USB Receiver, class 0/0, rev 2.00/12.01, addr 2> on usbus0 kbd2 at ukbd0 ugen2.2: <Logitech> at usbus2 ukbd1: <Logitech Logitech USB Keyboard, class 0/0, rev 1.10/28.00, addr 2> on usbus2 kbd3 at ukbd1 GEOM_ELI: Wrong key for ada0p3. Tries left: 2. Enter passphrase for ada0p3: GEOM_ELI: Device ada0p3.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: software Enter passphrase for ada1p3: GEOM_ELI: Device ada1p3.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: softw...
2009 Apr 19
0
crash on 7.2-RC1 when inserting an empty DVD: supervisor write, page not present
...FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 acd0: FAILURE - READ_TOC ILLEGAL REQUEST asc=0x24 ascq=0x00 rabe@daemon:~$ kldstat Id Refs Address Size Name 1 34 0xc0400000 9f73a4 kernel 2 1 0xc0df8000 111b8 geom_eli.ko 3 2 0xc0e0a000 25ff8 crypto.ko 4 2 0xc0e30000 ab40 zlib.ko 5 1 0xc0e3b000 164e8 geom_mirror.ko 6 1 0xc0e52000 78bc geom_stripe.ko 7 1 0xc0e5a000 1ae38 snd_hda.ko 8 2 0xc0e75000 4a64c sound.ko 9 1 0xc0ec0000 4d84 ichsmb.ko 10 2 0xc0ec5000...
2008 Sep 30
5
GELI partition mount on boot fails after 7.0 -> 7.1-PRERELEASE upgrade
...ad0s1f. Attach failed; attempt 2 of 3. Enter passphrase: geli: Wrong key for ad0s1f. ... (the key entered is actually valid and attaching succeeds on 7.0 at this point). As far as mounting failed i'm entering the single-user mode, where "geli attach /dev/ad0s1f" works perfectly: GEOM_ELI: Device ad0s1f.eli created. GEOM_ELI: Encryption: AES-CBC 128 GEOM_ELI: Crypto: software After that exiting back to multi-user mounts the missing /usr/home, so loading completes. -- Regards, Mirya ICQ #313898202
2011 Mar 25
4
two plots in qplot
Hello I simply want to plot two variables against one 'year' variable in qplot. Is any way of doing this without reshaping data in long format and using facet function afterwards? Thank you Denis
2008 Jul 09
2
disk questions: geom and zfs
hail, I have a 7-stable: [matheus@xxx /usr/home/matheus]$ uname -a FreeBSD xxx 7.0-STABLE FreeBSD 7.0-STABLE #2: Sun Jul 6 15:03:26 BRT 2008 root@lamneth:/usr/obj/usr/src/sys/xxx_7 i386 and there exists three geom things. gconcat status Name Status Components concat/concat0 UP ad4 ad5 gmirror status Name Status Components
2008 Oct 14
0
Orinoco 802.11b PC Card doesn't work on STABLE
...: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 cd0 at ata1 bus 0 target 0 lun 0 cd0: <QSI DVD+-RW SDW-082 LX32> Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/ad0s2a GEOM_ELI: Device ad0s1.eli created. GEOM_ELI: Encryption: AES-CBC 128 GEOM_ELI: Crypto: software drm0: <ATI Radeon RV350 Mobility 9600 M10 NP> on vgapci0 info: [drm] AGP at 0xe0000000 256MB info: [drm] Initialized radeon 1.25.0 20060524 info: [drm] Setting GART location based on new memory map...
2023 May 16
0
Newbie: Controlling legends in graphs
...mented out sections: >> weights %>% >> ????? group_by(year(Date)) %>% >> ????? summarize( >> ????????? m_K = mean(K, na.rm = TRUE), >> ????????? m_J = mean(J, na.rm = TRUE), >> ????????? ) %>% >> ????? ggplot(aes(x = `year(Date)`)) + >> ????? geom_point(aes(y = m_K, color = "red")) + >> ????? geom_smooth(aes(y = m_K, color = "red")) + >> ????? geom_point(aes(y = m_J, color = "blue")) + >> ????? geom_smooth(aes(y = m_J, color = "blue")) + >> ????? guides(size = "legend",...
2011 May 28
1
ggplot pale colors
...taset <- data.frame(Main = c("A", "A", "B", "B"), Detail = c( "b", "c", "1", "2"), resp = runif(4, min = 0.5, max = 1)) ggplot(dataset, aes(x = Detail, y = resp)) + facet_grid(.~Main, scales = "free_x")+ geom_point(aes( size=6,shape = c(16,16,15,15) ),colour="blue")+geom_hline(aes(yintercept=0.25),colour='blue', size=2) with this code all the point are blue (like the line below) But if i try the following code, where my goal is to have the point on the left blue and the one on the...
2023 May 12
2
Newbie: Controlling legends in graphs
...re's my attempts. You can see some of the things I've tried in the commented out sections: weights %>% group_by(year(Date)) %>% summarize( m_K = mean(K, na.rm = TRUE), m_J = mean(J, na.rm = TRUE), ) %>% ggplot(aes(x = `year(Date)`)) + geom_point(aes(y = m_K, color = "red")) + geom_smooth(aes(y = m_K, color = "red")) + geom_point(aes(y = m_J, color = "blue")) + geom_smooth(aes(y = m_J, color = "blue")) + guides(size = "legend", shape = "legend")...
2008 Jun 03
0
ALTQ and cpufreq(4)
...s NFSCLIENT options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options SCSI_DELAY=5000 # D...
2007 Oct 17
4
RELENG_7 jerky mouse and skipping sound
I just updated to RELENG_7 from 6.2 and I'm running into some really annoying issues with jerky mouse movement and skipping sound. This seems to be similar to: Re: SCHED_4BSD in RELENG_7 disturbs workflow This happens both with 4BSD and ULE. I seems to happen when I'm compiling ports and a new cc/bzip2/sh process fires off (I'm just watching top), I'll get the skip/freezeup.